diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml deleted file mode 100644 index bfb8e35..0000000 --- a/.github/dependabot.yaml +++ /dev/null @@ -1,9 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "pub" - directory: "/" - schedule: - interval: "daily" - commit-message: - prefix: "chore" - include: "scope" diff --git a/.github/screenshots/example.png b/.github/screenshots/example.png deleted file mode 100644 index 9da8f02..0000000 Binary files a/.github/screenshots/example.png and /dev/null differ diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml deleted file mode 100644 index fcd635b..0000000 --- a/.github/workflows/pr.yaml +++ /dev/null @@ -1,29 +0,0 @@ -name: PR - -on: - pull_request_target: - types: - - opened - - edited - - synchronize - -jobs: - title: - permissions: - pull-requests: write - runs-on: ubuntu-latest - steps: - - uses: amannn/action-semantic-pull-request@v5 - id: semantic-pr - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - uses: marocchino/sticky-pull-request-comment@v2 - if: always() && steps.semantic-pr.outputs.error_message != null - with: - header: semantic-pr-error - message: ${{steps.semantic-pr.outputs.error_message}} - - if: steps.semantic-pr.outputs.error_message == null - uses: marocchino/sticky-pull-request-comment@v2 - with: - header: semantic-pr-error - delete: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index c6b0bd5..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Publish to GitHub Pages - -on: - push: - branches: [main] - -env: - FLUTTER_VERSION: '3.13.x' - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - uses: subosito/flutter-action@v2 - with: - channel: stable - flutter-version: ${{env.FLUTTER_VERSION}} - - run: flutter pub get - - uses: bluefireteam/flutter-gh-pages@v7 - with: - workingDir: example - baseHref: /yaru_icons.dart/ - webRenderer: canvaskit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 913f00a..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Release - -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - release: - permissions: - contents: write - pull-requests: write - runs-on: ubuntu-latest - steps: - - uses: google-github-actions/release-please-action@v3 - with: - release-type: dart - changelog-notes-type: github - pull-request-title-pattern: 'chore: release v${version}' diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4655c8a..0000000 --- a/.gitignore +++ /dev/null @@ -1,75 +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/ -pubspec.lock - -# Android related -**/android/**/gradle-wrapper.jar -**/android/.gradle -**/android/captures/ -**/android/gradlew -**/android/gradlew.bat -**/android/local.properties -**/android/**/GeneratedPluginRegistrant.java - -# iOS/XCode related -**/ios/**/*.mode1v3 -**/ios/**/*.mode2v3 -**/ios/**/*.moved-aside -**/ios/**/*.pbxuser -**/ios/**/*.perspectivev3 -**/ios/**/*sync/ -**/ios/**/.sconsign.dblite -**/ios/**/.tags* -**/ios/**/.vagrant/ -**/ios/**/DerivedData/ -**/ios/**/Icon? -**/ios/**/Pods/ -**/ios/**/.symlinks/ -**/ios/**/profile -**/ios/**/xcuserdata -**/ios/.generated/ -**/ios/Flutter/App.framework -**/ios/Flutter/Flutter.framework -**/ios/Flutter/Flutter.podspec -**/ios/Flutter/Generated.xcconfig -**/ios/Flutter/app.flx -**/ios/Flutter/app.zip -**/ios/Flutter/flutter_assets/ -**/ios/Flutter/flutter_export_environment.sh -**/ios/ServiceDefinitions.json -**/ios/Runner/GeneratedPluginRegistrant.* - -# Exceptions to above rules. -!**/ios/**/default.mode1v3 -!**/ios/**/default.mode2v3 -!**/ios/**/default.pbxuser -!**/ios/**/default.perspectivev3 diff --git a/.last_build_id b/.last_build_id new file mode 100644 index 0000000..9985b97 --- /dev/null +++ b/.last_build_id @@ -0,0 +1 @@ +af959253008a3ac4575defa26e8fa26f \ No newline at end of file diff --git a/.pubignore b/.pubignore deleted file mode 100644 index 3bc38a8..0000000 --- a/.pubignore +++ /dev/null @@ -1,3 +0,0 @@ -icons/ -example/build/ -build-icons.sh diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 9b9b40a..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,225 +0,0 @@ -# Changelog - -## 2.3.0 (2023-12-19) - -## What's Changed -* chore(deps): bump flutter_lints from 2.0.3 to 3.0.1 by @dependabot in https://github.com/ubuntu/yaru_icons.dart/pull/188 -* feat: rework some icons by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/190 -* Update readme by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/192 - -## New Contributors -* @dependabot made their first contribution in https://github.com/ubuntu/yaru_icons.dart/pull/188 - -**Full Changelog**: https://github.com/ubuntu/yaru_icons.dart/compare/v2.2.2...v2.3.0 - -## 2.2.2 (2023-10-23) - -## What's Changed -* chore: update example app yaru package versions by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/180 -* chore: fix github pages flutter version by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/181 -* feat: add thumb icons by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/183 -* chore: add "chore(deps)" prefix to dependabot commit message by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/185 -* chore: better dependabot.yaml commit message prefix by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/186 -* fix: enable icon tree-shaking by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/187 - - -**Full Changelog**: https://github.com/ubuntu/yaru_icons.dart/compare/v2.2.1...v2.2.2 - -## 2.2.1 (2023-08-16) - -## What's Changed -* fix: broken publish CI by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/176 - - -**Full Changelog**: https://github.com/ubuntu/yaru_icons.dart/compare/v2.2.0...v2.2.1 - -## 2.2.0 (2023-08-16) - -## What's Changed -* fix: automatize viewBox trick in build script by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/168 -* feat: refresh example app by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/170 -* fix: change publish action branch to main by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/171 -* fix: typo in YaruCanvasExtension class name by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/174 -* fix: YaruAnimatedOkIcon diff paint glitch by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/173 -* feat: rework YaruAnimatedNoNetworkIcon by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/172 -* fix: use icon_font_generator 4.0 to fix font problems by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/175 - - -**Full Changelog**: https://github.com/ubuntu/yaru_icons.dart/compare/v2.1.0...v2.2.0 - -## 2.1.0 (2023-07-30) - -## What's Changed -* feat: add animated star icon by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/163 -* fix: run the animation again on data change by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/166 -* feat: add YaruAnimatedIcon initialProgress property by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/167 - - -**Full Changelog**: https://github.com/ubuntu/yaru_icons.dart/compare/v2.0.0...v2.1.0 - -## 2.0.0 (2023-07-23) - -## What's Changed -* Gitignore generated_plugins by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/146 -* Realign podcast waves by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/147 -* New API for animated icons by @HrX03 in https://github.com/ubuntu/yaru_icons.dart/pull/148 -* chore: dependabot by @jpnurmi in https://github.com/ubuntu/yaru_icons.dart/pull/149 -* chore: release-please by @jpnurmi in https://github.com/ubuntu/yaru_icons.dart/pull/150 -* chore: package example as a snap by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/137 -* ci: reuse pr title & release actions from ufc/actions by @jpnurmi in https://github.com/ubuntu/yaru_icons.dart/pull/151 -* chore: release as 2.0.0 by @jpnurmi in https://github.com/ubuntu/yaru_icons.dart/pull/154 -* feat: add animated heart icon by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/155 -* refactor!: cleanup animated icons API and comments by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/156 -* feat: add showers-night icons by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/157 -* refactor: use a late animation controller by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/158 -* refactor!: cleanups, refactors, and comment by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/160 - -## New Contributors -* @HrX03 made their first contribution in https://github.com/ubuntu/yaru_icons.dart/pull/148 - -**Full Changelog**: https://github.com/ubuntu/yaru_icons.dart/compare/1.0.4...v2.0.0 - -## 1.0.4 - -* Add animated compass icon by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/131 -* Canvas masking issue on web platform by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/136 -* Remove useless ClipRect by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/139 -* Add repeat single icon by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/142 -* Add new music icons by @Jupi007 in https://github.com/ubuntu/yaru_icons.dart/pull/143 - -## 1.0.3 - -* Add new application icon -* Add new *-bag icons - -## 1.0.2 - -* Add RepaintBoundary around animated icons -* Create placeholder icon -* Add placeholder icon (static icon font) -* Move RepaintBoundary before ClipRect -* Realign placeholder icon with viexBox -* Add a few semantic icon names - -## 1.0.1 - -* Add Ubuntu CoF icon without baseplates -* Add various packaging variant icons - -## 1.0.0 - -* Add arrow and flag icons -* Better linting and code analysing -* Refine project organization -* checkmark icon look is outdated -* Pimp up example app -* Fix camera-web overlay path -* Extract animationController from animated icons -* Simplify all icon names -* Fix reserved switch const name -* Add missing freedesktop icon -* Add Freedesktop compliant icon names enum -* Add missing filled icons - -## 0.2.7 - -* Add *code* icon -* Sharper *go-** icons -* Fix icons misalignement -* Adjust _checkradio_ icons to `yaru_widgets` -* Add standard device icons: *audio-card*, *modem*, *scanner*, *camera-web* - -## 0.2.6 - -* Add *switch-button* icons -* Add some desktop environments logos (*gnome*, *kde*, *xfce*) -* Add some office icons -* Add new *computer-legacy* icon -* Add some new communication icons - -## 0.2.5 - -* Add many hard disk icon variants -* Fix some unconsistent icons - -## 0.2.4 - -* Fix animated icons path overlap when using transparent color - -## 0.2.3 - -* Add YaruAnimatedNoNetworkIcon -* YaruAnimatedOkIcon improvements -* Add linter - -## 0.2.2 - -* Add many snap store related icons -* Add synchronizing icon -* Add education icons -* Better text-editor icons -* Add external-link icon -* Import animated icons from yaru_widgets.dart - -## 0.2.1 - -* Add new *document-history*, *image-history*, *search-history*, *audio-history*, *video-history*, *history*, *download-history* icons. - -## 0.2.0 - -* Update *ubuntu-logo* to new look. -* Add new *ubuntu-logo-large* icon. - -## 0.1.3 - -* Add *pen* icon. -* Add *meter* icons. - -## 0.1.2 - -* Add *keyboard-shortcuts* and *keyboard-shortcuts-filled* icons. - -## 0.1.1 - -* Add *checkmark* icon. - -## 0.1.0 - -* Rework project hierarchy. - -## 0.0.8 - -* Add *ok_simple* icon. - -## 0.0.7 - -* Library overview inside `/doc` -* Add *network_cellular* icons - -## 0.0.6 - -* Add new _pan-*_ icons. - -## 0.0.5 - -* Add new _executable_ icon. -* Better _chip_ and *chip_filled* icon. - -## 0.0.4 - -* Pixel fit all 286 icons. - -## 0.0.3 - -* Make all icons 24x24 with 2px padding. -* Add many new filled icons -* Add some new icons -* Fix some problems - -## 0.0.2 - -* Add 179 new icons. - -## 0.0.1 - -* Initial release. diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 7a8b877..0000000 --- a/LICENSE +++ /dev/null @@ -1,675 +0,0 @@ - - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/README.md b/README.md deleted file mode 100644 index 8b1a268..0000000 --- a/README.md +++ /dev/null @@ -1,43 +0,0 @@ -

Ubuntu Yaru icons for Flutter

- -![Pub](https://img.shields.io/pub/v/yaru_icons.png) - -A set of [Yaru](https://github.com/ubuntu/yaru) icons for your Flutter application. - -For an overview of all availables icons, please look at the [web Example GitHub Page](https://ubuntu.github.io/yaru_icons.dart/) - -![example](./.github/screenshots/example.png) - -# Usage - -```dart -import 'package:yaru_icons/widgets/yaru_icons.dart'; - -... - -Icon(YaruIcons.folder) -``` - -# Contributing - -To work on the icons and then build the font, you need to install the [icon_font_generator](https://github.com/rbcprolabs/icon_font_generator) tool: - -```console -dart pub global activate -sgit https://github.com/Jupi007/icon_font_generator.git --git-ref yaru -``` - -Source SVGs files are located inside `./icons`. The final icon name is determined by **subfolder_name** + **icon_name** (Ex: `icons/mimetype/text-plain.svg` will be named `mimetype_text_plain`). - -After modifying or adding icons, you must run the build script, which will generate the icon font: - -``` console -./build-icons.sh -``` - -# Copying or Reusing - -This project has mixed licencing. You are free to copy, redistribute and/or modify aspects of this work under the terms of each licence accordingly (unless otherwise specified). - -The icon assets (any and all source .svg files or rendered .ttf font) are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 License. - -Included scripts are free software licensed under the terms of the GNU General Public License, version 3. diff --git a/analysis_options.yaml b/analysis_options.yaml deleted file mode 100644 index 6b5cf80..0000000 --- a/analysis_options.yaml +++ /dev/null @@ -1,38 +0,0 @@ -include: package:flutter_lints/flutter.yaml - -linter: - rules: - avoid_print: true - prefer_single_quotes: true - prefer_const_constructors: true - prefer_const_declarations: true - prefer_final_locals: true - omit_local_variable_types: true - require_trailing_commas: true - always_declare_return_types: true - avoid_catches_without_on_clauses: true - avoid_equals_and_hash_code_on_mutable_classes: true - avoid_types_on_closure_parameters: true - cancel_subscriptions: true - depend_on_referenced_packages: true - directives_ordering: true - eol_at_end_of_file: true - prefer_asserts_in_initializer_lists: true - prefer_final_in_for_each: true - prefer_null_aware_method_calls: true - prefer_null_aware_operators: true - prefer_relative_imports: true - sort_constructors_first: true - sort_unnamed_constructors_first: true - sort_pub_dependencies: true - type_annotate_public_apis: true - unawaited_futures: true - unnecessary_lambdas: true - unnecessary_late: true - unnecessary_parenthesis: true - use_named_constants: true - use_super_parameters: true - -analyzer: - exclude: - - lib/src/yaru_icons.dart diff --git a/assets/AssetManifest.bin b/assets/AssetManifest.bin new file mode 100644 index 0000000..ebd20c1 --- /dev/null +++ b/assets/AssetManifest.bin @@ -0,0 +1 @@ + 2packages/handy_window/assets/handy-window-dark.css  asset2packages/handy_window/assets/handy-window-dark.css-packages/handy_window/assets/handy-window.css  asset-packages/handy_window/assets/handy-window.css2packages/window_manager/images/ic_chrome_close.png  asset2packages/window_manager/images/ic_chrome_close.png5packages/window_manager/images/ic_chrome_maximize.png  asset5packages/window_manager/images/ic_chrome_maximize.png5packages/window_manager/images/ic_chrome_minimize.png  asset5packages/window_manager/images/ic_chrome_minimize.png7packages/window_manager/images/ic_chrome_unmaximize.png  asset7packages/window_manager/images/ic_chrome_unmaximize.png)packages/yaru/src/text/fonts/Ubuntu-B.ttf  asset)packages/yaru/src/text/fonts/Ubuntu-B.ttf*packages/yaru/src/text/fonts/Ubuntu-BI.ttf  asset*packages/yaru/src/text/fonts/Ubuntu-BI.ttf)packages/yaru/src/text/fonts/Ubuntu-L.ttf  asset)packages/yaru/src/text/fonts/Ubuntu-L.ttf*packages/yaru/src/text/fonts/Ubuntu-LI.ttf  asset*packages/yaru/src/text/fonts/Ubuntu-LI.ttf)packages/yaru/src/text/fonts/Ubuntu-M.ttf  asset)packages/yaru/src/text/fonts/Ubuntu-M.ttf*packages/yaru/src/text/fonts/Ubuntu-MI.ttf  asset*packages/yaru/src/text/fonts/Ubuntu-MI.ttf)packages/yaru/src/text/fonts/Ubuntu-R.ttf  asset)packages/yaru/src/text/fonts/Ubuntu-R.ttf*packages/yaru/src/text/fonts/Ubuntu-RI.ttf  asset*packages/yaru/src/text/fonts/Ubuntu-RI.ttf)packages/yaru_icons/assets/yaru_icons.otf  asset)packages/yaru_icons/assets/yaru_icons.otf \ No newline at end of file diff --git a/assets/AssetManifest.json b/assets/AssetManifest.json new file mode 100644 index 0000000..4b03e22 --- /dev/null +++ b/assets/AssetManifest.json @@ -0,0 +1 @@ +{"packages/handy_window/assets/handy-window-dark.css":["packages/handy_window/assets/handy-window-dark.css"],"packages/handy_window/assets/handy-window.css":["packages/handy_window/assets/handy-window.css"],"packages/window_manager/images/ic_chrome_close.png":["packages/window_manager/images/ic_chrome_close.png"],"packages/window_manager/images/ic_chrome_maximize.png":["packages/window_manager/images/ic_chrome_maximize.png"],"packages/window_manager/images/ic_chrome_minimize.png":["packages/window_manager/images/ic_chrome_minimize.png"],"packages/window_manager/images/ic_chrome_unmaximize.png":["packages/window_manager/images/ic_chrome_unmaximize.png"],"packages/yaru/src/text/fonts/Ubuntu-B.ttf":["packages/yaru/src/text/fonts/Ubuntu-B.ttf"],"packages/yaru/src/text/fonts/Ubuntu-BI.ttf":["packages/yaru/src/text/fonts/Ubuntu-BI.ttf"],"packages/yaru/src/text/fonts/Ubuntu-L.ttf":["packages/yaru/src/text/fonts/Ubuntu-L.ttf"],"packages/yaru/src/text/fonts/Ubuntu-LI.ttf":["packages/yaru/src/text/fonts/Ubuntu-LI.ttf"],"packages/yaru/src/text/fonts/Ubuntu-M.ttf":["packages/yaru/src/text/fonts/Ubuntu-M.ttf"],"packages/yaru/src/text/fonts/Ubuntu-MI.ttf":["packages/yaru/src/text/fonts/Ubuntu-MI.ttf"],"packages/yaru/src/text/fonts/Ubuntu-R.ttf":["packages/yaru/src/text/fonts/Ubuntu-R.ttf"],"packages/yaru/src/text/fonts/Ubuntu-RI.ttf":["packages/yaru/src/text/fonts/Ubuntu-RI.ttf"],"packages/yaru_icons/assets/yaru_icons.otf":["packages/yaru_icons/assets/yaru_icons.otf"]} \ No newline at end of file diff --git a/assets/FontManifest.json b/assets/FontManifest.json new file mode 100644 index 0000000..c26c266 --- /dev/null +++ b/assets/FontManifest.json @@ -0,0 +1 @@ +[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"packages/yaru_icons/YaruIcons","fonts":[{"asset":"packages/yaru_icons/assets/yaru_icons.otf"}]},{"family":"packages/yaru/Ubuntu","fonts":[{"weight":300,"asset":"packages/yaru/src/text/fonts/Ubuntu-L.ttf"},{"weight":300,"style":"italic","asset":"packages/yaru/src/text/fonts/Ubuntu-LI.ttf"},{"weight":400,"asset":"packages/yaru/src/text/fonts/Ubuntu-R.ttf"},{"weight":400,"style":"italic","asset":"packages/yaru/src/text/fonts/Ubuntu-RI.ttf"},{"weight":500,"asset":"packages/yaru/src/text/fonts/Ubuntu-M.ttf"},{"weight":500,"style":"italic","asset":"packages/yaru/src/text/fonts/Ubuntu-MI.ttf"},{"weight":700,"asset":"packages/yaru/src/text/fonts/Ubuntu-B.ttf"},{"weight":700,"style":"italic","asset":"packages/yaru/src/text/fonts/Ubuntu-BI.ttf"}]}] \ No newline at end of file diff --git a/assets/LICENSE.CCBYSA b/assets/LICENSE.CCBYSA deleted file mode 100644 index 02cfa44..0000000 --- a/assets/LICENSE.CCBYSA +++ /dev/null @@ -1,425 +0,0 @@ -Attribution-ShareAlike 4.0 International - -======================================================================= - -Creative Commons Corporation ("Creative Commons") is not a law firm and -does not provide legal services or legal advice. Distribution of -Creative Commons public licenses does not create a lawyer-client or -other relationship. Creative Commons makes its licenses and related -information available on an "as-is" basis. Creative Commons gives no -warranties regarding its licenses, any material licensed under their -terms and conditions, or any related information. Creative Commons -disclaims all liability for damages resulting from their use to the -fullest extent possible. - -Using Creative Commons Public Licenses - -Creative Commons public licenses provide a standard set of terms and -conditions that creators and other rights holders may use to share -original works of authorship and other material subject to copyright -and certain other rights specified in the public license below. The -following considerations are for informational purposes only, are not -exhaustive, and do not form part of our licenses. - - Considerations for licensors: Our public licenses are - intended for use by those authorized to give the public - permission to use material in ways otherwise restricted by - copyright and certain other rights. Our licenses are - irrevocable. Licensors should read and understand the terms - and conditions of the license they choose before applying it. - Licensors should also secure all rights necessary before - applying our licenses so that the public can reuse the - material as expected. Licensors should clearly mark any - material not subject to the license. This includes other CC- - licensed material, or material used under an exception or - limitation to copyright. More considerations for licensors: - wiki.creativecommons.org/Considerations_for_licensors - - Considerations for the public: By using one of our public - licenses, a licensor grants the public permission to use the - licensed material under specified terms and conditions. If - the licensor's permission is not necessary for any reason--for - example, because of any applicable exception or limitation to - copyright--then that use is not regulated by the license. Our - licenses grant only permissions under copyright and certain - other rights that a licensor has authority to grant. Use of - the licensed material may still be restricted for other - reasons, including because others have copyright or other - rights in the material. A licensor may make special requests, - such as asking that all changes be marked or described. - Although not required by our licenses, you are encouraged to - respect those requests where reasonable. More_considerations - for the public: - wiki.creativecommons.org/Considerations_for_licensees - -======================================================================= - -Creative Commons Attribution-ShareAlike 4.0 International Public -License - -By exercising the Licensed Rights (defined below), You accept and agree -to be bound by the terms and conditions of this Creative Commons -Attribution-ShareAlike 4.0 International Public License ("Public -License"). To the extent this Public License may be interpreted as a -contract, You are granted the Licensed Rights in consideration of Your -acceptance of these terms and conditions, and the Licensor grants You -such rights in consideration of benefits the Licensor receives from -making the Licensed Material available under these terms and -conditions. - - -Section 1 -- Definitions. - - a. Adapted Material means material subject to Copyright and Similar - Rights that is derived from or based upon the Licensed Material - and in which the Licensed Material is translated, altered, - arranged, transformed, or otherwise modified in a manner requiring - permission under the Copyright and Similar Rights held by the - Licensor. For purposes of this Public License, where the Licensed - Material is a musical work, performance, or sound recording, - Adapted Material is always produced where the Licensed Material is - synched in timed relation with a moving image. - - b. Adapter's License means the license You apply to Your Copyright - and Similar Rights in Your contributions to Adapted Material in - accordance with the terms and conditions of this Public License. - - c. BY-SA Compatible License means a license listed at - creativecommons.org/compatiblelicenses, approved by Creative - Commons as essentially the equivalent of this Public License. - - d. Copyright and Similar Rights means copyright and/or similar rights - closely related to copyright including, without limitation, - performance, broadcast, sound recording, and Sui Generis Database - Rights, without regard to how the rights are labeled or - categorized. For purposes of this Public License, the rights - specified in Section 2(b)(1)-(2) are not Copyright and Similar - Rights. - - e. Effective Technological Measures means those measures that, in the - absence of proper authority, may not be circumvented under laws - fulfilling obligations under Article 11 of the WIPO Copyright - Treaty adopted on December 20, 1996, and/or similar international - agreements. - - f. Exceptions and Limitations means fair use, fair dealing, and/or - any other exception or limitation to Copyright and Similar Rights - that applies to Your use of the Licensed Material. - - g. License Elements means the license attributes listed in the name - of a Creative Commons Public License. The License Elements of this - Public License are Attribution and ShareAlike. - - h. Licensed Material means the artistic or literary work, database, - or other material to which the Licensor applied this Public - License. - - i. Licensed Rights means the rights granted to You subject to the - terms and conditions of this Public License, which are limited to - all Copyright and Similar Rights that apply to Your use of the - Licensed Material and that the Licensor has authority to license. - - j. Licensor means the individual(s) or entity(ies) granting rights - under this Public License. - - k. Share means to provide material to the public by any means or - process that requires permission under the Licensed Rights, such - as reproduction, public display, public performance, distribution, - dissemination, communication, or importation, and to make material - available to the public including in ways that members of the - public may access the material from a place and at a time - individually chosen by them. - - l. Sui Generis Database Rights means rights other than copyright - resulting from Directive 96/9/EC of the European Parliament and of - the Council of 11 March 1996 on the legal protection of databases, - as amended and/or succeeded, as well as other essentially - equivalent rights anywhere in the world. - - m. You means the individual or entity exercising the Licensed Rights - under this Public License. Your has a corresponding meaning. - - -Section 2 -- Scope. - - a. License grant. - - 1. Subject to the terms and conditions of this Public License, - the Licensor hereby grants You a worldwide, royalty-free, - non-sublicensable, non-exclusive, irrevocable license to - exercise the Licensed Rights in the Licensed Material to: - - a. reproduce and Share the Licensed Material, in whole or - in part; and - - b. produce, reproduce, and Share Adapted Material. - - 2. Exceptions and Limitations. For the avoidance of doubt, where - Exceptions and Limitations apply to Your use, this Public - License does not apply, and You do not need to comply with - its terms and conditions. - - 3. Term. The term of this Public License is specified in Section - 6(a). - - 4. Media and formats; technical modifications allowed. The - Licensor authorizes You to exercise the Licensed Rights in - all media and formats whether now known or hereafter created, - and to make technical modifications necessary to do so. The - Licensor waives and/or agrees not to assert any right or - authority to forbid You from making technical modifications - necessary to exercise the Licensed Rights, including - technical modifications necessary to circumvent Effective - Technological Measures. For purposes of this Public License, - simply making modifications authorized by this Section 2(a) - (4) never produces Adapted Material. - - 5. Downstream recipients. - - a. Offer from the Licensor -- Licensed Material. Every - recipient of the Licensed Material automatically - receives an offer from the Licensor to exercise the - Licensed Rights under the terms and conditions of this - Public License. - - b. Additional offer from the Licensor -- Adapted Material. - Every recipient of Adapted Material from You - automatically receives an offer from the Licensor to - exercise the Licensed Rights in the Adapted Material - under the conditions of the Adapter's License You apply. - - c. No downstream restrictions. You may not offer or impose - any additional or different terms or conditions on, or - apply any Effective Technological Measures to, the - Licensed Material if doing so restricts exercise of the - Licensed Rights by any recipient of the Licensed - Material. - - 6. No endorsement. Nothing in this Public License constitutes or - may be construed as permission to assert or imply that You - are, or that Your use of the Licensed Material is, connected - with, or sponsored, endorsed, or granted official status by, - the Licensor or others designated to receive attribution as - provided in Section 3(a)(1)(A)(i). - - b. Other rights. - - 1. Moral rights, such as the right of integrity, are not - licensed under this Public License, nor are publicity, - privacy, and/or other similar personality rights; however, to - the extent possible, the Licensor waives and/or agrees not to - assert any such rights held by the Licensor to the limited - extent necessary to allow You to exercise the Licensed - Rights, but not otherwise. - - 2. Patent and trademark rights are not licensed under this - Public License. - - 3. To the extent possible, the Licensor waives any right to - collect royalties from You for the exercise of the Licensed - Rights, whether directly or through a collecting society - under any voluntary or waivable statutory or compulsory - licensing scheme. In all other cases the Licensor expressly - reserves any right to collect such royalties. - - -Section 3 -- License Conditions. - -Your exercise of the Licensed Rights is expressly made subject to the -following conditions. - - a. Attribution. - - 1. If You Share the Licensed Material (including in modified - form), You must: - - a. retain the following if it is supplied by the Licensor - with the Licensed Material: - - i. identification of the creator(s) of the Licensed - Material and any others designated to receive - attribution, in any reasonable manner requested by - the Licensor (including by pseudonym if - designated); - - ii. a copyright notice; - - iii. a notice that refers to this Public License; - - iv. a notice that refers to the disclaimer of - warranties; - - v. a URI or hyperlink to the Licensed Material to the - extent reasonably practicable; - - b. indicate if You modified the Licensed Material and - retain an indication of any previous modifications; and - - c. indicate the Licensed Material is licensed under this - Public License, and include the text of, or the URI or - hyperlink to, this Public License. - - 2. You may satisfy the conditions in Section 3(a)(1) in any - reasonable manner based on the medium, means, and context in - which You Share the Licensed Material. For example, it may be - reasonable to satisfy the conditions by providing a URI or - hyperlink to a resource that includes the required - information. - - 3. If requested by the Licensor, You must remove any of the - information required by Section 3(a)(1)(A) to the extent - reasonably practicable. - - b. ShareAlike. - - In addition to the conditions in Section 3(a), if You Share - Adapted Material You produce, the following conditions also apply. - - 1. The Adapter's License You apply must be a Creative Commons - license with the same License Elements, this version or - later, or a BY-SA Compatible License. - - 2. You must include the text of, or the URI or hyperlink to, the - Adapter's License You apply. You may satisfy this condition - in any reasonable manner based on the medium, means, and - context in which You Share Adapted Material. - - 3. You may not offer or impose any additional or different terms - or conditions on, or apply any Effective Technological - Measures to, Adapted Material that restrict exercise of the - rights granted under the Adapter's License You apply. - - -Section 4 -- Sui Generis Database Rights. - -Where the Licensed Rights include Sui Generis Database Rights that -apply to Your use of the Licensed Material: - - a. for the avoidance of doubt, Section 2(a)(1) grants You the right - to extract, reuse, reproduce, and Share all or a substantial - portion of the contents of the database; - - b. if You include all or a substantial portion of the database - contents in a database in which You have Sui Generis Database - Rights, then the database in which You have Sui Generis Database - Rights (but not its individual contents) is Adapted Material, - - including for purposes of Section 3(b); and - c. You must comply with the conditions in Section 3(a) if You Share - all or a substantial portion of the contents of the database. - -For the avoidance of doubt, this Section 4 supplements and does not -replace Your obligations under this Public License where the Licensed -Rights include other Copyright and Similar Rights. - - -Section 5 -- Disclaimer of Warranties and Limitation of Liability. - - a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE - EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS - AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF - ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, - IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, - WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR - PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, - ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT - KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT - ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. - - b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE - TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, - NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, - INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, - COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR - USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN - ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR - DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR - IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. - - c. The disclaimer of warranties and limitation of liability provided - above shall be interpreted in a manner that, to the extent - possible, most closely approximates an absolute disclaimer and - waiver of all liability. - - -Section 6 -- Term and Termination. - - a. This Public License applies for the term of the Copyright and - Similar Rights licensed here. However, if You fail to comply with - this Public License, then Your rights under this Public License - terminate automatically. - - b. Where Your right to use the Licensed Material has terminated under - Section 6(a), it reinstates: - - 1. automatically as of the date the violation is cured, provided - it is cured within 30 days of Your discovery of the - violation; or - - 2. upon express reinstatement by the Licensor. - - For the avoidance of doubt, this Section 6(b) does not affect any - right the Licensor may have to seek remedies for Your violations - of this Public License. - - c. For the avoidance of doubt, the Licensor may also offer the - Licensed Material under separate terms or conditions or stop - distributing the Licensed Material at any time; however, doing so - will not terminate this Public License. - - d. Sections 1, 5, 6, 7, and 8 survive termination of this Public - License. - - -Section 7 -- Other Terms and Conditions. - - a. The Licensor shall not be bound by any additional or different - terms or conditions communicated by You unless expressly agreed. - - b. Any arrangements, understandings, or agreements regarding the - Licensed Material not stated herein are separate from and - independent of the terms and conditions of this Public License. - - -Section 8 -- Interpretation. - - a. For the avoidance of doubt, this Public License does not, and - shall not be interpreted to, reduce, limit, restrict, or impose - conditions on any use of the Licensed Material that could lawfully - be made without permission under this Public License. - - b. To the extent possible, if any provision of this Public License is - deemed unenforceable, it shall be automatically reformed to the - minimum extent necessary to make it enforceable. If the provision - cannot be reformed, it shall be severed from this Public License - without affecting the enforceability of the remaining terms and - conditions. - - c. No term or condition of this Public License will be waived and no - failure to comply consented to unless expressly agreed to by the - Licensor. - - d. Nothing in this Public License constitutes or may be interpreted - as a limitation upon, or waiver of, any privileges and immunities - that apply to the Licensor or You, including from the legal - processes of any jurisdiction or authority. - - -======================================================================= - -Creative Commons is not a party to its public licenses. -Notwithstanding, Creative Commons may elect to apply one of its public -licenses to material it publishes and in those instances will be -considered the "Licensor." Except for the limited purpose of indicating -that material is shared under a Creative Commons public license or as -otherwise permitted by the Creative Commons policies published at -creativecommons.org/policies, Creative Commons does not authorize the -use of the trademark "Creative Commons" or any other trademark or logo -of Creative Commons without its prior written consent including, -without limitation, in connection with any unauthorized modifications -to any of its public licenses or any other arrangements, -understandings, or agreements concerning use of licensed material. For -the avoidance of doubt, this paragraph does not form part of the public -licenses. - -Creative Commons may be contacted at creativecommons.org. \ No newline at end of file diff --git a/assets/NOTICES b/assets/NOTICES new file mode 100644 index 0000000..2811f8b --- /dev/null +++ b/assets/NOTICES @@ -0,0 +1,34645 @@ +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-vulkan +fuchsia_sdk +glslang +khronos +perfetto +shaderc +spirv-cross +txt +vulkan +vulkan-headers +vulkan-validation-layers +wuffs + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +accessibility + +Copyright (c) 2009 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility + +Copyright (c) 2010 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility + +Copyright (c) 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 +fuchsia_sdk +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 +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 +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. +-------------------------------------------------------------------------------- +boringssl + +Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) +All rights reserved. + +This package is an SSL implementation written +by Eric Young (eay@cryptsoft.com). +The implementation was written so as to conform with Netscapes SSL. + +This library is free for commercial and non-commercial use as long as +the following conditions are aheared to. The following conditions +apply to all code found in this distribution, be it the RC4, RSA, +lhash, DES, etc., code; not just the SSL code. The SSL documentation +included with this distribution is covered by the same copyright terms +except that the holder is Tim Hudson (tjh@cryptsoft.com). + +Copyright remains Eric Young's, and as such any Copyright notices in +the code are not to be removed. +If this package is used in a product, Eric Young should be given attribution +as the author of the parts of the library used. +This can be in the form of a textual message at program startup or +in documentation (online or textual) provided with the package. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + "This product includes cryptographic software written by + Eric Young (eay@cryptsoft.com)" + The word 'cryptographic' can be left out if the rouines from the library + being used are not cryptographic related :-). +4. If you include any Windows specific code (or a derivative thereof) from + the apps directory (application code) you must include an acknowledgement: + "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +The licence and distribution terms for any publically available version or +derivative of this code cannot be changed. i.e. this code cannot simply be +copied and put under another distribution licence +[including the GNU Public Licence.] +-------------------------------------------------------------------------------- +boringssl + +Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +All rights reserved. + +This package is an SSL implementation written +by Eric Young (eay@cryptsoft.com). +The implementation was written so as to conform with Netscapes SSL. + +This library is free for commercial and non-commercial use as long as +the following conditions are aheared to. The following conditions +apply to all code found in this distribution, be it the RC4, RSA, +lhash, DES, etc., code; not just the SSL code. The SSL documentation +included with this distribution is covered by the same copyright terms +except that the holder is Tim Hudson (tjh@cryptsoft.com). + +Copyright remains Eric Young's, and as such any Copyright notices in +the code are not to be removed. +If this package is used in a product, Eric Young should be given attribution +as the author of the parts of the library used. +This can be in the form of a textual message at program startup or +in documentation (online or textual) provided with the package. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + "This product includes cryptographic software written by + Eric Young (eay@cryptsoft.com)" + The word 'cryptographic' can be left out if the rouines from the library + being used are not cryptographic related :-). +4. If you include any Windows specific code (or a derivative thereof) from + the apps directory (application code) you must include an acknowledgement: + "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +The licence and distribution terms for any publically available version or +derivative of this code cannot be changed. i.e. this code cannot simply be +copied and put under another distribution licence +[including the GNU Public Licence.] +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2003 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2004 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2008 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2000 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2000-2003 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2001 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2001-2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2002-2006 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2003 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2004 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2006 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2006,2007 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2008 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2010 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2012 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2013 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2014, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2015, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2016, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2017, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2017, the HRSS authors. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2018, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2018, Google Inc. +Copyright (c) 2020, Arm Ltd. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2019, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2020, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2021, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2022, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2023, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2001-2017 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + +Portions of the attached software ("Contribution") are developed by +SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project. + +The Contribution is licensed pursuant to the Eric Young open source +license provided above. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + +Portions of the attached software ("Contribution") are developed by +SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project. + +The Contribution is licensed pursuant to the OpenSSL open source +license provided above. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. +ECC cipher suite support in OpenSSL originally developed by +SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. +ECDH support in OpenSSL originally developed by +SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2005 Nokia. All rights reserved. + +The portions of the attached software ("Contribution") is developed by +Nokia Corporation and is licensed pursuant to the OpenSSL open source +license. + +The Contribution, originally written by Mika Kousa and Pasi Eronen of +Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites +support (see RFC 4279) to OpenSSL. + +No patent licenses or other rights except those expressly stated in +the OpenSSL open source license shall be deemed granted or received +expressly, by implication, estoppel, or otherwise. + +No assurances are provided by Nokia that the Contribution does not +infringe the patent or other intellectual property rights of any third +party or that the license provides you with all the necessary rights +to make use of the Contribution. + +THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN +ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA +SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY +OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR +OTHERWISE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright (c) 2012, Intel Corporation. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright (c) 2014, Intel Corporation. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright (c) 2015, Intel Inc. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2016 Brian Smith. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +DTLS code by Eric Rescorla + +Copyright (C) 2006, Network Resonance, Inc. +Copyright (C) 2011, RTFM, Inc. +-------------------------------------------------------------------------------- +boringssl + +OpenSSL License +--------------- + +Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + + +This product includes cryptographic software written by Eric Young +(eay@cryptsoft.com). This product includes software written by Tim +Hudson (tjh@cryptsoft.com). + +Original SSLeay License +----------------------- + +Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +All rights reserved. + +This package is an SSL implementation written +by Eric Young (eay@cryptsoft.com). +The implementation was written so as to conform with Netscapes SSL. + +This library is free for commercial and non-commercial use as long as +the following conditions are aheared to. The following conditions +apply to all code found in this distribution, be it the RC4, RSA, +lhash, DES, etc., code; not just the SSL code. The SSL documentation +included with this distribution is covered by the same copyright terms +except that the holder is Tim Hudson (tjh@cryptsoft.com). + +Copyright remains Eric Young's, and as such any Copyright notices in +the code are not to be removed. +If this package is used in a product, Eric Young should be given attribution +as the author of the parts of the library used. +This can be in the form of a textual message at program startup or +in documentation (online or textual) provided with the package. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + "This product includes cryptographic software written by + Eric Young (eay@cryptsoft.com)" + The word 'cryptographic' can be left out if the rouines from the library + being used are not cryptographic related :-). +4. If you include any Windows specific code (or a derivative thereof) from + the apps directory (application code) you must include an acknowledgement: + "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +The licence and distribution terms for any publically available version or +derivative of this code cannot be changed. i.e. this code cannot simply be +copied and put under another distribution licence +[including the GNU Public Licence.] + +ISC license used for completely new code in BoringSSL: + +Copyright (c) 2015, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +The code in third_party/fiat carries the MIT license: + +Copyright (c) 2015-2016 the fiat-crypto authors (see +https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS). + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Licenses for support code +------------------------- + +Parts of the TLS test suite are under the Go license. This code is not included +in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so +distributing code linked against BoringSSL does not trigger this license: + +Copyright (c) 2009 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +BoringSSL uses the Chromium test infrastructure to run a continuous build, +trybots etc. The scripts which manage this, and the script for generating build +metadata, are under the Chromium license. Distributing code linked against +BoringSSL does not trigger this license. + +Copyright 2015 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +ceval + +Copyright (c) 2021 e_t + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +characters +ffi + +Copyright 2019, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +collection + +Copyright 2015, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2003-2005 Tom Wu +Copyright (c) 2012 Adam Singer (adam@solvr.io) +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, +EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY +WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + +IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL, +INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF +THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +In addition, the following condition applies: + +All redistributions must retain an intact copy of this copyright notice +and disclaimer. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2010, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2014 The Polymer Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright 2012, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion +icu + +Copyright 2006-2008 the V8 project authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion +icu + +Copyright 2010 the V8 project authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion +icu + +Copyright 2012 the V8 project authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +engine + +License for the Ahem font embedded below is from: +https://www.w3.org/Style/CSS/Test/Fonts/Ahem/COPYING + +The Ahem font in this directory belongs to the public domain. In +jurisdictions that do not recognize public domain ownership of these +files, the following Creative Commons Zero declaration applies: + + + +which is quoted below: + + The person who has associated a work with this document (the "Work") + affirms that he or she (the "Affirmer") is the/an author or owner of + the Work. The Work may be any work of authorship, including a + database. + + The Affirmer hereby fully, permanently and irrevocably waives and + relinquishes all of her or his copyright and related or neighboring + legal rights in the Work available under any federal or state law, + treaty or contract, including but not limited to moral rights, + publicity and privacy rights, rights protecting against unfair + competition and any rights protecting the extraction, dissemination + and reuse of data, whether such rights are present or future, vested + or contingent (the "Waiver"). The Affirmer makes the Waiver for the + benefit of the public at large and to the detriment of the Affirmer's + heirs or successors. + + The Affirmer understands and intends that the Waiver has the effect + of eliminating and entirely removing from the Affirmer's control all + the copyright and related or neighboring legal rights previously held + by the Affirmer in the Work, to that extent making the Work freely + available to the public for any and all uses and purposes without + restriction of any kind, including commercial use and uses in media + and formats or by methods that have not yet been invented or + conceived. Should the Waiver for any reason be judged legally + ineffective in any jurisdiction, the Affirmer hereby grants a free, + full, permanent, irrevocable, nonexclusive and worldwide license for + all her or his copyright and related or neighboring legal rights in + the Work. +-------------------------------------------------------------------------------- +etc_decoder + +Copyright (c) 2020-2022 Hans-Kristian Arntzen + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2004 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2016 Cristian Rodríguez +Copyright (c) 2016-2019 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2018 Yury Gribov + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2005 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2016 Cristian Rodríguez +Copyright (c) 2016 Thomas Beutlich +Copyright (c) 2017 Rhodri James +Copyright (c) 2022 Thijs Schreijer + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2006 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016 Eric Rahm +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2016 Gaurav +Copyright (c) 2016 Thomas Beutlich +Copyright (c) 2016 Gustavo Grieco +Copyright (c) 2016 Pascal Cuoq +Copyright (c) 2016 Ed Schouten +Copyright (c) 2017-2022 Rhodri James +Copyright (c) 2017 Václav Slavík +Copyright (c) 2017 Viktor Szakats +Copyright (c) 2017 Chanho Park +Copyright (c) 2017 Rolf Eike Beer +Copyright (c) 2017 Hans Wennborg +Copyright (c) 2018 Anton Maklakov +Copyright (c) 2018 Benjamin Peterson +Copyright (c) 2018 Marco Maggi +Copyright (c) 2018 Mariusz Zaborski +Copyright (c) 2019 David Loffredo +Copyright (c) 2019-2020 Ben Wagner +Copyright (c) 2019 Vadim Zeitlin +Copyright (c) 2021 Dong-hee Na +Copyright (c) 2022 Samanta Navarro +Copyright (c) 2022 Jeffrey Walton +Copyright (c) 2022 Jann Horn + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2002 Fred L. Drake, Jr. +Copyright (c) 2006 Karl Waclawek +Copyright (c) 2016-2017 Sebastian Pipping +Copyright (c) 2017 Rhodri James + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2003 Fred L. Drake, Jr. +Copyright (c) 2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2016 Pascal Cuoq +Copyright (c) 2016 Don Lewis +Copyright (c) 2017 Rhodri James +Copyright (c) 2017 Alexander Bluhm +Copyright (c) 2017 Benbuck Nason +Copyright (c) 2017 José Gutiérrez de la Concha +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Dong-hee Na +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2003 Fred L. Drake, Jr. +Copyright (c) 2004-2009 Karl Waclawek +Copyright (c) 2005-2007 Steven Solie +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2020 Joe Orton +Copyright (c) 2020 Kleber Tarcísio +Copyright (c) 2021 Tim Bray +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2004 Fred L. Drake, Jr. +Copyright (c) 2002-2009 Karl Waclawek +Copyright (c) 2016-2017 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2017 Franek Korta + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2005 Karl Waclawek +Copyright (c) 2016-2017 Sebastian Pipping +Copyright (c) 2017 Rhodri James + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2018 Benjamin Peterson +Copyright (c) 2018 Anton Maklakov +Copyright (c) 2019 David Loffredo +Copyright (c) 2020 Boris Kolpackov +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2005 Karl Waclawek +Copyright (c) 2016-2019 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2005-2006 Karl Waclawek +Copyright (c) 2016-2019 Sebastian Pipping +Copyright (c) 2019 David Loffredo + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2017-2021 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2002-2003 Fred L. Drake, Jr. +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016-2021 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Dong-hee Na + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Karl Waclawek +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002-2003 Fred L. Drake, Jr. +Copyright (c) 2004-2006 Karl Waclawek +Copyright (c) 2005-2007 Steven Solie +Copyright (c) 2016-2021 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Dong-hee Na + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2017-2019 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2018 Sebastian Pipping +Copyright (c) 2018 Marco Maggi + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2016-2021 Sebastian Pipping +Copyright (c) 2017 Rhodri James + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper +Copyright (c) 2001-2022 Expat maintainers + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1999-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2007 Karl Waclawek +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2005 Karl Waclawek +Copyright (c) 2017-2021 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 2000 Clark Cooper +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 2002-2003 Fred L. Drake, Jr. +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2003 Greg Stein +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2018 Yury Gribov +Copyright (c) 2019 David Loffredo + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat +harfbuzz + +Copyright (c) 2021 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +ffx_spd + +Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) <2014> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +ffx_spd + +Copyright (c) 2017-2020 Advanced Micro Devices, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +fiat + +Copyright (c) 2015-2020 the fiat-crypto authors (see + +https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS). + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +flatbuffers + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright 2014 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flutter + +Copyright 2014 The Flutter Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +flutter_lints +platform +plugin_platform_interface + +Copyright 2013 The Flutter Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2000, 2001, 2002, 2003, 2006, 2010 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2000-2004, 2006-2011, 2013, 2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001, 2002 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001, 2002, 2003, 2004 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001-2008, 2011, 2013, 2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 1990, 1994, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2004, 2011 Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2014 + Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2015 + Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000, 2001, 2004 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2001, 2002 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2001, 2003 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2010, 2012-2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2001, 2002, 2012 Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2003 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +The FreeType Project LICENSE +---------------------------- + + 2006-Jan-27 + + Copyright 1996-2002, 2006 by + David Turner, Robert Wilhelm, and Werner Lemberg + + + +Introduction +============ + + The FreeType Project is distributed in several archive packages; + some of them may contain, in addition to the FreeType font engine, + various tools and contributions which rely on, or relate to, the + FreeType Project. + + This license applies to all files found in such packages, and + which do not fall under their own explicit license. The license + affects thus the FreeType font engine, the test programs, + documentation and makefiles, at the very least. + + This license was inspired by the BSD, Artistic, and IJG + (Independent JPEG Group) licenses, which all encourage inclusion + and use of free software in commercial and freeware products + alike. As a consequence, its main points are that: + + o We don't promise that this software works. However, we will be + interested in any kind of bug reports. (`as is' distribution) + + o You can use this software for whatever you want, in parts or + full form, without having to pay us. (`royalty-free' usage) + + o You may not pretend that you wrote this software. If you use + it, or only parts of it, in a program, you must acknowledge + somewhere in your documentation that you have used the + FreeType code. (`credits') + + We specifically permit and encourage the inclusion of this + software, with or without modifications, in commercial products. + We disclaim all warranties covering The FreeType Project and + assume no liability related to The FreeType Project. + + + Finally, many people asked us for a preferred form for a + credit/disclaimer to use in compliance with this license. We thus + encourage you to use the following text: + + """ + Portions of this software are copyright © The FreeType + Project (www.freetype.org). All rights reserved. + """ + + Please replace with the value from the FreeType version you + actually use. + + +Legal Terms +=========== + +0. Definitions +-------------- + + Throughout this license, the terms `package', `FreeType Project', + and `FreeType archive' refer to the set of files originally + distributed by the authors (David Turner, Robert Wilhelm, and + Werner Lemberg) as the `FreeType Project', be they named as alpha, + beta or final release. + + `You' refers to the licensee, or person using the project, where + `using' is a generic term including compiling the project's source + code as well as linking it to form a `program' or `executable'. + This program is referred to as `a program using the FreeType + engine'. + + This license applies to all files distributed in the original + FreeType Project, including all source code, binaries and + documentation, unless otherwise stated in the file in its + original, unmodified form as distributed in the original archive. + If you are unsure whether or not a particular file is covered by + this license, you must contact us to verify this. + + The FreeType Project is copyright (C) 1996-2000 by David Turner, + Robert Wilhelm, and Werner Lemberg. All rights reserved except as + specified below. + +1. No Warranty +-------------- + + THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY + KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO + USE, OF THE FREETYPE PROJECT. + +2. Redistribution +----------------- + + This license grants a worldwide, royalty-free, perpetual and + irrevocable right and license to use, execute, perform, compile, + display, copy, create derivative works of, distribute and + sublicense the FreeType Project (in both source and object code + forms) and derivative works thereof for any purpose; and to + authorize others to exercise some or all of the rights granted + herein, subject to the following conditions: + + o Redistribution of source code must retain this license file + (`FTL.TXT') unaltered; any additions, deletions or changes to + the original files must be clearly indicated in accompanying + documentation. The copyright notices of the unaltered, + original files must be preserved in all copies of source + files. + + o Redistribution in binary form must provide a disclaimer that + states that the software is based in part of the work of the + FreeType Team, in the distribution documentation. We also + encourage you to put an URL to the FreeType web page in your + documentation, though this isn't mandatory. + + These conditions apply to any software derived from or based on + the FreeType Project, not just the unmodified files. If you use + our work, you must acknowledge us. However, no fee need be paid + to us. + +3. Advertising +-------------- + + Neither the FreeType authors and contributors nor you shall use + the name of the other for commercial, advertising, or promotional + purposes without specific prior written permission. + + We suggest, but do not require, that you use one or more of the + following phrases to refer to this software in your documentation + or advertising materials: `FreeType Project', `FreeType Engine', + `FreeType library', or `FreeType Distribution'. + + As you have not signed this license, you are not required to + accept it. However, as the FreeType Project is copyrighted + material, only this license, or another one contracted with the + authors, grants you the right to use, distribute, and modify it. + Therefore, by using, distributing, or modifying the FreeType + Project, you indicate that you understand and accept all the terms + of this license. + +4. Contacts +----------- + + There are two mailing lists related to FreeType: + + o freetype@nongnu.org + + Discusses general use and applications of FreeType, as well as + future and wanted additions to the library and distribution. + If you are looking for support, start in this list if you + haven't found anything to help you in the documentation. + + o freetype-devel@nongnu.org + + Discusses bugs, as well as engine internals, design issues, + specific licenses, porting, etc. + + Our home page can be found at + + https://www.freetype.org + + +--- end of FTL.TXT --- +-------------------------------------------------------------------------------- +freetype2 + +This software was written by Alexander Peslyak in 2001. No copyright is +claimed, and the software is hereby placed in the public domain. +In case this attempt to disclaim copyright and place the software in the +public domain is deemed null and void, then the software is +Copyright (c) 2001 Alexander Peslyak and it is hereby released to the +general public under the following terms: + +Redistribution and use in source and binary forms, with or without +modification, are permitted. + +There's ABSOLUTELY NO WARRANTY, express or implied. +-------------------------------------------------------------------------------- +freetype2 + +This software was written by Alexander Peslyak in 2001. No copyright is +claimed, and the software is hereby placed in the public domain. +In case this attempt to disclaim copyright and place the software in the +public domain is deemed null and void, then the software is +Copyright (c) 2001 Alexander Peslyak and it is hereby released to the +general public under the following terms: + +Redistribution and use in source and binary forms, with or without +modification, are permitted. + +There's ABSOLUTELY NO WARRANTY, express or implied. + +(This is a heavily cut-down "BSD license".) +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2014 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2016 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2017 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2018 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2019 The Fuchsia Authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2019 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2020 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2021 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2022 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2023 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +musl as a whole is licensed under the following standard MIT license: + + +Copyright © 2005-2014 Rich Felker, et al. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Authors/contributors include: + +Alex Dowad +Alexander Monakov +Anthony G. Basile +Arvid Picciani +Bobby Bingham +Boris Brezillon +Brent Cook +Chris Spiegel +Clément Vasseur +Daniel Micay +Denys Vlasenko +Emil Renner Berthing +Felix Fietkau +Felix Janda +Gianluca Anzolin +Hauke Mehrtens +Hiltjo Posthuma +Isaac Dunham +Jaydeep Patil +Jens Gustedt +Jeremy Huntwork +Jo-Philipp Wich +Joakim Sindholt +John Spencer +Josiah Worcester +Justin Cormack +Khem Raj +Kylie McClain +Luca Barbato +Luka Perkov +M Farkas-Dyck (Strake) +Mahesh Bodapati +Michael Forney +Natanael Copa +Nicholas J. Kain +orc +Pascal Cuoq +Petr Hosek +Pierre Carrier +Rich Felker +Richard Pennington +Shiz +sin +Solar Designer +Stefan Kristiansson +Szabolcs Nagy +Timo Teräs +Trutz Behn +Valentin Ochs +William Haddon + +Portions of this software are derived from third-party works licensed +under terms compatible with the above MIT license: + +Much of the math library code (third_party/math/* and +third_party/complex/*, and third_party/include/libm.h) is +Copyright © 1993,2004 Sun Microsystems or +Copyright © 2003-2011 David Schultz or +Copyright © 2003-2009 Steven G. Kargl or +Copyright © 2003-2009 Bruce D. Evans or +Copyright © 2008 Stephen L. Moshier +and labelled as such in comments in the individual source files. All +have been licensed under extremely permissive terms. + +The smoothsort implementation (third_party/smoothsort/qsort.c) is +Copyright © 2011 Valentin Ochs and is licensed under an MIT-style +license. + +The x86_64 files in third_party/arch were written by Nicholas J. Kain +and is licensed under the standard MIT terms. + +All other files which have no copyright comments are original works +produced specifically for use as part of this library, written either +by Rich Felker, the main author of the library, or by one or more +contibutors listed above. Details on authorship of individual files +can be found in the git version control history of the project. The +omission of copyright and license comments in each file is in the +interest of source tree size. + +In addition, permission is hereby granted for all public header files +(include/* and arch/*/bits/*) and crt files intended to be linked into +applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit +the copyright notice and permission notice otherwise required by the +license, and to use these files without any requirement of +attribution. These files include substantial contributions from: + +Bobby Bingham +John Spencer +Nicholas J. Kain +Rich Felker +Richard Pennington +Stefan Kristiansson +Szabolcs Nagy + +all of whom have explicitly granted such permission. + +This file previously contained text expressing a belief that most of +the files covered by the above exception were sufficiently trivial not +to be subject to copyright, resulting in confusion over whether it +negated the permissions granted in the license. In the spirit of +permissive licensing, and of not having licensing issues being an +obstacle to adoption, that text has been removed. +-------------------------------------------------------------------------------- +fuchsia_sdk +libjxl + +Copyright 2021 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glfw + +Copyright (C) 1997-2013 Sam Lantinga + +This software is provided 'as-is', without any express or implied warranty. +In no event will the authors be held liable for any damages arising from the +use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard + +Copyright (c) 2006-2019 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2016 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2017 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2018 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2019 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2019 Camilla Löwy +Copyright (c) 2012 Torsten Walluhn + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2006-2017 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2006-2018 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2016 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2019 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2019 Camilla Löwy +Copyright (c) 2012 Torsten Walluhn + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2021 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2014 Jonas Ådahl + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2016 Google Inc. +Copyright (c) 2016-2017 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2016 Google Inc. +Copyright (c) 2016-2019 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2016-2017 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2021 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2022 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2019 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2020 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2018-2020 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2015 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +Copyright (C) 2017, 2019 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2015 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2016 LunarG, Inc. +Copyright (C) 2015-2016 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2016 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020-2021 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2016 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2020 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (c) 2002-2010 The ANGLE Project Authors. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. +Copyright (C) 2016-2020 Google, Inc. +Modifications Copyright(C) 2021 Advanced Micro Devices, Inc.All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2016 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2017 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2013 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2013-2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2015 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2015 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2015 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2015 LunarG, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2016 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2016 LunarG, Inc. +Copyright (C) 2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2016 LunarG, Inc. +Copyright (C) 2018-2020 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2015 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2015-2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2015-2018 Google, Inc. +Copyright (C) 2017 ARM Limited. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. +Copyright (C) 2019 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2017 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2017 Google, Inc. +Copyright (C) 2020 The Khronos Group Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2017 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2018 Google, Inc. +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2018 Google, Inc. +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2017 LunarG, Inc. +Copyright (C) 2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2017 LunarG, Inc. +Copyright (C) 2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2017-2018 Google, Inc. +Copyright (C) 2017 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2018 The Khronos Group Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2020 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2020 The Khronos Group Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of The Khronos Group Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2002, NVIDIA Corporation. + +NVIDIA Corporation("NVIDIA") supplies this software to you in +consideration of your agreement to the following terms, and your use, +installation, modification or redistribution of this NVIDIA software +constitutes acceptance of these terms. If you do not agree with these +terms, please do not use, install, modify or redistribute this NVIDIA +software. + +In consideration of your agreement to abide by the following terms, and +subject to these terms, NVIDIA grants you a personal, non-exclusive +license, under NVIDIA's copyrights in this original NVIDIA software (the +"NVIDIA Software"), to use, reproduce, modify and redistribute the +NVIDIA Software, with or without modifications, in source and/or binary +forms; provided that if you redistribute the NVIDIA Software, you must +retain the copyright notice of NVIDIA, this notice and the following +text and disclaimers in all such redistributions of the NVIDIA Software. +Neither the name, trademarks, service marks nor logos of NVIDIA +Corporation may be used to endorse or promote products derived from the +NVIDIA Software without specific prior written permission from NVIDIA. +Except as expressly stated in this notice, no other rights or licenses +express or implied, are granted by NVIDIA herein, including but not +limited to any patent rights that may be infringed by your derivative +works or by other works in which the NVIDIA Software may be +incorporated. No hardware is licensed hereunder. + +THE NVIDIA SOFTWARE IS BEING PROVIDED ON AN "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, +INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF TITLE, +NON-INFRINGEMENT, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR +ITS USE AND OPERATION EITHER ALONE OR IN COMBINATION WITH OTHER +PRODUCTS. + +IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INDIRECT, +INCIDENTAL, EXEMPLARY, CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, LOST PROFITS; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) OR ARISING IN ANY WAY +OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE +NVIDIA SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, +TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF +NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2013 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2014-2017 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2014-2020 The Khronos Group Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2018 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2019, Viktor Latypov +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2020 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS +KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS +SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT + https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2020, Travis Fort +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2022 ARM Limited + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright(C) 2021 Advanced Micro Devices, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang +skia + +Copyright (c) 2014-2016 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang +spirv-cross + +Copyright (c) 2014-2020 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +gtk +handy_window +yaru_widgets +yaru_window +yaru_window_linux +yaru_window_manager +yaru_window_platform_interface +yaru_window_web + +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. + +-------------------------------------------------------------------------------- +harfbuzz + +Copyright (C) 2011 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright (C) 2012 Grigori Goronzy + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright (C) 2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright (c) Microsoft Corporation. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 1998-2004 David Turner and Werner Lemberg +Copyright © 2004,2007,2009 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 1998-2004 David Turner and Werner Lemberg +Copyright © 2004,2007,2009,2010 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 1998-2004 David Turner and Werner Lemberg +Copyright © 2006 Behdad Esfahbod +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007 Chris Wilson +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2010,2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2010,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012,2013 Google, Inc. +Copyright © 2019, Facebook Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2018,2019,2020 Ebrahim Byagowi +Copyright © 2018 Khaled Hosny + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2010,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2010,2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2012,2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2012,2018 Google, Inc. +Copyright © 2019 Facebook, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2009 Keith Stribley +Copyright © 2011 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2009 Keith Stribley +Copyright © 2015 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2011 Codethink Limited +Copyright © 2010,2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2011 Codethink Limited +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2011 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2015 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2010,2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2010,2011,2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2010,2011,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010 Red Hat, Inc. +Copyright © 2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010,2011 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010,2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010,2011,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011 Martin Hosken +Copyright © 2011 SIL International + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011 Martin Hosken +Copyright © 2011 SIL International +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012 Google, Inc. +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012,2013 Google, Inc. +Copyright © 2021 Khaled Hosny + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012,2014 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2014 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012 Mozilla Foundation. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012,2013 Mozilla Foundation. +Copyright © 2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012,2017 Google, Inc. +Copyright © 2021 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012,2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2013 Red Hat, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2014 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2015 Google, Inc. +Copyright © 2019 Adobe Inc. +Copyright © 2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2015 Mozilla Foundation. +Copyright © 2015 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2015-2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Elie Roux +Copyright © 2018 Google, Inc. +Copyright © 2018-2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Google, Inc. +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Google, Inc. +Copyright © 2018 Khaled Hosny +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Igalia S.L. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2017 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2017 Google, Inc. +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2017 Google, Inc. +Copyright © 2019 Facebook, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2017,2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Ebrahim Byagowi +Copyright © 2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Ebrahim Byagowi +Copyright © 2020 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Ebrahim Byagowi. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Google, Inc. +Copyright © 2019 Facebook, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Google, Inc. +Copyright © 2023 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Adobe Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018-2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Adobe Inc. +Copyright © 2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Adobe, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Facebook, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Adobe Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019-2020 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2020 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2020 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2021 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2021 Behdad Esfahbod. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2021 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Red Hat, Inc + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Red Hat, Inc +Copyright © 2021, 2022 Black Foundry + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Red Hat, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Matthias Clasen + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Red Hat, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2023 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2023 Behdad Esfahbod +Copyright © 1999 David Turner +Copyright © 2005 Werner Lemberg +Copyright © 2013-2015 Alexei Podtelezhnikov + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2023 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +HarfBuzz is licensed under the so-called "Old MIT" license. Details follow. +For parts of HarfBuzz that are licensed under different licenses see individual +files names COPYING in subdirectories where applicable. + +Copyright © 2010-2022 Google, Inc. +Copyright © 2015-2020 Ebrahim Byagowi +Copyright © 2019,2020 Facebook, Inc. +Copyright © 2012,2015 Mozilla Foundation +Copyright © 2011 Codethink Limited +Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies) +Copyright © 2009 Keith Stribley +Copyright © 2011 Martin Hosken and SIL International +Copyright © 2007 Chris Wilson +Copyright © 2005,2006,2020,2021,2022,2023 Behdad Esfahbod +Copyright © 2004,2007,2008,2009,2010,2013,2021,2022,2023 Red Hat, Inc. +Copyright © 1998-2005 David Turner and Werner Lemberg +Copyright © 2016 Igalia S.L. +Copyright © 2022 Matthias Clasen +Copyright © 2018,2021 Khaled Hosny +Copyright © 2018,2019,2020 Adobe, Inc +Copyright © 2013-2015 Alexei Podtelezhnikov + +For full copyright notices consult the individual files in the package. + + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz +icu +web_unicode + +Unicode® Copyright and Terms of Use +For the general privacy policy governing access to this site, see the Unicode Privacy Policy. + +A. Unicode Copyright +1. Copyright © 1991-2022 Unicode, Inc. All rights reserved. +B. Definitions +Unicode Data Files ("DATA FILES") include all data files under the directories: +https://www.unicode.org/Public/ +https://www.unicode.org/reports/ +https://www.unicode.org/ivd/data/ + +Unicode Data Files do not include PDF online code charts under the directory: +https://www.unicode.org/Public/ + +Unicode Software ("SOFTWARE") includes any source code published in the Unicode Standard +or any source code or compiled code under the directories: +https://www.unicode.org/Public/PROGRAMS/ +https://www.unicode.org/Public/cldr/ +http://site.icu-project.org/download/ +C. Terms of Use +1. Certain documents and files on this website contain a legend indicating that "Modification is permitted." Any person is hereby authorized, without fee, to modify such documents and files to create derivative works conforming to the Unicode® Standard, subject to Terms and Conditions herein. +2. Any person is hereby authorized, without fee, to view, use, reproduce, and distribute all documents and files, subject to the Terms and Conditions herein. +3. Further specifications of rights and restrictions pertaining to the use of the Unicode DATA FILES and SOFTWARE can be found in the Unicode Data Files and Software License. +4. Each version of the Unicode Standard has further specifications of rights and restrictions of use. For the book editions (Unicode 5.0 and earlier), these are found on the back of the title page. +5. The Unicode PDF online code charts carry specific restrictions. Those restrictions are incorporated as the first page of each PDF code chart. +6. All other files, including online documentation of the core specification for Unicode 6.0 and later, are covered under these general Terms of Use. +7. No license is granted to "mirror" the Unicode website where a fee is charged for access to the "mirror" site. +8. Modification is not permitted with respect to this document. All copies of this document must be verbatim. +D. Restricted Rights Legend +1. Any technical data or software which is licensed to the United States of America, its agencies and/or instrumentalities under this Agreement is commercial technical data or commercial computer software developed exclusively at private expense as defined in FAR 2.101, or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use, duplication, or disclosure by the Government is subject to restrictions as set forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov 1995) and this Agreement. For Software, in accordance with FAR 12-212 or DFARS 227-7202, as applicable, use, duplication or disclosure by the Government is subject to the restrictions set forth in this Agreement. +E.Warranties and Disclaimers +1. This publication and/or website may include technical or typographical errors or other inaccuracies. Changes are periodically added to the information herein; these changes will be incorporated in new editions of the publication and/or website. Unicode, Inc. may make improvements and/or changes in the product(s) and/or program(s) described in this publication and/or website at any time. +2. If this file has been purchased on magnetic or optical media from Unicode, Inc. the sole and exclusive remedy for any claim will be exchange of the defective media within ninety (90) days of original purchase. +3. EXCEPT AS PROVIDED IN SECTION E.2, THIS PUBLICATION AND/OR SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. UNICODE, INC. AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN THIS PUBLICATION AND/OR SOFTWARE OR OTHER DOCUMENTS WHICH ARE REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE WEBSITE. +F. Waiver of Damages +1. In no event shall Unicode, Inc. or its licensors be liable for any special, incidental, indirect or consequential damages of any kind, or any damages whatsoever, whether or not Unicode, Inc. was advised of the possibility of the damage, including, without limitation, those resulting from the following: loss of use, data or profits, in connection with the use, modification or distribution of this information or its derivatives. +G. Trademarks & Logos +1. The Unicode Word Mark and the Unicode Logo are trademarks of Unicode, Inc. “The Unicode Consortium” and “Unicode, Inc.” are trade names of Unicode, Inc. Use of the information and materials found on this website indicates your acknowledgement of Unicode, Inc.’s exclusive worldwide rights in the Unicode Word Mark, the Unicode Logo, and the Unicode trade names. +3. The Unicode Consortium Name and Trademark Usage Policy (“Trademark Policy”) are incorporated herein by reference and you agree to abide by the provisions of the Trademark Policy, which may be changed from time to time in the sole discretion of Unicode, Inc. +4. All third party trademarks referenced herein are the property of their respective owners. +H. Miscellaneous +1. Jurisdiction and Venue. This website is operated from a location in the State of California, United States of America. Unicode, Inc. makes no representation that the materials are appropriate for use in other locations. If you access this website from other locations, you are responsible for compliance with local laws. This Agreement, all use of this website and any claims and damages resulting from use of this website are governed solely by the laws of the State of California without regard to any principles which would apply the laws of a different jurisdiction. The user agrees that any disputes regarding this website shall be resolved solely in the courts located in Santa Clara County, California. The user agrees said courts have personal jurisdiction and agree to waive any right to transfer the dispute to any other forum. +2. Modification by Unicode, Inc. Unicode, Inc. shall have the right to modify this Agreement at any time by posting it to this website. The user may not assign any part of this Agreement without Unicode, Inc.’s prior written consent. +3. Taxes. The user agrees to pay any taxes arising from access to this website or use of the information herein, except for those based on Unicode’s net income. +4. Severability. If any provision of this Agreement is declared invalid or unenforceable, the remaining provisions of this Agreement shall remain in effect. +5. Entire Agreement. This Agreement constitutes the entire agreement between the parties. + +EXHIBIT 1 +UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE + +See Terms of Use +for definitions of Unicode Inc.’s Data Files and Software. + +NOTICE TO USER: Carefully read the following legal agreement. +BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S +DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), +YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE +TERMS AND CONDITIONS OF THIS AGREEMENT. +IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE +THE DATA FILES OR SOFTWARE. + +COPYRIGHT AND PERMISSION NOTICE + +Copyright © 1991-2022 Unicode, Inc. All rights reserved. +Distributed under the Terms of Use in https://www.unicode.org/copyright.html. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +# Copyright (c) 2006-2015 International Business Machines Corporation, + # Apple Inc., and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2001, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2002, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2008, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2012, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2014, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2000, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2005, International Business Machines Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2009,2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2010, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2011, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2011,2014-2015 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2012, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines * +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2001, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2006,2013 IBM Corp. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2007, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2008, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2010, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2011, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2015 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation + and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2004, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2012, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2005, International Business Machines Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2008,2010 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines Corporation. * +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011,2014 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2012, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2013, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines Corporation. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2015 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2015, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2016, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2005, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2008 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2008, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2011 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2011, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2014 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015, International Business Machines Corporation and others. + All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016 International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines Corporation and others. + All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2008, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2009, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2008, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2009,2012,2016 International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2010, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2014, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2015, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2016, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004 - 2008, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006-2012, International Business Machines Corporation and others. * +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006-2014, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2008, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2008, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2008, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2014, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2016, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008, Google, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2009, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2011, International Business Machines +Corporation, Google and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2012, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2014, Google, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2014, Google, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, Google, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2010 IBM Corporation and Others. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2010, Google, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2010, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2015, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2016, International Business Machines Corporation, * +Google, and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2017, International Business Machines Corporation, * +Google, and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010 , Yahoo! Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012,2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012,2015 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2012, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2013, Apple Inc. and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2013, Apple Inc.; Unicode, Inc.; and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2015, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012,2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines Corporation and +others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 and later: Unicode, Inc. and others. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) The Internet Society (2002). All Rights Reserved. + +This document and translations of it may be copied and furnished to +others, and derivative works that comment on or otherwise explain it +or assist in its implementation may be prepared, copied, published +and distributed, in whole or in part, without restriction of any +kind, provided that the above copyright notice and this paragraph are +included on all such copies and derivative works. However, this +document itself may not be modified in any way, such as by removing +the copyright notice or references to the Internet Society or other +Internet organizations, except as needed for the purpose of +developing Internet standards in which case the procedures for +copyrights defined in the Internet Standards process must be +followed, or as required to translate it into languages other than +English. + +The limited permissions granted above are perpetual and will not be +revoked by the Internet Society or its successors or assigns. + +This document and the information contained herein is provided on an +"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING +TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING +BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION +HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF +MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. +-------------------------------------------------------------------------------- +icu + +Copyright (C) {1999-2001}, International Business Machines Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2016, International Business Machines Corporation + and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2011, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1999-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1999-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2000-2004 IBM, Inc. and Others. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2000-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2000-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2010 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2012, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2005, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2005, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2006, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2007, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2010, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2011, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2012, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2014, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2016 International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2010 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2010, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2008-2010, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2008-2011, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2008-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2009, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2011-2012 International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2010. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2011. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2012. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2014. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2016. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright 2001 and onwards Google Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright 2004 and onwards Google Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright 2007 Google Inc. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE + +See Terms of Use +for definitions of Unicode Inc.’s Data Files and Software. + +NOTICE TO USER: Carefully read the following legal agreement. +BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S +DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), +YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE +TERMS AND CONDITIONS OF THIS AGREEMENT. +IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE +THE DATA FILES OR SOFTWARE. + +COPYRIGHT AND PERMISSION NOTICE + +Copyright © 1991-2022 Unicode, Inc. All rights reserved. +Distributed under the Terms of Use in https://www.unicode.org/copyright.html. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. + +Third-Party Software Licenses + +This section contains third-party software notices and/or additional +terms for licensed third-party software components included within ICU +libraries. + +ICU License - ICU 1.8.1 to ICU 57.1 + +COPYRIGHT AND PERMISSION NOTICE + +Copyright (c) 1995-2016 International Business Machines Corporation and others +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, and/or sell copies of the Software, and to permit persons +to whom the Software is furnished to do so, provided that the above +copyright notice(s) and this permission notice appear in all copies of +the Software and that both the above copyright notice(s) and this +permission notice appear in supporting documentation. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR +HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY +SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF +CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, use +or other dealings in this Software without prior written authorization +of the copyright holder. + +All trademarks and registered trademarks mentioned herein are the +property of their respective owners. + +Chinese/Japanese Word Break Dictionary Data (cjdict.txt) + +The Google Chrome software developed by Google is licensed under +the BSD license. Other software included in this distribution is +provided under other licenses, as set forth below. + +The BSD License +http://opensource.org/licenses/bsd-license.php +Copyright (C) 2006-2008, Google Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. +Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following +disclaimer in the documentation and/or other materials provided with +the distribution. +Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND +CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The word list in cjdict.txt are generated by combining three word lists +listed below with further processing for compound word breaking. The +frequency is generated with an iterative training against Google web +corpora. + +* Libtabe (Chinese) + - https://sourceforge.net/project/?group_id=1519 + - Its license terms and conditions are shown below. + +* IPADIC (Japanese) + - http://chasen.aist-nara.ac.jp/chasen/distribution.html + - Its license terms and conditions are shown below. + +Copyright (c) 1999 TaBE Project. +Copyright (c) 1999 Pai-Hsiang Hsiao. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. +. Neither the name of the TaBE Project nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright (c) 1999 Computer Systems and Communication Lab, + Institute of Information Science, Academia + Sinica. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. +. Neither the name of the Computer Systems and Communication Lab + nor the names of its contributors may be used to endorse or + promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright 1996 Chih-Hao Tsai @ Beckman Institute, + University of Illinois +c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4 + +Copyright 2000, 2001, 2002, 2003 Nara Institute of Science +and Technology. All Rights Reserved. + +Use, reproduction, and distribution of this software is permitted. +Any copy of this software, whether in its original form or modified, +must include both the above copyright notice and the following +paragraphs. + +Nara Institute of Science and Technology (NAIST), +the copyright holders, disclaims all warranties with regard to this +software, including all implied warranties of merchantability and +fitness, in no event shall NAIST be liable for +any special, indirect or consequential damages or any damages +whatsoever resulting from loss of use, data or profits, whether in an +action of contract, negligence or other tortuous action, arising out +of or in connection with the use or performance of this software. + +A large portion of the dictionary entries +originate from ICOT Free Software. The following conditions for ICOT +Free Software applies to the current dictionary as well. + +Each User may also freely distribute the Program, whether in its +original form or modified, to any third party or parties, PROVIDED +that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear +on, or be attached to, the Program, which is distributed substantially +in the same form as set out herein and that such intended +distribution, if actually made, will neither violate or otherwise +contravene any of the laws and regulations of the countries having +jurisdiction over the User or the intended distribution itself. + +NO WARRANTY + +The program was produced on an experimental basis in the course of the +research and development conducted during the project and is provided +to users as so produced on an experimental basis. Accordingly, the +program is provided without any warranty whatsoever, whether express, +implied, statutory or otherwise. The term "warranty" used herein +includes, but is not limited to, any warranty of the quality, +performance, merchantability and fitness for a particular purpose of +the program and the nonexistence of any infringement or violation of +any right of any third party. + +Each user of the program will agree and understand, and be deemed to +have agreed and understood, that there is no warranty whatsoever for +the program and, accordingly, the entire risk arising from or +otherwise connected with the program is assumed by the user. + +Therefore, neither ICOT, the copyright holder, or any other +organization that participated in or was otherwise related to the +development of the program and their respective officials, directors, +officers and other employees shall be held liable for any and all +damages, including, without limitation, general, special, incidental +and consequential damages, arising out of or otherwise in connection +with the use or inability to use the program or any product, material +or result produced or otherwise obtained by using the program, +regardless of whether they have been advised of, or otherwise had +knowledge of, the possibility of such damages at any time during the +project or thereafter. Each user will be deemed to have agreed to the +foregoing by his or her commencement of use of the program. The term +"use" as used herein includes, but is not limited to, the use, +modification, copying and distribution of the program and the +production of secondary products from the program. + +In the case where the program, whether in its original form or +modified, was distributed or delivered to or received by a user from +any person, organization or entity other than ICOT, unless it makes or +grants independently of ICOT any specific warranty to the user in +writing, such person, organization or entity, will also be exempted +from and not be held liable to the user for any such damages as noted +above as far as the program is concerned. + +Lao Word Break Dictionary Data (laodict.txt) + +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2015 International Business Machines Corporation +and others. All Rights Reserved. + +Project: https://github.com/rober42539/lao-dictionary +Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt +License: https://github.com/rober42539/lao-dictionary/LICENSE.txt + (copied below) + +This file is derived from the above dictionary version of Nov 22, 2020 + +Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. Redistributions in binary +form must reproduce the above copyright notice, this list of conditions and +the following disclaimer in the documentation and/or other materials +provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + +Burmese Word Break Dictionary Data (burmesedict.txt) + +Copyright (c) 2014 International Business Machines Corporation +and others. All Rights Reserved. + +This list is part of a project hosted at: + github.com/kanyawtech/myanmar-karen-word-lists + +Copyright (c) 2013, LeRoy Benjamin Sharon +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: Redistributions of source code must retain the above +copyright notice, this list of conditions and the following +disclaimer. Redistributions in binary form must reproduce the +above copyright notice, this list of conditions and the following +disclaimer in the documentation and/or other materials provided +with the distribution. + + Neither the name Myanmar Karen Word Lists, nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND +CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR +TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF +THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +Google double-conversion + +Copyright 2006-2011, the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +File: install-sh (only for ICU4C) + + +Copyright 1991 by the Massachusetts Institute of Technology + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of M.I.T. not be used in advertising or +publicity pertaining to distribution of the software without specific, +written prior permission. M.I.T. makes no representations about the +suitability of this software for any purpose. It is provided "as is" +without express or implied warranty. +-------------------------------------------------------------------------------- +icu + +punycode.c 0.4.0 (2001-Nov-17-Sat) +http://www.cs.berkeley.edu/~amc/idn/ +Adam M. Costello +http://www.nicemice.net/amc/ + +Disclaimer and license + + Regarding this entire document or any portion of it (including + the pseudocode and C code), the author makes no guarantees and + is not responsible for any damage resulting from its use. The + author grants irrevocable permission to anyone to use, modify, + and distribute it in any way that does not diminish the rights + of anyone else to use, modify, and distribute it, provided that + redistributed derivative works do not contain misleading author or + version information. Derivative works need not be licensed under + similar terms. +-------------------------------------------------------------------------------- +include + +Copyright (C) 2011 Nick Bruun +Copyright (C) 2013 Vlad Lazarenko +Copyright (C) 2014 Nicolas Pauss +-------------------------------------------------------------------------------- +include + +Copyright (c) 2008-2009 Bjoern Hoehrmann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +include + +Copyright (c) 2009 Florian Loitsch. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +include + +Copyright (c) 2011 - Nick Bruun. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. If you meet (any of) the author(s), you're encouraged to buy them a beer, + a drink or whatever is suited to the situation, given that you like the + software. +4. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +include + +Copyright (c) 2013-2019 Niels Lohmann . + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +inja + +Copyright (c) 2018-2021 Berscheid + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +inja + +Copyright (c) 2018-2021 Lars Berscheid + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +json + +Copyright (c) 2013-2022 Niels Lohmann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +khronos + +Copyright (c) 2007-2012 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +khronos + +Copyright (c) 2008-2009 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +khronos + +Copyright (c) 2013-2014 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +khronos + +Copyright (c) 2013-2016 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +libXNVCtrl + +Copyright (c) 2008 NVIDIA, Corporation + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +libXNVCtrl + +Copyright (c) 2010 NVIDIA, Corporation + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +libcxx + +Copyright 2018 Ulf Adams +Copyright (c) Microsoft Corporation. All rights reserved. + +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +libcxx +libcxxabi + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +--- LLVM Exceptions to the Apache 2.0 License ---- + +As an exception, if, as a result of your compiling your source code, portions +of this Software are embedded into an Object form of such source code, you +may redistribute such embedded portions in such Object form without complying +with the conditions of Sections 4(a), 4(b) and 4(d) of the License. + +In addition, if you combine or link compiled forms of this Software with +software that is licensed under the GPLv2 ("Combined Software") and if a +court of competent jurisdiction determines that the patent provision (Section +3), the indemnity provision (Section 9) or other Section of the License +conflicts with the conditions of the GPLv2, you may retroactively and +prospectively choose to deem waived or otherwise exclude such Section(s) of +the License, but only in their entirety and only with respect to the Combined +Software. +-------------------------------------------------------------------------------- +libcxx +libcxxabi + +Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +libcxx +libcxxabi + +Copyright (c) 2009-2019 by the contributors listed in CREDITS.TXT + +All rights reserved. + +Developed by: + + LLVM Team + + University of Illinois at Urbana-Champaign + + http://llvm.org + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal with +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. + + * Neither the names of the LLVM Team, University of Illinois at + Urbana-Champaign, nor the names of its contributors may be used to + endorse or promote products derived from this Software without specific + prior written permission. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE +SOFTWARE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 1988 by Jef Poskanzer. + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided +that the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. This software is provided "as is" without express or +implied warranty. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 1989 by Jef Poskanzer. +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided +that the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. This software is provided "as is" without express or +implied warranty. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies). +All Rights Reserved. +Author: Siarhei Siamashka +Copyright (C) 2013-2014, Linaro Limited. All Rights Reserved. +Author: Ragesh Radhakrishnan +Copyright (C) 2014-2016, D. R. Commander. All Rights Reserved. +Copyright (C) 2015-2016, Matthieu Darbois. All Rights Reserved. +Copyright (C) 2016, Siarhei Siamashka. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies). +All Rights Reserved. +Author: Siarhei Siamashka +Copyright (C) 2014, Siarhei Siamashka. All Rights Reserved. +Copyright (C) 2014, Linaro Limited. All Rights Reserved. +Copyright (C) 2015, D. R. Commander. All Rights Reserved. +Copyright (C) 2015-2016, Matthieu Darbois. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2013, MIPS Technologies, Inc., California. +All Rights Reserved. +Authors: Teodora Novkovic (teodora.novkovic@imgtec.com) + Darko Laus (darko.laus@imgtec.com) +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2013-2014, MIPS Technologies, Inc., California. +All Rights Reserved. +Authors: Teodora Novkovic (teodora.novkovic@imgtec.com) + Darko Laus (darko.laus@imgtec.com) +Copyright (C) 2015, D. R. Commander. All Rights Reserved. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2014, D. R. Commander. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2014-2015, D. R. Commander. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2014-2015, D. R. Commander. All Rights Reserved. +Copyright (C) 2014, Jay Foad. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2015, D. R. Commander. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2009-2014 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2009-2015 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2009-2016 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2011 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2011, 2015 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2011-2016 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2010, D. R. Commander. + +Based on the x86 SIMD extension for IJG JPEG library - version 1.02 + +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +We are also required to state that + "The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." +-------------------------------------------------------------------------------- +libjpeg-turbo + +libjpeg-turbo Licenses +====================== + +libjpeg-turbo is covered by three compatible BSD-style open source licenses: + +- The IJG (Independent JPEG Group) License, which is listed in + [README.ijg](README.ijg) + + This license applies to the libjpeg API library and associated programs + (any code inherited from libjpeg, and any modifications to that code.) + +- The Modified (3-clause) BSD License, which is listed in + [turbojpeg.c](turbojpeg.c) + + This license covers the TurboJPEG API library and associated programs. + +- The zlib License, which is listed in [simd/jsimdext.inc](simd/jsimdext.inc) + + This license is a subset of the other two, and it covers the libjpeg-turbo + SIMD extensions. + + +Complying with the libjpeg-turbo Licenses +========================================= + +This section provides a roll-up of the libjpeg-turbo licensing terms, to the +best of our understanding. + +1. If you are distributing a modified version of the libjpeg-turbo source, + then: + + 1. You cannot alter or remove any existing copyright or license notices + from the source. + + **Origin** + - Clause 1 of the IJG License + - Clause 1 of the Modified BSD License + - Clauses 1 and 3 of the zlib License + + 2. You must add your own copyright notice to the header of each source + file you modified, so others can tell that you modified that file (if + there is not an existing copyright header in that file, then you can + simply add a notice stating that you modified the file.) + + **Origin** + - Clause 1 of the IJG License + - Clause 2 of the zlib License + + 3. You must include the IJG README file, and you must not alter any of the + copyright or license text in that file. + + **Origin** + - Clause 1 of the IJG License + +2. If you are distributing only libjpeg-turbo binaries without the source, or + if you are distributing an application that statically links with + libjpeg-turbo, then: + + 1. Your product documentation must include a message stating: + + This software is based in part on the work of the Independent JPEG + Group. + + **Origin** + - Clause 2 of the IJG license + + 2. If your binary distribution includes or uses the TurboJPEG API, then + your product documentation must include the text of the Modified BSD + License. + + **Origin** + - Clause 2 of the Modified BSD License + +3. You cannot use the name of the IJG or The libjpeg-turbo Project or the + contributors thereof in advertising, publicity, etc. + + **Origin** + - IJG License + - Clause 3 of the Modified BSD License + +4. The IJG and The libjpeg-turbo Project do not warrant libjpeg-turbo to be + free of defects, nor do we accept any liability for undesirable + consequences resulting from your use of the software. + + **Origin** + - IJG License + - Modified BSD License + - zlib License +-------------------------------------------------------------------------------- +libjpeg-turbo + +libjpeg-turbo note: This file has been modified by The libjpeg-turbo Project +to include only information relevant to libjpeg-turbo, to wordsmith certain +sections, and to remove impolitic language that existed in the libjpeg v8 +README. It is included only for reference. Please see README.md for +information specific to libjpeg-turbo. + + +The Independent JPEG Group's JPEG software +========================================== + +This distribution contains a release of the Independent JPEG Group's free JPEG +software. You are welcome to redistribute this software and to use it for any +purpose, subject to the conditions under LEGAL ISSUES, below. + +This software is the work of Tom Lane, Guido Vollbeding, Philip Gladstone, +Bill Allombert, Jim Boucher, Lee Crocker, Bob Friesenhahn, Ben Jackson, +Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, Ge' Weijers, +and other members of the Independent JPEG Group. + +IJG is not affiliated with the ISO/IEC JTC1/SC29/WG1 standards committee +(also known as JPEG, together with ITU-T SG16). + + +DOCUMENTATION ROADMAP +===================== + +This file contains the following sections: + +OVERVIEW General description of JPEG and the IJG software. +LEGAL ISSUES Copyright, lack of warranty, terms of distribution. +REFERENCES Where to learn more about JPEG. +ARCHIVE LOCATIONS Where to find newer versions of this software. +FILE FORMAT WARS Software *not* to get. +TO DO Plans for future IJG releases. + +Other documentation files in the distribution are: + +User documentation: + usage.txt Usage instructions for cjpeg, djpeg, jpegtran, + rdjpgcom, and wrjpgcom. + *.1 Unix-style man pages for programs (same info as usage.txt). + wizard.txt Advanced usage instructions for JPEG wizards only. + change.log Version-to-version change highlights. +Programmer and internal documentation: + libjpeg.txt How to use the JPEG library in your own programs. + example.c Sample code for calling the JPEG library. + structure.txt Overview of the JPEG library's internal structure. + coderules.txt Coding style rules --- please read if you contribute code. + +Please read at least usage.txt. Some information can also be found in the JPEG +FAQ (Frequently Asked Questions) article. See ARCHIVE LOCATIONS below to find +out where to obtain the FAQ article. + +If you want to understand how the JPEG code works, we suggest reading one or +more of the REFERENCES, then looking at the documentation files (in roughly +the order listed) before diving into the code. + + +OVERVIEW +======== + +This package contains C software to implement JPEG image encoding, decoding, +and transcoding. JPEG (pronounced "jay-peg") is a standardized compression +method for full-color and grayscale images. JPEG's strong suit is compressing +photographic images or other types of images that have smooth color and +brightness transitions between neighboring pixels. Images with sharp lines or +other abrupt features may not compress well with JPEG, and a higher JPEG +quality may have to be used to avoid visible compression artifacts with such +images. + +JPEG is lossy, meaning that the output pixels are not necessarily identical to +the input pixels. However, on photographic content and other "smooth" images, +very good compression ratios can be obtained with no visible compression +artifacts, and extremely high compression ratios are possible if you are +willing to sacrifice image quality (by reducing the "quality" setting in the +compressor.) + +This software implements JPEG baseline, extended-sequential, and progressive +compression processes. Provision is made for supporting all variants of these +processes, although some uncommon parameter settings aren't implemented yet. +We have made no provision for supporting the hierarchical or lossless +processes defined in the standard. + +We provide a set of library routines for reading and writing JPEG image files, +plus two sample applications "cjpeg" and "djpeg", which use the library to +perform conversion between JPEG and some other popular image file formats. +The library is intended to be reused in other applications. + +In order to support file conversion and viewing software, we have included +considerable functionality beyond the bare JPEG coding/decoding capability; +for example, the color quantization modules are not strictly part of JPEG +decoding, but they are essential for output to colormapped file formats or +colormapped displays. These extra functions can be compiled out of the +library if not required for a particular application. + +We have also included "jpegtran", a utility for lossless transcoding between +different JPEG processes, and "rdjpgcom" and "wrjpgcom", two simple +applications for inserting and extracting textual comments in JFIF files. + +The emphasis in designing this software has been on achieving portability and +flexibility, while also making it fast enough to be useful. In particular, +the software is not intended to be read as a tutorial on JPEG. (See the +REFERENCES section for introductory material.) Rather, it is intended to +be reliable, portable, industrial-strength code. We do not claim to have +achieved that goal in every aspect of the software, but we strive for it. + +We welcome the use of this software as a component of commercial products. +No royalty is required, but we do ask for an acknowledgement in product +documentation, as described under LEGAL ISSUES. + + +LEGAL ISSUES +============ + +In plain English: + +1. We don't promise that this software works. (But if you find any bugs, + please let us know!) +2. You can use this software for whatever you want. You don't have to pay us. +3. You may not pretend that you wrote this software. If you use it in a + program, you must acknowledge somewhere in your documentation that + you've used the IJG code. + +In legalese: + +The authors make NO WARRANTY or representation, either express or implied, +with respect to this software, its quality, accuracy, merchantability, or +fitness for a particular purpose. This software is provided "AS IS", and you, +its user, assume the entire risk as to its quality and accuracy. + +This software is copyright (C) 1991-2016, Thomas G. Lane, Guido Vollbeding. +All Rights Reserved except as specified below. + +Permission is hereby granted to use, copy, modify, and distribute this +software (or portions thereof) for any purpose, without fee, subject to these +conditions: +(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice +unaltered; and any additions, deletions, or changes to the original files +must be clearly indicated in accompanying documentation. +(2) If only executable code is distributed, then the accompanying +documentation must state that "this software is based in part on the work of +the Independent JPEG Group". +(3) Permission for use of this software is granted only if the user accepts +full responsibility for any undesirable consequences; the authors accept +NO LIABILITY for damages of any kind. + +These conditions apply to any software derived from or based on the IJG code, +not just to the unmodified library. If you use our work, you ought to +acknowledge us. + +Permission is NOT granted for the use of any IJG author's name or company name +in advertising or publicity relating to this software or products derived from +it. This software may be referred to only as "the Independent JPEG Group's +software". + +We specifically permit and encourage the use of this software as the basis of +commercial products, provided that all warranty or liability claims are +assumed by the product vendor. + + +The Unix configuration script "configure" was produced with GNU Autoconf. +It is copyright by the Free Software Foundation but is freely distributable. +The same holds for its supporting scripts (config.guess, config.sub, +ltmain.sh). Another support script, install-sh, is copyright by X Consortium +but is also freely distributable. + +The IJG distribution formerly included code to read and write GIF files. +To avoid entanglement with the Unisys LZW patent (now expired), GIF reading +support has been removed altogether, and the GIF writer has been simplified +to produce "uncompressed GIFs". This technique does not use the LZW +algorithm; the resulting GIF files are larger than usual, but are readable +by all standard GIF decoders. + +We are required to state that + "The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." + + +REFERENCES +========== + +We recommend reading one or more of these references before trying to +understand the innards of the JPEG software. + +The best short technical introduction to the JPEG compression algorithm is + Wallace, Gregory K. "The JPEG Still Picture Compression Standard", + Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44. +(Adjacent articles in that issue discuss MPEG motion picture compression, +applications of JPEG, and related topics.) If you don't have the CACM issue +handy, a PDF file containing a revised version of Wallace's article is +available at http://www.ijg.org/files/Wallace.JPEG.pdf. The file (actually +a preprint for an article that appeared in IEEE Trans. Consumer Electronics) +omits the sample images that appeared in CACM, but it includes corrections +and some added material. Note: the Wallace article is copyright ACM and IEEE, +and it may not be used for commercial purposes. + +A somewhat less technical, more leisurely introduction to JPEG can be found in +"The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by +M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1. This book provides +good explanations and example C code for a multitude of compression methods +including JPEG. It is an excellent source if you are comfortable reading C +code but don't know much about data compression in general. The book's JPEG +sample code is far from industrial-strength, but when you are ready to look +at a full implementation, you've got one here... + +The best currently available description of JPEG is the textbook "JPEG Still +Image Data Compression Standard" by William B. Pennebaker and Joan L. +Mitchell, published by Van Nostrand Reinhold, 1993, ISBN 0-442-01272-1. +Price US$59.95, 638 pp. The book includes the complete text of the ISO JPEG +standards (DIS 10918-1 and draft DIS 10918-2). + +The original JPEG standard is divided into two parts, Part 1 being the actual +specification, while Part 2 covers compliance testing methods. Part 1 is +titled "Digital Compression and Coding of Continuous-tone Still Images, +Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS +10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of +Continuous-tone Still Images, Part 2: Compliance testing" and has document +numbers ISO/IEC IS 10918-2, ITU-T T.83. + +The JPEG standard does not specify all details of an interchangeable file +format. For the omitted details we follow the "JFIF" conventions, revision +1.02. JFIF 1.02 has been adopted as an Ecma International Technical Report +and thus received a formal publication status. It is available as a free +download in PDF format from +http://www.ecma-international.org/publications/techreports/E-TR-098.htm. +A PostScript version of the JFIF document is available at +http://www.ijg.org/files/jfif.ps.gz. There is also a plain text version at +http://www.ijg.org/files/jfif.txt.gz, but it is missing the figures. + +The TIFF 6.0 file format specification can be obtained by FTP from +ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme +found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems. +IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6). +Instead, we recommend the JPEG design proposed by TIFF Technical Note #2 +(Compression tag 7). Copies of this Note can be obtained from +http://www.ijg.org/files/. It is expected that the next revision +of the TIFF spec will replace the 6.0 JPEG design with the Note's design. +Although IJG's own code does not support TIFF/JPEG, the free libtiff library +uses our library to implement TIFF/JPEG per the Note. + + +ARCHIVE LOCATIONS +================= + +The "official" archive site for this software is www.ijg.org. +The most recent released version can always be found there in +directory "files". + +The JPEG FAQ (Frequently Asked Questions) article is a source of some +general information about JPEG. +It is available on the World Wide Web at http://www.faqs.org/faqs/jpeg-faq/ +and other news.answers archive sites, including the official news.answers +archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/. +If you don't have Web or FTP access, send e-mail to mail-server@rtfm.mit.edu +with body + send usenet/news.answers/jpeg-faq/part1 + send usenet/news.answers/jpeg-faq/part2 + + +FILE FORMAT WARS +================ + +The ISO/IEC JTC1/SC29/WG1 standards committee (also known as JPEG, together +with ITU-T SG16) currently promotes different formats containing the name +"JPEG" which are incompatible with original DCT-based JPEG. IJG therefore does +not support these formats (see REFERENCES). Indeed, one of the original +reasons for developing this free software was to help force convergence on +common, interoperable format standards for JPEG files. +Don't use an incompatible file format! +(In any case, our decoder will remain capable of reading existing JPEG +image files indefinitely.) + + +TO DO +===== + +Please send bug reports, offers of help, etc. to jpeg-info@jpegclub.org. +-------------------------------------------------------------------------------- +libmicrohttpd +skia + +Copyright (c) 2011 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libpng + +COPYRIGHT NOTICE, DISCLAIMER, and LICENSE +========================================= + +PNG Reference Library License version 2 +--------------------------------------- + +* Copyright (c) 1995-2019 The PNG Reference Library Authors. +* Copyright (c) 2018-2019 Cosmin Truta. +* Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson. +* Copyright (c) 1996-1997 Andreas Dilger. +* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. + +The software is supplied "as is", without warranty of any kind, +express or implied, including, without limitation, the warranties +of merchantability, fitness for a particular purpose, title, and +non-infringement. In no event shall the Copyright owners, or +anyone distributing the software, be liable for any damages or +other liability, whether in contract, tort or otherwise, arising +from, out of, or in connection with the software, or the use or +other dealings in the software, even if advised of the possibility +of such damage. + +Permission is hereby granted to use, copy, modify, and distribute +this software, or portions hereof, for any purpose, without fee, +subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you + must not claim that you wrote the original software. If you + use this software in a product, an acknowledgment in the product + documentation would be appreciated, but is not required. + +2. Altered source versions must be plainly marked as such, and must + not be misrepresented as being the original software. + +3. This Copyright notice may not be removed or altered from any + source or altered source distribution. + + +PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35) +----------------------------------------------------------------------- + +libpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 are +Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are +derived from libpng-1.0.6, and are distributed according to the same +disclaimer and license as libpng-1.0.6 with the following individuals +added to the list of Contributing Authors: + + Simon-Pierre Cadieux + Eric S. Raymond + Mans Rullgard + Cosmin Truta + Gilles Vollant + James Yu + Mandar Sahastrabuddhe + Google Inc. + Vadim Barkov + +and with the following additions to the disclaimer: + + There is no warranty against interference with your enjoyment of + the library or against infringement. There is no warranty that our + efforts or the library will fulfill any of your particular purposes + or needs. This library is provided with all faults, and the entire + risk of satisfactory quality, performance, accuracy, and effort is + with the user. + +Some files in the "contrib" directory and some configure-generated +files that are distributed with libpng have other copyright owners, and +are released under other open source licenses. + +libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are +Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from +libpng-0.96, and are distributed according to the same disclaimer and +license as libpng-0.96, with the following individuals added to the +list of Contributing Authors: + + Tom Lane + Glenn Randers-Pehrson + Willem van Schaik + +libpng versions 0.89, June 1996, through 0.96, May 1997, are +Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88, +and are distributed according to the same disclaimer and license as +libpng-0.88, with the following individuals added to the list of +Contributing Authors: + + John Bowler + Kevin Bracey + Sam Bushell + Magnus Holmgren + Greg Roelofs + Tom Tanner + +Some files in the "scripts" directory have other copyright owners, +but are released under this license. + +libpng versions 0.5, May 1995, through 0.88, January 1996, are +Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. + +For the purposes of this copyright and license, "Contributing Authors" +is defined as the following set of individuals: + + Andreas Dilger + Dave Martindale + Guy Eric Schalnat + Paul Schmidt + Tim Wegner + +The PNG Reference Library is supplied "AS IS". The Contributing +Authors and Group 42, Inc. disclaim all warranties, expressed or +implied, including, without limitation, the warranties of +merchantability and of fitness for any purpose. The Contributing +Authors and Group 42, Inc. assume no liability for direct, indirect, +incidental, special, exemplary, or consequential damages, which may +result from the use of the PNG Reference Library, even if advised of +the possibility of such damage. + +Permission is hereby granted to use, copy, modify, and distribute this +source code, or portions hereof, for any purpose, without fee, subject +to the following restrictions: + +1. The origin of this source code must not be misrepresented. + +2. Altered versions must be plainly marked as such and must not + be misrepresented as being the original source. + +3. This Copyright notice may not be removed or altered from any + source or altered source distribution. + +The Contributing Authors and Group 42, Inc. specifically permit, +without fee, and encourage the use of this source code as a component +to supporting the PNG file format in commercial products. If you use +this source code in a product, acknowledgment is not required but would +be appreciated. +-------------------------------------------------------------------------------- +libtess2 + +Copyright (C) [dates of first publication] Silicon Graphics, Inc. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice including the dates of first publication and either this +permission notice or a reference to http://oss.sgi.com/projects/FreeB/ shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON GRAPHICS, INC. +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE +OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of Silicon Graphics, Inc. shall not +be used in advertising or otherwise to promote the sale, use or other dealings in +this Software without prior written authorization from Silicon Graphics, Inc. +-------------------------------------------------------------------------------- +libwebp + +Copyright (c) 2010, Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2010 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2011 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2012 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2013 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2014 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2015 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2016 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2017 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2018 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +lints + +Copyright 2021, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +material_color_utilities + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +-------------------------------------------------------------------------------- +meta + +Copyright 2016, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +nested +provider + +MIT License + +Copyright (c) 2019 Remi Rousselet + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +path + +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. + +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +rapidjson + +Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip-> All rights reserved-> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +rapidjson + +Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +rapidjson + +Copyright (c) 2006-2013 Alexander Chemeris + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of the product nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +rapidjson + +The above software in this distribution may have been modified by +THL A29 Limited ("Tencent Modifications"). +All Tencent Modifications are Copyright (C) 2015 THL A29 Limited. +-------------------------------------------------------------------------------- +root_certificates + +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. + +You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/root_certificates/+/692f6d6488af68e0121317a9c2c9eb393eb0ee50 + +-------------------------------------------------------------------------------- +screen_retriever +window_manager + +MIT License + +Copyright (c) 2022 LiJianying + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +skia + +Copyright (C) 2014 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright (c) 2011 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright (c) 2014 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2005 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2006 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2006-2012 The Android Open Source Project +Copyright 2012 Mozilla Foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2007 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2008 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2008 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2009 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2009-2015 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2010 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2010 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2011 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2011 Google Inc. +Copyright 2012 Mozilla Foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2011 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2012 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2012 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2012 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2013 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2013 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2014 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2014 Google Inc. +Copyright 2017 ARM Ltd. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2014 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2015 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2015 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2016 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2016 Mozilla Foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2016 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2017 ARM Ltd. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2017 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google LLC. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google LLC. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2023 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2023 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2023 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +spirv-cross + +Copyright 2014-2016,2021 The Khronos Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +spring_animation + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +sqlite + +The source code for SQLite is in the public domain. No claim of +copyright is made on any part of the core source code. (The +documentation and test code is a different matter - some sections of +documentation and test logic are governed by open-source licenses.) +All contributors to the SQLite core software have signed affidavits +specifically disavowing any copyright interest in the code. This means +that anybody is able to legally do anything they want with the SQLite +source code. + +There are other SQL database engines with liberal licenses that allow +the code to be broadly and freely used. But those other engines are +still governed by copyright law. SQLite is different in that copyright +law simply does not apply. + +The source code files for other SQL database engines typically begin +with a comment describing your legal rights to view and copy that +file. The SQLite source code contains no license since it is not +governed by copyright. Instead of a license, the SQLite source code +offers a blessing: + +May you do good and not evil +May you find forgiveness for yourself and forgive others +May you share freely, never taking more than you give. +-------------------------------------------------------------------------------- +vector_math + +Copyright 2015, Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright (C) 2013 Andrew Magill + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. + +-------------------------------------------------------------------------------- +vulkan-validation-layers + +Copyright (C) 2012-2020 Yann Collet + +BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +vulkan-validation-layers +vulkan_memory_allocator + +Copyright (c) 2017-2022 Advanced Micro Devices, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +vulkanmemoryallocator + +Copyright 2018 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +web + +Copyright 2023, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +web_locale_keymap + +Copyright (c) 2022 Google LLC + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +xxhash + +Copyright (C) 2012-2016, Yann Collet + +BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +* Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +xxhash + +Copyright (C) 2012-2016, Yann Collet. + +BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +yaru +yaru_color_generator +yaru_colors + +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. + +-------------------------------------------------------------------------------- +yaru_icons + + + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1998-2005 Gilles Vollant +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 2017 ARM, Inc. +Copyright 2017 The Chromium Authors + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +zlib + +Copyright 2017 The Chromium Authors + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +zlib + +Copyright 2018 The Chromium Authors + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +zlib + +Copyright 2019 The Chromium Authors + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +zlib + +Copyright 2022 The Chromium Authors + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +zlib + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +version 1.2.12, March 27th, 2022 + +Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. diff --git a/assets/fonts/MaterialIcons-Regular.otf b/assets/fonts/MaterialIcons-Regular.otf new file mode 100644 index 0000000..8ad4112 Binary files /dev/null and b/assets/fonts/MaterialIcons-Regular.otf differ diff --git a/assets/icons/address-book/_.svg b/assets/icons/address-book/_.svg deleted file mode 100644 index a6eef9b..0000000 --- a/assets/icons/address-book/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/address-book/filled-new.svg b/assets/icons/address-book/filled-new.svg deleted file mode 100644 index 9719352..0000000 --- a/assets/icons/address-book/filled-new.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/address-book/filled.svg b/assets/icons/address-book/filled.svg deleted file mode 100644 index 8fc28e2..0000000 --- a/assets/icons/address-book/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/address-book/new.svg b/assets/icons/address-book/new.svg deleted file mode 100644 index ccc4f43..0000000 --- a/assets/icons/address-book/new.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/app-grid.svg b/assets/icons/app-grid.svg deleted file mode 100644 index 2bb4992..0000000 --- a/assets/icons/app-grid.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/appliance-filled.svg b/assets/icons/appliance-filled.svg deleted file mode 100644 index 4e90d82..0000000 --- a/assets/icons/appliance-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/appliance.svg b/assets/icons/appliance.svg deleted file mode 100644 index d7b927a..0000000 --- a/assets/icons/appliance.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/application/_.svg b/assets/icons/application/_.svg deleted file mode 100644 index a182cfe..0000000 --- a/assets/icons/application/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/application/bag-filled.svg b/assets/icons/application/bag-filled.svg deleted file mode 100644 index 040e748..0000000 --- a/assets/icons/application/bag-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/application/bag.svg b/assets/icons/application/bag.svg deleted file mode 100644 index f511d42..0000000 --- a/assets/icons/application/bag.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/arrow/down-outlined.svg b/assets/icons/arrow/down-outlined.svg deleted file mode 100644 index 95a226f..0000000 --- a/assets/icons/arrow/down-outlined.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/arrow/down.svg b/assets/icons/arrow/down.svg deleted file mode 100644 index 2720bfe..0000000 --- a/assets/icons/arrow/down.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/arrow/left-outlined.svg b/assets/icons/arrow/left-outlined.svg deleted file mode 100644 index 5069b7e..0000000 --- a/assets/icons/arrow/left-outlined.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/arrow/left.svg b/assets/icons/arrow/left.svg deleted file mode 100644 index b746d35..0000000 --- a/assets/icons/arrow/left.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/arrow/right-outlined.svg b/assets/icons/arrow/right-outlined.svg deleted file mode 100644 index 63bdd09..0000000 --- a/assets/icons/arrow/right-outlined.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/arrow/right.svg b/assets/icons/arrow/right.svg deleted file mode 100644 index c170637..0000000 --- a/assets/icons/arrow/right.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/arrow/up-outlined.svg b/assets/icons/arrow/up-outlined.svg deleted file mode 100644 index dc76a84..0000000 --- a/assets/icons/arrow/up-outlined.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/arrow/up.svg b/assets/icons/arrow/up.svg deleted file mode 100644 index 8ccddbf..0000000 --- a/assets/icons/arrow/up.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/audio-card-filled.svg b/assets/icons/audio-card-filled.svg deleted file mode 100644 index e48496c..0000000 --- a/assets/icons/audio-card-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/audio-card.svg b/assets/icons/audio-card.svg deleted file mode 100644 index 8a3509d..0000000 --- a/assets/icons/audio-card.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/1-charging.svg b/assets/icons/battery/1-charging.svg deleted file mode 100644 index 0380fe9..0000000 --- a/assets/icons/battery/1-charging.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/1.svg b/assets/icons/battery/1.svg deleted file mode 100644 index 319d534..0000000 --- a/assets/icons/battery/1.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/2-charging.svg b/assets/icons/battery/2-charging.svg deleted file mode 100644 index 6c936be..0000000 --- a/assets/icons/battery/2-charging.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/2.svg b/assets/icons/battery/2.svg deleted file mode 100644 index a978644..0000000 --- a/assets/icons/battery/2.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/3-charging.svg b/assets/icons/battery/3-charging.svg deleted file mode 100644 index cb228e3..0000000 --- a/assets/icons/battery/3-charging.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/3.svg b/assets/icons/battery/3.svg deleted file mode 100644 index 5aa5c08..0000000 --- a/assets/icons/battery/3.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/4-charging.svg b/assets/icons/battery/4-charging.svg deleted file mode 100644 index c0589fd..0000000 --- a/assets/icons/battery/4-charging.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/4.svg b/assets/icons/battery/4.svg deleted file mode 100644 index 9724d48..0000000 --- a/assets/icons/battery/4.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/5-charging.svg b/assets/icons/battery/5-charging.svg deleted file mode 100644 index ac2cd89..0000000 --- a/assets/icons/battery/5-charging.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/5.svg b/assets/icons/battery/5.svg deleted file mode 100644 index 56592cd..0000000 --- a/assets/icons/battery/5.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/6-charging.svg b/assets/icons/battery/6-charging.svg deleted file mode 100644 index a0b74b3..0000000 --- a/assets/icons/battery/6-charging.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/6.svg b/assets/icons/battery/6.svg deleted file mode 100644 index a61ae83..0000000 --- a/assets/icons/battery/6.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/7-charging.svg b/assets/icons/battery/7-charging.svg deleted file mode 100644 index d9b7558..0000000 --- a/assets/icons/battery/7-charging.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/7.svg b/assets/icons/battery/7.svg deleted file mode 100644 index 2554d74..0000000 --- a/assets/icons/battery/7.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/8-charging.svg b/assets/icons/battery/8-charging.svg deleted file mode 100644 index 0b6164a..0000000 --- a/assets/icons/battery/8-charging.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/8.svg b/assets/icons/battery/8.svg deleted file mode 100644 index 0893b04..0000000 --- a/assets/icons/battery/8.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/9-charging.svg b/assets/icons/battery/9-charging.svg deleted file mode 100644 index 5a20b4a..0000000 --- a/assets/icons/battery/9-charging.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/9.svg b/assets/icons/battery/9.svg deleted file mode 100644 index 11585f2..0000000 --- a/assets/icons/battery/9.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/empty-charging.svg b/assets/icons/battery/empty-charging.svg deleted file mode 100644 index e989d44..0000000 --- a/assets/icons/battery/empty-charging.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/empty.svg b/assets/icons/battery/empty.svg deleted file mode 100644 index 7e58e3b..0000000 --- a/assets/icons/battery/empty.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/full-charging.svg b/assets/icons/battery/full-charging.svg deleted file mode 100644 index 0e75179..0000000 --- a/assets/icons/battery/full-charging.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/full.svg b/assets/icons/battery/full.svg deleted file mode 100644 index 3d5096d..0000000 --- a/assets/icons/battery/full.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/missing.svg b/assets/icons/battery/missing.svg deleted file mode 100644 index 6c644ae..0000000 --- a/assets/icons/battery/missing.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/battery/warning.svg b/assets/icons/battery/warning.svg deleted file mode 100644 index c202ae9..0000000 --- a/assets/icons/battery/warning.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/beaker-filled.svg b/assets/icons/beaker-filled.svg deleted file mode 100644 index 69481f5..0000000 --- a/assets/icons/beaker-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/beaker.svg b/assets/icons/beaker.svg deleted file mode 100644 index eb46456..0000000 --- a/assets/icons/beaker.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/bell-filled.svg b/assets/icons/bell-filled.svg deleted file mode 100644 index 18dcc04..0000000 --- a/assets/icons/bell-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/bell.svg b/assets/icons/bell.svg deleted file mode 100644 index 1cef849..0000000 --- a/assets/icons/bell.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/bluetooth.svg b/assets/icons/bluetooth.svg deleted file mode 100644 index 8679f8d..0000000 --- a/assets/icons/bluetooth.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/bold.svg b/assets/icons/bold.svg deleted file mode 100644 index acfa059..0000000 --- a/assets/icons/bold.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/book-filled.svg b/assets/icons/book-filled.svg deleted file mode 100644 index c98accc..0000000 --- a/assets/icons/book-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/book.svg b/assets/icons/book.svg deleted file mode 100644 index 8727144..0000000 --- a/assets/icons/book.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/bookmark-filled.svg b/assets/icons/bookmark-filled.svg deleted file mode 100644 index f7e8691..0000000 --- a/assets/icons/bookmark-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/bookmark.svg b/assets/icons/bookmark.svg deleted file mode 100644 index f32486d..0000000 --- a/assets/icons/bookmark.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/calculator.svg b/assets/icons/calculator.svg deleted file mode 100644 index 503c713..0000000 --- a/assets/icons/calculator.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/calendar/_.svg b/assets/icons/calendar/_.svg deleted file mode 100644 index d627cd4..0000000 --- a/assets/icons/calendar/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/calendar/day-filled.svg b/assets/icons/calendar/day-filled.svg deleted file mode 100644 index b8251e2..0000000 --- a/assets/icons/calendar/day-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/calendar/day.svg b/assets/icons/calendar/day.svg deleted file mode 100644 index 79b1556..0000000 --- a/assets/icons/calendar/day.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/calendar/error-filled.svg b/assets/icons/calendar/error-filled.svg deleted file mode 100644 index 7007a5e..0000000 --- a/assets/icons/calendar/error-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/calendar/error.svg b/assets/icons/calendar/error.svg deleted file mode 100644 index 58c597d..0000000 --- a/assets/icons/calendar/error.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/calendar/filled.svg b/assets/icons/calendar/filled.svg deleted file mode 100644 index 31b6144..0000000 --- a/assets/icons/calendar/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/calendar/important-filled.svg b/assets/icons/calendar/important-filled.svg deleted file mode 100644 index e8754ae..0000000 --- a/assets/icons/calendar/important-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/calendar/important.svg b/assets/icons/calendar/important.svg deleted file mode 100644 index ad53c00..0000000 --- a/assets/icons/calendar/important.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/calendar/month-filled.svg b/assets/icons/calendar/month-filled.svg deleted file mode 100644 index fbd17f4..0000000 --- a/assets/icons/calendar/month-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/calendar/month.svg b/assets/icons/calendar/month.svg deleted file mode 100644 index 74b8c3f..0000000 --- a/assets/icons/calendar/month.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/calendar/new-filled.svg b/assets/icons/calendar/new-filled.svg deleted file mode 100644 index fc088fb..0000000 --- a/assets/icons/calendar/new-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/calendar/new.svg b/assets/icons/calendar/new.svg deleted file mode 100644 index b71998d..0000000 --- a/assets/icons/calendar/new.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/calendar/warning-filled.svg b/assets/icons/calendar/warning-filled.svg deleted file mode 100644 index a7fdd5c..0000000 --- a/assets/icons/calendar/warning-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/calendar/warning.svg b/assets/icons/calendar/warning.svg deleted file mode 100644 index 948a700..0000000 --- a/assets/icons/calendar/warning.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/calendar/week-filled.svg b/assets/icons/calendar/week-filled.svg deleted file mode 100644 index 08791b4..0000000 --- a/assets/icons/calendar/week-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/calendar/week.svg b/assets/icons/calendar/week.svg deleted file mode 100644 index 9c11a2a..0000000 --- a/assets/icons/calendar/week.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/call/incoming.svg b/assets/icons/call/incoming.svg deleted file mode 100644 index 27e7868..0000000 --- a/assets/icons/call/incoming.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/call/outgoing.svg b/assets/icons/call/outgoing.svg deleted file mode 100644 index 48a8e0a..0000000 --- a/assets/icons/call/outgoing.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/call/start.svg b/assets/icons/call/start.svg deleted file mode 100644 index 1d2ef21..0000000 --- a/assets/icons/call/start.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/call/stop.svg b/assets/icons/call/stop.svg deleted file mode 100644 index 87d8ba9..0000000 --- a/assets/icons/call/stop.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/camera/photo-filed.svg b/assets/icons/camera/photo-filed.svg deleted file mode 100644 index 2bd62cf..0000000 --- a/assets/icons/camera/photo-filed.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/camera/photo.svg b/assets/icons/camera/photo.svg deleted file mode 100644 index ef7606d..0000000 --- a/assets/icons/camera/photo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/camera/video-filed.svg b/assets/icons/camera/video-filed.svg deleted file mode 100644 index 74e61a9..0000000 --- a/assets/icons/camera/video-filed.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/camera/video.svg b/assets/icons/camera/video.svg deleted file mode 100644 index 0a46018..0000000 --- a/assets/icons/camera/video.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/camera/web-filled.svg b/assets/icons/camera/web-filled.svg deleted file mode 100644 index 3058c79..0000000 --- a/assets/icons/camera/web-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/camera/web.svg b/assets/icons/camera/web.svg deleted file mode 100644 index 1f94077..0000000 --- a/assets/icons/camera/web.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/character-map.svg b/assets/icons/character-map.svg deleted file mode 100644 index fd97c7e..0000000 --- a/assets/icons/character-map.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/chat/away-filled.svg b/assets/icons/chat/away-filled.svg deleted file mode 100644 index bb6dbaa..0000000 --- a/assets/icons/chat/away-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/chat/away.svg b/assets/icons/chat/away.svg deleted file mode 100644 index d88c927..0000000 --- a/assets/icons/chat/away.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/chat/bubble-filled.svg b/assets/icons/chat/bubble-filled.svg deleted file mode 100644 index fed5deb..0000000 --- a/assets/icons/chat/bubble-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/chat/bubble.svg b/assets/icons/chat/bubble.svg deleted file mode 100644 index 0b736b9..0000000 --- a/assets/icons/chat/bubble.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/chat/idle-filled.svg b/assets/icons/chat/idle-filled.svg deleted file mode 100644 index a3c5fde..0000000 --- a/assets/icons/chat/idle-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/chat/idle.svg b/assets/icons/chat/idle.svg deleted file mode 100644 index 6a24e3d..0000000 --- a/assets/icons/chat/idle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/chat/offline-filled.svg b/assets/icons/chat/offline-filled.svg deleted file mode 100644 index 8b4001b..0000000 --- a/assets/icons/chat/offline-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/chat/offline.svg b/assets/icons/chat/offline.svg deleted file mode 100644 index 6744c9a..0000000 --- a/assets/icons/chat/offline.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/chat/text-filled.svg b/assets/icons/chat/text-filled.svg deleted file mode 100644 index d25f0ee..0000000 --- a/assets/icons/chat/text-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/chat/text.svg b/assets/icons/chat/text.svg deleted file mode 100644 index d65126e..0000000 --- a/assets/icons/chat/text.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/check-spelling.svg b/assets/icons/check-spelling.svg deleted file mode 100644 index b4fbe88..0000000 --- a/assets/icons/check-spelling.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/checkbox/_.svg b/assets/icons/checkbox/_.svg deleted file mode 100644 index 76a89eb..0000000 --- a/assets/icons/checkbox/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/checkbox/checked-filled.svg b/assets/icons/checkbox/checked-filled.svg deleted file mode 100644 index f90c48c..0000000 --- a/assets/icons/checkbox/checked-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/checkbox/checked.svg b/assets/icons/checkbox/checked.svg deleted file mode 100644 index 0eeaf48..0000000 --- a/assets/icons/checkbox/checked.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/checkbox/filled.svg b/assets/icons/checkbox/filled.svg deleted file mode 100644 index 8c87058..0000000 --- a/assets/icons/checkbox/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/checkbox/mixed-filled.svg b/assets/icons/checkbox/mixed-filled.svg deleted file mode 100644 index 0db11dc..0000000 --- a/assets/icons/checkbox/mixed-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/checkbox/mixed.svg b/assets/icons/checkbox/mixed.svg deleted file mode 100644 index 342adf0..0000000 --- a/assets/icons/checkbox/mixed.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/checkmark.svg b/assets/icons/checkmark.svg deleted file mode 100644 index 8d32b51..0000000 --- a/assets/icons/checkmark.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/chip-filled.svg b/assets/icons/chip-filled.svg deleted file mode 100644 index 7babb74..0000000 --- a/assets/icons/chip-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/chip.svg b/assets/icons/chip.svg deleted file mode 100644 index 45286b3..0000000 --- a/assets/icons/chip.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/clear-night-filled.svg b/assets/icons/clear-night-filled.svg deleted file mode 100644 index 19080d6..0000000 --- a/assets/icons/clear-night-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/clear-night.svg b/assets/icons/clear-night.svg deleted file mode 100644 index c23fb0b..0000000 --- a/assets/icons/clear-night.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/clock-filled.svg b/assets/icons/clock-filled.svg deleted file mode 100644 index 96bd974..0000000 --- a/assets/icons/clock-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/clock.svg b/assets/icons/clock.svg deleted file mode 100644 index 4980562..0000000 --- a/assets/icons/clock.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/cloud-filled.svg b/assets/icons/cloud-filled.svg deleted file mode 100644 index 60e33ac..0000000 --- a/assets/icons/cloud-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/cloud.svg b/assets/icons/cloud.svg deleted file mode 100644 index 107c61d..0000000 --- a/assets/icons/cloud.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/code.svg b/assets/icons/code.svg deleted file mode 100644 index 85b34dd..0000000 --- a/assets/icons/code.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/color-select.svg b/assets/icons/color-select.svg deleted file mode 100644 index d4f583d..0000000 --- a/assets/icons/color-select.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/colors-filled.svg b/assets/icons/colors-filled.svg deleted file mode 100644 index 624aed8..0000000 --- a/assets/icons/colors-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/colors.svg b/assets/icons/colors.svg deleted file mode 100644 index ca87532..0000000 --- a/assets/icons/colors.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/compass-filled.svg b/assets/icons/compass-filled.svg deleted file mode 100644 index d9bd9cd..0000000 --- a/assets/icons/compass-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/compass.svg b/assets/icons/compass.svg deleted file mode 100644 index 24d4283..0000000 --- a/assets/icons/compass.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/computer-filled.svg b/assets/icons/computer-filled.svg deleted file mode 100644 index 04908f2..0000000 --- a/assets/icons/computer-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/computer-legacy-filled.svg b/assets/icons/computer-legacy-filled.svg deleted file mode 100644 index 6414af6..0000000 --- a/assets/icons/computer-legacy-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/computer-legacy.svg b/assets/icons/computer-legacy.svg deleted file mode 100644 index 0c5fcfc..0000000 --- a/assets/icons/computer-legacy.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/computer.svg b/assets/icons/computer.svg deleted file mode 100644 index 51a3cda..0000000 --- a/assets/icons/computer.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/copy-filled.svg b/assets/icons/copy-filled.svg deleted file mode 100644 index ee49a81..0000000 --- a/assets/icons/copy-filled.svg +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - diff --git a/assets/icons/copy.svg b/assets/icons/copy.svg deleted file mode 100644 index 1bbb465..0000000 --- a/assets/icons/copy.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - diff --git a/assets/icons/cut.svg b/assets/icons/cut.svg deleted file mode 100644 index c3b1954..0000000 --- a/assets/icons/cut.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/debian.svg b/assets/icons/debian.svg deleted file mode 100644 index ae9567d..0000000 --- a/assets/icons/debian.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/desktop/_.svg b/assets/icons/desktop/_.svg deleted file mode 100644 index 89f8f3b..0000000 --- a/assets/icons/desktop/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/desktop/appearance-filled.svg b/assets/icons/desktop/appearance-filled.svg deleted file mode 100644 index 3d7c85f..0000000 --- a/assets/icons/desktop/appearance-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/desktop/appearance.svg b/assets/icons/desktop/appearance.svg deleted file mode 100644 index 6dfba93..0000000 --- a/assets/icons/desktop/appearance.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/desktop/filled.svg b/assets/icons/desktop/filled.svg deleted file mode 100644 index 2f9c5cc..0000000 --- a/assets/icons/desktop/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/desktop/remote-filled.svg b/assets/icons/desktop/remote-filled.svg deleted file mode 100644 index 57f343a..0000000 --- a/assets/icons/desktop/remote-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/desktop/remote.svg b/assets/icons/desktop/remote.svg deleted file mode 100644 index e311afa..0000000 --- a/assets/icons/desktop/remote.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/dialpad-filled.svg b/assets/icons/dialpad-filled.svg deleted file mode 100644 index fb8a061..0000000 --- a/assets/icons/dialpad-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/dialpad.svg b/assets/icons/dialpad.svg deleted file mode 100644 index 01c0b5a..0000000 --- a/assets/icons/dialpad.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/dictionary-filled.svg b/assets/icons/dictionary-filled.svg deleted file mode 100644 index 581f054..0000000 --- a/assets/icons/dictionary-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/dictionary.svg b/assets/icons/dictionary.svg deleted file mode 100644 index c4695b0..0000000 --- a/assets/icons/dictionary.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/disk-filled.svg b/assets/icons/disk-filled.svg deleted file mode 100644 index 907157d..0000000 --- a/assets/icons/disk-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/disk.svg b/assets/icons/disk.svg deleted file mode 100644 index b644691..0000000 --- a/assets/icons/disk.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/display-layout-filled.svg b/assets/icons/display-layout-filled.svg deleted file mode 100644 index 885296f..0000000 --- a/assets/icons/display-layout-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/display-layout.svg b/assets/icons/display-layout.svg deleted file mode 100644 index c97cbf6..0000000 --- a/assets/icons/display-layout.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/document/_.svg b/assets/icons/document/_.svg deleted file mode 100644 index 5221031..0000000 --- a/assets/icons/document/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/document/filled.svg b/assets/icons/document/filled.svg deleted file mode 100644 index 73a143e..0000000 --- a/assets/icons/document/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/document/history-filled.svg b/assets/icons/document/history-filled.svg deleted file mode 100644 index 76281aa..0000000 --- a/assets/icons/document/history-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/document/history.svg b/assets/icons/document/history.svg deleted file mode 100644 index 7e6aca0..0000000 --- a/assets/icons/document/history.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/document/new-filled.svg b/assets/icons/document/new-filled.svg deleted file mode 100644 index 7b6fd51..0000000 --- a/assets/icons/document/new-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/document/new.svg b/assets/icons/document/new.svg deleted file mode 100644 index 4c7996a..0000000 --- a/assets/icons/document/new.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/document/open-filled.svg b/assets/icons/document/open-filled.svg deleted file mode 100644 index 0d644b7..0000000 --- a/assets/icons/document/open-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/document/open.svg b/assets/icons/document/open.svg deleted file mode 100644 index b83427e..0000000 --- a/assets/icons/document/open.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/document/template-filled.svg b/assets/icons/document/template-filled.svg deleted file mode 100644 index 6a71659..0000000 --- a/assets/icons/document/template-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/document/template.svg b/assets/icons/document/template.svg deleted file mode 100644 index 9dcb133..0000000 --- a/assets/icons/document/template.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/download/_.svg b/assets/icons/download/_.svg deleted file mode 100644 index e9ee673..0000000 --- a/assets/icons/download/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/download/filled.svg b/assets/icons/download/filled.svg deleted file mode 100644 index e1f72d6..0000000 --- a/assets/icons/download/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/download/history-filled.svg b/assets/icons/download/history-filled.svg deleted file mode 100644 index 150af75..0000000 --- a/assets/icons/download/history-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/download/history.svg b/assets/icons/download/history.svg deleted file mode 100644 index 6a0bd2c..0000000 --- a/assets/icons/download/history.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drag-handle.svg b/assets/icons/drag-handle.svg deleted file mode 100644 index d1319ea..0000000 --- a/assets/icons/drag-handle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/harddisk-broken-filled.svg b/assets/icons/drive/harddisk-broken-filled.svg deleted file mode 100644 index e11081a..0000000 --- a/assets/icons/drive/harddisk-broken-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/harddisk-broken.svg b/assets/icons/drive/harddisk-broken.svg deleted file mode 100644 index 5c4a6e4..0000000 --- a/assets/icons/drive/harddisk-broken.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/harddisk-disabled-filled.svg b/assets/icons/drive/harddisk-disabled-filled.svg deleted file mode 100644 index 5161942..0000000 --- a/assets/icons/drive/harddisk-disabled-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/harddisk-disabled.svg b/assets/icons/drive/harddisk-disabled.svg deleted file mode 100644 index 24a7bf6..0000000 --- a/assets/icons/drive/harddisk-disabled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/harddisk-error-filled.svg b/assets/icons/drive/harddisk-error-filled.svg deleted file mode 100644 index d9cfa36..0000000 --- a/assets/icons/drive/harddisk-error-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/harddisk-error.svg b/assets/icons/drive/harddisk-error.svg deleted file mode 100644 index d34e0c7..0000000 --- a/assets/icons/drive/harddisk-error.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/harddisk-filled.svg b/assets/icons/drive/harddisk-filled.svg deleted file mode 100644 index 365bb40..0000000 --- a/assets/icons/drive/harddisk-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/harddisk-usb-filled.svg b/assets/icons/drive/harddisk-usb-filled.svg deleted file mode 100644 index de90646..0000000 --- a/assets/icons/drive/harddisk-usb-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/harddisk-usb.svg b/assets/icons/drive/harddisk-usb.svg deleted file mode 100644 index ea75ad2..0000000 --- a/assets/icons/drive/harddisk-usb.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/harddisk-warning-filled.svg b/assets/icons/drive/harddisk-warning-filled.svg deleted file mode 100644 index 474b586..0000000 --- a/assets/icons/drive/harddisk-warning-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/harddisk-warning.svg b/assets/icons/drive/harddisk-warning.svg deleted file mode 100644 index 8747e5c..0000000 --- a/assets/icons/drive/harddisk-warning.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/harddisk.svg b/assets/icons/drive/harddisk.svg deleted file mode 100644 index 36a8bba..0000000 --- a/assets/icons/drive/harddisk.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/ieee1394-filled.svg b/assets/icons/drive/ieee1394-filled.svg deleted file mode 100644 index 46dd651..0000000 --- a/assets/icons/drive/ieee1394-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/ieee1394.svg b/assets/icons/drive/ieee1394.svg deleted file mode 100644 index 93d490d..0000000 --- a/assets/icons/drive/ieee1394.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/multidisk-filled.svg b/assets/icons/drive/multidisk-filled.svg deleted file mode 100644 index f61b9a4..0000000 --- a/assets/icons/drive/multidisk-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/multidisk.svg b/assets/icons/drive/multidisk.svg deleted file mode 100644 index ecf49e5..0000000 --- a/assets/icons/drive/multidisk.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/optical-filled.svg b/assets/icons/drive/optical-filled.svg deleted file mode 100644 index 271d5d4..0000000 --- a/assets/icons/drive/optical-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/optical.svg b/assets/icons/drive/optical.svg deleted file mode 100644 index 25a747c..0000000 --- a/assets/icons/drive/optical.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/removable-media-filled.svg b/assets/icons/drive/removable-media-filled.svg deleted file mode 100644 index 5b8a8f3..0000000 --- a/assets/icons/drive/removable-media-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/removable-media.svg b/assets/icons/drive/removable-media.svg deleted file mode 100644 index 529ff00..0000000 --- a/assets/icons/drive/removable-media.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/solidstatedisk-filled.svg b/assets/icons/drive/solidstatedisk-filled.svg deleted file mode 100644 index 2a10443..0000000 --- a/assets/icons/drive/solidstatedisk-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/drive/solidstatedisk.svg b/assets/icons/drive/solidstatedisk.svg deleted file mode 100644 index 8dd9595..0000000 --- a/assets/icons/drive/solidstatedisk.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/droplets.svg b/assets/icons/droplets.svg deleted file mode 100644 index 49ed5f9..0000000 --- a/assets/icons/droplets.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/edit-clear-all.svg b/assets/icons/edit-clear-all.svg deleted file mode 100644 index b277be8..0000000 --- a/assets/icons/edit-clear-all.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/edit-clear-filled.svg b/assets/icons/edit-clear-filled.svg deleted file mode 100644 index 5f44151..0000000 --- a/assets/icons/edit-clear-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/edit-clear.svg b/assets/icons/edit-clear.svg deleted file mode 100644 index 327cabc..0000000 --- a/assets/icons/edit-clear.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/education-filled.svg b/assets/icons/education-filled.svg deleted file mode 100644 index 0c2a737..0000000 --- a/assets/icons/education-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/education.svg b/assets/icons/education.svg deleted file mode 100644 index 0eb1380..0000000 --- a/assets/icons/education.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/eject.svg b/assets/icons/eject.svg deleted file mode 100644 index 6fb72a0..0000000 --- a/assets/icons/eject.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/angel-filled.svg b/assets/icons/emote/angel-filled.svg deleted file mode 100644 index 2946e42..0000000 --- a/assets/icons/emote/angel-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/angel.svg b/assets/icons/emote/angel.svg deleted file mode 100644 index 710d451..0000000 --- a/assets/icons/emote/angel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/angry-filled.svg b/assets/icons/emote/angry-filled.svg deleted file mode 100644 index 85491c7..0000000 --- a/assets/icons/emote/angry-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/angry.svg b/assets/icons/emote/angry.svg deleted file mode 100644 index e09cd6d..0000000 --- a/assets/icons/emote/angry.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/confused-filled.svg b/assets/icons/emote/confused-filled.svg deleted file mode 100644 index f347cc9..0000000 --- a/assets/icons/emote/confused-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/confused.svg b/assets/icons/emote/confused.svg deleted file mode 100644 index a6ff3bf..0000000 --- a/assets/icons/emote/confused.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/cool-filled.svg b/assets/icons/emote/cool-filled.svg deleted file mode 100644 index 5c441f5..0000000 --- a/assets/icons/emote/cool-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/cool.svg b/assets/icons/emote/cool.svg deleted file mode 100644 index 19d8e51..0000000 --- a/assets/icons/emote/cool.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/crying-filled.svg b/assets/icons/emote/crying-filled.svg deleted file mode 100644 index 5a070f1..0000000 --- a/assets/icons/emote/crying-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/crying.svg b/assets/icons/emote/crying.svg deleted file mode 100644 index 7487c83..0000000 --- a/assets/icons/emote/crying.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/devilish-filled.svg b/assets/icons/emote/devilish-filled.svg deleted file mode 100644 index e73068a..0000000 --- a/assets/icons/emote/devilish-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/devilish.svg b/assets/icons/emote/devilish.svg deleted file mode 100644 index 53a8691..0000000 --- a/assets/icons/emote/devilish.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/embarrassed-filled.svg b/assets/icons/emote/embarrassed-filled.svg deleted file mode 100644 index 1b81600..0000000 --- a/assets/icons/emote/embarrassed-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/embarrassed.svg b/assets/icons/emote/embarrassed.svg deleted file mode 100644 index 3c51a31..0000000 --- a/assets/icons/emote/embarrassed.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/glasses-filled.svg b/assets/icons/emote/glasses-filled.svg deleted file mode 100644 index 99aef58..0000000 --- a/assets/icons/emote/glasses-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/glasses.svg b/assets/icons/emote/glasses.svg deleted file mode 100644 index 0a493d3..0000000 --- a/assets/icons/emote/glasses.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/kiss-filled.svg b/assets/icons/emote/kiss-filled.svg deleted file mode 100644 index aca23b3..0000000 --- a/assets/icons/emote/kiss-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/kiss.svg b/assets/icons/emote/kiss.svg deleted file mode 100644 index e5b8b64..0000000 --- a/assets/icons/emote/kiss.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/laugh-filled.svg b/assets/icons/emote/laugh-filled.svg deleted file mode 100644 index 30f2200..0000000 --- a/assets/icons/emote/laugh-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/laugh.svg b/assets/icons/emote/laugh.svg deleted file mode 100644 index a457306..0000000 --- a/assets/icons/emote/laugh.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/monkey-filled.svg b/assets/icons/emote/monkey-filled.svg deleted file mode 100644 index 860996a..0000000 --- a/assets/icons/emote/monkey-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/monkey.svg b/assets/icons/emote/monkey.svg deleted file mode 100644 index 9684c98..0000000 --- a/assets/icons/emote/monkey.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/plain-filled.svg b/assets/icons/emote/plain-filled.svg deleted file mode 100644 index 10a6d0d..0000000 --- a/assets/icons/emote/plain-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/plain.svg b/assets/icons/emote/plain.svg deleted file mode 100644 index faace06..0000000 --- a/assets/icons/emote/plain.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/raspberry-filled.svg b/assets/icons/emote/raspberry-filled.svg deleted file mode 100644 index 7fd56d4..0000000 --- a/assets/icons/emote/raspberry-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/raspberry.svg b/assets/icons/emote/raspberry.svg deleted file mode 100644 index c03a8ee..0000000 --- a/assets/icons/emote/raspberry.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/sad-filled.svg b/assets/icons/emote/sad-filled.svg deleted file mode 100644 index ac4f69a..0000000 --- a/assets/icons/emote/sad-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/sad.svg b/assets/icons/emote/sad.svg deleted file mode 100644 index 8baa45e..0000000 --- a/assets/icons/emote/sad.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/shutmouth-filled.svg b/assets/icons/emote/shutmouth-filled.svg deleted file mode 100644 index 5fc2d4c..0000000 --- a/assets/icons/emote/shutmouth-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/shutmouth.svg b/assets/icons/emote/shutmouth.svg deleted file mode 100644 index ce843c9..0000000 --- a/assets/icons/emote/shutmouth.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/sick-filled.svg b/assets/icons/emote/sick-filled.svg deleted file mode 100644 index 5f9134d..0000000 --- a/assets/icons/emote/sick-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/sick.svg b/assets/icons/emote/sick.svg deleted file mode 100644 index 0c2f0fe..0000000 --- a/assets/icons/emote/sick.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/smile-big-filled.svg b/assets/icons/emote/smile-big-filled.svg deleted file mode 100644 index f5dbb37..0000000 --- a/assets/icons/emote/smile-big-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/smile-big.svg b/assets/icons/emote/smile-big.svg deleted file mode 100644 index de48849..0000000 --- a/assets/icons/emote/smile-big.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/smile-filled.svg b/assets/icons/emote/smile-filled.svg deleted file mode 100644 index 70b3d9b..0000000 --- a/assets/icons/emote/smile-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/smile.svg b/assets/icons/emote/smile.svg deleted file mode 100644 index 0ef5791..0000000 --- a/assets/icons/emote/smile.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/smirk-filled.svg b/assets/icons/emote/smirk-filled.svg deleted file mode 100644 index 395b01d..0000000 --- a/assets/icons/emote/smirk-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/smirk.svg b/assets/icons/emote/smirk.svg deleted file mode 100644 index cc28816..0000000 --- a/assets/icons/emote/smirk.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/surprise-filled.svg b/assets/icons/emote/surprise-filled.svg deleted file mode 100644 index f361b32..0000000 --- a/assets/icons/emote/surprise-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/surprise.svg b/assets/icons/emote/surprise.svg deleted file mode 100644 index 5a0ebf0..0000000 --- a/assets/icons/emote/surprise.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/tired-filled.svg b/assets/icons/emote/tired-filled.svg deleted file mode 100644 index 93370b7..0000000 --- a/assets/icons/emote/tired-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/tired.svg b/assets/icons/emote/tired.svg deleted file mode 100644 index f34edd9..0000000 --- a/assets/icons/emote/tired.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/uncertain-filled.svg b/assets/icons/emote/uncertain-filled.svg deleted file mode 100644 index b0cf98b..0000000 --- a/assets/icons/emote/uncertain-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/uncertain.svg b/assets/icons/emote/uncertain.svg deleted file mode 100644 index 8dcd45c..0000000 --- a/assets/icons/emote/uncertain.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/wink-filled.svg b/assets/icons/emote/wink-filled.svg deleted file mode 100644 index bcd0d3e..0000000 --- a/assets/icons/emote/wink-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/wink.svg b/assets/icons/emote/wink.svg deleted file mode 100644 index 38ad0a2..0000000 --- a/assets/icons/emote/wink.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/worried-filled.svg b/assets/icons/emote/worried-filled.svg deleted file mode 100644 index 7010491..0000000 --- a/assets/icons/emote/worried-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/worried.svg b/assets/icons/emote/worried.svg deleted file mode 100644 index 666fdf1..0000000 --- a/assets/icons/emote/worried.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/yawn-filled.svg b/assets/icons/emote/yawn-filled.svg deleted file mode 100644 index a41b696..0000000 --- a/assets/icons/emote/yawn-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/emote/yawn.svg b/assets/icons/emote/yawn.svg deleted file mode 100644 index 7ead0e8..0000000 --- a/assets/icons/emote/yawn.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/error-filled.svg b/assets/icons/error-filled.svg deleted file mode 100644 index 192b17f..0000000 --- a/assets/icons/error-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/error.svg b/assets/icons/error.svg deleted file mode 100644 index dbd21e5..0000000 --- a/assets/icons/error.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/external-link-filled.svg b/assets/icons/external-link-filled.svg deleted file mode 100644 index 2aeeccb..0000000 --- a/assets/icons/external-link-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/external-link.svg b/assets/icons/external-link.svg deleted file mode 100644 index 57e85d4..0000000 --- a/assets/icons/external-link.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/eye-filled.svg b/assets/icons/eye-filled.svg deleted file mode 100644 index 20f9a27..0000000 --- a/assets/icons/eye-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/eye.svg b/assets/icons/eye.svg deleted file mode 100644 index a4be4c7..0000000 --- a/assets/icons/eye.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/familly.svg b/assets/icons/familly.svg deleted file mode 100644 index f092d5a..0000000 --- a/assets/icons/familly.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/fast-backward.svg b/assets/icons/fast-backward.svg deleted file mode 100644 index 0ca01a3..0000000 --- a/assets/icons/fast-backward.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/fast-forward.svg b/assets/icons/fast-forward.svg deleted file mode 100644 index 5071dc3..0000000 --- a/assets/icons/fast-forward.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/few-clouds-filled.svg b/assets/icons/few-clouds-filled.svg deleted file mode 100644 index f45bb1d..0000000 --- a/assets/icons/few-clouds-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/few-clouds-night-filled.svg b/assets/icons/few-clouds-night-filled.svg deleted file mode 100644 index 9c755aa..0000000 --- a/assets/icons/few-clouds-night-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/few-clouds-night.svg b/assets/icons/few-clouds-night.svg deleted file mode 100644 index f32d566..0000000 --- a/assets/icons/few-clouds-night.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/few-clouds.svg b/assets/icons/few-clouds.svg deleted file mode 100644 index cfdd62a..0000000 --- a/assets/icons/few-clouds.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/find-replace-filled.svg b/assets/icons/find-replace-filled.svg deleted file mode 100644 index 8bffb64..0000000 --- a/assets/icons/find-replace-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/find-replace.svg b/assets/icons/find-replace.svg deleted file mode 100644 index a1531d6..0000000 --- a/assets/icons/find-replace.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/fingerprint-filled.svg b/assets/icons/fingerprint-filled.svg deleted file mode 100644 index 1ea5f77..0000000 --- a/assets/icons/fingerprint-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/fingerprint.svg b/assets/icons/fingerprint.svg deleted file mode 100644 index 4bcc1a7..0000000 --- a/assets/icons/fingerprint.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/flag-filled.svg b/assets/icons/flag-filled.svg deleted file mode 100644 index 965d0df..0000000 --- a/assets/icons/flag-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/flag.svg b/assets/icons/flag.svg deleted file mode 100644 index ac7d7b6..0000000 --- a/assets/icons/flag.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/flash-card-filled.svg b/assets/icons/flash-card-filled.svg deleted file mode 100644 index e7b2a68..0000000 --- a/assets/icons/flash-card-filled.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - diff --git a/assets/icons/flash-card.svg b/assets/icons/flash-card.svg deleted file mode 100644 index de1b22c..0000000 --- a/assets/icons/flash-card.svg +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/assets/icons/flatpak.svg b/assets/icons/flatpak.svg deleted file mode 100644 index 1df49d1..0000000 --- a/assets/icons/flatpak.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/flip-horizontal.svg b/assets/icons/flip-horizontal.svg deleted file mode 100644 index 39f6d3b..0000000 --- a/assets/icons/flip-horizontal.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/flip-vertical.svg b/assets/icons/flip-vertical.svg deleted file mode 100644 index 123c591..0000000 --- a/assets/icons/flip-vertical.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/floppy-filled.svg b/assets/icons/floppy-filled.svg deleted file mode 100644 index 3b5f170..0000000 --- a/assets/icons/floppy-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/floppy.svg b/assets/icons/floppy.svg deleted file mode 100644 index 74a83e3..0000000 --- a/assets/icons/floppy.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/fog-filled.svg b/assets/icons/fog-filled.svg deleted file mode 100644 index d2f1efb..0000000 --- a/assets/icons/fog-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/fog.svg b/assets/icons/fog.svg deleted file mode 100644 index 8209ba4..0000000 --- a/assets/icons/fog.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/folder/_.svg b/assets/icons/folder/_.svg deleted file mode 100644 index b9614ca..0000000 --- a/assets/icons/folder/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/folder/drag-accept-filled.svg b/assets/icons/folder/drag-accept-filled.svg deleted file mode 100644 index 2d57946..0000000 --- a/assets/icons/folder/drag-accept-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/folder/drag-accept.svg b/assets/icons/folder/drag-accept.svg deleted file mode 100644 index 2aee5bf..0000000 --- a/assets/icons/folder/drag-accept.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/folder/filled.svg b/assets/icons/folder/filled.svg deleted file mode 100644 index a7b7f9c..0000000 --- a/assets/icons/folder/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/folder/new-filled.svg b/assets/icons/folder/new-filled.svg deleted file mode 100644 index 47094ea..0000000 --- a/assets/icons/folder/new-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/folder/new.svg b/assets/icons/folder/new.svg deleted file mode 100644 index ed466b9..0000000 --- a/assets/icons/folder/new.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/folder/open-filled.svg b/assets/icons/folder/open-filled.svg deleted file mode 100644 index 409af8f..0000000 --- a/assets/icons/folder/open-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/folder/open.svg b/assets/icons/folder/open.svg deleted file mode 100644 index f6f8d0d..0000000 --- a/assets/icons/folder/open.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/folder/remote-filled.svg b/assets/icons/folder/remote-filled.svg deleted file mode 100644 index 78ce013..0000000 --- a/assets/icons/folder/remote-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/folder/remote.svg b/assets/icons/folder/remote.svg deleted file mode 100644 index 8debfe1..0000000 --- a/assets/icons/folder/remote.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/folder/search-filled.svg b/assets/icons/folder/search-filled.svg deleted file mode 100644 index 37753a9..0000000 --- a/assets/icons/folder/search-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/folder/search.svg b/assets/icons/folder/search.svg deleted file mode 100644 index 0b408c7..0000000 --- a/assets/icons/folder/search.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/folder/simple-filled.svg b/assets/icons/folder/simple-filled.svg deleted file mode 100644 index 33d0232..0000000 --- a/assets/icons/folder/simple-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/folder/simple.svg b/assets/icons/folder/simple.svg deleted file mode 100644 index 3a70a0e..0000000 --- a/assets/icons/folder/simple.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/font.svg b/assets/icons/font.svg deleted file mode 100644 index fbe3ea8..0000000 --- a/assets/icons/font.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/format-remove.svg b/assets/icons/format-remove.svg deleted file mode 100644 index df571a1..0000000 --- a/assets/icons/format-remove.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/forward.svg b/assets/icons/forward.svg deleted file mode 100644 index e0eb0d8..0000000 --- a/assets/icons/forward.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/fullscreen/_.svg b/assets/icons/fullscreen/_.svg deleted file mode 100644 index d4f959f..0000000 --- a/assets/icons/fullscreen/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/fullscreen/exit.svg b/assets/icons/fullscreen/exit.svg deleted file mode 100644 index d395e67..0000000 --- a/assets/icons/fullscreen/exit.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/game-controller-filled.svg b/assets/icons/game-controller-filled.svg deleted file mode 100644 index c3913b1..0000000 --- a/assets/icons/game-controller-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/game-controller.svg b/assets/icons/game-controller.svg deleted file mode 100644 index 47be65b..0000000 --- a/assets/icons/game-controller.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/games-filled.svg b/assets/icons/games-filled.svg deleted file mode 100644 index 7d629a7..0000000 --- a/assets/icons/games-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/games.svg b/assets/icons/games.svg deleted file mode 100644 index 43acbe4..0000000 --- a/assets/icons/games.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/gear-dots-filled.svg b/assets/icons/gear-dots-filled.svg deleted file mode 100644 index db3e85c..0000000 --- a/assets/icons/gear-dots-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/gear-dots.svg b/assets/icons/gear-dots.svg deleted file mode 100644 index 3e43f72..0000000 --- a/assets/icons/gear-dots.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/gear-filled.svg b/assets/icons/gear-filled.svg deleted file mode 100644 index 342b212..0000000 --- a/assets/icons/gear-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/gear.svg b/assets/icons/gear.svg deleted file mode 100644 index 9d56df0..0000000 --- a/assets/icons/gear.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/gears-filled.svg b/assets/icons/gears-filled.svg deleted file mode 100644 index 4f0833c..0000000 --- a/assets/icons/gears-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/gears.svg b/assets/icons/gears.svg deleted file mode 100644 index 33ee91d..0000000 --- a/assets/icons/gears.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/globe-filled.svg b/assets/icons/globe-filled.svg deleted file mode 100644 index 0d889bd..0000000 --- a/assets/icons/globe-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/globe.svg b/assets/icons/globe.svg deleted file mode 100644 index ae3e9f0..0000000 --- a/assets/icons/globe.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/gnome-logo.svg b/assets/icons/gnome-logo.svg deleted file mode 100644 index 2754398..0000000 --- a/assets/icons/gnome-logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/go/bottom.svg b/assets/icons/go/bottom.svg deleted file mode 100644 index 414867c..0000000 --- a/assets/icons/go/bottom.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/go/down.svg b/assets/icons/go/down.svg deleted file mode 100644 index 4ad1097..0000000 --- a/assets/icons/go/down.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/go/first.svg b/assets/icons/go/first.svg deleted file mode 100644 index a836c00..0000000 --- a/assets/icons/go/first.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/go/jump.svg b/assets/icons/go/jump.svg deleted file mode 100644 index 9943db2..0000000 --- a/assets/icons/go/jump.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/go/last.svg b/assets/icons/go/last.svg deleted file mode 100644 index f165945..0000000 --- a/assets/icons/go/last.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/go/next.svg b/assets/icons/go/next.svg deleted file mode 100644 index bf1e61d..0000000 --- a/assets/icons/go/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/go/previous.svg b/assets/icons/go/previous.svg deleted file mode 100644 index 72962b6..0000000 --- a/assets/icons/go/previous.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/go/top.svg b/assets/icons/go/top.svg deleted file mode 100644 index bcf066c..0000000 --- a/assets/icons/go/top.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/go/up.svg b/assets/icons/go/up.svg deleted file mode 100644 index b5f4f91..0000000 --- a/assets/icons/go/up.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/graphic-tablet-filled.svg b/assets/icons/graphic-tablet-filled.svg deleted file mode 100644 index 0aac7c7..0000000 --- a/assets/icons/graphic-tablet-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/graphic-tablet.svg b/assets/icons/graphic-tablet.svg deleted file mode 100644 index a137924..0000000 --- a/assets/icons/graphic-tablet.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/headphones.svg b/assets/icons/headphones.svg deleted file mode 100644 index c14801a..0000000 --- a/assets/icons/headphones.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/headset.svg b/assets/icons/headset.svg deleted file mode 100644 index 1591a8d..0000000 --- a/assets/icons/headset.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/health-filled.svg b/assets/icons/health-filled.svg deleted file mode 100644 index 643c5a2..0000000 --- a/assets/icons/health-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/health.svg b/assets/icons/health.svg deleted file mode 100644 index 6e2c277..0000000 --- a/assets/icons/health.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/heart-filled.svg b/assets/icons/heart-filled.svg deleted file mode 100644 index c6ad083..0000000 --- a/assets/icons/heart-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/heart.svg b/assets/icons/heart.svg deleted file mode 100644 index d7d5790..0000000 --- a/assets/icons/heart.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/hide-filled.svg b/assets/icons/hide-filled.svg deleted file mode 100644 index a8e0371..0000000 --- a/assets/icons/hide-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/hide.svg b/assets/icons/hide.svg deleted file mode 100644 index fc50e98..0000000 --- a/assets/icons/hide.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/history-filled.svg b/assets/icons/history-filled.svg deleted file mode 100644 index 62f03d0..0000000 --- a/assets/icons/history-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/history.svg b/assets/icons/history.svg deleted file mode 100644 index ddcfffa..0000000 --- a/assets/icons/history.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/home-filled.svg b/assets/icons/home-filled.svg deleted file mode 100644 index 5f3c0ed..0000000 --- a/assets/icons/home-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/home.svg b/assets/icons/home.svg deleted file mode 100644 index cb19fd0..0000000 --- a/assets/icons/home.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/hourglass-filled.svg b/assets/icons/hourglass-filled.svg deleted file mode 100644 index f6e083f..0000000 --- a/assets/icons/hourglass-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/hourglass.svg b/assets/icons/hourglass.svg deleted file mode 100644 index e415071..0000000 --- a/assets/icons/hourglass.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/html-filled.svg b/assets/icons/html-filled.svg deleted file mode 100644 index e6af250..0000000 --- a/assets/icons/html-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/html.svg b/assets/icons/html.svg deleted file mode 100644 index bf4dcda..0000000 --- a/assets/icons/html.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/human.svg b/assets/icons/human.svg deleted file mode 100644 index efc2602..0000000 --- a/assets/icons/human.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/image/_.svg b/assets/icons/image/_.svg deleted file mode 100644 index 5dc158e..0000000 --- a/assets/icons/image/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/image/filled.svg b/assets/icons/image/filled.svg deleted file mode 100644 index 4c70909..0000000 --- a/assets/icons/image/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/image/history-filled.svg b/assets/icons/image/history-filled.svg deleted file mode 100644 index fb160b4..0000000 --- a/assets/icons/image/history-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/image/history.svg b/assets/icons/image/history.svg deleted file mode 100644 index 9389178..0000000 --- a/assets/icons/image/history.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/image/loading-filled.svg b/assets/icons/image/loading-filled.svg deleted file mode 100644 index 5f6bd82..0000000 --- a/assets/icons/image/loading-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/image/loading.svg b/assets/icons/image/loading.svg deleted file mode 100644 index 83ece5b..0000000 --- a/assets/icons/image/loading.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/image/missing-filled.svg b/assets/icons/image/missing-filled.svg deleted file mode 100644 index 13558a9..0000000 --- a/assets/icons/image/missing-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/image/missing.svg b/assets/icons/image/missing.svg deleted file mode 100644 index 672725e..0000000 --- a/assets/icons/image/missing.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/important-filled.svg b/assets/icons/important-filled.svg deleted file mode 100644 index eefc9fd..0000000 --- a/assets/icons/important-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/important.svg b/assets/icons/important.svg deleted file mode 100644 index 7faa873..0000000 --- a/assets/icons/important.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/inbox-filled.svg b/assets/icons/inbox-filled.svg deleted file mode 100644 index f18dc53..0000000 --- a/assets/icons/inbox-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/inbox.svg b/assets/icons/inbox.svg deleted file mode 100644 index 25a75a2..0000000 --- a/assets/icons/inbox.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/indent-less.svg b/assets/icons/indent-less.svg deleted file mode 100644 index 493f730..0000000 --- a/assets/icons/indent-less.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/indent-more.svg b/assets/icons/indent-more.svg deleted file mode 100644 index 438d379..0000000 --- a/assets/icons/indent-more.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/information-filled.svg b/assets/icons/information-filled.svg deleted file mode 100644 index e6b361b..0000000 --- a/assets/icons/information-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/information.svg b/assets/icons/information.svg deleted file mode 100644 index 72cf974..0000000 --- a/assets/icons/information.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/insert/image-filled.svg b/assets/icons/insert/image-filled.svg deleted file mode 100644 index c456f61..0000000 --- a/assets/icons/insert/image-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/insert/image.svg b/assets/icons/insert/image.svg deleted file mode 100644 index 22f184d..0000000 --- a/assets/icons/insert/image.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/insert/link-filled.svg b/assets/icons/insert/link-filled.svg deleted file mode 100644 index 636f1bb..0000000 --- a/assets/icons/insert/link-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/insert/link.svg b/assets/icons/insert/link.svg deleted file mode 100644 index e61b63d..0000000 --- a/assets/icons/insert/link.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/insert/object-filled.svg b/assets/icons/insert/object-filled.svg deleted file mode 100644 index 683f577..0000000 --- a/assets/icons/insert/object-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/insert/object.svg b/assets/icons/insert/object.svg deleted file mode 100644 index 99cc574..0000000 --- a/assets/icons/insert/object.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/insert/text.svg b/assets/icons/insert/text.svg deleted file mode 100644 index 384b74c..0000000 --- a/assets/icons/insert/text.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/italic.svg b/assets/icons/italic.svg deleted file mode 100644 index 3cb19d6..0000000 --- a/assets/icons/italic.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/junk/_.svg b/assets/icons/junk/_.svg deleted file mode 100644 index e3274e1..0000000 --- a/assets/icons/junk/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/junk/filled.svg b/assets/icons/junk/filled.svg deleted file mode 100644 index c730d7c..0000000 --- a/assets/icons/junk/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/justify/center.svg b/assets/icons/justify/center.svg deleted file mode 100644 index 85ad17f..0000000 --- a/assets/icons/justify/center.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/justify/fill.svg b/assets/icons/justify/fill.svg deleted file mode 100644 index 78b491a..0000000 --- a/assets/icons/justify/fill.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/justify/left.svg b/assets/icons/justify/left.svg deleted file mode 100644 index e09e004..0000000 --- a/assets/icons/justify/left.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/justify/right.svg b/assets/icons/justify/right.svg deleted file mode 100644 index fca4557..0000000 --- a/assets/icons/justify/right.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/kde-logo.svg b/assets/icons/kde-logo.svg deleted file mode 100644 index 0b166a9..0000000 --- a/assets/icons/kde-logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/key-filled.svg b/assets/icons/key-filled.svg deleted file mode 100644 index 162baf5..0000000 --- a/assets/icons/key-filled.svg +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - diff --git a/assets/icons/key.svg b/assets/icons/key.svg deleted file mode 100644 index a119c0a..0000000 --- a/assets/icons/key.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - diff --git a/assets/icons/keyboard-filled.svg b/assets/icons/keyboard-filled.svg deleted file mode 100644 index 02d0069..0000000 --- a/assets/icons/keyboard-filled.svg +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - diff --git a/assets/icons/keyboard-shortcuts/_.svg b/assets/icons/keyboard-shortcuts/_.svg deleted file mode 100644 index ab204de..0000000 --- a/assets/icons/keyboard-shortcuts/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/keyboard-shortcuts/filled.svg b/assets/icons/keyboard-shortcuts/filled.svg deleted file mode 100644 index 97499e1..0000000 --- a/assets/icons/keyboard-shortcuts/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/keyboard-shortcuts/new-filled.svg b/assets/icons/keyboard-shortcuts/new-filled.svg deleted file mode 100644 index fc0429d..0000000 --- a/assets/icons/keyboard-shortcuts/new-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/keyboard-shortcuts/new.svg b/assets/icons/keyboard-shortcuts/new.svg deleted file mode 100644 index f969bd9..0000000 --- a/assets/icons/keyboard-shortcuts/new.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/keyboard.svg b/assets/icons/keyboard.svg deleted file mode 100644 index 52cd4cc..0000000 --- a/assets/icons/keyboard.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - diff --git a/assets/icons/library/artists-filled.svg b/assets/icons/library/artists-filled.svg deleted file mode 100644 index 4744352..0000000 --- a/assets/icons/library/artists-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/library/artists.svg b/assets/icons/library/artists.svg deleted file mode 100644 index 076fb3e..0000000 --- a/assets/icons/library/artists.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/library/music-filled.svg b/assets/icons/library/music-filled.svg deleted file mode 100644 index a3ac697..0000000 --- a/assets/icons/library/music-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/library/music.svg b/assets/icons/library/music.svg deleted file mode 100644 index 0c56fc6..0000000 --- a/assets/icons/library/music.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/localization-filled.svg b/assets/icons/localization-filled.svg deleted file mode 100644 index ac2818c..0000000 --- a/assets/icons/localization-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/localization.svg b/assets/icons/localization.svg deleted file mode 100644 index c4e254a..0000000 --- a/assets/icons/localization.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/location.svg b/assets/icons/location.svg deleted file mode 100644 index 28cb4a5..0000000 --- a/assets/icons/location.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/lock-filled.svg b/assets/icons/lock-filled.svg deleted file mode 100644 index 9be2549..0000000 --- a/assets/icons/lock-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/lock.svg b/assets/icons/lock.svg deleted file mode 100644 index 7081059..0000000 --- a/assets/icons/lock.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/log/in-filled.svg b/assets/icons/log/in-filled.svg deleted file mode 100644 index 5848d40..0000000 --- a/assets/icons/log/in-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/log/in.svg b/assets/icons/log/in.svg deleted file mode 100644 index 956a80b..0000000 --- a/assets/icons/log/in.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/log/out-filled.svg b/assets/icons/log/out-filled.svg deleted file mode 100644 index 1417912..0000000 --- a/assets/icons/log/out-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/log/out.svg b/assets/icons/log/out.svg deleted file mode 100644 index 1cebaed..0000000 --- a/assets/icons/log/out.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/magnifying-glass-filled.svg b/assets/icons/magnifying-glass-filled.svg deleted file mode 100644 index 194293f..0000000 --- a/assets/icons/magnifying-glass-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/magnifying-glass.svg b/assets/icons/magnifying-glass.svg deleted file mode 100644 index 2e0a578..0000000 --- a/assets/icons/magnifying-glass.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mail/_.svg b/assets/icons/mail/_.svg deleted file mode 100644 index 5b735e2..0000000 --- a/assets/icons/mail/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mail/filled.svg b/assets/icons/mail/filled.svg deleted file mode 100644 index 558bd98..0000000 --- a/assets/icons/mail/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mail/forwarded-filled.svg b/assets/icons/mail/forwarded-filled.svg deleted file mode 100644 index 4f5bc38..0000000 --- a/assets/icons/mail/forwarded-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mail/forwarded.svg b/assets/icons/mail/forwarded.svg deleted file mode 100644 index eed92b6..0000000 --- a/assets/icons/mail/forwarded.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mail/new-filled.svg b/assets/icons/mail/new-filled.svg deleted file mode 100644 index 49f8229..0000000 --- a/assets/icons/mail/new-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mail/new.svg b/assets/icons/mail/new.svg deleted file mode 100644 index 9e63856..0000000 --- a/assets/icons/mail/new.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mail/ok-filled.svg b/assets/icons/mail/ok-filled.svg deleted file mode 100644 index 42ada2d..0000000 --- a/assets/icons/mail/ok-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mail/ok.svg b/assets/icons/mail/ok.svg deleted file mode 100644 index 817338b..0000000 --- a/assets/icons/mail/ok.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mail/open-filled.svg b/assets/icons/mail/open-filled.svg deleted file mode 100644 index 96c16f7..0000000 --- a/assets/icons/mail/open-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mail/open.svg b/assets/icons/mail/open.svg deleted file mode 100644 index f128124..0000000 --- a/assets/icons/mail/open.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mail/replied-filled.svg b/assets/icons/mail/replied-filled.svg deleted file mode 100644 index 9a291b5..0000000 --- a/assets/icons/mail/replied-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mail/replied.svg b/assets/icons/mail/replied.svg deleted file mode 100644 index c7a9026..0000000 --- a/assets/icons/mail/replied.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mail/signed-filled.svg b/assets/icons/mail/signed-filled.svg deleted file mode 100644 index b35b4ef..0000000 --- a/assets/icons/mail/signed-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mail/signed.svg b/assets/icons/mail/signed.svg deleted file mode 100644 index bef497c..0000000 --- a/assets/icons/mail/signed.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mail/unread-filled.svg b/assets/icons/mail/unread-filled.svg deleted file mode 100644 index ba2b359..0000000 --- a/assets/icons/mail/unread-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mail/unread.svg b/assets/icons/mail/unread.svg deleted file mode 100644 index 267814a..0000000 --- a/assets/icons/mail/unread.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/media/pause.svg b/assets/icons/media/pause.svg deleted file mode 100644 index 20064fc..0000000 --- a/assets/icons/media/pause.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/media/play.svg b/assets/icons/media/play.svg deleted file mode 100644 index 13701bb..0000000 --- a/assets/icons/media/play.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/media/record.svg b/assets/icons/media/record.svg deleted file mode 100644 index 32a84b0..0000000 --- a/assets/icons/media/record.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/media/stop.svg b/assets/icons/media/stop.svg deleted file mode 100644 index 03372ec..0000000 --- a/assets/icons/media/stop.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/menu.svg b/assets/icons/menu.svg deleted file mode 100644 index 5701f1c..0000000 --- a/assets/icons/menu.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/0-filled.svg b/assets/icons/meter/0-filled.svg deleted file mode 100644 index 7e9c3f4..0000000 --- a/assets/icons/meter/0-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/0.svg b/assets/icons/meter/0.svg deleted file mode 100644 index 29bda59..0000000 --- a/assets/icons/meter/0.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/1-filled.svg b/assets/icons/meter/1-filled.svg deleted file mode 100644 index 898c1f3..0000000 --- a/assets/icons/meter/1-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/1.svg b/assets/icons/meter/1.svg deleted file mode 100644 index ed05b17..0000000 --- a/assets/icons/meter/1.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/2-filled.svg b/assets/icons/meter/2-filled.svg deleted file mode 100644 index 95800e6..0000000 --- a/assets/icons/meter/2-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/2.svg b/assets/icons/meter/2.svg deleted file mode 100644 index 7067812..0000000 --- a/assets/icons/meter/2.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/3-filled.svg b/assets/icons/meter/3-filled.svg deleted file mode 100644 index d62cc25..0000000 --- a/assets/icons/meter/3-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/3.svg b/assets/icons/meter/3.svg deleted file mode 100644 index 9f598c9..0000000 --- a/assets/icons/meter/3.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/4-filled.svg b/assets/icons/meter/4-filled.svg deleted file mode 100644 index fdc18b5..0000000 --- a/assets/icons/meter/4-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/4.svg b/assets/icons/meter/4.svg deleted file mode 100644 index d38a8e5..0000000 --- a/assets/icons/meter/4.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/5-filled.svg b/assets/icons/meter/5-filled.svg deleted file mode 100644 index 6baf467..0000000 --- a/assets/icons/meter/5-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/5.svg b/assets/icons/meter/5.svg deleted file mode 100644 index aebc0e9..0000000 --- a/assets/icons/meter/5.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/6-filled.svg b/assets/icons/meter/6-filled.svg deleted file mode 100644 index d51cfe6..0000000 --- a/assets/icons/meter/6-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/6.svg b/assets/icons/meter/6.svg deleted file mode 100644 index d039441..0000000 --- a/assets/icons/meter/6.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/7-filled.svg b/assets/icons/meter/7-filled.svg deleted file mode 100644 index 0192819..0000000 --- a/assets/icons/meter/7-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/7.svg b/assets/icons/meter/7.svg deleted file mode 100644 index 8f42d7b..0000000 --- a/assets/icons/meter/7.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/8-filled.svg b/assets/icons/meter/8-filled.svg deleted file mode 100644 index d6af5c1..0000000 --- a/assets/icons/meter/8-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/8.svg b/assets/icons/meter/8.svg deleted file mode 100644 index 1335964..0000000 --- a/assets/icons/meter/8.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/9-filled.svg b/assets/icons/meter/9-filled.svg deleted file mode 100644 index 8605bbe..0000000 --- a/assets/icons/meter/9-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/9.svg b/assets/icons/meter/9.svg deleted file mode 100644 index 7835f08..0000000 --- a/assets/icons/meter/9.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/middle-filled.svg b/assets/icons/meter/middle-filled.svg deleted file mode 100644 index ce995e5..0000000 --- a/assets/icons/meter/middle-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/middle.svg b/assets/icons/meter/middle.svg deleted file mode 100644 index 0a7e6d5..0000000 --- a/assets/icons/meter/middle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/quarter-filled.svg b/assets/icons/meter/quarter-filled.svg deleted file mode 100644 index 78ca803..0000000 --- a/assets/icons/meter/quarter-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/quarter.svg b/assets/icons/meter/quarter.svg deleted file mode 100644 index f0a0088..0000000 --- a/assets/icons/meter/quarter.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/three-quarter-filled.svg b/assets/icons/meter/three-quarter-filled.svg deleted file mode 100644 index 736c253..0000000 --- a/assets/icons/meter/three-quarter-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/meter/three-quarter.svg b/assets/icons/meter/three-quarter.svg deleted file mode 100644 index 43b7e5f..0000000 --- a/assets/icons/meter/three-quarter.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/microphone/_.svg b/assets/icons/microphone/_.svg deleted file mode 100644 index f31305d..0000000 --- a/assets/icons/microphone/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/microphone/filled.svg b/assets/icons/microphone/filled.svg deleted file mode 100644 index a3630c7..0000000 --- a/assets/icons/microphone/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/microphone/high-filled.svg b/assets/icons/microphone/high-filled.svg deleted file mode 100644 index b4ba058..0000000 --- a/assets/icons/microphone/high-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/microphone/high.svg b/assets/icons/microphone/high.svg deleted file mode 100644 index 71e4dca..0000000 --- a/assets/icons/microphone/high.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/microphone/low-filled.svg b/assets/icons/microphone/low-filled.svg deleted file mode 100644 index 21a20f8..0000000 --- a/assets/icons/microphone/low-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/microphone/low.svg b/assets/icons/microphone/low.svg deleted file mode 100644 index 576a68a..0000000 --- a/assets/icons/microphone/low.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/microphone/medium-filled.svg b/assets/icons/microphone/medium-filled.svg deleted file mode 100644 index 06e65ab..0000000 --- a/assets/icons/microphone/medium-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/microphone/medium.svg b/assets/icons/microphone/medium.svg deleted file mode 100644 index af5cfbd..0000000 --- a/assets/icons/microphone/medium.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/microphone/muted-filled.svg b/assets/icons/microphone/muted-filled.svg deleted file mode 100644 index 04b3dfa..0000000 --- a/assets/icons/microphone/muted-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/microphone/muted.svg b/assets/icons/microphone/muted.svg deleted file mode 100644 index a80936c..0000000 --- a/assets/icons/microphone/muted.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/minus.svg b/assets/icons/minus.svg deleted file mode 100644 index 77ec51f..0000000 --- a/assets/icons/minus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/modem-filled.svg b/assets/icons/modem-filled.svg deleted file mode 100644 index 55af4e5..0000000 --- a/assets/icons/modem-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/modem.svg b/assets/icons/modem.svg deleted file mode 100644 index 56408e1..0000000 --- a/assets/icons/modem.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/monitor-filled.svg b/assets/icons/monitor-filled.svg deleted file mode 100644 index ba8af07..0000000 --- a/assets/icons/monitor-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/monitor.svg b/assets/icons/monitor.svg deleted file mode 100644 index 45d0caa..0000000 --- a/assets/icons/monitor.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mouse-filled.svg b/assets/icons/mouse-filled.svg deleted file mode 100644 index 2295e7a..0000000 --- a/assets/icons/mouse-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/mouse.svg b/assets/icons/mouse.svg deleted file mode 100644 index 1fb2506..0000000 --- a/assets/icons/mouse.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/multimedia-filled.svg b/assets/icons/multimedia-filled.svg deleted file mode 100644 index bc21719..0000000 --- a/assets/icons/multimedia-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/multimedia-player-filled.svg b/assets/icons/multimedia-player-filled.svg deleted file mode 100644 index c1a9645..0000000 --- a/assets/icons/multimedia-player-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/multimedia-player.svg b/assets/icons/multimedia-player.svg deleted file mode 100644 index 593826c..0000000 --- a/assets/icons/multimedia-player.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/multimedia.svg b/assets/icons/multimedia.svg deleted file mode 100644 index e96d04a..0000000 --- a/assets/icons/multimedia.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/music/artist-filled.svg b/assets/icons/music/artist-filled.svg deleted file mode 100644 index 8ee3d32..0000000 --- a/assets/icons/music/artist-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/music/artist.svg b/assets/icons/music/artist.svg deleted file mode 100644 index 8825265..0000000 --- a/assets/icons/music/artist.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/music/history-filled.svg b/assets/icons/music/history-filled.svg deleted file mode 100644 index a2f02b0..0000000 --- a/assets/icons/music/history-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/music/history.svg b/assets/icons/music/history.svg deleted file mode 100644 index ca6b500..0000000 --- a/assets/icons/music/history.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/music/note.svg b/assets/icons/music/note.svg deleted file mode 100644 index e0904fc..0000000 --- a/assets/icons/music/note.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/music/queue-filled.svg b/assets/icons/music/queue-filled.svg deleted file mode 100644 index 52fead2..0000000 --- a/assets/icons/music/queue-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/music/queue.svg b/assets/icons/music/queue.svg deleted file mode 100644 index ed41b84..0000000 --- a/assets/icons/music/queue.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/music/single-filled.svg b/assets/icons/music/single-filled.svg deleted file mode 100644 index 4fa2fdf..0000000 --- a/assets/icons/music/single-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/music/single.svg b/assets/icons/music/single.svg deleted file mode 100644 index b975489..0000000 --- a/assets/icons/music/single.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/_.svg b/assets/icons/network/_.svg deleted file mode 100644 index be7d61a..0000000 --- a/assets/icons/network/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/2g.svg b/assets/icons/network/cellular/2g.svg deleted file mode 100644 index 74882fd..0000000 --- a/assets/icons/network/cellular/2g.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/3g.svg b/assets/icons/network/cellular/3g.svg deleted file mode 100644 index 18c7cae..0000000 --- a/assets/icons/network/cellular/3g.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/4g.svg b/assets/icons/network/cellular/4g.svg deleted file mode 100644 index d85deaa..0000000 --- a/assets/icons/network/cellular/4g.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/5g.svg b/assets/icons/network/cellular/5g.svg deleted file mode 100644 index fbe4891..0000000 --- a/assets/icons/network/cellular/5g.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/_.svg b/assets/icons/network/cellular/_.svg deleted file mode 100644 index b5b84e0..0000000 --- a/assets/icons/network/cellular/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/acquiring.svg b/assets/icons/network/cellular/acquiring.svg deleted file mode 100644 index cb854ae..0000000 --- a/assets/icons/network/cellular/acquiring.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/connected.svg b/assets/icons/network/cellular/connected.svg deleted file mode 100644 index f3c7b6c..0000000 --- a/assets/icons/network/cellular/connected.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/disabled.svg b/assets/icons/network/cellular/disabled.svg deleted file mode 100644 index 35a5d2b..0000000 --- a/assets/icons/network/cellular/disabled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/edge.svg b/assets/icons/network/cellular/edge.svg deleted file mode 100644 index 52a89d4..0000000 --- a/assets/icons/network/cellular/edge.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/gprs.svg b/assets/icons/network/cellular/gprs.svg deleted file mode 100644 index 10b6e5f..0000000 --- a/assets/icons/network/cellular/gprs.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/hardware-disabled.svg b/assets/icons/network/cellular/hardware-disabled.svg deleted file mode 100644 index e6387d8..0000000 --- a/assets/icons/network/cellular/hardware-disabled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/hspa.svg b/assets/icons/network/cellular/hspa.svg deleted file mode 100644 index 3dbdd91..0000000 --- a/assets/icons/network/cellular/hspa.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/no-route.svg b/assets/icons/network/cellular/no-route.svg deleted file mode 100644 index c46751c..0000000 --- a/assets/icons/network/cellular/no-route.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/offline.svg b/assets/icons/network/cellular/offline.svg deleted file mode 100644 index 307823b..0000000 --- a/assets/icons/network/cellular/offline.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/signal-excellent-secure.svg b/assets/icons/network/cellular/signal-excellent-secure.svg deleted file mode 100644 index b2afaad..0000000 --- a/assets/icons/network/cellular/signal-excellent-secure.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/signal-excellent.svg b/assets/icons/network/cellular/signal-excellent.svg deleted file mode 100644 index fd97946..0000000 --- a/assets/icons/network/cellular/signal-excellent.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/signal-good-secure.svg b/assets/icons/network/cellular/signal-good-secure.svg deleted file mode 100644 index f315159..0000000 --- a/assets/icons/network/cellular/signal-good-secure.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/signal-good.svg b/assets/icons/network/cellular/signal-good.svg deleted file mode 100644 index 0544e22..0000000 --- a/assets/icons/network/cellular/signal-good.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/signal-none-secure.svg b/assets/icons/network/cellular/signal-none-secure.svg deleted file mode 100644 index 90406a4..0000000 --- a/assets/icons/network/cellular/signal-none-secure.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/signal-none.svg b/assets/icons/network/cellular/signal-none.svg deleted file mode 100644 index d920210..0000000 --- a/assets/icons/network/cellular/signal-none.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/signal-ok-secure.svg b/assets/icons/network/cellular/signal-ok-secure.svg deleted file mode 100644 index 259bfdf..0000000 --- a/assets/icons/network/cellular/signal-ok-secure.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/signal-ok.svg b/assets/icons/network/cellular/signal-ok.svg deleted file mode 100644 index 3ba1e26..0000000 --- a/assets/icons/network/cellular/signal-ok.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/signal-weak-secure.svg b/assets/icons/network/cellular/signal-weak-secure.svg deleted file mode 100644 index 9924c39..0000000 --- a/assets/icons/network/cellular/signal-weak-secure.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/cellular/signal-weak.svg b/assets/icons/network/cellular/signal-weak.svg deleted file mode 100644 index 198a751..0000000 --- a/assets/icons/network/cellular/signal-weak.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/error-filled.svg b/assets/icons/network/error-filled.svg deleted file mode 100644 index 8db6e4b..0000000 --- a/assets/icons/network/error-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/error.svg b/assets/icons/network/error.svg deleted file mode 100644 index 2789ac3..0000000 --- a/assets/icons/network/error.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/filled.svg b/assets/icons/network/filled.svg deleted file mode 100644 index 0e127e7..0000000 --- a/assets/icons/network/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/hotspot.svg b/assets/icons/network/hotspot.svg deleted file mode 100644 index d36ae42..0000000 --- a/assets/icons/network/hotspot.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/idle.svg b/assets/icons/network/idle.svg deleted file mode 100644 index 05783b5..0000000 --- a/assets/icons/network/idle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/offline-filled.svg b/assets/icons/network/offline-filled.svg deleted file mode 100644 index ba9aae2..0000000 --- a/assets/icons/network/offline-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/offline.svg b/assets/icons/network/offline.svg deleted file mode 100644 index a71944a..0000000 --- a/assets/icons/network/offline.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/receive.svg b/assets/icons/network/receive.svg deleted file mode 100644 index e539b11..0000000 --- a/assets/icons/network/receive.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/transmit-receive.svg b/assets/icons/network/transmit-receive.svg deleted file mode 100644 index 3a4b34c..0000000 --- a/assets/icons/network/transmit-receive.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/transmit.svg b/assets/icons/network/transmit.svg deleted file mode 100644 index 23d3a33..0000000 --- a/assets/icons/network/transmit.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/wired-filled.svg b/assets/icons/network/wired-filled.svg deleted file mode 100644 index 0e74340..0000000 --- a/assets/icons/network/wired-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/wired.svg b/assets/icons/network/wired.svg deleted file mode 100644 index d88d45c..0000000 --- a/assets/icons/network/wired.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/wireless/_.svg b/assets/icons/network/wireless/_.svg deleted file mode 100644 index 4fdaf3c..0000000 --- a/assets/icons/network/wireless/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/wireless/acquiring.svg b/assets/icons/network/wireless/acquiring.svg deleted file mode 100644 index b182880..0000000 --- a/assets/icons/network/wireless/acquiring.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/wireless/disabled.svg b/assets/icons/network/wireless/disabled.svg deleted file mode 100644 index eccdbf3..0000000 --- a/assets/icons/network/wireless/disabled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/wireless/no-route.svg b/assets/icons/network/wireless/no-route.svg deleted file mode 100644 index d0e8406..0000000 --- a/assets/icons/network/wireless/no-route.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/wireless/signal-excellent-secure.svg b/assets/icons/network/wireless/signal-excellent-secure.svg deleted file mode 100644 index 5ff9d24..0000000 --- a/assets/icons/network/wireless/signal-excellent-secure.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/wireless/signal-excellent.svg b/assets/icons/network/wireless/signal-excellent.svg deleted file mode 100644 index 6758d2d..0000000 --- a/assets/icons/network/wireless/signal-excellent.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/wireless/signal-good-secure.svg b/assets/icons/network/wireless/signal-good-secure.svg deleted file mode 100644 index e8382ad..0000000 --- a/assets/icons/network/wireless/signal-good-secure.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/wireless/signal-good.svg b/assets/icons/network/wireless/signal-good.svg deleted file mode 100644 index b246950..0000000 --- a/assets/icons/network/wireless/signal-good.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/wireless/signal-none-secure.svg b/assets/icons/network/wireless/signal-none-secure.svg deleted file mode 100644 index 8ea6284..0000000 --- a/assets/icons/network/wireless/signal-none-secure.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/wireless/signal-none.svg b/assets/icons/network/wireless/signal-none.svg deleted file mode 100644 index 881c6c9..0000000 --- a/assets/icons/network/wireless/signal-none.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/wireless/signal-ok-secure.svg b/assets/icons/network/wireless/signal-ok-secure.svg deleted file mode 100644 index 3b33fc0..0000000 --- a/assets/icons/network/wireless/signal-ok-secure.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/wireless/signal-ok.svg b/assets/icons/network/wireless/signal-ok.svg deleted file mode 100644 index 583b368..0000000 --- a/assets/icons/network/wireless/signal-ok.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/wireless/signal-weak-secure.svg b/assets/icons/network/wireless/signal-weak-secure.svg deleted file mode 100644 index 137fac9..0000000 --- a/assets/icons/network/wireless/signal-weak-secure.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/network/wireless/signal-weak.svg b/assets/icons/network/wireless/signal-weak.svg deleted file mode 100644 index af886eb..0000000 --- a/assets/icons/network/wireless/signal-weak.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/no-package/_.svg b/assets/icons/no-package/_.svg deleted file mode 100644 index 9dc2f25..0000000 --- a/assets/icons/no-package/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/no-package/deb-filled.svg b/assets/icons/no-package/deb-filled.svg deleted file mode 100644 index e81244d..0000000 --- a/assets/icons/no-package/deb-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/no-package/deb.svg b/assets/icons/no-package/deb.svg deleted file mode 100644 index 3e0f3d3..0000000 --- a/assets/icons/no-package/deb.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/no-package/filled.svg b/assets/icons/no-package/filled.svg deleted file mode 100644 index 6654800..0000000 --- a/assets/icons/no-package/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/no-package/flatpak-filled.svg b/assets/icons/no-package/flatpak-filled.svg deleted file mode 100644 index 0fba570..0000000 --- a/assets/icons/no-package/flatpak-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/no-package/flatpak.svg b/assets/icons/no-package/flatpak.svg deleted file mode 100644 index a1db7e4..0000000 --- a/assets/icons/no-package/flatpak.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/no-package/snap-filled.svg b/assets/icons/no-package/snap-filled.svg deleted file mode 100644 index 2d86e7b..0000000 --- a/assets/icons/no-package/snap-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/no-package/snap.svg b/assets/icons/no-package/snap.svg deleted file mode 100644 index 2bf21b2..0000000 --- a/assets/icons/no-package/snap.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/notjunk/_.svg b/assets/icons/notjunk/_.svg deleted file mode 100644 index 9187139..0000000 --- a/assets/icons/notjunk/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/notjunk/filled.svg b/assets/icons/notjunk/filled.svg deleted file mode 100644 index 9130070..0000000 --- a/assets/icons/notjunk/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/office/_.svg b/assets/icons/office/_.svg deleted file mode 100644 index dcdc0bd..0000000 --- a/assets/icons/office/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/office/drawing-filled.svg b/assets/icons/office/drawing-filled.svg deleted file mode 100644 index 0ff8047..0000000 --- a/assets/icons/office/drawing-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/office/drawing.svg b/assets/icons/office/drawing.svg deleted file mode 100644 index af1cd0a..0000000 --- a/assets/icons/office/drawing.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/office/filled.svg b/assets/icons/office/filled.svg deleted file mode 100644 index 2819c46..0000000 --- a/assets/icons/office/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/office/presentation-filled.svg b/assets/icons/office/presentation-filled.svg deleted file mode 100644 index bca92ec..0000000 --- a/assets/icons/office/presentation-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/office/presentation.svg b/assets/icons/office/presentation.svg deleted file mode 100644 index fc96d60..0000000 --- a/assets/icons/office/presentation.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/office/spreadsheet-filled.svg b/assets/icons/office/spreadsheet-filled.svg deleted file mode 100644 index 52c9400..0000000 --- a/assets/icons/office/spreadsheet-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/office/spreadsheet.svg b/assets/icons/office/spreadsheet.svg deleted file mode 100644 index 09af79f..0000000 --- a/assets/icons/office/spreadsheet.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/ok-filled.svg b/assets/icons/ok-filled.svg deleted file mode 100644 index c076872..0000000 --- a/assets/icons/ok-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/ok-simple.svg b/assets/icons/ok-simple.svg deleted file mode 100644 index 2e45b80..0000000 --- a/assets/icons/ok-simple.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/ok.svg b/assets/icons/ok.svg deleted file mode 100644 index 8f9a005..0000000 --- a/assets/icons/ok.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/ordered-list/_.svg b/assets/icons/ordered-list/_.svg deleted file mode 100644 index 688f90c..0000000 --- a/assets/icons/ordered-list/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/ordered-list/new.svg b/assets/icons/ordered-list/new.svg deleted file mode 100644 index 1acdcf0..0000000 --- a/assets/icons/ordered-list/new.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/ordered-list/remove.svg b/assets/icons/ordered-list/remove.svg deleted file mode 100644 index a410df9..0000000 --- a/assets/icons/ordered-list/remove.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/outbox-filled.svg b/assets/icons/outbox-filled.svg deleted file mode 100644 index 3ba95ff..0000000 --- a/assets/icons/outbox-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/outbox.svg b/assets/icons/outbox.svg deleted file mode 100644 index 510c978..0000000 --- a/assets/icons/outbox.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/overcast-filled.svg b/assets/icons/overcast-filled.svg deleted file mode 100644 index 865a7ad..0000000 --- a/assets/icons/overcast-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/overcast.svg b/assets/icons/overcast.svg deleted file mode 100644 index 42e77d1..0000000 --- a/assets/icons/overcast.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/package/_.svg b/assets/icons/package/_.svg deleted file mode 100644 index ebe1d5b..0000000 --- a/assets/icons/package/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/package/deb-filled.svg b/assets/icons/package/deb-filled.svg deleted file mode 100644 index d3fdb9a..0000000 --- a/assets/icons/package/deb-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/package/deb.svg b/assets/icons/package/deb.svg deleted file mode 100644 index 9559b17..0000000 --- a/assets/icons/package/deb.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/package/filled.svg b/assets/icons/package/filled.svg deleted file mode 100644 index 5f6a3b3..0000000 --- a/assets/icons/package/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/package/flatpak-filled.svg b/assets/icons/package/flatpak-filled.svg deleted file mode 100644 index 635f132..0000000 --- a/assets/icons/package/flatpak-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/package/flatpak.svg b/assets/icons/package/flatpak.svg deleted file mode 100644 index 5e2372c..0000000 --- a/assets/icons/package/flatpak.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/package/snap-filled.svg b/assets/icons/package/snap-filled.svg deleted file mode 100644 index eb08c5d..0000000 --- a/assets/icons/package/snap-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/package/snap.svg b/assets/icons/package/snap.svg deleted file mode 100644 index 2f5d269..0000000 --- a/assets/icons/package/snap.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/pan/down.svg b/assets/icons/pan/down.svg deleted file mode 100644 index 420561c..0000000 --- a/assets/icons/pan/down.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/pan/end.svg b/assets/icons/pan/end.svg deleted file mode 100644 index 524004d..0000000 --- a/assets/icons/pan/end.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/pan/start.svg b/assets/icons/pan/start.svg deleted file mode 100644 index 8065456..0000000 --- a/assets/icons/pan/start.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/pan/up.svg b/assets/icons/pan/up.svg deleted file mode 100644 index 05cee03..0000000 --- a/assets/icons/pan/up.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/panel-look-filled.svg b/assets/icons/panel-look-filled.svg deleted file mode 100644 index 0604f5d..0000000 --- a/assets/icons/panel-look-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/panel-look.svg b/assets/icons/panel-look.svg deleted file mode 100644 index da2526f..0000000 --- a/assets/icons/panel-look.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/paper-clip.svg b/assets/icons/paper-clip.svg deleted file mode 100644 index 2628708..0000000 --- a/assets/icons/paper-clip.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/paste-filled.svg b/assets/icons/paste-filled.svg deleted file mode 100644 index cc35f51..0000000 --- a/assets/icons/paste-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/paste.svg b/assets/icons/paste.svg deleted file mode 100644 index f943106..0000000 --- a/assets/icons/paste.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/pda-filled.svg b/assets/icons/pda-filled.svg deleted file mode 100644 index b9e0fc0..0000000 --- a/assets/icons/pda-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/pda.svg b/assets/icons/pda.svg deleted file mode 100644 index 867cd08..0000000 --- a/assets/icons/pda.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/pen.svg b/assets/icons/pen.svg deleted file mode 100644 index 877d24f..0000000 --- a/assets/icons/pen.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/phone/_.svg b/assets/icons/phone/_.svg deleted file mode 100644 index 678fe6c..0000000 --- a/assets/icons/phone/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/phone/old-filled.svg b/assets/icons/phone/old-filled.svg deleted file mode 100644 index b526b65..0000000 --- a/assets/icons/phone/old-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/phone/old.svg b/assets/icons/phone/old.svg deleted file mode 100644 index 0f6d98f..0000000 --- a/assets/icons/phone/old.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/phone/receiver.svg b/assets/icons/phone/receiver.svg deleted file mode 100644 index 0954974..0000000 --- a/assets/icons/phone/receiver.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/pin.svg b/assets/icons/pin.svg deleted file mode 100644 index 607e0dc..0000000 --- a/assets/icons/pin.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/placeholder-icon-filled.svg b/assets/icons/placeholder-icon-filled.svg deleted file mode 100644 index 85b9e8c..0000000 --- a/assets/icons/placeholder-icon-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/placeholder-icon.svg b/assets/icons/placeholder-icon.svg deleted file mode 100644 index e189621..0000000 --- a/assets/icons/placeholder-icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/playlist/_.svg b/assets/icons/playlist/_.svg deleted file mode 100644 index f8efc51..0000000 --- a/assets/icons/playlist/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/playlist/filled.svg b/assets/icons/playlist/filled.svg deleted file mode 100644 index 433a7de..0000000 --- a/assets/icons/playlist/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/playlist/play.svg b/assets/icons/playlist/play.svg deleted file mode 100644 index a6d55d9..0000000 --- a/assets/icons/playlist/play.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/plus.svg b/assets/icons/plus.svg deleted file mode 100644 index 52697a5..0000000 --- a/assets/icons/plus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/podcast-filled.svg b/assets/icons/podcast-filled.svg deleted file mode 100644 index 9a33b9d..0000000 --- a/assets/icons/podcast-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/podcast.svg b/assets/icons/podcast.svg deleted file mode 100644 index b8041f3..0000000 --- a/assets/icons/podcast.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/power-filled.svg b/assets/icons/power-filled.svg deleted file mode 100644 index fd4bad9..0000000 --- a/assets/icons/power-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/power.svg b/assets/icons/power.svg deleted file mode 100644 index 129af48..0000000 --- a/assets/icons/power.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/printer/_.svg b/assets/icons/printer/_.svg deleted file mode 100644 index 1e5fefd..0000000 --- a/assets/icons/printer/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/printer/error-filled.svg b/assets/icons/printer/error-filled.svg deleted file mode 100644 index d0a5b14..0000000 --- a/assets/icons/printer/error-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/printer/error.svg b/assets/icons/printer/error.svg deleted file mode 100644 index 9f5ceb2..0000000 --- a/assets/icons/printer/error.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/printer/filled.svg b/assets/icons/printer/filled.svg deleted file mode 100644 index 963b7cb..0000000 --- a/assets/icons/printer/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/printer/network-filled.svg b/assets/icons/printer/network-filled.svg deleted file mode 100644 index a6fc31a..0000000 --- a/assets/icons/printer/network-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/printer/network.svg b/assets/icons/printer/network.svg deleted file mode 100644 index b5e06c5..0000000 --- a/assets/icons/printer/network.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/printer/preview-filled.svg b/assets/icons/printer/preview-filled.svg deleted file mode 100644 index 583dbef..0000000 --- a/assets/icons/printer/preview-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/printer/preview.svg b/assets/icons/printer/preview.svg deleted file mode 100644 index dbdf08b..0000000 --- a/assets/icons/printer/preview.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/printer/printing-filled.svg b/assets/icons/printer/printing-filled.svg deleted file mode 100644 index 6cf8037..0000000 --- a/assets/icons/printer/printing-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/printer/printing.svg b/assets/icons/printer/printing.svg deleted file mode 100644 index 773f8c9..0000000 --- a/assets/icons/printer/printing.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/printer/warning-filled.svg b/assets/icons/printer/warning-filled.svg deleted file mode 100644 index 6d9fd96..0000000 --- a/assets/icons/printer/warning-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/printer/warning.svg b/assets/icons/printer/warning.svg deleted file mode 100644 index 076d653..0000000 --- a/assets/icons/printer/warning.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/private-mask-filled.svg b/assets/icons/private-mask-filled.svg deleted file mode 100644 index 889914a..0000000 --- a/assets/icons/private-mask-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/private-mask.svg b/assets/icons/private-mask.svg deleted file mode 100644 index 991d519..0000000 --- a/assets/icons/private-mask.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/puzzle_piece.svg b/assets/icons/puzzle_piece.svg deleted file mode 100644 index 0fa17b4..0000000 --- a/assets/icons/puzzle_piece.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/puzzle_piece_filled.svg b/assets/icons/puzzle_piece_filled.svg deleted file mode 100644 index 0bb3384..0000000 --- a/assets/icons/puzzle_piece_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/question-filled.svg b/assets/icons/question-filled.svg deleted file mode 100644 index 2a5b4bd..0000000 --- a/assets/icons/question-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/question.svg b/assets/icons/question.svg deleted file mode 100644 index 92148d2..0000000 --- a/assets/icons/question.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/radio-filled.svg b/assets/icons/radio-filled.svg deleted file mode 100644 index e88ca9a..0000000 --- a/assets/icons/radio-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/radio.svg b/assets/icons/radio.svg deleted file mode 100644 index bf80016..0000000 --- a/assets/icons/radio.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/radiobox/_.svg b/assets/icons/radiobox/_.svg deleted file mode 100644 index c91d033..0000000 --- a/assets/icons/radiobox/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/radiobox/checked-filled.svg b/assets/icons/radiobox/checked-filled.svg deleted file mode 100644 index 0f8e665..0000000 --- a/assets/icons/radiobox/checked-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/radiobox/checked.svg b/assets/icons/radiobox/checked.svg deleted file mode 100644 index 95d6767..0000000 --- a/assets/icons/radiobox/checked.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/radiobox/filled.svg b/assets/icons/radiobox/filled.svg deleted file mode 100644 index 601f8d7..0000000 --- a/assets/icons/radiobox/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/radiobox/mixed-filled.svg b/assets/icons/radiobox/mixed-filled.svg deleted file mode 100644 index 069b4cd..0000000 --- a/assets/icons/radiobox/mixed-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/radiobox/mixed.svg b/assets/icons/radiobox/mixed.svg deleted file mode 100644 index dbd53f3..0000000 --- a/assets/icons/radiobox/mixed.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/rain-filled.svg b/assets/icons/rain-filled.svg deleted file mode 100644 index fb6f7ad..0000000 --- a/assets/icons/rain-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/rain.svg b/assets/icons/rain.svg deleted file mode 100644 index e983245..0000000 --- a/assets/icons/rain.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/reboot.svg b/assets/icons/reboot.svg deleted file mode 100644 index a0f8255..0000000 --- a/assets/icons/reboot.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/redo.svg b/assets/icons/redo.svg deleted file mode 100644 index b55db9d..0000000 --- a/assets/icons/redo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/refresh.svg b/assets/icons/refresh.svg deleted file mode 100644 index 18fbd87..0000000 --- a/assets/icons/refresh.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/repeat/_.svg b/assets/icons/repeat/_.svg deleted file mode 100644 index 6855256..0000000 --- a/assets/icons/repeat/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/repeat/filled.svg b/assets/icons/repeat/filled.svg deleted file mode 100644 index 94374d4..0000000 --- a/assets/icons/repeat/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/repeat/single-filled.svg b/assets/icons/repeat/single-filled.svg deleted file mode 100644 index 80c6b75..0000000 --- a/assets/icons/repeat/single-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/repeat/single.svg b/assets/icons/repeat/single.svg deleted file mode 100644 index 7bc2d29..0000000 --- a/assets/icons/repeat/single.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/reply-all.svg b/assets/icons/reply-all.svg deleted file mode 100644 index 750b611..0000000 --- a/assets/icons/reply-all.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/reply.svg b/assets/icons/reply.svg deleted file mode 100644 index 5173017..0000000 --- a/assets/icons/reply.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/revert.svg b/assets/icons/revert.svg deleted file mode 100644 index ebcf08b..0000000 --- a/assets/icons/revert.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/rotate-left.svg b/assets/icons/rotate-left.svg deleted file mode 100644 index a32fbaf..0000000 --- a/assets/icons/rotate-left.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/rotate-right.svg b/assets/icons/rotate-right.svg deleted file mode 100644 index fed2bd5..0000000 --- a/assets/icons/rotate-right.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/rss.svg b/assets/icons/rss.svg deleted file mode 100644 index 18579b6..0000000 --- a/assets/icons/rss.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/rule-and-pen-filled.svg b/assets/icons/rule-and-pen-filled.svg deleted file mode 100644 index 72147e4..0000000 --- a/assets/icons/rule-and-pen-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/rule-and-pen.svg b/assets/icons/rule-and-pen.svg deleted file mode 100644 index c6c8ae7..0000000 --- a/assets/icons/rule-and-pen.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/save/_.svg b/assets/icons/save/_.svg deleted file mode 100644 index 876ddba..0000000 --- a/assets/icons/save/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/save/as-filled.svg b/assets/icons/save/as-filled.svg deleted file mode 100644 index c76cb04..0000000 --- a/assets/icons/save/as-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/save/as.svg b/assets/icons/save/as.svg deleted file mode 100644 index b00054d..0000000 --- a/assets/icons/save/as.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/save/filled.svg b/assets/icons/save/filled.svg deleted file mode 100644 index b779c94..0000000 --- a/assets/icons/save/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/scanner-filled.svg b/assets/icons/scanner-filled.svg deleted file mode 100644 index 5896b3b..0000000 --- a/assets/icons/scanner-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/scanner.svg b/assets/icons/scanner.svg deleted file mode 100644 index a58bfc0..0000000 --- a/assets/icons/scanner.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/screen/_.svg b/assets/icons/screen/_.svg deleted file mode 100644 index 669a131..0000000 --- a/assets/icons/screen/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/screen/filled.svg b/assets/icons/screen/filled.svg deleted file mode 100644 index 32b4e1b..0000000 --- a/assets/icons/screen/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/screen/lock-filled.svg b/assets/icons/screen/lock-filled.svg deleted file mode 100644 index 75ec3bc..0000000 --- a/assets/icons/screen/lock-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/screen/lock.svg b/assets/icons/screen/lock.svg deleted file mode 100644 index 67b8adc..0000000 --- a/assets/icons/screen/lock.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/screensaver-filled.svg b/assets/icons/screensaver-filled.svg deleted file mode 100644 index 39619d5..0000000 --- a/assets/icons/screensaver-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/screensaver.svg b/assets/icons/screensaver.svg deleted file mode 100644 index fbe5a03..0000000 --- a/assets/icons/screensaver.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/script-filled.svg b/assets/icons/script-filled.svg deleted file mode 100644 index 544d6bc..0000000 --- a/assets/icons/script-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/script.svg b/assets/icons/script.svg deleted file mode 100644 index d42b6ab..0000000 --- a/assets/icons/script.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/search-history-filled.svg b/assets/icons/search-history-filled.svg deleted file mode 100644 index 25f458a..0000000 --- a/assets/icons/search-history-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/search-history.svg b/assets/icons/search-history.svg deleted file mode 100644 index 3432cbd..0000000 --- a/assets/icons/search-history.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/selection.svg b/assets/icons/selection.svg deleted file mode 100644 index 73a3587..0000000 --- a/assets/icons/selection.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/send-filled.svg b/assets/icons/send-filled.svg deleted file mode 100644 index 7288d21..0000000 --- a/assets/icons/send-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/send-receive.svg b/assets/icons/send-receive.svg deleted file mode 100644 index b34327a..0000000 --- a/assets/icons/send-receive.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/send.svg b/assets/icons/send.svg deleted file mode 100644 index f47ee1a..0000000 --- a/assets/icons/send.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/server-filled.svg b/assets/icons/server-filled.svg deleted file mode 100644 index 6f98054..0000000 --- a/assets/icons/server-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/server.svg b/assets/icons/server.svg deleted file mode 100644 index afc43cb..0000000 --- a/assets/icons/server.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/share-filled.svg b/assets/icons/share-filled.svg deleted file mode 100644 index 875bcf8..0000000 --- a/assets/icons/share-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/share.svg b/assets/icons/share.svg deleted file mode 100644 index 733b599..0000000 --- a/assets/icons/share.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/shield/_.svg b/assets/icons/shield/_.svg deleted file mode 100644 index 7ff9201..0000000 --- a/assets/icons/shield/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/shield/filled.svg b/assets/icons/shield/filled.svg deleted file mode 100644 index f0f0aba..0000000 --- a/assets/icons/shield/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/shield/warning.svg b/assets/icons/shield/warning.svg deleted file mode 100644 index bf007f9..0000000 --- a/assets/icons/shield/warning.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/showers-filled.svg b/assets/icons/showers-filled.svg deleted file mode 100644 index 1554b69..0000000 --- a/assets/icons/showers-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/showers-night-filled.svg b/assets/icons/showers-night-filled.svg deleted file mode 100644 index bb8ce41..0000000 --- a/assets/icons/showers-night-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/showers-night.svg b/assets/icons/showers-night.svg deleted file mode 100644 index 89319d6..0000000 --- a/assets/icons/showers-night.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/showers.svg b/assets/icons/showers.svg deleted file mode 100644 index 66b6062..0000000 --- a/assets/icons/showers.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/shuffle.svg b/assets/icons/shuffle.svg deleted file mode 100644 index 90c5197..0000000 --- a/assets/icons/shuffle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/shutdown.svg b/assets/icons/shutdown.svg deleted file mode 100644 index 842f661..0000000 --- a/assets/icons/shutdown.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/sidebar/_.svg b/assets/icons/sidebar/_.svg deleted file mode 100644 index 9c305ea..0000000 --- a/assets/icons/sidebar/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/sidebar/filled.svg b/assets/icons/sidebar/filled.svg deleted file mode 100644 index f1d8ad1..0000000 --- a/assets/icons/sidebar/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/sidebar/hide-filled.svg b/assets/icons/sidebar/hide-filled.svg deleted file mode 100644 index aee5884..0000000 --- a/assets/icons/sidebar/hide-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/sidebar/hide-right-filled.svg b/assets/icons/sidebar/hide-right-filled.svg deleted file mode 100644 index 25ef8e9..0000000 --- a/assets/icons/sidebar/hide-right-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/sidebar/hide-right.svg b/assets/icons/sidebar/hide-right.svg deleted file mode 100644 index fa6cf1d..0000000 --- a/assets/icons/sidebar/hide-right.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/sidebar/hide.svg b/assets/icons/sidebar/hide.svg deleted file mode 100644 index 6195ed5..0000000 --- a/assets/icons/sidebar/hide.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/sidebar/right-filled.svg b/assets/icons/sidebar/right-filled.svg deleted file mode 100644 index 424c8b6..0000000 --- a/assets/icons/sidebar/right-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/sidebar/right.svg b/assets/icons/sidebar/right.svg deleted file mode 100644 index 2ea1901..0000000 --- a/assets/icons/sidebar/right.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/skip-backward.svg b/assets/icons/skip-backward.svg deleted file mode 100644 index b64b261..0000000 --- a/assets/icons/skip-backward.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/skip-forward.svg b/assets/icons/skip-forward.svg deleted file mode 100644 index 54f5b5c..0000000 --- a/assets/icons/skip-forward.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/smartphone-filled.svg b/assets/icons/smartphone-filled.svg deleted file mode 100644 index b8ead69..0000000 --- a/assets/icons/smartphone-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/smartphone.svg b/assets/icons/smartphone.svg deleted file mode 100644 index fde5345..0000000 --- a/assets/icons/smartphone.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/snapcraft/_.svg b/assets/icons/snapcraft/_.svg deleted file mode 100644 index 21173bf..0000000 --- a/assets/icons/snapcraft/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/snapcraft/bag-filled.svg b/assets/icons/snapcraft/bag-filled.svg deleted file mode 100644 index e0cd121..0000000 --- a/assets/icons/snapcraft/bag-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/snapcraft/bag.svg b/assets/icons/snapcraft/bag.svg deleted file mode 100644 index fef7278..0000000 --- a/assets/icons/snapcraft/bag.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/snapcraft/error.svg b/assets/icons/snapcraft/error.svg deleted file mode 100644 index f33def0..0000000 --- a/assets/icons/snapcraft/error.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/snapcraft/important.svg b/assets/icons/snapcraft/important.svg deleted file mode 100644 index d286cb6..0000000 --- a/assets/icons/snapcraft/important.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/snapcraft/info.svg b/assets/icons/snapcraft/info.svg deleted file mode 100644 index 2412180..0000000 --- a/assets/icons/snapcraft/info.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/snapcraft/warning.svg b/assets/icons/snapcraft/warning.svg deleted file mode 100644 index b83a64b..0000000 --- a/assets/icons/snapcraft/warning.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/snow-filled.svg b/assets/icons/snow-filled.svg deleted file mode 100644 index 934d09e..0000000 --- a/assets/icons/snow-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/snow.svg b/assets/icons/snow.svg deleted file mode 100644 index dc56a2d..0000000 --- a/assets/icons/snow.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/sort/ascending.svg b/assets/icons/sort/ascending.svg deleted file mode 100644 index ba38aa2..0000000 --- a/assets/icons/sort/ascending.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/sort/descending.svg b/assets/icons/sort/descending.svg deleted file mode 100644 index e85d7d1..0000000 --- a/assets/icons/sort/descending.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/speaker/_.svg b/assets/icons/speaker/_.svg deleted file mode 100644 index 647326d..0000000 --- a/assets/icons/speaker/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/speaker/filled.svg b/assets/icons/speaker/filled.svg deleted file mode 100644 index 38ea557..0000000 --- a/assets/icons/speaker/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/speaker/high-filled.svg b/assets/icons/speaker/high-filled.svg deleted file mode 100644 index 38ea557..0000000 --- a/assets/icons/speaker/high-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/speaker/high.svg b/assets/icons/speaker/high.svg deleted file mode 100644 index dfddae1..0000000 --- a/assets/icons/speaker/high.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/speaker/low-filled.svg b/assets/icons/speaker/low-filled.svg deleted file mode 100644 index c97104f..0000000 --- a/assets/icons/speaker/low-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/speaker/low.svg b/assets/icons/speaker/low.svg deleted file mode 100644 index dc66524..0000000 --- a/assets/icons/speaker/low.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/speaker/medium-filled.svg b/assets/icons/speaker/medium-filled.svg deleted file mode 100644 index 78aaebb..0000000 --- a/assets/icons/speaker/medium-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/speaker/medium.svg b/assets/icons/speaker/medium.svg deleted file mode 100644 index bf4c952..0000000 --- a/assets/icons/speaker/medium.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/speaker/muted-filled.svg b/assets/icons/speaker/muted-filled.svg deleted file mode 100644 index 53c7b03..0000000 --- a/assets/icons/speaker/muted-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/speaker/muted.svg b/assets/icons/speaker/muted.svg deleted file mode 100644 index 23fc033..0000000 --- a/assets/icons/speaker/muted.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/speaker/overamplified-filled.svg b/assets/icons/speaker/overamplified-filled.svg deleted file mode 100644 index 701f770..0000000 --- a/assets/icons/speaker/overamplified-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/speaker/overamplified.svg b/assets/icons/speaker/overamplified.svg deleted file mode 100644 index 5b9473c..0000000 --- a/assets/icons/speaker/overamplified.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/star-filled.svg b/assets/icons/star-filled.svg deleted file mode 100644 index 2d77082..0000000 --- a/assets/icons/star-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/star-semi-filled.svg b/assets/icons/star-semi-filled.svg deleted file mode 100644 index a98cfe2..0000000 --- a/assets/icons/star-semi-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/star.svg b/assets/icons/star.svg deleted file mode 100644 index 707f1f2..0000000 --- a/assets/icons/star.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/stop.svg b/assets/icons/stop.svg deleted file mode 100644 index 97b099e..0000000 --- a/assets/icons/stop.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/stopwatch-filled.svg b/assets/icons/stopwatch-filled.svg deleted file mode 100644 index 870e95d..0000000 --- a/assets/icons/stopwatch-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/stopwatch.svg b/assets/icons/stopwatch.svg deleted file mode 100644 index 75746dd..0000000 --- a/assets/icons/stopwatch.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/storm-filled.svg b/assets/icons/storm-filled.svg deleted file mode 100644 index 4b946f3..0000000 --- a/assets/icons/storm-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/storm.svg b/assets/icons/storm.svg deleted file mode 100644 index 54d683a..0000000 --- a/assets/icons/storm.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/strikethrough.svg b/assets/icons/strikethrough.svg deleted file mode 100644 index 7ee6230..0000000 --- a/assets/icons/strikethrough.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/subtitles-filled.svg b/assets/icons/subtitles-filled.svg deleted file mode 100644 index 4145cd4..0000000 --- a/assets/icons/subtitles-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/subtitles.svg b/assets/icons/subtitles.svg deleted file mode 100644 index 71a60c3..0000000 --- a/assets/icons/subtitles.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/sun-filled.svg b/assets/icons/sun-filled.svg deleted file mode 100644 index 8559069..0000000 --- a/assets/icons/sun-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/sun.svg b/assets/icons/sun.svg deleted file mode 100644 index 6518990..0000000 --- a/assets/icons/sun.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/swiss-knife-filled.svg b/assets/icons/swiss-knife-filled.svg deleted file mode 100644 index 378f635..0000000 --- a/assets/icons/swiss-knife-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/swiss-knife.svg b/assets/icons/swiss-knife.svg deleted file mode 100644 index 7ed8dc1..0000000 --- a/assets/icons/swiss-knife.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/switchbox/_.svg b/assets/icons/switchbox/_.svg deleted file mode 100644 index dc63829..0000000 --- a/assets/icons/switchbox/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/switchbox/checked-filled.svg b/assets/icons/switchbox/checked-filled.svg deleted file mode 100644 index 7649f3d..0000000 --- a/assets/icons/switchbox/checked-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/switchbox/checked.svg b/assets/icons/switchbox/checked.svg deleted file mode 100644 index 16bf8d1..0000000 --- a/assets/icons/switchbox/checked.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/switchbox/filled.svg b/assets/icons/switchbox/filled.svg deleted file mode 100644 index c8900ac..0000000 --- a/assets/icons/switchbox/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/sync/_.svg b/assets/icons/sync/_.svg deleted file mode 100644 index 95c8d73..0000000 --- a/assets/icons/sync/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/sync/error.svg b/assets/icons/sync/error.svg deleted file mode 100644 index a4559c3..0000000 --- a/assets/icons/sync/error.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/tab-new-filled.svg b/assets/icons/tab-new-filled.svg deleted file mode 100644 index 2cd3556..0000000 --- a/assets/icons/tab-new-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/tab-new.svg b/assets/icons/tab-new.svg deleted file mode 100644 index f0a4e42..0000000 --- a/assets/icons/tab-new.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/tablet-filled.svg b/assets/icons/tablet-filled.svg deleted file mode 100644 index e5f33e5..0000000 --- a/assets/icons/tablet-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/tablet.svg b/assets/icons/tablet.svg deleted file mode 100644 index 521e7af..0000000 --- a/assets/icons/tablet.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/tag-filled.svg b/assets/icons/tag-filled.svg deleted file mode 100644 index 3ae8347..0000000 --- a/assets/icons/tag-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/tag.svg b/assets/icons/tag.svg deleted file mode 100644 index 4d88053..0000000 --- a/assets/icons/tag.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/tape-filled.svg b/assets/icons/tape-filled.svg deleted file mode 100644 index 9a7907c..0000000 --- a/assets/icons/tape-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/tape.svg b/assets/icons/tape.svg deleted file mode 100644 index 69a820d..0000000 --- a/assets/icons/tape.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/target-filled.svg b/assets/icons/target-filled.svg deleted file mode 100644 index 92e362f..0000000 --- a/assets/icons/target-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/target.svg b/assets/icons/target.svg deleted file mode 100644 index fd53ef2..0000000 --- a/assets/icons/target.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/task/error-filled.svg b/assets/icons/task/error-filled.svg deleted file mode 100644 index 1b9677d..0000000 --- a/assets/icons/task/error-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/task/error.svg b/assets/icons/task/error.svg deleted file mode 100644 index 166fd18..0000000 --- a/assets/icons/task/error.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/task/important-filled.svg b/assets/icons/task/important-filled.svg deleted file mode 100644 index f46e1f4..0000000 --- a/assets/icons/task/important-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/task/important.svg b/assets/icons/task/important.svg deleted file mode 100644 index cb01d09..0000000 --- a/assets/icons/task/important.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/task/list-filled.svg b/assets/icons/task/list-filled.svg deleted file mode 100644 index bd4e6e7..0000000 --- a/assets/icons/task/list-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/task/list.svg b/assets/icons/task/list.svg deleted file mode 100644 index 8afc713..0000000 --- a/assets/icons/task/list.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/task/warning-filled.svg b/assets/icons/task/warning-filled.svg deleted file mode 100644 index 62018fe..0000000 --- a/assets/icons/task/warning-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/task/warning.svg b/assets/icons/task/warning.svg deleted file mode 100644 index a0850c3..0000000 --- a/assets/icons/task/warning.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/television-filled.svg b/assets/icons/television-filled.svg deleted file mode 100644 index cdac517..0000000 --- a/assets/icons/television-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/television.svg b/assets/icons/television.svg deleted file mode 100644 index 12cbcac..0000000 --- a/assets/icons/television.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/terminal-filled.svg b/assets/icons/terminal-filled.svg deleted file mode 100644 index fcc5f6a..0000000 --- a/assets/icons/terminal-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/terminal.svg b/assets/icons/terminal.svg deleted file mode 100644 index f9d4200..0000000 --- a/assets/icons/terminal.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/text-direction-ltr.svg b/assets/icons/text-direction-ltr.svg deleted file mode 100644 index f7daf3c..0000000 --- a/assets/icons/text-direction-ltr.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/text-direction-rtl.svg b/assets/icons/text-direction-rtl.svg deleted file mode 100644 index 90e0509..0000000 --- a/assets/icons/text-direction-rtl.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/text-editor-filled.svg b/assets/icons/text-editor-filled.svg deleted file mode 100644 index 34bca0d..0000000 --- a/assets/icons/text-editor-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/text-editor.svg b/assets/icons/text-editor.svg deleted file mode 100644 index bdfc101..0000000 --- a/assets/icons/text-editor.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/thumb/down.svg b/assets/icons/thumb/down.svg deleted file mode 100644 index 30e6eed..0000000 --- a/assets/icons/thumb/down.svg +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - diff --git a/assets/icons/thumb/down_filled.svg b/assets/icons/thumb/down_filled.svg deleted file mode 100644 index f602157..0000000 --- a/assets/icons/thumb/down_filled.svg +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - diff --git a/assets/icons/thumb/up.svg b/assets/icons/thumb/up.svg deleted file mode 100644 index 9d3a470..0000000 --- a/assets/icons/thumb/up.svg +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - diff --git a/assets/icons/thumb/up_filled.svg b/assets/icons/thumb/up_filled.svg deleted file mode 100644 index ced12e9..0000000 --- a/assets/icons/thumb/up_filled.svg +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - diff --git a/assets/icons/thunderbolt.svg b/assets/icons/thunderbolt.svg deleted file mode 100644 index 7b6ea0b..0000000 --- a/assets/icons/thunderbolt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/tornado.svg b/assets/icons/tornado.svg deleted file mode 100644 index 9c7e819..0000000 --- a/assets/icons/tornado.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/touchpad-filled.svg b/assets/icons/touchpad-filled.svg deleted file mode 100644 index 176f1fa..0000000 --- a/assets/icons/touchpad-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/touchpad.svg b/assets/icons/touchpad.svg deleted file mode 100644 index 17e9490..0000000 --- a/assets/icons/touchpad.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/trash/_.svg b/assets/icons/trash/_.svg deleted file mode 100644 index 153cf4d..0000000 --- a/assets/icons/trash/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/trash/filled.svg b/assets/icons/trash/filled.svg deleted file mode 100644 index 25f4d7e..0000000 --- a/assets/icons/trash/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/trash/full-filled.svg b/assets/icons/trash/full-filled.svg deleted file mode 100644 index fbb5a4c..0000000 --- a/assets/icons/trash/full-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/trash/full.svg b/assets/icons/trash/full.svg deleted file mode 100644 index 5cee49c..0000000 --- a/assets/icons/trash/full.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/tree/_.svg b/assets/icons/tree/_.svg deleted file mode 100644 index 8270ded..0000000 --- a/assets/icons/tree/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/tree/filled.svg b/assets/icons/tree/filled.svg deleted file mode 100644 index d203911..0000000 --- a/assets/icons/tree/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/tree/fir-filled.svg b/assets/icons/tree/fir-filled.svg deleted file mode 100644 index 34748f3..0000000 --- a/assets/icons/tree/fir-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/tree/fir.svg b/assets/icons/tree/fir.svg deleted file mode 100644 index 778d0ac..0000000 --- a/assets/icons/tree/fir.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/trowel-filled.svg b/assets/icons/trowel-filled.svg deleted file mode 100644 index b158cb6..0000000 --- a/assets/icons/trowel-filled.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - diff --git a/assets/icons/trowel.svg b/assets/icons/trowel.svg deleted file mode 100644 index d0df6bf..0000000 --- a/assets/icons/trowel.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - diff --git a/assets/icons/ubuntu-logo/_.svg b/assets/icons/ubuntu-logo/_.svg deleted file mode 100644 index 4247ae9..0000000 --- a/assets/icons/ubuntu-logo/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/ubuntu-logo/large.svg b/assets/icons/ubuntu-logo/large.svg deleted file mode 100644 index 7b34349..0000000 --- a/assets/icons/ubuntu-logo/large.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/ubuntu-logo/simple.svg b/assets/icons/ubuntu-logo/simple.svg deleted file mode 100644 index 80f7677..0000000 --- a/assets/icons/ubuntu-logo/simple.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/underline.svg b/assets/icons/underline.svg deleted file mode 100644 index 8d253ea..0000000 --- a/assets/icons/underline.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/undo.svg b/assets/icons/undo.svg deleted file mode 100644 index c5ab5ec..0000000 --- a/assets/icons/undo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/unordered-list/_.svg b/assets/icons/unordered-list/_.svg deleted file mode 100644 index e8f5d00..0000000 --- a/assets/icons/unordered-list/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/unordered-list/new.svg b/assets/icons/unordered-list/new.svg deleted file mode 100644 index 3f7015b..0000000 --- a/assets/icons/unordered-list/new.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/unordered-list/remove.svg b/assets/icons/unordered-list/remove.svg deleted file mode 100644 index 6fc6463..0000000 --- a/assets/icons/unordered-list/remove.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/update/_.svg b/assets/icons/update/_.svg deleted file mode 100644 index 5505a3a..0000000 --- a/assets/icons/update/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/update/available-filled.svg b/assets/icons/update/available-filled.svg deleted file mode 100644 index 59831e7..0000000 --- a/assets/icons/update/available-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/update/available.svg b/assets/icons/update/available.svg deleted file mode 100644 index 71eff1f..0000000 --- a/assets/icons/update/available.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/update/urgent-filled.svg b/assets/icons/update/urgent-filled.svg deleted file mode 100644 index 66f206e..0000000 --- a/assets/icons/update/urgent-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/update/urgent.svg b/assets/icons/update/urgent.svg deleted file mode 100644 index 384bc82..0000000 --- a/assets/icons/update/urgent.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/usb-stick-filled.svg b/assets/icons/usb-stick-filled.svg deleted file mode 100644 index 3a52e2e..0000000 --- a/assets/icons/usb-stick-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/usb-stick.svg b/assets/icons/usb-stick.svg deleted file mode 100644 index b43afee..0000000 --- a/assets/icons/usb-stick.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/user/_.svg b/assets/icons/user/_.svg deleted file mode 100644 index 01f7be0..0000000 --- a/assets/icons/user/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/user/filled.svg b/assets/icons/user/filled.svg deleted file mode 100644 index 6fd4bc1..0000000 --- a/assets/icons/user/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/user/new-filled.svg b/assets/icons/user/new-filled.svg deleted file mode 100644 index 19e27d6..0000000 --- a/assets/icons/user/new-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/user/new.svg b/assets/icons/user/new.svg deleted file mode 100644 index 95627c3..0000000 --- a/assets/icons/user/new.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/users-filled.svg b/assets/icons/users-filled.svg deleted file mode 100644 index f467e9a..0000000 --- a/assets/icons/users-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/users.svg b/assets/icons/users.svg deleted file mode 100644 index bbde960..0000000 --- a/assets/icons/users.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/video/_.svg b/assets/icons/video/_.svg deleted file mode 100644 index 39f03aa..0000000 --- a/assets/icons/video/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/video/filled.svg b/assets/icons/video/filled.svg deleted file mode 100644 index 82e6c5f..0000000 --- a/assets/icons/video/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/video/history-filled.svg b/assets/icons/video/history-filled.svg deleted file mode 100644 index a4a7780..0000000 --- a/assets/icons/video/history-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/video/history.svg b/assets/icons/video/history.svg deleted file mode 100644 index af5afb1..0000000 --- a/assets/icons/video/history.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/view-more/_.svg b/assets/icons/view-more/_.svg deleted file mode 100644 index d79f20b..0000000 --- a/assets/icons/view-more/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/view-more/horizontal.svg b/assets/icons/view-more/horizontal.svg deleted file mode 100644 index eb3fbde..0000000 --- a/assets/icons/view-more/horizontal.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/wallpaper-filled.svg b/assets/icons/wallpaper-filled.svg deleted file mode 100644 index d3fc418..0000000 --- a/assets/icons/wallpaper-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/wallpaper.svg b/assets/icons/wallpaper.svg deleted file mode 100644 index 7006f45..0000000 --- a/assets/icons/wallpaper.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/warning-filled.svg b/assets/icons/warning-filled.svg deleted file mode 100644 index 2e997c9..0000000 --- a/assets/icons/warning-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/warning.svg b/assets/icons/warning.svg deleted file mode 100644 index c7502bd..0000000 --- a/assets/icons/warning.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/weather-alert-filled.svg b/assets/icons/weather-alert-filled.svg deleted file mode 100644 index 6280258..0000000 --- a/assets/icons/weather-alert-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/weather-alert.svg b/assets/icons/weather-alert.svg deleted file mode 100644 index 3d4f45a..0000000 --- a/assets/icons/weather-alert.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/weather-filled.svg b/assets/icons/weather-filled.svg deleted file mode 100644 index 2e215de..0000000 --- a/assets/icons/weather-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/weather.svg b/assets/icons/weather.svg deleted file mode 100644 index fda8be5..0000000 --- a/assets/icons/weather.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/wind.svg b/assets/icons/wind.svg deleted file mode 100644 index 7598ab2..0000000 --- a/assets/icons/wind.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/window/_.svg b/assets/icons/window/_.svg deleted file mode 100644 index 1be5af7..0000000 --- a/assets/icons/window/_.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/window/close.svg b/assets/icons/window/close.svg deleted file mode 100644 index 3876c91..0000000 --- a/assets/icons/window/close.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/window/filled.svg b/assets/icons/window/filled.svg deleted file mode 100644 index c0c1159..0000000 --- a/assets/icons/window/filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/window/maximize-filled.svg b/assets/icons/window/maximize-filled.svg deleted file mode 100644 index c4808e1..0000000 --- a/assets/icons/window/maximize-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/window/maximize.svg b/assets/icons/window/maximize.svg deleted file mode 100644 index fe110c0..0000000 --- a/assets/icons/window/maximize.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/window/minimize.svg b/assets/icons/window/minimize.svg deleted file mode 100644 index 7a90c38..0000000 --- a/assets/icons/window/minimize.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/window/new-filled.svg b/assets/icons/window/new-filled.svg deleted file mode 100644 index b4e8cda..0000000 --- a/assets/icons/window/new-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/window/new.svg b/assets/icons/window/new.svg deleted file mode 100644 index ad0b3d0..0000000 --- a/assets/icons/window/new.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/window/restore-filled.svg b/assets/icons/window/restore-filled.svg deleted file mode 100644 index 3503dae..0000000 --- a/assets/icons/window/restore-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/window/restore.svg b/assets/icons/window/restore.svg deleted file mode 100644 index 4d2af75..0000000 --- a/assets/icons/window/restore.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/window/top-bar-filled.svg b/assets/icons/window/top-bar-filled.svg deleted file mode 100644 index a997ad6..0000000 --- a/assets/icons/window/top-bar-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/window/top-bar.svg b/assets/icons/window/top-bar.svg deleted file mode 100644 index eefc0be..0000000 --- a/assets/icons/window/top-bar.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/windows-filled.svg b/assets/icons/windows-filled.svg deleted file mode 100644 index 42f5861..0000000 --- a/assets/icons/windows-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/windows.svg b/assets/icons/windows.svg deleted file mode 100644 index 9b60f15..0000000 --- a/assets/icons/windows.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/wrench-filled.svg b/assets/icons/wrench-filled.svg deleted file mode 100644 index 8d5db11..0000000 --- a/assets/icons/wrench-filled.svg +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - diff --git a/assets/icons/wrench.svg b/assets/icons/wrench.svg deleted file mode 100644 index d03b89c..0000000 --- a/assets/icons/wrench.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - diff --git a/assets/icons/xfce-logo.svg b/assets/icons/xfce-logo.svg deleted file mode 100644 index a37ead7..0000000 --- a/assets/icons/xfce-logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/zoom/fit-best.svg b/assets/icons/zoom/fit-best.svg deleted file mode 100644 index 27f3114..0000000 --- a/assets/icons/zoom/fit-best.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/zoom/in-filled.svg b/assets/icons/zoom/in-filled.svg deleted file mode 100644 index d85e274..0000000 --- a/assets/icons/zoom/in-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/zoom/in.svg b/assets/icons/zoom/in.svg deleted file mode 100644 index dfa420b..0000000 --- a/assets/icons/zoom/in.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/zoom/original-filled.svg b/assets/icons/zoom/original-filled.svg deleted file mode 100644 index e6a2685..0000000 --- a/assets/icons/zoom/original-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/zoom/original.svg b/assets/icons/zoom/original.svg deleted file mode 100644 index 72173e8..0000000 --- a/assets/icons/zoom/original.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/zoom/out-filled.svg b/assets/icons/zoom/out-filled.svg deleted file mode 100644 index 52b5d35..0000000 --- a/assets/icons/zoom/out-filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/zoom/out.svg b/assets/icons/zoom/out.svg deleted file mode 100644 index 29e06dc..0000000 --- a/assets/icons/zoom/out.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/packages/handy_window/assets/handy-window-dark.css b/assets/packages/handy_window/assets/handy-window-dark.css new file mode 100644 index 0000000..026fb62 --- /dev/null +++ b/assets/packages/handy_window/assets/handy-window-dark.css @@ -0,0 +1 @@ +window.csd.unified decoration-overlay{box-shadow:none}window.csd.unified:not(.solid-csd):not(.fullscreen):not(.maximized) decoration-overlay{box-shadow:inset 0 0 0 1px rgba(255,255,255,.07)}window.csd.unified decoration{box-shadow:0 3px 9px 1px rgba(0,0,0,.5)}window.csd.unified decoration:backdrop{box-shadow:0 3px 9px 1px rgba(0,0,0,0),0 2px 6px 2px rgba(0,0,0,.2)}headerbar{min-height:47px;background:#303030;box-shadow:inset 0 -1px rgba(0,0,0,.36);border:none}headerbar:backdrop{background:#242424}button.titlebutton{padding:4px;margin:1px} diff --git a/assets/packages/handy_window/assets/handy-window.css b/assets/packages/handy_window/assets/handy-window.css new file mode 100644 index 0000000..b4c984f --- /dev/null +++ b/assets/packages/handy_window/assets/handy-window.css @@ -0,0 +1 @@ +window.csd.unified decoration-overlay{box-shadow:none}window.csd.unified:not(.solid-csd):not(.fullscreen):not(.maximized) decoration-overlay{box-shadow:inset 0 0 0 1px rgba(255,255,255,.07)}window.csd.unified decoration{box-shadow:0 3px 9px 1px rgba(0,0,0,.5)}window.csd.unified decoration:backdrop{box-shadow:0 3px 9px 1px rgba(0,0,0,0),0 2px 6px 2px rgba(0,0,0,.2)}headerbar{min-height:47px;background:#ebebeb;box-shadow:inset 0 -1px rgba(0,0,0,.07);border:none}headerbar:backdrop{background:#fafafa}button.titlebutton{padding:4px;margin:1px} diff --git a/assets/packages/window_manager/images/ic_chrome_close.png b/assets/packages/window_manager/images/ic_chrome_close.png new file mode 100644 index 0000000..1949491 Binary files /dev/null and b/assets/packages/window_manager/images/ic_chrome_close.png differ diff --git a/assets/packages/window_manager/images/ic_chrome_maximize.png b/assets/packages/window_manager/images/ic_chrome_maximize.png new file mode 100644 index 0000000..672e9e4 Binary files /dev/null and b/assets/packages/window_manager/images/ic_chrome_maximize.png differ diff --git a/assets/packages/window_manager/images/ic_chrome_minimize.png b/assets/packages/window_manager/images/ic_chrome_minimize.png new file mode 100644 index 0000000..05534b4 Binary files /dev/null and b/assets/packages/window_manager/images/ic_chrome_minimize.png differ diff --git a/assets/packages/window_manager/images/ic_chrome_unmaximize.png b/assets/packages/window_manager/images/ic_chrome_unmaximize.png new file mode 100644 index 0000000..52b8f4e Binary files /dev/null and b/assets/packages/window_manager/images/ic_chrome_unmaximize.png differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-B.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-B.ttf new file mode 100644 index 0000000..9ac9509 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-B.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-BI.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-BI.ttf new file mode 100644 index 0000000..f76901a Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-BI.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-L.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-L.ttf new file mode 100644 index 0000000..831dec9 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-L.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-LI.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-LI.ttf new file mode 100644 index 0000000..160d87b Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-LI.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-M.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-M.ttf new file mode 100644 index 0000000..18b3ad9 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-M.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-MI.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-MI.ttf new file mode 100644 index 0000000..74007c2 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-MI.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-R.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-R.ttf new file mode 100644 index 0000000..f5e1c99 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-R.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-RI.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-RI.ttf new file mode 100644 index 0000000..ddf1b28 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-RI.ttf differ diff --git a/assets/yaru_icons.otf b/assets/packages/yaru_icons/assets/yaru_icons.otf similarity index 84% rename from assets/yaru_icons.otf rename to assets/packages/yaru_icons/assets/yaru_icons.otf index 27fd80a..673d521 100644 Binary files a/assets/yaru_icons.otf and b/assets/packages/yaru_icons/assets/yaru_icons.otf differ diff --git a/assets/shaders/ink_sparkle.frag b/assets/shaders/ink_sparkle.frag new file mode 100644 index 0000000..3591af4 --- /dev/null +++ b/assets/shaders/ink_sparkle.frag @@ -0,0 +1,160 @@ +{ + "sksl": "// This SkSL shader is autogenerated by spirv-cross.\n\nfloat4 flutter_FragCoord;\n\nuniform vec4 u_color;\nuniform float u_alpha;\nuniform vec4 u_sparkle_color;\nuniform float u_sparkle_alpha;\nuniform float u_blur;\nuniform vec2 u_center;\nuniform float u_radius_scale;\nuniform float u_max_radius;\nuniform vec2 u_resolution_scale;\nuniform vec2 u_noise_scale;\nuniform float u_noise_phase;\nuniform vec2 u_circle1;\nuniform vec2 u_circle2;\nuniform vec2 u_circle3;\nuniform vec2 u_rotation1;\nuniform vec2 u_rotation2;\nuniform vec2 u_rotation3;\n\nvec4 fragColor;\n\nvec2 FLT_flutter_local_FlutterFragCoord()\n{\n return flutter_FragCoord.xy;\n}\n\nmat2 FLT_flutter_local_rotate2d(vec2 rad)\n{\n return mat2(vec2(rad.x, -rad.y), vec2(rad.y, rad.x));\n}\n\nfloat FLT_flutter_local_soft_circle(vec2 uv, vec2 xy, float radius, float blur)\n{\n float blur_half = blur * 0.5;\n float d = distance(uv, xy);\n return 1.0 - smoothstep(1.0 - blur_half, 1.0 + blur_half, d / radius);\n}\n\nfloat FLT_flutter_local_circle_grid(vec2 resolution, inout vec2 p, vec2 xy, vec2 rotation, float cell_diameter)\n{\n vec2 param = rotation;\n p = (FLT_flutter_local_rotate2d(param) * (xy - p)) + xy;\n p = mod(p, vec2(cell_diameter)) / resolution;\n float cell_uv = (cell_diameter / resolution.y) * 0.5;\n float r = 0.64999997615814208984375 * cell_uv;\n vec2 param_1 = p;\n vec2 param_2 = vec2(cell_uv);\n float param_3 = r;\n float param_4 = r * 50.0;\n return FLT_flutter_local_soft_circle(param_1, param_2, param_3, param_4);\n}\n\nfloat FLT_flutter_local_turbulence(vec2 uv)\n{\n vec2 uv_scale = uv * vec2(0.800000011920928955078125);\n vec2 param = vec2(0.800000011920928955078125);\n vec2 param_1 = uv_scale;\n vec2 param_2 = u_circle1;\n vec2 param_3 = u_rotation1;\n float param_4 = 0.17000000178813934326171875;\n float _301 = FLT_flutter_local_circle_grid(param, param_1, param_2, param_3, param_4);\n float g1 = _301;\n vec2 param_5 = vec2(0.800000011920928955078125);\n vec2 param_6 = uv_scale;\n vec2 param_7 = u_circle2;\n vec2 param_8 = u_rotation2;\n float param_9 = 0.20000000298023223876953125;\n float _313 = FLT_flutter_local_circle_grid(param_5, param_6, param_7, param_8, param_9);\n float g2 = _313;\n vec2 param_10 = vec2(0.800000011920928955078125);\n vec2 param_11 = uv_scale;\n vec2 param_12 = u_circle3;\n vec2 param_13 = u_rotation3;\n float param_14 = 0.2750000059604644775390625;\n float _326 = FLT_flutter_local_circle_grid(param_10, param_11, param_12, param_13, param_14);\n float g3 = _326;\n float v = (((g1 * g1) + g2) - g3) * 0.5;\n return clamp(0.449999988079071044921875 + (0.800000011920928955078125 * v), 0.0, 1.0);\n}\n\nfloat FLT_flutter_local_soft_ring(vec2 uv, vec2 xy, float radius, float thickness, float blur)\n{\n vec2 param = uv;\n vec2 param_1 = xy;\n float param_2 = radius + thickness;\n float param_3 = blur;\n float circle_outer = FLT_flutter_local_soft_circle(param, param_1, param_2, param_3);\n vec2 param_4 = uv;\n vec2 param_5 = xy;\n float param_6 = max(radius - thickness, 0.0);\n float param_7 = blur;\n float circle_inner = FLT_flutter_local_soft_circle(param_4, param_5, param_6, param_7);\n return clamp(circle_outer - circle_inner, 0.0, 1.0);\n}\n\nfloat FLT_flutter_local_triangle_noise(inout vec2 n)\n{\n n = fract(n * vec2(5.398700237274169921875, 5.442100048065185546875));\n n += vec2(dot(n.yx, n + vec2(21.5351009368896484375, 14.3136997222900390625)));\n float xy = n.x * n.y;\n return (fract(xy * 95.43070220947265625) + fract(xy * 75.0496063232421875)) - 1.0;\n}\n\nfloat FLT_flutter_local_threshold(float v, float l, float h)\n{\n return step(l, v) * (1.0 - step(h, v));\n}\n\nfloat FLT_flutter_local_sparkle(vec2 uv, float t)\n{\n vec2 param = uv;\n float _224 = FLT_flutter_local_triangle_noise(param);\n float n = _224;\n float param_1 = n;\n float param_2 = 0.0;\n float param_3 = 0.0500000007450580596923828125;\n float s = FLT_flutter_local_threshold(param_1, param_2, param_3);\n float param_4 = n + sin(3.1415927410125732421875 * (t + 0.3499999940395355224609375));\n float param_5 = 0.100000001490116119384765625;\n float param_6 = 0.1500000059604644775390625;\n s += FLT_flutter_local_threshold(param_4, param_5, param_6);\n float param_7 = n + sin(3.1415927410125732421875 * (t + 0.699999988079071044921875));\n float param_8 = 0.20000000298023223876953125;\n float param_9 = 0.25;\n s += FLT_flutter_local_threshold(param_7, param_8, param_9);\n float param_10 = n + sin(3.1415927410125732421875 * (t + 1.0499999523162841796875));\n float param_11 = 0.300000011920928955078125;\n float param_12 = 0.3499999940395355224609375;\n s += FLT_flutter_local_threshold(param_10, param_11, param_12);\n return clamp(s, 0.0, 1.0) * 0.550000011920928955078125;\n}\n\nvoid FLT_main()\n{\n vec2 p = FLT_flutter_local_FlutterFragCoord();\n vec2 uv_1 = p * u_resolution_scale;\n vec2 density_uv = uv_1 - mod(p, u_noise_scale);\n float radius = u_max_radius * u_radius_scale;\n vec2 param_13 = uv_1;\n float turbulence = FLT_flutter_local_turbulence(param_13);\n vec2 param_14 = p;\n vec2 param_15 = u_center;\n float param_16 = radius;\n float param_17 = 0.0500000007450580596923828125 * u_max_radius;\n float param_18 = u_blur;\n float ring = FLT_flutter_local_soft_ring(param_14, param_15, param_16, param_17, param_18);\n vec2 param_19 = density_uv;\n float param_20 = u_noise_phase;\n float sparkle = ((FLT_flutter_local_sparkle(param_19, param_20) * ring) * turbulence) * u_sparkle_alpha;\n vec2 param_21 = p;\n vec2 param_22 = u_center;\n float param_23 = radius;\n float param_24 = u_blur;\n float wave_alpha = (FLT_flutter_local_soft_circle(param_21, param_22, param_23, param_24) * u_alpha) * u_color.w;\n vec4 wave_color = vec4(u_color.xyz * wave_alpha, wave_alpha);\n vec4 sparkle_color = vec4(u_sparkle_color.xyz * u_sparkle_color.w, u_sparkle_color.w);\n fragColor = mix(wave_color, sparkle_color, vec4(sparkle));\n}\n\nhalf4 main(float2 iFragCoord)\n{\n flutter_FragCoord = float4(iFragCoord, 0, 0);\n FLT_main();\n return fragColor;\n}\n", + "stage": 1, + "target_platform": 2, + "uniforms": [ + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 0, + "name": "u_color", + "rows": 4, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 1, + "name": "u_alpha", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 2, + "name": "u_sparkle_color", + "rows": 4, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 3, + "name": "u_sparkle_alpha", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 4, + "name": "u_blur", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 5, + "name": "u_center", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 6, + "name": "u_radius_scale", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 7, + "name": "u_max_radius", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 8, + "name": "u_resolution_scale", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 9, + "name": "u_noise_scale", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 10, + "name": "u_noise_phase", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 11, + "name": "u_circle1", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 12, + "name": "u_circle2", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 13, + "name": "u_circle3", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 14, + "name": "u_rotation1", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 15, + "name": "u_rotation2", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 16, + "name": "u_rotation3", + "rows": 2, + "type": 10 + } + ] +} \ No newline at end of file diff --git a/assets/symlinks.json b/assets/symlinks.json deleted file mode 100644 index 8c9457c..0000000 --- a/assets/symlinks.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "battery": "battery_full", - "extension": "puzzle_piece", - "extension_filled": "puzzle_piece_filled", - "notification": "bell", - "notification_filled": "bell_filled", - "parental_control": "familly", - "search": "magnifying_glass", - "search_filled": "magnifying_glass_filled", - "settings": "gear", - "settings_filled": "gear_filled", - "utilities": "swiss_knife", - "utilities_filled": "swiss_knife_filled" -} diff --git a/build-icons.sh b/build-icons.sh deleted file mode 100755 index 65275ff..0000000 --- a/build-icons.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash -# -# Legal Stuff: -# -# This file is free software; you can redistribute it and/or modify it under -# the terms of the GNU Lesser General Public License as published by the Free Software -# Foundation; version 3. -# -# This file is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more -# details. -# -# You should have received a copy of the GNU Lesser General Public License along with -# this program; if not, see - -## Flutter Yaru icons build script -## -## usage: ./build-icons.sh - -# Build icon font - -if ! command -v yaru_icon_font_generator >/dev/null -then - echo - read -p "yaru_icon_font_generator is required, do you want to install it right now? (y/n)" -r - echo - if [[ $REPLY =~ ^[Yy]$ ]] - then - dart pub global activate -sgit https://github.com/Jupi007/icon_font_generator.git --git-ref yaru - fi -fi - -yaru_icon_font_generator diff --git a/canvaskit/canvaskit.js b/canvaskit/canvaskit.js new file mode 100644 index 0000000..a8234e7 --- /dev/null +++ b/canvaskit/canvaskit.js @@ -0,0 +1,222 @@ + +var CanvasKitInit = (() => { + var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; + if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename; + return ( +function(CanvasKitInit = {}) { + +var r;r||(r=typeof CanvasKitInit !== 'undefined' ? CanvasKitInit : {});var aa,ba;r.ready=new Promise(function(a,b){aa=a;ba=b}); +(function(a){a.Md=a.Md||[];a.Md.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.je=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.je=null,e.Ue=b,e.Re=c,e.Se=f,e.te=k,e.getCanvas().clear(a.TRANSPARENT);return e};a.MakeRasterDirectSurface=function(b,c,e){return a.Surface._makeRasterDirect(b,c.byteOffset,e)};a.Surface.prototype.flush=function(b){a.Jd(this.Id);this._flush();if(this.je){var c=new Uint8ClampedArray(a.HEAPU8.buffer,this.te,this.Se);c=new ImageData(c,this.Ue,this.Re);b?this.je.getContext("2d").putImageData(c, +0,0,b[0],b[1],b[2]-b[0],b[3]-b[1]):this.je.getContext("2d").putImageData(c,0,0)}};a.Surface.prototype.dispose=function(){this.te&&a._free(this.te);this.delete()};a.Jd=a.Jd||function(){};a.ke=a.ke||function(){return null}})})(r); +(function(a){a.Md=a.Md||[];a.Md.push(function(){function b(l,q,x){return l&&l.hasOwnProperty(q)?l[q]:x}function c(l){var q=ca(ea);ea[q]=l;return q}function e(l){return l.naturalHeight||l.videoHeight||l.displayHeight||l.height}function f(l){return l.naturalWidth||l.videoWidth||l.displayWidth||l.width}function k(l,q,x,y){l.bindTexture(l.TEXTURE_2D,q);y||x.alphaType!==a.AlphaType.Premul||l.pixelStorei(l.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!0);return q}function m(l,q,x){x||q.alphaType!==a.AlphaType.Premul|| +l.pixelStorei(l.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1);l.bindTexture(l.TEXTURE_2D,null)}a.GetWebGLContext=function(l,q){if(!l)throw"null canvas passed into makeWebGLContext";var x={alpha:b(q,"alpha",1),depth:b(q,"depth",1),stencil:b(q,"stencil",8),antialias:b(q,"antialias",0),premultipliedAlpha:b(q,"premultipliedAlpha",1),preserveDrawingBuffer:b(q,"preserveDrawingBuffer",0),preferLowPowerToHighPerformance:b(q,"preferLowPowerToHighPerformance",0),failIfMajorPerformanceCaveat:b(q,"failIfMajorPerformanceCaveat", +0),enableExtensionsByDefault:b(q,"enableExtensionsByDefault",1),explicitSwapControl:b(q,"explicitSwapControl",0),renderViaOffscreenBackBuffer:b(q,"renderViaOffscreenBackBuffer",0)};x.majorVersion=q&&q.majorVersion?q.majorVersion:"undefined"!==typeof WebGL2RenderingContext?2:1;if(x.explicitSwapControl)throw"explicitSwapControl is not supported";l=fa(l,x);if(!l)return 0;ha(l);u.Td.getExtension("WEBGL_debug_renderer_info");return l};a.deleteContext=function(l){u===ia[l]&&(u=null);"object"==typeof JSEvents&& +JSEvents.zf(ia[l].Td.canvas);ia[l]&&ia[l].Td.canvas&&(ia[l].Td.canvas.Je=void 0);ia[l]=null};a._setTextureCleanup({deleteTexture:function(l,q){var x=ea[q];x&&ia[l].Td.deleteTexture(x);ea[q]=null}});a.MakeWebGLContext=function(l){if(!this.Jd(l))return null;var q=this._MakeGrContext();if(!q)return null;q.Id=l;var x=q.delete.bind(q);q["delete"]=function(){a.Jd(this.Id);x()}.bind(q);return u.ve=q};a.MakeGrContext=a.MakeWebGLContext;a.GrDirectContext.prototype.getResourceCacheLimitBytes=function(){a.Jd(this.Id); +this._getResourceCacheLimitBytes()};a.GrDirectContext.prototype.getResourceCacheUsageBytes=function(){a.Jd(this.Id);this._getResourceCacheUsageBytes()};a.GrDirectContext.prototype.releaseResourcesAndAbandonContext=function(){a.Jd(this.Id);this._releaseResourcesAndAbandonContext()};a.GrDirectContext.prototype.setResourceCacheLimitBytes=function(l){a.Jd(this.Id);this._setResourceCacheLimitBytes(l)};a.MakeOnScreenGLSurface=function(l,q,x,y,B,D){if(!this.Jd(l.Id))return null;q=void 0===B||void 0===D? +this._MakeOnScreenGLSurface(l,q,x,y):this._MakeOnScreenGLSurface(l,q,x,y,B,D);if(!q)return null;q.Id=l.Id;return q};a.MakeRenderTarget=function(){var l=arguments[0];if(!this.Jd(l.Id))return null;if(3===arguments.length){var q=this._MakeRenderTargetWH(l,arguments[1],arguments[2]);if(!q)return null}else if(2===arguments.length){if(q=this._MakeRenderTargetII(l,arguments[1]),!q)return null}else return null;q.Id=l.Id;return q};a.MakeWebGLCanvasSurface=function(l,q,x){q=q||null;var y=l,B="undefined"!== +typeof OffscreenCanvas&&y instanceof OffscreenCanvas;if(!("undefined"!==typeof HTMLCanvasElement&&y instanceof HTMLCanvasElement||B||(y=document.getElementById(l),y)))throw"Canvas with id "+l+" was not found";l=this.GetWebGLContext(y,x);if(!l||0>l)throw"failed to create webgl context: err "+l;l=this.MakeWebGLContext(l);q=this.MakeOnScreenGLSurface(l,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(l,q){a.Jd(this.Id);l=c(l);if(q=this._makeImageFromTexture(this.Id,l,q))q.fe=l;return q};a.Surface.prototype.makeImageFromTextureSource=function(l,q,x){q||(q={height:e(l),width:f(l),colorType:a.ColorType.RGBA_8888,alphaType:x?a.AlphaType.Premul:a.AlphaType.Unpremul});q.colorSpace||(q.colorSpace=a.ColorSpace.SRGB);a.Jd(this.Id);var y=u.Td;x=k(y,y.createTexture(),q,x);2===u.version?y.texImage2D(y.TEXTURE_2D,0,y.RGBA,q.width,q.height, +0,y.RGBA,y.UNSIGNED_BYTE,l):y.texImage2D(y.TEXTURE_2D,0,y.RGBA,y.RGBA,y.UNSIGNED_BYTE,l);m(y,q);this._resetContext();return this.makeImageFromTexture(x,q)};a.Surface.prototype.updateTextureFromSource=function(l,q,x){if(l.fe){a.Jd(this.Id);var y=l.getImageInfo(),B=u.Td,D=k(B,ea[l.fe],y,x);2===u.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);m(B,y,x);this._resetContext();ea[l.fe]=null;l.fe=c(D);y.colorSpace= +l.getColorSpace();q=this._makeImageFromTexture(this.Id,l.fe,y);x=l.kd.Kd;B=l.kd.Pd;l.kd.Kd=q.kd.Kd;l.kd.Pd=q.kd.Pd;q.kd.Kd=x;q.kd.Pd=B;q.delete();y.colorSpace.delete()}};a.MakeLazyImageFromTextureSource=function(l,q,x){q||(q={height:e(l),width:f(l),colorType:a.ColorType.RGBA_8888,alphaType:x?a.AlphaType.Premul:a.AlphaType.Unpremul});q.colorSpace||(q.colorSpace=a.ColorSpace.SRGB);var y={makeTexture:function(){var B=u,D=B.Td,v=k(D,D.createTexture(),q,x);2===B.version?D.texImage2D(D.TEXTURE_2D,0,D.RGBA, +q.width,q.height,0,D.RGBA,D.UNSIGNED_BYTE,l):D.texImage2D(D.TEXTURE_2D,0,D.RGBA,D.RGBA,D.UNSIGNED_BYTE,l);m(D,q,x);return c(v)},freeSrc:function(){}};"VideoFrame"===l.constructor.name&&(y.freeSrc=function(){l.close()});return a.Image._makeFromGenerator(q,y)};a.Jd=function(l){return l?ha(l):!1};a.ke=function(){return u&&u.ve&&!u.ve.isDeleted()?u.ve: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[w][z],n++;g=h}else g=M;d.Qd=g}else throw"Invalid argument to copyFlexibleColorArray, Not a color array "+typeof g;return d}function q(g){if(!g)return M;var d=S.toTypedArray();if(g.length){if(6===g.length||9===g.length)return m(g,"HEAPF32",H),6===g.length&&a.HEAPF32.set(dd,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 x(g){if(!g)return M;var d=da.toTypedArray();if(g.length){if(16!==g.length&&6!==g.length&&9!==g.length)throw"invalid matrix size";if(16===g.length)return m(g,"HEAPF32",Y);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 Y}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 Y}function y(g,d){return m(g,"HEAPF32",d||ua)}function B(g,d,h,n){var t=La.toTypedArray();t[0]=g;t[1]=d;t[2]=h;t[3]=n;return ua}function D(g){for(var d=new Float32Array(4),h=0;4>h;h++)d[h]=a.HEAPF32[g/4+h];return d}function v(g,d){return m(g,"HEAPF32",d||V)}function E(g,d){return m(g, +"HEAPF32",d||Cb)}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,$d:null,subarray:function(n,t){n=this.toTypedArray().subarray(n,t);n._ck=!0;return n},toTypedArray:function(){if(this.$d&& +this.$d.length)return this.$d;this.$d=new g(a.HEAPU8.buffer,h,d);this.$d._ck=!0;return this.$d}}};a.Free=function(g){a._free(g.byteOffset);g.byteOffset=M;g.toTypedArray=null;g.$d=null};var H=M,S,Y=M,da,ua=M,La,ma,V=M,gc,Aa=M,hc,Db=M,ic,Eb=M,Fb,gb=M,jc,Cb=M,kc,lc=M,dd=Float32Array.of(0,0,1),M=0;a.onRuntimeInitialized=function(){function g(d,h,n,t,w,z,F){z||(z=4*t.width,t.colorType===a.ColorType.RGBA_F16?z*=2:t.colorType===a.ColorType.RGBA_F32&&(z*=4));var K=z*t.height;var I=w?w.byteOffset:a._malloc(K); +if(F?!d._readPixels(t,I,z,h,n,F):!d._readPixels(t,I,z,h,n))return w||a._free(I),null;if(w)return w.toTypedArray();switch(t.colorType){case a.ColorType.RGBA_8888:case a.ColorType.RGBA_F16:d=(new Uint8Array(a.HEAPU8.buffer,I,K)).slice();break;case a.ColorType.RGBA_F32:d=(new Float32Array(a.HEAPU8.buffer,I,K)).slice();break;default:return null}a._free(I);return d}La=a.Malloc(Float32Array,4);ua=La.byteOffset;da=a.Malloc(Float32Array,16);Y=da.byteOffset;S=a.Malloc(Float32Array,9);H=S.byteOffset;jc=a.Malloc(Float32Array, +12);Cb=jc.byteOffset;kc=a.Malloc(Float32Array,12);lc=kc.byteOffset;ma=a.Malloc(Float32Array,4);V=ma.byteOffset;gc=a.Malloc(Float32Array,4);Aa=gc.byteOffset;hc=a.Malloc(Float32Array,3);Db=hc.byteOffset;ic=a.Malloc(Float32Array,3);Eb=ic.byteOffset;Fb=a.Malloc(Int32Array,4);gb=Fb.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=m(d,"HEAPF32"),n=a.Path._MakeFromCmds(h,d.length);k(h,d);return n};a.Path.MakeFromVerbsPointsWeights=function(d,h,n){var t=m(d,"HEAPU8"),w=m(h,"HEAPF32"),z=m(n,"HEAPF32"),F=a.Path._MakeFromVerbsPointsWeights(t,d.length,w,h.length,z,n&&n.length||0);k(t,d);k(w,h);k(z,n);return F};a.Path.prototype.addArc=function(d,h,n){d=v(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=v(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=m(d,"HEAPF32");this._addPoly(n,d.length/2,h);k(n,d);return this};a.Path.prototype.addRect=function(d,h){d=v(d);this._addRect(d,!!h);return this};a.Path.prototype.addRRect=function(d,h){d=E(d);this._addRRect(d,!!h);return this};a.Path.prototype.addVerbsPointsWeights=function(d,h,n){var t=m(d,"HEAPU8"),w=m(h,"HEAPF32"),z=m(n,"HEAPF32");this._addVerbsPointsWeights(t,d.length,w,h.length,z,n&&n.length||0);k(t,d);k(w,h);k(z,n)};a.Path.prototype.arc=function(d,h,n,t,w,z){d=a.LTRBRect(d- +n,h-n,d+n,h+n);w=(w-t)/Math.PI*180-360*!!z;z=new a.Path;z.addArc(d,t/Math.PI*180,w);this.addPath(z,!0);z.delete();return this};a.Path.prototype.arcToOval=function(d,h,n,t){d=v(d);this._arcToOval(d,h,n,t);return this};a.Path.prototype.arcToRotated=function(d,h,n,t,w,z,F){this._arcToRotated(d,h,n,!!t,!!w,z,F);return this};a.Path.prototype.arcToTangent=function(d,h,n,t,w){this._arcToTangent(d,h,n,t,w);return this};a.Path.prototype.close=function(){this._close();return this};a.Path.prototype.conicTo= +function(d,h,n,t,w){this._conicTo(d,h,n,t,w);return this};a.Path.prototype.computeTightBounds=function(d){this._computeTightBounds(V);var h=ma.toTypedArray();return d?(d.set(h),d):h.slice()};a.Path.prototype.cubicTo=function(d,h,n,t,w,z){this._cubicTo(d,h,n,t,w,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(V);var h=ma.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,w,z,F){this._rArcTo(d,h,n,t,w,z,F);return this};a.Path.prototype.rConicTo=function(d,h,n,t,w){this._rConicTo(d,h,n,t,w);return this};a.Path.prototype.rCubicTo=function(d,h,n,t,w,z){this._rCubicTo(d, +h,n,t,w,z);return this};a.Path.prototype.rLineTo=function(d,h){this._rLineTo(d,h);return this};a.Path.prototype.rMoveTo=function(d,h){this._rMoveTo(d,h);return this};a.Path.prototype.rQuadTo=function(d,h,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.ke();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,w){w=q(w);return this._makeShaderCubic(d,h,n,t,w)};a.Image.prototype.makeShaderOptions=function(d,h,n,t,w){w=q(w);return this._makeShaderOptions(d,h,n,t,w)};a.Image.prototype.readPixels=function(d,h,n,t,w){var z=a.ke();return g(this,d,h,n,t,w,z)};a.Canvas.prototype.clear=function(d){a.Jd(this.Id);d=y(d);this._clear(d)};a.Canvas.prototype.clipRRect=function(d,h,n){a.Jd(this.Id);d=E(d);this._clipRRect(d, +h,n)};a.Canvas.prototype.clipRect=function(d,h,n){a.Jd(this.Id);d=v(d);this._clipRect(d,h,n)};a.Canvas.prototype.concat=function(d){a.Jd(this.Id);d=x(d);this._concat(d)};a.Canvas.prototype.drawArc=function(d,h,n,t,w){a.Jd(this.Id);d=v(d);this._drawArc(d,h,n,t,w)};a.Canvas.prototype.drawAtlas=function(d,h,n,t,w,z,F){if(d&&t&&h&&n&&h.length===n.length){a.Jd(this.Id);w||(w=a.BlendMode.SrcOver);var K=m(h,"HEAPF32"),I=m(n,"HEAPF32"),T=n.length/4,p=m(c(z),"HEAPU32");if(F&&"B"in F&&"C"in F)this._drawAtlasCubic(d, +I,K,p,T,w,F.B,F.C,t);else{let A=a.FilterMode.Linear,L=a.MipmapMode.None;F&&(A=F.filter,"mipmap"in F&&(L=F.mipmap));this._drawAtlasOptions(d,I,K,p,T,w,A,L,t)}k(K,h);k(I,n);k(p,z)}};a.Canvas.prototype.drawCircle=function(d,h,n,t){a.Jd(this.Id);this._drawCircle(d,h,n,t)};a.Canvas.prototype.drawColor=function(d,h){a.Jd(this.Id);d=y(d);void 0!==h?this._drawColor(d,h):this._drawColor(d)};a.Canvas.prototype.drawColorInt=function(d,h){a.Jd(this.Id);this._drawColorInt(d,h||a.BlendMode.SrcOver)};a.Canvas.prototype.drawColorComponents= +function(d,h,n,t,w){a.Jd(this.Id);d=B(d,h,n,t);void 0!==w?this._drawColor(d,w):this._drawColor(d)};a.Canvas.prototype.drawDRRect=function(d,h,n){a.Jd(this.Id);d=E(d,Cb);h=E(h,lc);this._drawDRRect(d,h,n)};a.Canvas.prototype.drawImage=function(d,h,n,t){a.Jd(this.Id);this._drawImage(d,h,n,t||null)};a.Canvas.prototype.drawImageCubic=function(d,h,n,t,w,z){a.Jd(this.Id);this._drawImageCubic(d,h,n,t,w,z||null)};a.Canvas.prototype.drawImageOptions=function(d,h,n,t,w,z){a.Jd(this.Id);this._drawImageOptions(d, +h,n,t,w,z||null)};a.Canvas.prototype.drawImageNine=function(d,h,n,t,w){a.Jd(this.Id);h=m(h,"HEAP32",gb);n=v(n);this._drawImageNine(d,h,n,t,w||null)};a.Canvas.prototype.drawImageRect=function(d,h,n,t,w){a.Jd(this.Id);v(h,V);v(n,Aa);this._drawImageRect(d,V,Aa,t,!!w)};a.Canvas.prototype.drawImageRectCubic=function(d,h,n,t,w,z){a.Jd(this.Id);v(h,V);v(n,Aa);this._drawImageRectCubic(d,V,Aa,t,w,z||null)};a.Canvas.prototype.drawImageRectOptions=function(d,h,n,t,w,z){a.Jd(this.Id);v(h,V);v(n,Aa);this._drawImageRectOptions(d, +V,Aa,t,w,z||null)};a.Canvas.prototype.drawLine=function(d,h,n,t,w){a.Jd(this.Id);this._drawLine(d,h,n,t,w)};a.Canvas.prototype.drawOval=function(d,h){a.Jd(this.Id);d=v(d);this._drawOval(d,h)};a.Canvas.prototype.drawPaint=function(d){a.Jd(this.Id);this._drawPaint(d)};a.Canvas.prototype.drawParagraph=function(d,h,n){a.Jd(this.Id);this._drawParagraph(d,h,n)};a.Canvas.prototype.drawPatch=function(d,h,n,t,w){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.Jd(this.Id);const z=m(d,"HEAPF32"),F=h?m(c(h),"HEAPU32"):M,K=n?m(n,"HEAPF32"):M;t||(t=a.BlendMode.Modulate);this._drawPatch(z,F,K,t,w);k(K,n);k(F,h);k(z,d)};a.Canvas.prototype.drawPath=function(d,h){a.Jd(this.Id);this._drawPath(d,h)};a.Canvas.prototype.drawPicture=function(d){a.Jd(this.Id);this._drawPicture(d)};a.Canvas.prototype.drawPoints=function(d,h,n){a.Jd(this.Id);var t=m(h,"HEAPF32");this._drawPoints(d,t,h.length/2,n);k(t,h)};a.Canvas.prototype.drawRRect=function(d,h){a.Jd(this.Id);d=E(d); +this._drawRRect(d,h)};a.Canvas.prototype.drawRect=function(d,h){a.Jd(this.Id);d=v(d);this._drawRect(d,h)};a.Canvas.prototype.drawRect4f=function(d,h,n,t,w){a.Jd(this.Id);this._drawRect4f(d,h,n,t,w)};a.Canvas.prototype.drawShadow=function(d,h,n,t,w,z,F){a.Jd(this.Id);var K=m(w,"HEAPF32"),I=m(z,"HEAPF32");h=m(h,"HEAPF32",Db);n=m(n,"HEAPF32",Eb);this._drawShadow(d,h,n,t,K,I,F);k(K,w);k(I,z)};a.getShadowLocalBounds=function(d,h,n,t,w,z,F){d=q(d);n=m(n,"HEAPF32",Db);t=m(t,"HEAPF32",Eb);if(!this._getShadowLocalBounds(d, +h,n,t,w,z,V))return null;h=ma.toTypedArray();return F?(F.set(h),F):h.slice()};a.Canvas.prototype.drawTextBlob=function(d,h,n,t){a.Jd(this.Id);this._drawTextBlob(d,h,n,t)};a.Canvas.prototype.drawVertices=function(d,h,n){a.Jd(this.Id);this._drawVertices(d,h,n)};a.Canvas.prototype.getDeviceClipBounds=function(d){this._getDeviceClipBounds(gb);var h=Fb.toTypedArray();d?d.set(h):d=h.slice();return d};a.Canvas.prototype.getLocalToDevice=function(){this._getLocalToDevice(Y);for(var d=Y,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.Id=this.Id;return d};a.Canvas.prototype.readPixels=function(d,h,n,t,w){a.Jd(this.Id);return g(this,d,h,n,t,w)};a.Canvas.prototype.saveLayer=function(d,h,n,t){h=v(h);return this._saveLayer(d||null,h,n||null,t||0)};a.Canvas.prototype.writePixels=function(d,h,n,t,w, +z,F,K){if(d.byteLength%(h*n))throw"pixels length must be a multiple of the srcWidth * srcHeight";a.Jd(this.Id);var I=d.byteLength/(h*n);z=z||a.AlphaType.Unpremul;F=F||a.ColorType.RGBA_8888;K=K||a.ColorSpace.SRGB;var T=I*h;I=m(d,"HEAPU8");h=this._writePixels({width:h,height:n,colorType:F,alphaType:z,colorSpace:K},I,T,t,w);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=m(d,"HEAPF32"),n=a.ColorFilter._makeMatrix(h);k(h,d);return n};a.ContourMeasure.prototype.getPosTan=function(d,h){this._getPosTan(d,V);d=ma.toTypedArray();return h?(h.set(d),h):d.slice()};a.ImageFilter.MakeDropShadow=function(d,h,n,t,w,z){w=y(w,ua);return a.ImageFilter._MakeDropShadow(d,h,n,t,w,z)};a.ImageFilter.MakeDropShadowOnly=function(d,h,n,t,w,z){w=y(w,ua);return a.ImageFilter._MakeDropShadowOnly(d,h,n,t,w,z)};a.ImageFilter.MakeImage=function(d,h,n,t){n=v(n,V);t=v(t,Aa);if("B"in h&&"C"in +h)return a.ImageFilter._MakeImageCubic(d,h.B,h.C,n,t);const w=h.filter;let z=a.MipmapMode.None;"mipmap"in h&&(z=h.mipmap);return a.ImageFilter._MakeImageOptions(d,w,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 w=a.MipmapMode.None;"mipmap"in h&&(w=h.mipmap);return a.ImageFilter._MakeMatrixTransformOptions(d,t,w,n)};a.Paint.prototype.getColor=function(){this._getColor(ua);return D(ua)}; +a.Paint.prototype.setColor=function(d,h){h=h||null;d=y(d);this._setColor(d,h)};a.Paint.prototype.setColorComponents=function(d,h,n,t,w){w=w||null;d=B(d,h,n,t);this._setColor(d,w)};a.Path.prototype.getPoint=function(d,h){this._getPoint(d,V);d=ma.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,w){t=q(t);w=v(w);return this._makeShader(d,h,n,t,w)};a.Picture.prototype.cullRect=function(d){this._cullRect(V);var h=ma.toTypedArray();return d?(d.set(h), +d):h.slice()};a.PictureRecorder.prototype.beginRecording=function(d,h){d=v(d);return this._beginRecording(d,!!h)};a.Surface.prototype.getCanvas=function(){var d=this._getCanvas();d.Id=this.Id;return d};a.Surface.prototype.makeImageSnapshot=function(d){a.Jd(this.Id);d=m(d,"HEAP32",gb);return this._makeImageSnapshot(d)};a.Surface.prototype.makeSurface=function(d){a.Jd(this.Id);d=this._makeSurface(d);d.Id=this.Id;return d};a.Surface.prototype.Te=function(d,h){this.ee||(this.ee=this.getCanvas());return requestAnimationFrame(function(){a.Jd(this.Id); +d(this.ee);this.flush(h)}.bind(this))};a.Surface.prototype.requestAnimationFrame||(a.Surface.prototype.requestAnimationFrame=a.Surface.prototype.Te);a.Surface.prototype.Qe=function(d,h){this.ee||(this.ee=this.getCanvas());requestAnimationFrame(function(){a.Jd(this.Id);d(this.ee);this.flush(h);this.dispose()}.bind(this))};a.Surface.prototype.drawOnce||(a.Surface.prototype.drawOnce=a.Surface.prototype.Qe);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=m(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,w,z,F,K){K=K||null;var I=l(n),T=m(t,"HEAPF32");F=F||0;z=q(z);var p= +ma.toTypedArray();p.set(d);p.set(h,2);d=a.Shader._MakeLinearGradient(V,I.Qd,I.colorType,T,I.count,w,F,z,K);k(I.Qd,n);t&&k(T,t);return d};a.Shader.MakeRadialGradient=function(d,h,n,t,w,z,F,K){K=K||null;var I=l(n),T=m(t,"HEAPF32");F=F||0;z=q(z);d=a.Shader._MakeRadialGradient(d[0],d[1],h,I.Qd,I.colorType,T,I.count,w,F,z,K);k(I.Qd,n);t&&k(T,t);return d};a.Shader.MakeSweepGradient=function(d,h,n,t,w,z,F,K,I,T){T=T||null;var p=l(n),A=m(t,"HEAPF32");F=F||0;K=K||0;I=I||360;z=q(z);d=a.Shader._MakeSweepGradient(d, +h,p.Qd,p.colorType,A,p.count,w,K,I,F,z,T);k(p.Qd,n);t&&k(A,t);return d};a.Shader.MakeTwoPointConicalGradient=function(d,h,n,t,w,z,F,K,I,T){T=T||null;var p=l(w),A=m(z,"HEAPF32");I=I||0;K=q(K);var L=ma.toTypedArray();L.set(d);L.set(n,2);d=a.Shader._MakeTwoPointConicalGradient(V,h,t,p.Qd,p.colorType,A,p.count,F,I,K,T);k(p.Qd,w);z&&k(A,z);return d};a.Vertices.prototype.bounds=function(d){this._bounds(V);var h=ma.toTypedArray();return d?(d.set(h),d):h.slice()};a.Md&&a.Md.forEach(function(d){d()})};a.computeTonalColors= +function(g){var d=m(g.ambient,"HEAPF32"),h=m(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 Ra=null;a.MakeImageFromCanvasImageSource=function(g){var d=g.width,h=g.height;Ra||(Ra=document.createElement("canvas"));Ra.width=d;Ra.height=h;var n=Ra.getContext("2d",{Bf:!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,w){var z=t&&t.length||0,F=0;h&&h.length&&(F|=1);n&&n.length&&(F|=2);void 0===w||w||(F|=4);g=new a._VerticesBuilder(g,d.length/2,z,F);m(d,"HEAPF32",g.positions());g.texCoords()&& +m(h,"HEAPF32",g.texCoords());g.colors()&&m(c(n),"HEAPU32",g.colors());g.indices()&&m(t,"HEAPU16",g.indices());return g.detach()};(function(g){g.Md=g.Md||[];g.Md.push(function(){function d(p){if(!p||!p.length)return[];for(var A=[],L=0;Ld)return a._free(g),null;t=new Uint16Array(a.HEAPU8.buffer,g,d);if(h)return h.set(t),a._free(g),h;h=Uint16Array.from(t);a._free(g);return h};a.Font.prototype.getGlyphIntercepts=function(g,d,h,n){var t=m(g,"HEAPU16"),w=m(d,"HEAPF32");return this._getGlyphIntercepts(t, +g.length,!(g&&g._ck),w,d.length,!(d&&d._ck),h,n)};a.Font.prototype.getGlyphWidths=function(g,d,h){var n=m(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 w=[];d=new a.ContourMeasureIter(d,!1,1);for(var z=d.next(),F=new Float32Array(4),K=0;Kz.length()){z.delete();z= +d.next();if(!z){g=g.substring(0,K);break}n=I/2}z.getPosTan(n,F);var T=F[2],p=F[3];w.push(T,p,F[0]-I/2*T,F[1]-I/2*p);n+=I/2}g=this.MakeFromRSXform(g,w,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=m(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=m(g,"HEAPU16");d=m(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=m(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.Md=a.Md||[];a.Md.push(function(){a.MakePicture=function(g){g=new Uint8Array(g);var d=a._malloc(g.byteLength);a.HEAPU8.set(g,d);return(g=a._MakePicture(d, +g.byteLength))?g:null}});a.Md=a.Md||[];a.Md.push(function(){a.RuntimeEffect.Make=function(g,d){return a.RuntimeEffect._Make(g,{onError:d||function(h){console.log("RuntimeEffect error",h)}})};a.RuntimeEffect.prototype.makeShader=function(g,d){var h=!g._ck,n=m(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=m(g,"HEAPF32");h=q(h);for(var w=[],z=0;z{throw b;},qa="object"==typeof window,ra="function"==typeof importScripts,sa="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,ta="",va,wa,ya; +if(sa){var fs=require("fs"),za=require("path");ta=ra?za.dirname(ta)+"/":__dirname+"/";va=(a,b)=>{a=a.startsWith("file://")?new URL(a):za.normalize(a);return fs.readFileSync(a,b?void 0:"utf8")};ya=a=>{a=va(a,!0);a.buffer||(a=new Uint8Array(a));return a};wa=(a,b,c)=>{a=a.startsWith("file://")?new URL(a):za.normalize(a);fs.readFile(a,function(e,f){e?c(e):b(f.buffer)})};1process.versions.node.split(".")[0])process.on("unhandledRejection", +function(a){throw a;});oa=(a,b)=>{if(noExitRuntime)throw process.exitCode=a,b;if(!(b instanceof Ba)){var c=b;b&&"object"==typeof b&&b.stack&&(c=[b,b.stack]);Ca("exiting due to exception: "+c)}process.exit(a)};r.inspect=function(){return"[Emscripten Module object]"}}else if(qa||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="",va=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);return b.responseText},ra&&(ya=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.responseType="arraybuffer";b.send(null);return new Uint8Array(b.response)}),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 Da=r.print||console.log.bind(console),Ca=r.printErr||console.warn.bind(console); +Object.assign(r,la);la=null;r.thisProgram&&(na=r.thisProgram);r.quit&&(oa=r.quit);var Ea;r.wasmBinary&&(Ea=r.wasmBinary);var noExitRuntime=r.noExitRuntime||!0;"object"!=typeof WebAssembly&&Fa("no native wasm support detected");var Ga,Ha=!1,Ia="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0; +function Ja(a,b,c){var e=b+c;for(c=b;a[c]&&!(c>=e);)++c;if(16f?e+=String.fromCharCode(f):(f-=65536,e+=String.fromCharCode(55296|f>>10,56320|f&1023))}}else e+=String.fromCharCode(f)}return e}function Ka(a,b){return a?Ja(C,a,b):""} +function ka(a,b,c,e){if(!(0=m){var l=a.charCodeAt(++k);m=65536+((m&1023)<<10)|l&1023}if(127>=m){if(c>=e)break;b[c++]=m}else{if(2047>=m){if(c+1>=e)break;b[c++]=192|m>>6}else{if(65535>=m){if(c+2>=e)break;b[c++]=224|m>>12}else{if(c+3>=e)break;b[c++]=240|m>>18;b[c++]=128|m>>12&63}b[c++]=128|m>>6&63}b[c++]=128|m&63}}b[c]=0;return c-f} +function 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}var Ma,C,Na,Oa,G,J,N,Pa;function Qa(){var a=Ga.buffer;r.HEAP8=Ma=new Int8Array(a);r.HEAP16=Na=new Int16Array(a);r.HEAP32=G=new Int32Array(a);r.HEAPU8=C=new Uint8Array(a);r.HEAPU16=Oa=new Uint16Array(a);r.HEAPU32=J=new Uint32Array(a);r.HEAPF32=N=new Float32Array(a);r.HEAPF64=Pa=new Float64Array(a)}var Sa,Ta=[],Ua=[],Va=[]; +function Wa(){var a=r.preRun.shift();Ta.unshift(a)}var Xa=0,Ya=null,Za=null;function Fa(a){if(r.onAbort)r.onAbort(a);a="Aborted("+a+")";Ca(a);Ha=!0;a=new WebAssembly.RuntimeError(a+". Build with -sASSERTIONS for more info.");ba(a);throw a;}function $a(a){return a.startsWith("data:application/octet-stream;base64,")}var ab;ab="canvaskit.wasm";if(!$a(ab)){var bb=ab;ab=r.locateFile?r.locateFile(bb,ta):ta+bb} +function cb(a){try{if(a==ab&&Ea)return new Uint8Array(Ea);if(ya)return ya(a);throw"both async and sync fetching of the wasm failed";}catch(b){Fa(b)}} +function db(a){if(!Ea&&(qa||ra)){if("function"==typeof fetch&&!a.startsWith("file://"))return fetch(a,{credentials:"same-origin"}).then(function(b){if(!b.ok)throw"failed to load wasm binary file at '"+a+"'";return b.arrayBuffer()}).catch(function(){return cb(a)});if(wa)return new Promise(function(b,c){wa(a,function(e){b(new Uint8Array(e))},c)})}return Promise.resolve().then(function(){return cb(a)})} +function eb(a,b,c){return db(a).then(function(e){return WebAssembly.instantiate(e,b)}).then(function(e){return e}).then(c,function(e){Ca("failed to asynchronously prepare wasm: "+e);Fa(e)})} +function fb(a,b){var c=ab;return Ea||"function"!=typeof WebAssembly.instantiateStreaming||$a(c)||c.startsWith("file://")||sa||"function"!=typeof fetch?eb(c,a,b):fetch(c,{credentials:"same-origin"}).then(function(e){return WebAssembly.instantiateStreaming(e,a).then(b,function(f){Ca("wasm streaming compile failed: "+f);Ca("falling back to ArrayBuffer instantiation");return eb(c,a,b)})})}function Ba(a){this.name="ExitStatus";this.message="Program terminated with exit("+a+")";this.status=a} +function hb(a){for(;0>2]=b};this.Me=function(b){J[this.Kd+8>>2]=b};this.Ne=function(){G[this.Kd>>2]=0};this.Le=function(){Ma[this.Kd+12>>0]=0};this.Oe=function(){Ma[this.Kd+13>>0]=0};this.ne=function(b,c){this.Ke();this.Pe(b);this.Me(c);this.Ne();this.Le();this.Oe()};this.Ke=function(){J[this.Kd+16>>2]=0}}var jb=0,kb={};function lb(a){for(;a.length;){var b=a.pop();a.pop()(b)}} +function mb(a){return this.fromWireType(G[a>>2])}var nb={},ob={},pb={};function qb(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 rb(a,b){a=qb(a);return{[a]:function(){return b.apply(this,arguments)}}[a]} +function sb(a){var b=Error,c=rb(a,function(e){this.name=a;this.message=e;e=Error(e).stack;void 0!==e&&(this.stack=this.toString()+"\n"+e.replace(/^Error(:[^\n]*)?\n/,""))});c.prototype=Object.create(b.prototype);c.prototype.constructor=c;c.prototype.toString=function(){return void 0===this.message?this.name:this.name+": "+this.message};return c}var tb=void 0;function ub(a){throw new tb(a);} +function vb(a,b,c){function e(l){l=c(l);l.length!==a.length&&ub("Mismatched type converter count");for(var q=0;q{ob.hasOwnProperty(l)?f[q]=ob[l]:(k.push(l),nb.hasOwnProperty(l)||(nb[l]=[]),nb[l].push(()=>{f[q]=ob[l];++m;m===k.length&&e(f)}))});0===k.length&&e(f)} +function xb(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 yb=void 0;function O(a){for(var b="";C[a];)b+=yb[C[a++]];return b}var zb=void 0;function P(a){throw new zb(a);} +function wb(a,b,c={}){if(!("argPackAdvance"in b))throw new TypeError("registerType registeredInstance requires argPackAdvance");var e=b.name;a||P('type "'+e+'" must have a positive integer typeid pointer');if(ob.hasOwnProperty(a)){if(c.gf)return;P("Cannot register type '"+e+"' twice")}ob[a]=b;delete pb[a];nb.hasOwnProperty(a)&&(b=nb[a],delete nb[a],b.forEach(f=>f()))}function Ab(a){P(a.kd.Nd.Ld.name+" instance already deleted")}var Bb=!1;function Ib(){} +function Jb(a){--a.count.value;0===a.count.value&&(a.Pd?a.Sd.Wd(a.Pd):a.Nd.Ld.Wd(a.Kd))}function Kb(a,b,c){if(b===c)return a;if(void 0===c.Ud)return null;a=Kb(a,b,c.Ud);return null===a?null:c.Ye(a)}var Lb={},Mb=[];function Nb(){for(;Mb.length;){var a=Mb.pop();a.kd.ce=!1;a["delete"]()}}var Ob=void 0,Pb={};function Qb(a,b){for(void 0===b&&P("ptr should not be undefined");a.Ud;)b=a.ie(b),a=a.Ud;return Pb[b]} +function Rb(a,b){b.Nd&&b.Kd||ub("makeClassHandle requires ptr and ptrType");!!b.Sd!==!!b.Pd&&ub("Both smartPtrType and smartPtr must be specified");b.count={value:1};return Sb(Object.create(a,{kd:{value:b}}))}function Sb(a){if("undefined"===typeof FinalizationRegistry)return Sb=b=>b,a;Bb=new FinalizationRegistry(b=>{Jb(b.kd)});Sb=b=>{var c=b.kd;c.Pd&&Bb.register(b,{kd:c},b);return b};Ib=b=>{Bb.unregister(b)};return Sb(a)}function Tb(){} +function Ub(a,b,c){if(void 0===a[b].Od){var e=a[b];a[b]=function(){a[b].Od.hasOwnProperty(arguments.length)||P("Function '"+c+"' called with an invalid number of arguments ("+arguments.length+") - expects one of ("+a[b].Od+")!");return a[b].Od[arguments.length].apply(this,arguments)};a[b].Od=[];a[b].Od[e.ae]=e}} +function Vb(a,b,c){r.hasOwnProperty(a)?((void 0===c||void 0!==r[a].Od&&void 0!==r[a].Od[c])&&P("Cannot register public name '"+a+"' twice"),Ub(r,a,a),r.hasOwnProperty(c)&&P("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].yf=c))}function Wb(a,b,c,e,f,k,m,l){this.name=a;this.constructor=b;this.de=c;this.Wd=e;this.Ud=f;this.af=k;this.ie=m;this.Ye=l;this.lf=[]} +function Xb(a,b,c){for(;b!==c;)b.ie||P("Expected null or instance of "+c.name+", got an instance of "+b.name),a=b.ie(a),b=b.Ud;return a}function Yb(a,b){if(null===b)return this.we&&P("null is not a valid "+this.name),0;b.kd||P('Cannot pass "'+Zb(b)+'" as a '+this.name);b.kd.Kd||P("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.we&&P("null is not a valid "+this.name);if(this.me){var c=this.xe();null!==a&&a.push(this.Wd,c);return c}return 0}b.kd||P('Cannot pass "'+Zb(b)+'" as a '+this.name);b.kd.Kd||P("Cannot pass deleted object as a pointer of type "+this.name);!this.le&&b.kd.Nd.le&&P("Cannot convert argument of type "+(b.kd.Sd?b.kd.Sd.name:b.kd.Nd.name)+" to parameter type "+this.name);c=Xb(b.kd.Kd,b.kd.Nd.Ld,this.Ld);if(this.me)switch(void 0===b.kd.Pd&&P("Passing raw pointer to smart pointer is illegal"), +this.rf){case 0:b.kd.Sd===this?c=b.kd.Pd:P("Cannot convert argument of type "+(b.kd.Sd?b.kd.Sd.name:b.kd.Nd.name)+" to parameter type "+this.name);break;case 1:c=b.kd.Pd;break;case 2:if(b.kd.Sd===this)c=b.kd.Pd;else{var e=b.clone();c=this.mf(c,ac(function(){e["delete"]()}));null!==a&&a.push(this.Wd,c)}break;default:P("Unsupporting sharing policy")}return c} +function bc(a,b){if(null===b)return this.we&&P("null is not a valid "+this.name),0;b.kd||P('Cannot pass "'+Zb(b)+'" as a '+this.name);b.kd.Kd||P("Cannot pass deleted object as a pointer of type "+this.name);b.kd.Nd.le&&P("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,e,f,k,m,l,q,x,y){this.name=a;this.Ld=b;this.we=c;this.le=e;this.me=f;this.kf=k;this.rf=m;this.Ge=l;this.xe=q;this.mf=x;this.Wd=y;f||void 0!==b.Ud?this.toWireType=$b:(this.toWireType=e?Yb:bc,this.Rd=null)}function dc(a,b,c){r.hasOwnProperty(a)||ub("Replacing nonexistant public symbol");void 0!==r[a].Od&&void 0!==c?r[a].Od[c]=b:(r[a]=b,r[a].ae=c)}function Q(a){return Sa.get(a)} +function 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=Q(b).apply(null,c);return e}}function R(a,b){a=O(a);var c=a.includes("j")?ec(a,b):Q(b);"function"!=typeof c&&P("unknown function pointer with signature "+a+": "+b);return c}var fc=void 0;function nc(a){a=oc(a);var b=O(a);pc(a);return b} +function qc(a,b){function c(k){f[k]||ob[k]||(pb[k]?pb[k].forEach(c):(e.push(k),f[k]=!0))}var e=[],f={};b.forEach(c);throw new fc(a+": "+e.map(nc).join([", "]));} +function rc(a,b,c,e,f){var k=b.length;2>k&&P("argTypes array size mismatch! Must at least get return value and 'this' types!");var m=null!==b[1]&&null!==c,l=!1;for(c=1;c>2]);return c}var tc=[],uc=[{},{value:void 0},{value:null},{value:!0},{value:!1}];function vc(a){4{a||P("Cannot use deleted val. handle = "+a);return uc[a].value},ac=a=>{switch(a){case void 0:return 1;case null:return 2;case !0:return 3;case !1:return 4;default:var b=tc.length?tc.pop():uc.length;uc[b]={ye:1,value:a};return b}}; +function xc(a,b,c){switch(b){case 0:return function(e){return this.fromWireType((c?Ma:C)[e])};case 1:return function(e){return this.fromWireType((c?Na:Oa)[e>>1])};case 2:return function(e){return this.fromWireType((c?G:J)[e>>2])};default:throw new TypeError("Unknown integer type: "+a);}}function yc(a,b){var c=ob[a];void 0===c&&P(b+" has unknown type "+nc(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 zc(a,b){switch(b){case 2:return function(c){return this.fromWireType(N[c>>2])};case 3:return function(c){return this.fromWireType(Pa[c>>3])};default:throw new TypeError("Unknown float type: "+a);}} +function Ac(a,b,c){switch(b){case 0:return c?function(e){return Ma[e]}:function(e){return C[e]};case 1:return c?function(e){return Na[e>>1]}:function(e){return Oa[e>>1]};case 2:return c?function(e){return G[e>>2]}:function(e){return J[e>>2]};default:throw new TypeError("Unknown integer type: "+a);}}var Bc="undefined"!=typeof TextDecoder?new TextDecoder("utf-16le"):void 0; +function Cc(a,b){var c=a>>1;for(var e=c+b/2;!(c>=e)&&Oa[c];)++c;c<<=1;if(32=b/2);++e){var f=Na[a+2*e>>1];if(0==f)break;c+=String.fromCharCode(f)}return c}function Dc(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;Na[b>>1]=0;return b-e}function Ec(a){return 2*a.length} +function Fc(a,b){for(var c=0,e="";!(c>=b/4);){var f=G[a+4*c>>2];if(0==f)break;++c;65536<=f?(f-=65536,e+=String.fromCharCode(55296|f>>10,56320|f&1023)):e+=String.fromCharCode(f)}return e}function Gc(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 m=a.charCodeAt(++f);k=65536+((k&1023)<<10)|m&1023}G[b>>2]=k;b+=4;if(b+4>c)break}G[b>>2]=0;return b-e} +function Hc(a){for(var b=0,c=0;c=e&&++c;b+=4}return b}var Ic={};function Jc(a){var b=Ic[a];return void 0===b?O(a):b}var Kc=[]; +function Lc(){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 Mc(a){var b=Kc.length;Kc.push(a);return b}function Nc(a,b){for(var c=Array(a),e=0;e>2],"parameter "+e);return c}var Oc=[];function Pc(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]=m.readValueFromPointer(f);f+=m.argPackAdvance}c=new (c.bind.apply(c,b));return ac(c)}}var Qc={},Rc;Rc=sa?()=>{var a=process.hrtime();return 1E3*a[0]+a[1]/1E6}:()=>performance.now(); +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,m){b.drawElementsInstancedANGLE(c,e,f,k,m)})} +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=[],ed={},fd={},gd=4;function U(a){hd||(hd=a)}function ca(a){for(var b=Vc++,c=a.length;ca.version||!b.De)b.De=b.getExtension("EXT_disjoint_timer_query");b.xf=b.getExtension("WEBGL_multi_draw");(b.getSupportedExtensions()||[]).forEach(function(c){c.includes("lose_context")||c.includes("debug")||b.getExtension(c)})}} +var u,hd,ld=[];function md(a,b,c,e){for(var f=0;f>2]=m}} +function nd(a,b,c){if(b){var e=void 0;switch(a){case 36346:e=1;break;case 36344:0!=c&&1!=c&&U(1280);return;case 34814:case 36345:e=0;break;case 34466:var f=X.getParameter(34467);e=f?f.length:0;break;case 33309:if(2>u.version){U(1282);return}e=2*(X.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>u.version){U(1280);return}e=33307==a?3:0}if(void 0===e)switch(f=X.getParameter(a),typeof f){case "number":e=f;break;case "boolean":e=f?1:0;break;case "string":U(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:U(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:Ma[b+a>>0]=f[a]?1:0}return}try{e=f.name|0}catch(k){U(1280); +Ca("GL_INVALID_ENUM in glGet"+c+"v: Unknown object returned from WebGL getParameter("+a+")! (error: "+k+")");return}}break;default:U(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;J[b>>2]=c;J[b+4>>2]=(c-J[b>>2])/4294967296;break;case 0:G[b>>2]=e;break;case 2:N[b>>2]=e;break;case 4:Ma[b>>0]=e?1:0}}else U(1281)}function od(a){var b=ja(a)+1,c=pd(b);ka(a,C,c,b);return c} +function qd(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function rd(a){a-=5120;return 0==a?Ma:1==a?C:2==a?Na:4==a?G:6==a?N:5==a||28922==a||28520==a||30779==a||30782==a?J:Oa}function sd(a,b,c,e,f){a=rd(a);var k=31-Math.clz32(a.BYTES_PER_ELEMENT),m=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 Z(a){var b=X.We;if(b){var c=b.he[a];"number"==typeof c&&(b.he[a]=c=X.getUniformLocation(b,b.He[a]+(0Y?-1:0S-v.getDate())E-=S-v.getDate()+1,v.setDate(1),11>H?v.setMonth(H+1):(v.setMonth(0),v.setFullYear(v.getFullYear()+1));else{v.setDate(v.getDate()+E);break}}H=new Date(v.getFullYear()+1,0,4);E=l(new Date(v.getFullYear(), +0,4));H=l(H);return 0>=m(E,v)?0>=m(H,v)?v.getFullYear()+1:v.getFullYear():v.getFullYear()-1}var x=G[e+40>>2];e={uf:G[e>>2],tf:G[e+4>>2],re:G[e+8>>2],ze:G[e+12>>2],se:G[e+16>>2],Zd:G[e+20>>2],Vd:G[e+24>>2],Yd:G[e+28>>2],Af:G[e+32>>2],sf:G[e+36>>2],vf:x?Ka(x):""};c=Ka(c);x={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y","%EY":"%Y", +"%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var y in x)c=c.replace(new RegExp(y,"g"),x[y]);var B="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),D="January February March April May June July August September October November December".split(" ");x={"%a":function(v){return B[v.Vd].substring(0,3)},"%A":function(v){return B[v.Vd]},"%b":function(v){return D[v.se].substring(0,3)}, +"%B":function(v){return D[v.se]},"%C":function(v){return k((v.Zd+1900)/100|0,2)},"%d":function(v){return k(v.ze,2)},"%e":function(v){return f(v.ze,2," ")},"%g":function(v){return q(v).toString().substring(2)},"%G":function(v){return q(v)},"%H":function(v){return k(v.re,2)},"%I":function(v){v=v.re;0==v?v=12:12v.re?"AM":"PM"},"%S":function(v){return k(v.uf,2)},"%t":function(){return"\t"},"%u":function(v){return v.Vd||7},"%U":function(v){return k(Math.floor((v.Yd+7-v.Vd)/7),2)},"%V":function(v){var E=Math.floor((v.Yd+7-(v.Vd+6)%7)/7);2>=(v.Vd+371-v.Yd-2)%7&&E++;if(E)53==E&&(H=(v.Vd+371-v.Yd)%7,4==H||3==H&&zd(v.Zd)||(E=1));else{E=52;var H=(v.Vd+7-v.Yd-1)%7;(4==H||5==H&&zd(v.Zd%400-1))&&E++}return k(E,2)},"%w":function(v){return v.Vd},"%W":function(v){return k(Math.floor((v.Yd+ +7-(v.Vd+6)%7)/7),2)},"%y":function(v){return(v.Zd+1900).toString().substring(2)},"%Y":function(v){return v.Zd+1900},"%z":function(v){v=v.sf;var E=0<=v;v=Math.abs(v)/60;return(E?"+":"-")+String("0000"+(v/60*100+v%60)).slice(-4)},"%Z":function(v){return v.vf},"%%":function(){return"%"}};c=c.replace(/%%/g,"\x00\x00");for(y in x)c.includes(y)&&(c=c.replace(new RegExp(y,"g"),x[y](e)));c=c.replace(/\0\0/g,"%");y=Cd(c);if(y.length>b)return 0;Ma.set(y,a);return y.length-1}tb=r.InternalError=sb("InternalError"); +for(var Ed=Array(256),Fd=0;256>Fd;++Fd)Ed[Fd]=String.fromCharCode(Fd);yb=Ed;zb=r.BindingError=sb("BindingError");Tb.prototype.isAliasOf=function(a){if(!(this instanceof Tb&&a instanceof Tb))return!1;var b=this.kd.Nd.Ld,c=this.kd.Kd,e=a.kd.Nd.Ld;for(a=a.kd.Kd;b.Ud;)c=b.ie(c),b=b.Ud;for(;e.Ud;)a=e.ie(a),e=e.Ud;return b===e&&c===a}; +Tb.prototype.clone=function(){this.kd.Kd||Ab(this);if(this.kd.ge)return this.kd.count.value+=1,this;var a=Sb,b=Object,c=b.create,e=Object.getPrototypeOf(this),f=this.kd;a=a(c.call(b,e,{kd:{value:{count:f.count,ce:f.ce,ge:f.ge,Kd:f.Kd,Nd:f.Nd,Pd:f.Pd,Sd:f.Sd}}}));a.kd.count.value+=1;a.kd.ce=!1;return a};Tb.prototype["delete"]=function(){this.kd.Kd||Ab(this);this.kd.ce&&!this.kd.ge&&P("Object already scheduled for deletion");Ib(this);Jb(this.kd);this.kd.ge||(this.kd.Pd=void 0,this.kd.Kd=void 0)}; +Tb.prototype.isDeleted=function(){return!this.kd.Kd};Tb.prototype.deleteLater=function(){this.kd.Kd||Ab(this);this.kd.ce&&!this.kd.ge&&P("Object already scheduled for deletion");Mb.push(this);1===Mb.length&&Ob&&Ob(Nb);this.kd.ce=!0;return this};r.getInheritedInstanceCount=function(){return Object.keys(Pb).length};r.getLiveInheritedInstances=function(){var a=[],b;for(b in Pb)Pb.hasOwnProperty(b)&&a.push(Pb[b]);return a};r.flushPendingDeletes=Nb;r.setDelayFunction=function(a){Ob=a;Mb.length&&Ob&&Ob(Nb)}; +cc.prototype.bf=function(a){this.Ge&&(a=this.Ge(a));return a};cc.prototype.Be=function(a){this.Wd&&this.Wd(a)};cc.prototype.argPackAdvance=8;cc.prototype.readValueFromPointer=mb;cc.prototype.deleteObject=function(a){if(null!==a)a["delete"]()}; +cc.prototype.fromWireType=function(a){function b(){return this.me?Rb(this.Ld.de,{Nd:this.kf,Kd:c,Sd:this,Pd:a}):Rb(this.Ld.de,{Nd:this,Kd:a})}var c=this.bf(a);if(!c)return this.Be(a),null;var e=Qb(this.Ld,c);if(void 0!==e){if(0===e.kd.count.value)return e.kd.Kd=c,e.kd.Pd=a,e.clone();e=e.clone();this.Be(a);return e}e=this.Ld.af(c);e=Lb[e];if(!e)return b.call(this);e=this.le?e.Ve:e.pointerType;var f=Kb(c,this.Ld,e.Ld);return null===f?b.call(this):this.me?Rb(e.Ld.de,{Nd:e,Kd:f,Sd:this,Pd:a}):Rb(e.Ld.de, +{Nd:e,Kd:f})};fc=r.UnboundTypeError=sb("UnboundTypeError");r.count_emval_handles=function(){for(var a=0,b=5;bGd;++Gd)ld.push(Array(Gd));var Hd=new Float32Array(288);for(Gd=0;288>Gd;++Gd)td[Gd]=Hd.subarray(0,Gd+1);var Id=new Int32Array(288);for(Gd=0;288>Gd;++Gd)ud[Gd]=Id.subarray(0,Gd+1); +var Wd={G:function(a,b,c){(new ib(a)).ne(b,c);jb++;throw a;},U:function(){return 0},tb:function(){},vb:function(){return 0},qb:function(){},rb:function(){},V:function(){},sb:function(){},C:function(a){var b=kb[a];delete kb[a];var c=b.xe,e=b.Wd,f=b.Ee,k=f.map(m=>m.ef).concat(f.map(m=>m.pf));vb([a],k,m=>{var l={};f.forEach((q,x)=>{var y=m[x],B=q.cf,D=q.df,v=m[x+f.length],E=q.nf,H=q.qf;l[q.$e]={read:S=>y.fromWireType(B(D,S)),write:(S,Y)=>{var da=[];E(H,S,v.toWireType(da,Y));lb(da)}}});return[{name:b.name, +fromWireType:function(q){var x={},y;for(y in l)x[y]=l[y].read(q);e(q);return x},toWireType:function(q,x){for(var y in l)if(!(y in x))throw new TypeError('Missing field: "'+y+'"');var B=c();for(y in l)l[y].write(B,x[y]);null!==q&&q.push(e,B);return B},argPackAdvance:8,readValueFromPointer:mb,Rd:e}]})},ib:function(){},zb:function(a,b,c,e,f){var k=xb(c);b=O(b);wb(a,{name:b,fromWireType:function(m){return!!m},toWireType:function(m,l){return l?e:f},argPackAdvance:8,readValueFromPointer:function(m){if(1=== +c)var l=Ma;else if(2===c)l=Na;else if(4===c)l=G;else throw new TypeError("Unknown boolean type size: "+b);return this.fromWireType(l[m>>k])},Rd:null})},l:function(a,b,c,e,f,k,m,l,q,x,y,B,D){y=O(y);k=R(f,k);l&&(l=R(m,l));x&&(x=R(q,x));D=R(B,D);var v=qb(y);Vb(v,function(){qc("Cannot construct "+y+" due to unbound types",[e])});vb([a,b,c],e?[e]:[],function(E){E=E[0];if(e){var H=E.Ld;var S=H.de}else S=Tb.prototype;E=rb(v,function(){if(Object.getPrototypeOf(this)!==Y)throw new zb("Use 'new' to construct "+ +y);if(void 0===da.Xd)throw new zb(y+" has no accessible constructor");var La=da.Xd[arguments.length];if(void 0===La)throw new zb("Tried to invoke ctor of "+y+" with invalid number of parameters ("+arguments.length+") - expected ("+Object.keys(da.Xd).toString()+") parameters instead!");return La.apply(this,arguments)});var Y=Object.create(S,{constructor:{value:E}});E.prototype=Y;var da=new Wb(y,E,Y,D,H,k,l,x);H=new cc(y,da,!0,!1,!1);S=new cc(y+"*",da,!1,!1,!1);var ua=new cc(y+" const*",da,!1,!0,!1); +Lb[a]={pointerType:S,Ve:ua};dc(v,E);return[H,S,ua]})},e:function(a,b,c,e,f,k,m){var l=sc(c,e);b=O(b);k=R(f,k);vb([],[a],function(q){function x(){qc("Cannot call "+y+" due to unbound types",l)}q=q[0];var y=q.name+"."+b;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);var B=q.Ld.constructor;void 0===B[b]?(x.ae=c-1,B[b]=x):(Ub(B,b,y),B[b].Od[c-1]=x);vb([],l,function(D){D=[D[0],null].concat(D.slice(1));D=rc(y,D,null,k,m);void 0===B[b].Od?(D.ae=c-1,B[b]=D):B[b].Od[c-1]=D;return[]});return[]})},A:function(a, +b,c,e,f,k){0{qc("Cannot construct "+l.name+" due to unbound types",m)};vb([],m,function(x){x.splice(1,0,null);l.Ld.Xd[b- +1]=rc(q,x,null,f,k);return[]});return[]})},a:function(a,b,c,e,f,k,m,l){var q=sc(c,e);b=O(b);k=R(f,k);vb([],[a],function(x){function y(){qc("Cannot call "+B+" due to unbound types",q)}x=x[0];var B=x.name+"."+b;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);l&&x.Ld.lf.push(b);var D=x.Ld.de,v=D[b];void 0===v||void 0===v.Od&&v.className!==x.name&&v.ae===c-2?(y.ae=c-2,y.className=x.name,D[b]=y):(Ub(D,b,B),D[b].Od[c-2]=y);vb([],q,function(E){E=rc(B,E,x,k,m);void 0===D[b].Od?(E.ae=c-2,D[b]=E):D[b].Od[c- +2]=E;return[]});return[]})},r:function(a,b,c){a=O(a);vb([],[b],function(e){e=e[0];r[a]=e.fromWireType(c);return[]})},yb:function(a,b){b=O(b);wb(a,{name:b,fromWireType:function(c){var e=wc(c);vc(c);return e},toWireType:function(c,e){return ac(e)},argPackAdvance:8,readValueFromPointer:mb,Rd:null})},j:function(a,b,c,e){function f(){}c=xb(c);b=O(b);f.values={};wb(a,{name:b,constructor:f,fromWireType:function(k){return this.constructor.values[k]},toWireType:function(k,m){return m.value},argPackAdvance:8, +readValueFromPointer:xc(b,c,e),Rd:null});Vb(b,f)},b:function(a,b,c){var e=yc(a,"enum");b=O(b);a=e.constructor;e=Object.create(e.constructor.prototype,{value:{value:c},constructor:{value:rb(e.name+"_"+b,function(){})}});a.values[c]=e;a[b]=e},X:function(a,b,c){c=xb(c);b=O(b);wb(a,{name:b,fromWireType:function(e){return e},toWireType:function(e,f){return f},argPackAdvance:8,readValueFromPointer:zc(b,c),Rd:null})},t:function(a,b,c,e,f,k){var m=sc(b,c);a=O(a);f=R(e,f);Vb(a,function(){qc("Cannot call "+ +a+" due to unbound types",m)},b-1);vb([],m,function(l){l=[l[0],null].concat(l.slice(1));dc(a,rc(a,l,null,f,k),b-1);return[]})},E:function(a,b,c,e,f){b=O(b);-1===f&&(f=4294967295);f=xb(c);var k=l=>l;if(0===e){var m=32-8*c;k=l=>l<>>m}c=b.includes("unsigned")?function(l,q){return q>>>0}:function(l,q){return q};wb(a,{name:b,fromWireType:k,toWireType:c,argPackAdvance:8,readValueFromPointer:Ac(b,f,0!==e),Rd:null})},s:function(a,b,c){function e(k){k>>=2;var m=J;return new f(m.buffer,m[k+1],m[k])}var f= +[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array][b];c=O(c);wb(a,{name:c,fromWireType:e,argPackAdvance:8,readValueFromPointer:e},{gf:!0})},q:function(a,b,c,e,f,k,m,l,q,x,y,B){c=O(c);k=R(f,k);l=R(m,l);x=R(q,x);B=R(y,B);vb([a],[b],function(D){D=D[0];return[new cc(c,D.Ld,!1,!1,!0,D,e,k,l,x,B)]})},W:function(a,b){b=O(b);var c="std::string"===b;wb(a,{name:b,fromWireType:function(e){var f=J[e>>2],k=e+4;if(c)for(var m=k,l=0;l<=f;++l){var q=k+l;if(l==f||0==C[q]){m= +Ka(m,q-m);if(void 0===x)var x=m;else x+=String.fromCharCode(0),x+=m;m=q+1}}else{x=Array(f);for(l=0;l>2]=k;if(c&&m)ka(f,C,q,k+1);else if(m)for(m=0;mOa;var l=1}else 4===b&&(e=Fc,f=Gc,k=Hc,m=()=>J,l=2);wb(a,{name:c,fromWireType:function(q){for(var x=J[q>>2],y=m(),B,D=q+4,v=0;v<=x;++v){var E=q+4+v*b;if(v==x||0==y[E>>l])D=e(D,E-D),void 0===B?B=D:(B+= +String.fromCharCode(0),B+=D),D=E+b}pc(q);return B},toWireType:function(q,x){"string"!=typeof x&&P("Cannot pass non-string to C++ string type "+c);var y=k(x),B=pd(4+y+b);J[B>>2]=y>>l;f(x,B+4,y+b);null!==q&&q.push(pc,B);return B},argPackAdvance:8,readValueFromPointer:mb,Rd:function(q){pc(q)}})},D:function(a,b,c,e,f,k){kb[a]={name:O(b),xe:R(c,e),Wd:R(f,k),Ee:[]}},d:function(a,b,c,e,f,k,m,l,q,x){kb[a].Ee.push({$e:O(b),ef:c,cf:R(e,f),df:k,pf:m,nf:R(l,q),qf:x})},Ab:function(a,b){b=O(b);wb(a,{jf:!0,name:b, +argPackAdvance:0,fromWireType:function(){},toWireType:function(){}})},xb:function(){return!0},kb:function(){throw Infinity;},F:function(a,b,c){a=wc(a);b=yc(b,"emval::as");var e=[],f=ac(e);J[c>>2]=f;return b.toWireType(e,a)},P:function(a,b,c,e,f){a=Kc[a];b=wc(b);c=Jc(c);var k=[];J[e>>2]=ac(k);return a(b,c,k,f)},x:function(a,b,c,e){a=Kc[a];b=wc(b);c=Jc(c);a(b,c,null,e)},c:vc,K:function(a){if(0===a)return ac(Lc());a=Jc(a);return ac(Lc()[a])},u:function(a,b){var c=Nc(a,b),e=c[0];b=e.name+"_$"+c.slice(1).map(function(m){return m.name}).join("_")+ +"$";var f=Oc[b];if(void 0!==f)return f;var k=Array(a-1);f=Mc((m,l,q,x)=>{for(var y=0,B=0;B>>0)+4294967296*e)},ca:function(a,b,c,e){X.colorMask(!!a,!!b,!!c,!!e)},da:function(a){X.compileShader($c[a])},ea:function(a,b,c,e,f,k,m,l){2<= +u.version?X.be||!m?X.compressedTexImage2D(a,b,c,e,f,k,m,l):X.compressedTexImage2D(a,b,c,e,f,k,C,l,m):X.compressedTexImage2D(a,b,c,e,f,k,l?C.subarray(l,l+m):null)},fa:function(a,b,c,e,f,k,m,l,q){2<=u.version?X.be||!l?X.compressedTexSubImage2D(a,b,c,e,f,k,m,l,q):X.compressedTexSubImage2D(a,b,c,e,f,k,m,C,q,l):X.compressedTexSubImage2D(a,b,c,e,f,k,m,q?C.subarray(q,q+l):null)},Qb:function(a,b,c,e,f){X.copyBufferSubData(a,b,c,e,f)},ga:function(a,b,c,e,f,k,m,l){X.copyTexSubImage2D(a,b,c,e,f,k,m,l)},ha:function(){var a= +ca(Xc),b=X.createProgram();b.name=a;b.qe=b.oe=b.pe=0;b.Ae=1;Xc[a]=b;return a},ia:function(a){var b=ca($c);$c[b]=X.createShader(a);return b},ja:function(a){X.cullFace(a)},ka:function(a,b){for(var c=0;c>2],f=Wc[e];f&&(X.deleteBuffer(f),f.name=0,Wc[e]=null,e==X.ue&&(X.ue=0),e==X.be&&(X.be=0))}},_b:function(a,b){for(var c=0;c>2],f=Yc[e];f&&(X.deleteFramebuffer(f),f.name=0,Yc[e]=null)}},la:function(a){if(a){var b=Xc[a];b?(X.deleteProgram(b),b.name=0,Xc[a]=null): +U(1281)}},$b:function(a,b){for(var c=0;c>2],f=Zc[e];f&&(X.deleteRenderbuffer(f),f.name=0,Zc[e]=null)}},Jb:function(a,b){for(var c=0;c>2],f=bd[e];f&&(X.deleteSampler(f),f.name=0,bd[e]=null)}},ma:function(a){if(a){var b=$c[a];b?(X.deleteShader(b),$c[a]=null):U(1281)}},Rb:function(a){if(a){var b=cd[a];b?(X.deleteSync(b),b.name=0,cd[a]=null):U(1281)}},na:function(a,b){for(var c=0;c>2],f=ea[e];f&&(X.deleteTexture(f),f.name=0,ea[e]=null)}}, +rc:function(a,b){for(var c=0;c>2];X.deleteVertexArray(ad[e]);ad[e]=null}},uc:function(a,b){for(var c=0;c>2];X.deleteVertexArray(ad[e]);ad[e]=null}},oa:function(a){X.depthMask(!!a)},pa:function(a){X.disable(a)},qa:function(a){X.disableVertexAttribArray(a)},ra:function(a,b,c){X.drawArrays(a,b,c)},oc:function(a,b,c,e){X.drawArraysInstanced(a,b,c,e)},mc:function(a,b,c,e,f){X.Ce.drawArraysInstancedBaseInstanceWEBGL(a,b,c,e,f)},kc:function(a,b){for(var c=ld[a], +e=0;e>2];X.drawBuffers(c)},sa:function(a,b,c,e){X.drawElements(a,b,c,e)},pc:function(a,b,c,e,f){X.drawElementsInstanced(a,b,c,e,f)},nc:function(a,b,c,e,f,k,m){X.Ce.drawElementsInstancedBaseVertexBaseInstanceWEBGL(a,b,c,e,f,k,m)},ec:function(a,b,c,e,f,k){X.drawElements(a,e,f,k)},ta:function(a){X.enable(a)},ua:function(a){X.enableVertexAttribArray(a)},Ob:function(a,b){return(a=X.fenceSync(a,b))?(b=ca(cd),a.name=b,cd[b]=a,b):0},va:function(){X.finish()},wa:function(){X.flush()},ac:function(a, +b,c,e){X.framebufferRenderbuffer(a,b,c,Zc[e])},bc:function(a,b,c,e,f){X.framebufferTexture2D(a,b,c,ea[e],f)},xa:function(a){X.frontFace(a)},ya:function(a,b){md(a,b,"createBuffer",Wc)},cc:function(a,b){md(a,b,"createFramebuffer",Yc)},dc:function(a,b){md(a,b,"createRenderbuffer",Zc)},Kb:function(a,b){md(a,b,"createSampler",bd)},za:function(a,b){md(a,b,"createTexture",ea)},sc:function(a,b){md(a,b,"createVertexArray",ad)},vc:function(a,b){md(a,b,"createVertexArray",ad)},Ub:function(a){X.generateMipmap(a)}, +Aa:function(a,b,c){c?G[c>>2]=X.getBufferParameter(a,b):U(1281)},Ba:function(){var a=X.getError()||hd;hd=0;return a},Ca:function(a,b){nd(a,b,2)},Vb:function(a,b,c,e){a=X.getFramebufferAttachmentParameter(a,b,c);if(a instanceof WebGLRenderbuffer||a instanceof WebGLTexture)a=a.name|0;G[e>>2]=a},L:function(a,b){nd(a,b,0)},Da:function(a,b,c,e){a=X.getProgramInfoLog(Xc[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Ea:function(a,b,c){if(c)if(a>=Vc)U(1281);else if(a=Xc[a],35716== +b)a=X.getProgramInfoLog(a),null===a&&(a="(unknown error)"),G[c>>2]=a.length+1;else if(35719==b){if(!a.qe)for(b=0;b>2]=a.qe}else if(35722==b){if(!a.oe)for(b=0;b>2]=a.oe}else if(35381==b){if(!a.pe)for(b=0;b> +2]=a.pe}else G[c>>2]=X.getProgramParameter(a,b);else U(1281)},Wb:function(a,b,c){c?G[c>>2]=X.getRenderbufferParameter(a,b):U(1281)},Fa:function(a,b,c,e){a=X.getShaderInfoLog($c[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Fb:function(a,b,c,e){a=X.getShaderPrecisionFormat(a,b);G[c>>2]=a.rangeMin;G[c+4>>2]=a.rangeMax;G[e>>2]=a.precision},Ga:function(a,b,c){c?35716==b?(a=X.getShaderInfoLog($c[a]),null===a&&(a="(unknown error)"),G[c>>2]=a?a.length+1:0):35720==b?(a=X.getShaderSource($c[a]), +G[c>>2]=a?a.length+1:0):G[c>>2]=X.getShaderParameter($c[a],b):U(1281)},Q:function(a){var b=ed[a];if(!b){switch(a){case 7939:b=X.getSupportedExtensions()||[];b=b.concat(b.map(function(e){return"GL_"+e}));b=od(b.join(" "));break;case 7936:case 7937:case 37445:case 37446:(b=X.getParameter(a))||U(1280);b=b&&od(b);break;case 7938:b=X.getParameter(7938);b=2<=u.version?"OpenGL ES 3.0 ("+b+")":"OpenGL ES 2.0 ("+b+")";b=od(b);break;case 35724:b=X.getParameter(35724);var c=b.match(/^WebGL GLSL ES ([0-9]\.[0-9][0-9]?)(?:$| .*)/); +null!==c&&(3==c[1].length&&(c[1]+="0"),b="OpenGL ES GLSL ES "+c[1]+" ("+b+")");b=od(b);break;default:U(1280)}ed[a]=b}return b},bb:function(a,b){if(2>u.version)return U(1282),0;var c=fd[a];if(c)return 0>b||b>=c.length?(U(1281),0):c[b];switch(a){case 7939:return c=X.getSupportedExtensions()||[],c=c.concat(c.map(function(e){return"GL_"+e})),c=c.map(function(e){return od(e)}),c=fd[a]=c,0>b||b>=c.length?(U(1281),0):c[b];default:return U(1280),0}},Ha:function(a,b){b=Ka(b);if(a=Xc[a]){var c=a,e=c.he,f=c.Ie, +k;if(!e)for(c.he=e={},c.He={},k=0;k>>0,f=b.slice(0,k));if((f=a.Ie[f])&&e>2];X.invalidateFramebuffer(a,e)},Hb:function(a, +b,c,e,f,k,m){for(var l=ld[b],q=0;q>2];X.invalidateSubFramebuffer(a,l,e,f,k,m)},Pb:function(a){return X.isSync(cd[a])},Ia:function(a){return(a=ea[a])?X.isTexture(a):0},Ja:function(a){X.lineWidth(a)},Ka:function(a){a=Xc[a];X.linkProgram(a);a.he=0;a.Ie={}},ic:function(a,b,c,e,f,k){X.Fe.multiDrawArraysInstancedBaseInstanceWEBGL(a,G,b>>2,G,c>>2,G,e>>2,J,f>>2,k)},jc:function(a,b,c,e,f,k,m,l){X.Fe.multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(a,G,b>>2,c,G,e>>2,G,f>>2,G,k>>2,J, +m>>2,l)},La:function(a,b){3317==a&&(gd=b);X.pixelStorei(a,b)},lc:function(a){X.readBuffer(a)},Ma:function(a,b,c,e,f,k,m){if(2<=u.version)if(X.ue)X.readPixels(a,b,c,e,f,k,m);else{var l=rd(k);X.readPixels(a,b,c,e,f,k,l,m>>31-Math.clz32(l.BYTES_PER_ELEMENT))}else(m=sd(k,f,c,e,m))?X.readPixels(a,b,c,e,f,k,m):U(1280)},Xb:function(a,b,c,e){X.renderbufferStorage(a,b,c,e)},Tb:function(a,b,c,e,f){X.renderbufferStorageMultisample(a,b,c,e,f)},Lb:function(a,b,c){X.samplerParameterf(bd[a],b,c)},Mb:function(a, +b,c){X.samplerParameteri(bd[a],b,c)},Nb:function(a,b,c){X.samplerParameteri(bd[a],b,G[c>>2])},Na:function(a,b,c,e){X.scissor(a,b,c,e)},Oa:function(a,b,c,e){for(var f="",k=0;k>2]:-1;f+=Ka(G[c+4*k>>2],0>m?void 0:m)}X.shaderSource($c[a],f)},Pa:function(a,b,c){X.stencilFunc(a,b,c)},Qa:function(a,b,c,e){X.stencilFuncSeparate(a,b,c,e)},Ra:function(a){X.stencilMask(a)},Sa:function(a,b){X.stencilMaskSeparate(a,b)},Ta:function(a,b,c){X.stencilOp(a,b,c)},Ua:function(a,b,c,e){X.stencilOpSeparate(a, +b,c,e)},Va:function(a,b,c,e,f,k,m,l,q){if(2<=u.version)if(X.be)X.texImage2D(a,b,c,e,f,k,m,l,q);else if(q){var x=rd(l);X.texImage2D(a,b,c,e,f,k,m,l,x,q>>31-Math.clz32(x.BYTES_PER_ELEMENT))}else X.texImage2D(a,b,c,e,f,k,m,l,null);else X.texImage2D(a,b,c,e,f,k,m,l,q?sd(l,m,e,f,q):null)},Wa:function(a,b,c){X.texParameterf(a,b,c)},Xa:function(a,b,c){X.texParameterf(a,b,N[c>>2])},Ya:function(a,b,c){X.texParameteri(a,b,c)},Za:function(a,b,c){X.texParameteri(a,b,G[c>>2])},fc:function(a,b,c,e,f){X.texStorage2D(a, +b,c,e,f)},_a:function(a,b,c,e,f,k,m,l,q){if(2<=u.version)if(X.be)X.texSubImage2D(a,b,c,e,f,k,m,l,q);else if(q){var x=rd(l);X.texSubImage2D(a,b,c,e,f,k,m,l,x,q>>31-Math.clz32(x.BYTES_PER_ELEMENT))}else X.texSubImage2D(a,b,c,e,f,k,m,l,null);else x=null,q&&(x=sd(l,m,f,k,q)),X.texSubImage2D(a,b,c,e,f,k,m,l,x)},$a:function(a,b){X.uniform1f(Z(a),b)},ab:function(a,b,c){if(2<=u.version)b&&X.uniform1fv(Z(a),N,c>>2,b);else{if(288>=b)for(var e=td[b-1],f=0;f>2];else e=N.subarray(c>>2,c+4* +b>>2);X.uniform1fv(Z(a),e)}},Qc:function(a,b){X.uniform1i(Z(a),b)},Rc:function(a,b,c){if(2<=u.version)b&&X.uniform1iv(Z(a),G,c>>2,b);else{if(288>=b)for(var e=ud[b-1],f=0;f>2];else e=G.subarray(c>>2,c+4*b>>2);X.uniform1iv(Z(a),e)}},Sc:function(a,b,c){X.uniform2f(Z(a),b,c)},Tc:function(a,b,c){if(2<=u.version)b&&X.uniform2fv(Z(a),N,c>>2,2*b);else{if(144>=b)for(var e=td[2*b-1],f=0;f<2*b;f+=2)e[f]=N[c+4*f>>2],e[f+1]=N[c+(4*f+4)>>2];else e=N.subarray(c>>2,c+8*b>>2);X.uniform2fv(Z(a), +e)}},Pc:function(a,b,c){X.uniform2i(Z(a),b,c)},Oc:function(a,b,c){if(2<=u.version)b&&X.uniform2iv(Z(a),G,c>>2,2*b);else{if(144>=b)for(var e=ud[2*b-1],f=0;f<2*b;f+=2)e[f]=G[c+4*f>>2],e[f+1]=G[c+(4*f+4)>>2];else e=G.subarray(c>>2,c+8*b>>2);X.uniform2iv(Z(a),e)}},Nc:function(a,b,c,e){X.uniform3f(Z(a),b,c,e)},Mc:function(a,b,c){if(2<=u.version)b&&X.uniform3fv(Z(a),N,c>>2,3*b);else{if(96>=b)for(var e=td[3*b-1],f=0;f<3*b;f+=3)e[f]=N[c+4*f>>2],e[f+1]=N[c+(4*f+4)>>2],e[f+2]=N[c+(4*f+8)>>2];else e=N.subarray(c>> +2,c+12*b>>2);X.uniform3fv(Z(a),e)}},Lc:function(a,b,c,e){X.uniform3i(Z(a),b,c,e)},Kc:function(a,b,c){if(2<=u.version)b&&X.uniform3iv(Z(a),G,c>>2,3*b);else{if(96>=b)for(var e=ud[3*b-1],f=0;f<3*b;f+=3)e[f]=G[c+4*f>>2],e[f+1]=G[c+(4*f+4)>>2],e[f+2]=G[c+(4*f+8)>>2];else e=G.subarray(c>>2,c+12*b>>2);X.uniform3iv(Z(a),e)}},Jc:function(a,b,c,e,f){X.uniform4f(Z(a),b,c,e,f)},Ic:function(a,b,c){if(2<=u.version)b&&X.uniform4fv(Z(a),N,c>>2,4*b);else{if(72>=b){var e=td[4*b-1],f=N;c>>=2;for(var k=0;k<4*b;k+=4){var m= +c+k;e[k]=f[m];e[k+1]=f[m+1];e[k+2]=f[m+2];e[k+3]=f[m+3]}}else e=N.subarray(c>>2,c+16*b>>2);X.uniform4fv(Z(a),e)}},wc:function(a,b,c,e,f){X.uniform4i(Z(a),b,c,e,f)},xc:function(a,b,c){if(2<=u.version)b&&X.uniform4iv(Z(a),G,c>>2,4*b);else{if(72>=b)for(var e=ud[4*b-1],f=0;f<4*b;f+=4)e[f]=G[c+4*f>>2],e[f+1]=G[c+(4*f+4)>>2],e[f+2]=G[c+(4*f+8)>>2],e[f+3]=G[c+(4*f+12)>>2];else e=G.subarray(c>>2,c+16*b>>2);X.uniform4iv(Z(a),e)}},yc:function(a,b,c,e){if(2<=u.version)b&&X.uniformMatrix2fv(Z(a),!!c,N,e>>2,4* +b);else{if(72>=b)for(var f=td[4*b-1],k=0;k<4*b;k+=4)f[k]=N[e+4*k>>2],f[k+1]=N[e+(4*k+4)>>2],f[k+2]=N[e+(4*k+8)>>2],f[k+3]=N[e+(4*k+12)>>2];else f=N.subarray(e>>2,e+16*b>>2);X.uniformMatrix2fv(Z(a),!!c,f)}},zc:function(a,b,c,e){if(2<=u.version)b&&X.uniformMatrix3fv(Z(a),!!c,N,e>>2,9*b);else{if(32>=b)for(var f=td[9*b-1],k=0;k<9*b;k+=9)f[k]=N[e+4*k>>2],f[k+1]=N[e+(4*k+4)>>2],f[k+2]=N[e+(4*k+8)>>2],f[k+3]=N[e+(4*k+12)>>2],f[k+4]=N[e+(4*k+16)>>2],f[k+5]=N[e+(4*k+20)>>2],f[k+6]=N[e+(4*k+24)>>2],f[k+7]= +N[e+(4*k+28)>>2],f[k+8]=N[e+(4*k+32)>>2];else f=N.subarray(e>>2,e+36*b>>2);X.uniformMatrix3fv(Z(a),!!c,f)}},Ac:function(a,b,c,e){if(2<=u.version)b&&X.uniformMatrix4fv(Z(a),!!c,N,e>>2,16*b);else{if(18>=b){var f=td[16*b-1],k=N;e>>=2;for(var m=0;m<16*b;m+=16){var l=e+m;f[m]=k[l];f[m+1]=k[l+1];f[m+2]=k[l+2];f[m+3]=k[l+3];f[m+4]=k[l+4];f[m+5]=k[l+5];f[m+6]=k[l+6];f[m+7]=k[l+7];f[m+8]=k[l+8];f[m+9]=k[l+9];f[m+10]=k[l+10];f[m+11]=k[l+11];f[m+12]=k[l+12];f[m+13]=k[l+13];f[m+14]=k[l+14];f[m+15]=k[l+15]}}else f= +N.subarray(e>>2,e+64*b>>2);X.uniformMatrix4fv(Z(a),!!c,f)}},Bc:function(a){a=Xc[a];X.useProgram(a);X.We=a},Cc:function(a,b){X.vertexAttrib1f(a,b)},Dc:function(a,b){X.vertexAttrib2f(a,N[b>>2],N[b+4>>2])},Ec:function(a,b){X.vertexAttrib3f(a,N[b>>2],N[b+4>>2],N[b+8>>2])},Fc:function(a,b){X.vertexAttrib4f(a,N[b>>2],N[b+4>>2],N[b+8>>2],N[b+12>>2])},gc:function(a,b){X.vertexAttribDivisor(a,b)},hc:function(a,b,c,e,f){X.vertexAttribIPointer(a,b,c,e,f)},Gc:function(a,b,c,e,f,k){X.vertexAttribPointer(a,b,c, +!!e,f,k)},Hc:function(a,b,c,e){X.viewport(a,b,c,e)},db:function(a,b,c,e){X.waitSync(cd[a],b,(c>>>0)+4294967296*e)},lb:function(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,k=f.min;e=Math.max(a,e);e+=(65536-e%65536)%65536;a:{var m=Ga.buffer;try{Ga.grow(k.call(f,2147483648,e)-m.byteLength+65535>>>16);Qa();var l=1;break a}catch(q){}l=void 0}if(l)return!0}return!1},fb:function(){return u?u.ff:0},ob:function(a,b){var c=0; +wd().forEach(function(e,f){var k=b+c;f=J[a+4*f>>2]=k;for(k=0;k>0]=e.charCodeAt(k);Ma[f>>0]=0;c+=e.length+1});return 0},pb:function(a,b){var c=wd();J[a>>2]=c.length;var e=0;c.forEach(function(f){e+=f.length+1});J[b>>2]=e;return 0},Bb:function(a){if(!noExitRuntime){if(r.onExit)r.onExit(a);Ha=!0}oa(a,new Ba(a))},M:function(){return 52},gb:function(){return 52},ub:function(){return 52},hb:function(){return 70},S:function(a,b,c,e){for(var f=0,k=0;k>2],l=J[b+4>>2]; +b+=8;for(var q=0;q>2]=f;return 0},n:Jd,m:Kd,k:Ld,O:Md,Z:Nd,Y:Od,w:Pd,y:Qd,p:Rd,v:Sd,Cb:Td,Db:Ud,Eb:Vd,jb:function(a,b,c,e){return Dd(a,b,c,e)}}; +(function(){function a(c){c=c.exports;r.asm=c;Ga=r.asm.ad;Qa();Sa=r.asm.cd;Ua.unshift(r.asm.bd);Xa--;r.monitorRunDependencies&&r.monitorRunDependencies(Xa);if(0==Xa&&(null!==Ya&&(clearInterval(Ya),Ya=null),Za)){var e=Za;Za=null;e()}return c}var b={a:Wd};Xa++;r.monitorRunDependencies&&r.monitorRunDependencies(Xa);if(r.instantiateWasm)try{return r.instantiateWasm(b,a)}catch(c){Ca("Module.instantiateWasm callback failed with error: "+c),ba(c)}fb(b,function(c){a(c.instance)}).catch(ba);return{}})(); +var pc=r._free=function(){return(pc=r._free=r.asm.dd).apply(null,arguments)},pd=r._malloc=function(){return(pd=r._malloc=r.asm.ed).apply(null,arguments)},oc=r.___getTypeName=function(){return(oc=r.___getTypeName=r.asm.fd).apply(null,arguments)};r.__embind_initialize_bindings=function(){return(r.__embind_initialize_bindings=r.asm.gd).apply(null,arguments)};function Xd(){return(Xd=r.asm.hd).apply(null,arguments)}function Yd(){return(Yd=r.asm.id).apply(null,arguments)} +function Zd(){return(Zd=r.asm.jd).apply(null,arguments)}r.dynCall_viji=function(){return(r.dynCall_viji=r.asm.ld).apply(null,arguments)};r.dynCall_vijiii=function(){return(r.dynCall_vijiii=r.asm.md).apply(null,arguments)};r.dynCall_viiiiij=function(){return(r.dynCall_viiiiij=r.asm.nd).apply(null,arguments)};r.dynCall_iiiji=function(){return(r.dynCall_iiiji=r.asm.od).apply(null,arguments)};r.dynCall_jii=function(){return(r.dynCall_jii=r.asm.pd).apply(null,arguments)}; +r.dynCall_vij=function(){return(r.dynCall_vij=r.asm.qd).apply(null,arguments)};r.dynCall_iiij=function(){return(r.dynCall_iiij=r.asm.rd).apply(null,arguments)};r.dynCall_iiiij=function(){return(r.dynCall_iiiij=r.asm.sd).apply(null,arguments)};r.dynCall_viij=function(){return(r.dynCall_viij=r.asm.td).apply(null,arguments)};r.dynCall_viiij=function(){return(r.dynCall_viiij=r.asm.ud).apply(null,arguments)};r.dynCall_ji=function(){return(r.dynCall_ji=r.asm.vd).apply(null,arguments)}; +r.dynCall_iij=function(){return(r.dynCall_iij=r.asm.wd).apply(null,arguments)};r.dynCall_jiiiiii=function(){return(r.dynCall_jiiiiii=r.asm.xd).apply(null,arguments)};r.dynCall_jiiiiji=function(){return(r.dynCall_jiiiiji=r.asm.yd).apply(null,arguments)};r.dynCall_iijj=function(){return(r.dynCall_iijj=r.asm.zd).apply(null,arguments)};r.dynCall_iiji=function(){return(r.dynCall_iiji=r.asm.Ad).apply(null,arguments)};r.dynCall_iijjiii=function(){return(r.dynCall_iijjiii=r.asm.Bd).apply(null,arguments)}; +r.dynCall_vijjjii=function(){return(r.dynCall_vijjjii=r.asm.Cd).apply(null,arguments)};r.dynCall_jiji=function(){return(r.dynCall_jiji=r.asm.Dd).apply(null,arguments)};r.dynCall_viijii=function(){return(r.dynCall_viijii=r.asm.Ed).apply(null,arguments)};r.dynCall_iiiiij=function(){return(r.dynCall_iiiiij=r.asm.Fd).apply(null,arguments)};r.dynCall_iiiiijj=function(){return(r.dynCall_iiiiijj=r.asm.Gd).apply(null,arguments)}; +r.dynCall_iiiiiijj=function(){return(r.dynCall_iiiiiijj=r.asm.Hd).apply(null,arguments)};function Sd(a,b,c,e,f){var k=Yd();try{Q(a)(b,c,e,f)}catch(m){Zd(k);if(m!==m+0)throw m;Xd(1,0)}}function Kd(a,b,c){var e=Yd();try{return Q(a)(b,c)}catch(f){Zd(e);if(f!==f+0)throw f;Xd(1,0)}}function Qd(a,b,c){var e=Yd();try{Q(a)(b,c)}catch(f){Zd(e);if(f!==f+0)throw f;Xd(1,0)}}function Jd(a,b){var c=Yd();try{return Q(a)(b)}catch(e){Zd(c);if(e!==e+0)throw e;Xd(1,0)}} +function Pd(a,b){var c=Yd();try{Q(a)(b)}catch(e){Zd(c);if(e!==e+0)throw e;Xd(1,0)}}function Ld(a,b,c,e){var f=Yd();try{return Q(a)(b,c,e)}catch(k){Zd(f);if(k!==k+0)throw k;Xd(1,0)}}function Vd(a,b,c,e,f,k,m,l,q,x){var y=Yd();try{Q(a)(b,c,e,f,k,m,l,q,x)}catch(B){Zd(y);if(B!==B+0)throw B;Xd(1,0)}}function Rd(a,b,c,e){var f=Yd();try{Q(a)(b,c,e)}catch(k){Zd(f);if(k!==k+0)throw k;Xd(1,0)}}function Ud(a,b,c,e,f,k,m){var l=Yd();try{Q(a)(b,c,e,f,k,m)}catch(q){Zd(l);if(q!==q+0)throw q;Xd(1,0)}} +function Md(a,b,c,e,f){var k=Yd();try{return Q(a)(b,c,e,f)}catch(m){Zd(k);if(m!==m+0)throw m;Xd(1,0)}}function Nd(a,b,c,e,f,k,m){var l=Yd();try{return Q(a)(b,c,e,f,k,m)}catch(q){Zd(l);if(q!==q+0)throw q;Xd(1,0)}}function Td(a,b,c,e,f,k){var m=Yd();try{Q(a)(b,c,e,f,k)}catch(l){Zd(m);if(l!==l+0)throw l;Xd(1,0)}}function Od(a,b,c,e,f,k,m,l,q,x){var y=Yd();try{return Q(a)(b,c,e,f,k,m,l,q,x)}catch(B){Zd(y);if(B!==B+0)throw B;Xd(1,0)}}var $d;Za=function ae(){$d||be();$d||(Za=ae)}; +function be(){function a(){if(!$d&&($d=!0,r.calledRun=!0,!Ha)){hb(Ua);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();Va.unshift(b)}hb(Va)}}if(!(0 { + var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; + if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename; + return ( +function(CanvasKitInit = {}) { + +var r;r||(r=typeof CanvasKitInit !== 'undefined' ? CanvasKitInit : {});var aa,ba;r.ready=new Promise(function(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.ee=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.ee=null,e.Pe=b,e.Me=c,e.Ne=f,e.oe=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.ee){var c=new Uint8ClampedArray(a.HEAPU8.buffer,this.oe,this.Ne);c=new ImageData(c,this.Pe,this.Me);b?this.ee.getContext("2d").putImageData(c, +0,0,b[0],b[1],b[2]-b[0],b[3]-b[1]):this.ee.getContext("2d").putImageData(c,0,0)}};a.Surface.prototype.dispose=function(){this.oe&&a._free(this.oe);this.delete()};a.Ed=a.Ed||function(){};a.fe=a.fe||function(){return null}})})(r); +(function(a){a.Hd=a.Hd||[];a.Hd.push(function(){function b(l,q,x){return l&&l.hasOwnProperty(q)?l[q]:x}function c(l){var q=ca(ea);ea[q]=l;return q}function e(l){return l.naturalHeight||l.videoHeight||l.displayHeight||l.height}function f(l){return l.naturalWidth||l.videoWidth||l.displayWidth||l.width}function k(l,q,x,y){l.bindTexture(l.TEXTURE_2D,q);y||x.alphaType!==a.AlphaType.Premul||l.pixelStorei(l.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!0);return q}function m(l,q,x){x||q.alphaType!==a.AlphaType.Premul|| +l.pixelStorei(l.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1);l.bindTexture(l.TEXTURE_2D,null)}a.GetWebGLContext=function(l,q){if(!l)throw"null canvas passed into makeWebGLContext";var x={alpha:b(q,"alpha",1),depth:b(q,"depth",1),stencil:b(q,"stencil",8),antialias:b(q,"antialias",0),premultipliedAlpha:b(q,"premultipliedAlpha",1),preserveDrawingBuffer:b(q,"preserveDrawingBuffer",0),preferLowPowerToHighPerformance:b(q,"preferLowPowerToHighPerformance",0),failIfMajorPerformanceCaveat:b(q,"failIfMajorPerformanceCaveat", +0),enableExtensionsByDefault:b(q,"enableExtensionsByDefault",1),explicitSwapControl:b(q,"explicitSwapControl",0),renderViaOffscreenBackBuffer:b(q,"renderViaOffscreenBackBuffer",0)};x.majorVersion=q&&q.majorVersion?q.majorVersion:"undefined"!==typeof WebGL2RenderingContext?2:1;if(x.explicitSwapControl)throw"explicitSwapControl is not supported";l=fa(l,x);if(!l)return 0;ha(l);u.Od.getExtension("WEBGL_debug_renderer_info");return l};a.deleteContext=function(l){u===ia[l]&&(u=null);"object"==typeof JSEvents&& +JSEvents.uf(ia[l].Od.canvas);ia[l]&&ia[l].Od.canvas&&(ia[l].Od.canvas.He=void 0);ia[l]=null};a._setTextureCleanup({deleteTexture:function(l,q){var x=ea[q];x&&ia[l].Od.deleteTexture(x);ea[q]=null}});a.MakeWebGLContext=function(l){if(!this.Ed(l))return null;var q=this._MakeGrContext();if(!q)return null;q.Dd=l;var x=q.delete.bind(q);q["delete"]=function(){a.Ed(this.Dd);x()}.bind(q);return u.qe=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(l){a.Ed(this.Dd);this._setResourceCacheLimitBytes(l)};a.MakeOnScreenGLSurface=function(l,q,x,y,B,D){if(!this.Ed(l.Dd))return null;q=void 0===B||void 0===D? +this._MakeOnScreenGLSurface(l,q,x,y):this._MakeOnScreenGLSurface(l,q,x,y,B,D);if(!q)return null;q.Dd=l.Dd;return q};a.MakeRenderTarget=function(){var l=arguments[0];if(!this.Ed(l.Dd))return null;if(3===arguments.length){var q=this._MakeRenderTargetWH(l,arguments[1],arguments[2]);if(!q)return null}else if(2===arguments.length){if(q=this._MakeRenderTargetII(l,arguments[1]),!q)return null}else return null;q.Dd=l.Dd;return q};a.MakeWebGLCanvasSurface=function(l,q,x){q=q||null;var y=l,B="undefined"!== +typeof OffscreenCanvas&&y instanceof OffscreenCanvas;if(!("undefined"!==typeof HTMLCanvasElement&&y instanceof HTMLCanvasElement||B||(y=document.getElementById(l),y)))throw"Canvas with id "+l+" was not found";l=this.GetWebGLContext(y,x);if(!l||0>l)throw"failed to create webgl context: err "+l;l=this.MakeWebGLContext(l);q=this.MakeOnScreenGLSurface(l,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(l,q){a.Ed(this.Dd);l=c(l);if(q=this._makeImageFromTexture(this.Dd,l,q))q.ae=l;return q};a.Surface.prototype.makeImageFromTextureSource=function(l,q,x){q||(q={height:e(l),width:f(l),colorType:a.ColorType.RGBA_8888,alphaType:x?a.AlphaType.Premul:a.AlphaType.Unpremul});q.colorSpace||(q.colorSpace=a.ColorSpace.SRGB);a.Ed(this.Dd);var y=u.Od;x=k(y,y.createTexture(),q,x);2===u.version?y.texImage2D(y.TEXTURE_2D,0,y.RGBA,q.width,q.height, +0,y.RGBA,y.UNSIGNED_BYTE,l):y.texImage2D(y.TEXTURE_2D,0,y.RGBA,y.RGBA,y.UNSIGNED_BYTE,l);m(y,q);this._resetContext();return this.makeImageFromTexture(x,q)};a.Surface.prototype.updateTextureFromSource=function(l,q,x){if(l.ae){a.Ed(this.Dd);var y=l.getImageInfo(),B=u.Od,D=k(B,ea[l.ae],y,x);2===u.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);m(B,y,x);this._resetContext();ea[l.ae]=null;l.ae=c(D);y.colorSpace= +l.getColorSpace();q=this._makeImageFromTexture(this.Dd,l.ae,y);x=l.jd.Fd;B=l.jd.Kd;l.jd.Fd=q.jd.Fd;l.jd.Kd=q.jd.Kd;q.jd.Fd=x;q.jd.Kd=B;q.delete();y.colorSpace.delete()}};a.MakeLazyImageFromTextureSource=function(l,q,x){q||(q={height:e(l),width:f(l),colorType:a.ColorType.RGBA_8888,alphaType:x?a.AlphaType.Premul:a.AlphaType.Unpremul});q.colorSpace||(q.colorSpace=a.ColorSpace.SRGB);var y={makeTexture:function(){var B=u,D=B.Od,v=k(D,D.createTexture(),q,x);2===B.version?D.texImage2D(D.TEXTURE_2D,0,D.RGBA, +q.width,q.height,0,D.RGBA,D.UNSIGNED_BYTE,l):D.texImage2D(D.TEXTURE_2D,0,D.RGBA,D.RGBA,D.UNSIGNED_BYTE,l);m(D,q,x);return c(v)},freeSrc:function(){}};"VideoFrame"===l.constructor.name&&(y.freeSrc=function(){l.close()});return a.Image._makeFromGenerator(q,y)};a.Ed=function(l){return l?ha(l):!1};a.fe=function(){return u&&u.qe&&!u.qe.isDeleted()?u.qe: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[w][z],n++;g=h}else g=M;d.Ld=g}else throw"Invalid argument to copyFlexibleColorArray, Not a color array "+typeof g;return d}function q(g){if(!g)return M;var d=S.toTypedArray();if(g.length){if(6===g.length||9===g.length)return m(g,"HEAPF32",H),6===g.length&&a.HEAPF32.set(dd,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 x(g){if(!g)return M;var d=da.toTypedArray();if(g.length){if(16!==g.length&&6!==g.length&&9!==g.length)throw"invalid matrix size";if(16===g.length)return m(g,"HEAPF32",Y);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 Y}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 Y}function y(g,d){return m(g,"HEAPF32",d||ua)}function B(g,d,h,n){var t=La.toTypedArray();t[0]=g;t[1]=d;t[2]=h;t[3]=n;return ua}function D(g){for(var d=new Float32Array(4),h=0;4>h;h++)d[h]=a.HEAPF32[g/4+h];return d}function v(g,d){return m(g,"HEAPF32",d||V)}function E(g,d){return m(g, +"HEAPF32",d||Cb)}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,Vd:null,subarray:function(n,t){n=this.toTypedArray().subarray(n,t);n._ck=!0;return n},toTypedArray:function(){if(this.Vd&& +this.Vd.length)return this.Vd;this.Vd=new g(a.HEAPU8.buffer,h,d);this.Vd._ck=!0;return this.Vd}}};a.Free=function(g){a._free(g.byteOffset);g.byteOffset=M;g.toTypedArray=null;g.Vd=null};var H=M,S,Y=M,da,ua=M,La,ma,V=M,gc,Aa=M,hc,Db=M,ic,Eb=M,Fb,gb=M,jc,Cb=M,kc,lc=M,dd=Float32Array.of(0,0,1),M=0;a.onRuntimeInitialized=function(){function g(d,h,n,t,w,z,F){z||(z=4*t.width,t.colorType===a.ColorType.RGBA_F16?z*=2:t.colorType===a.ColorType.RGBA_F32&&(z*=4));var K=z*t.height;var I=w?w.byteOffset:a._malloc(K); +if(F?!d._readPixels(t,I,z,h,n,F):!d._readPixels(t,I,z,h,n))return w||a._free(I),null;if(w)return w.toTypedArray();switch(t.colorType){case a.ColorType.RGBA_8888:case a.ColorType.RGBA_F16:d=(new Uint8Array(a.HEAPU8.buffer,I,K)).slice();break;case a.ColorType.RGBA_F32:d=(new Float32Array(a.HEAPU8.buffer,I,K)).slice();break;default:return null}a._free(I);return d}La=a.Malloc(Float32Array,4);ua=La.byteOffset;da=a.Malloc(Float32Array,16);Y=da.byteOffset;S=a.Malloc(Float32Array,9);H=S.byteOffset;jc=a.Malloc(Float32Array, +12);Cb=jc.byteOffset;kc=a.Malloc(Float32Array,12);lc=kc.byteOffset;ma=a.Malloc(Float32Array,4);V=ma.byteOffset;gc=a.Malloc(Float32Array,4);Aa=gc.byteOffset;hc=a.Malloc(Float32Array,3);Db=hc.byteOffset;ic=a.Malloc(Float32Array,3);Eb=ic.byteOffset;Fb=a.Malloc(Int32Array,4);gb=Fb.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=m(d,"HEAPF32"),n=a.Path._MakeFromCmds(h,d.length);k(h,d);return n};a.Path.MakeFromVerbsPointsWeights=function(d,h,n){var t=m(d,"HEAPU8"),w=m(h,"HEAPF32"),z=m(n,"HEAPF32"),F=a.Path._MakeFromVerbsPointsWeights(t,d.length,w,h.length,z,n&&n.length||0);k(t,d);k(w,h);k(z,n);return F};a.Path.prototype.addArc=function(d,h,n){d=v(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=v(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=m(d,"HEAPF32");this._addPoly(n,d.length/2,h);k(n,d);return this};a.Path.prototype.addRect=function(d,h){d=v(d);this._addRect(d,!!h);return this};a.Path.prototype.addRRect=function(d,h){d=E(d);this._addRRect(d,!!h);return this};a.Path.prototype.addVerbsPointsWeights=function(d,h,n){var t=m(d,"HEAPU8"),w=m(h,"HEAPF32"),z=m(n,"HEAPF32");this._addVerbsPointsWeights(t,d.length,w,h.length,z,n&&n.length||0);k(t,d);k(w,h);k(z,n)};a.Path.prototype.arc=function(d,h,n,t,w,z){d=a.LTRBRect(d- +n,h-n,d+n,h+n);w=(w-t)/Math.PI*180-360*!!z;z=new a.Path;z.addArc(d,t/Math.PI*180,w);this.addPath(z,!0);z.delete();return this};a.Path.prototype.arcToOval=function(d,h,n,t){d=v(d);this._arcToOval(d,h,n,t);return this};a.Path.prototype.arcToRotated=function(d,h,n,t,w,z,F){this._arcToRotated(d,h,n,!!t,!!w,z,F);return this};a.Path.prototype.arcToTangent=function(d,h,n,t,w){this._arcToTangent(d,h,n,t,w);return this};a.Path.prototype.close=function(){this._close();return this};a.Path.prototype.conicTo= +function(d,h,n,t,w){this._conicTo(d,h,n,t,w);return this};a.Path.prototype.computeTightBounds=function(d){this._computeTightBounds(V);var h=ma.toTypedArray();return d?(d.set(h),d):h.slice()};a.Path.prototype.cubicTo=function(d,h,n,t,w,z){this._cubicTo(d,h,n,t,w,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(V);var h=ma.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,w,z,F){this._rArcTo(d,h,n,t,w,z,F);return this};a.Path.prototype.rConicTo=function(d,h,n,t,w){this._rConicTo(d,h,n,t,w);return this};a.Path.prototype.rCubicTo=function(d,h,n,t,w,z){this._rCubicTo(d, +h,n,t,w,z);return this};a.Path.prototype.rLineTo=function(d,h){this._rLineTo(d,h);return this};a.Path.prototype.rMoveTo=function(d,h){this._rMoveTo(d,h);return this};a.Path.prototype.rQuadTo=function(d,h,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.fe();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,w){w=q(w);return this._makeShaderCubic(d,h,n,t,w)};a.Image.prototype.makeShaderOptions=function(d,h,n,t,w){w=q(w);return this._makeShaderOptions(d,h,n,t,w)};a.Image.prototype.readPixels=function(d,h,n,t,w){var z=a.fe();return g(this,d,h,n,t,w,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=E(d);this._clipRRect(d, +h,n)};a.Canvas.prototype.clipRect=function(d,h,n){a.Ed(this.Dd);d=v(d);this._clipRect(d,h,n)};a.Canvas.prototype.concat=function(d){a.Ed(this.Dd);d=x(d);this._concat(d)};a.Canvas.prototype.drawArc=function(d,h,n,t,w){a.Ed(this.Dd);d=v(d);this._drawArc(d,h,n,t,w)};a.Canvas.prototype.drawAtlas=function(d,h,n,t,w,z,F){if(d&&t&&h&&n&&h.length===n.length){a.Ed(this.Dd);w||(w=a.BlendMode.SrcOver);var K=m(h,"HEAPF32"),I=m(n,"HEAPF32"),T=n.length/4,p=m(c(z),"HEAPU32");if(F&&"B"in F&&"C"in F)this._drawAtlasCubic(d, +I,K,p,T,w,F.B,F.C,t);else{let A=a.FilterMode.Linear,L=a.MipmapMode.None;F&&(A=F.filter,"mipmap"in F&&(L=F.mipmap));this._drawAtlasOptions(d,I,K,p,T,w,A,L,t)}k(K,h);k(I,n);k(p,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,w){a.Ed(this.Dd);d=B(d,h,n,t);void 0!==w?this._drawColor(d,w):this._drawColor(d)};a.Canvas.prototype.drawDRRect=function(d,h,n){a.Ed(this.Dd);d=E(d,Cb);h=E(h,lc);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,w,z){a.Ed(this.Dd);this._drawImageCubic(d,h,n,t,w,z||null)};a.Canvas.prototype.drawImageOptions=function(d,h,n,t,w,z){a.Ed(this.Dd);this._drawImageOptions(d, +h,n,t,w,z||null)};a.Canvas.prototype.drawImageNine=function(d,h,n,t,w){a.Ed(this.Dd);h=m(h,"HEAP32",gb);n=v(n);this._drawImageNine(d,h,n,t,w||null)};a.Canvas.prototype.drawImageRect=function(d,h,n,t,w){a.Ed(this.Dd);v(h,V);v(n,Aa);this._drawImageRect(d,V,Aa,t,!!w)};a.Canvas.prototype.drawImageRectCubic=function(d,h,n,t,w,z){a.Ed(this.Dd);v(h,V);v(n,Aa);this._drawImageRectCubic(d,V,Aa,t,w,z||null)};a.Canvas.prototype.drawImageRectOptions=function(d,h,n,t,w,z){a.Ed(this.Dd);v(h,V);v(n,Aa);this._drawImageRectOptions(d, +V,Aa,t,w,z||null)};a.Canvas.prototype.drawLine=function(d,h,n,t,w){a.Ed(this.Dd);this._drawLine(d,h,n,t,w)};a.Canvas.prototype.drawOval=function(d,h){a.Ed(this.Dd);d=v(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,w){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=m(d,"HEAPF32"),F=h?m(c(h),"HEAPU32"):M,K=n?m(n,"HEAPF32"):M;t||(t=a.BlendMode.Modulate);this._drawPatch(z,F,K,t,w);k(K,n);k(F,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=m(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=E(d); +this._drawRRect(d,h)};a.Canvas.prototype.drawRect=function(d,h){a.Ed(this.Dd);d=v(d);this._drawRect(d,h)};a.Canvas.prototype.drawRect4f=function(d,h,n,t,w){a.Ed(this.Dd);this._drawRect4f(d,h,n,t,w)};a.Canvas.prototype.drawShadow=function(d,h,n,t,w,z,F){a.Ed(this.Dd);var K=m(w,"HEAPF32"),I=m(z,"HEAPF32");h=m(h,"HEAPF32",Db);n=m(n,"HEAPF32",Eb);this._drawShadow(d,h,n,t,K,I,F);k(K,w);k(I,z)};a.getShadowLocalBounds=function(d,h,n,t,w,z,F){d=q(d);n=m(n,"HEAPF32",Db);t=m(t,"HEAPF32",Eb);if(!this._getShadowLocalBounds(d, +h,n,t,w,z,V))return null;h=ma.toTypedArray();return F?(F.set(h),F):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(gb);var h=Fb.toTypedArray();d?d.set(h):d=h.slice();return d};a.Canvas.prototype.getLocalToDevice=function(){this._getLocalToDevice(Y);for(var d=Y,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,w){a.Ed(this.Dd);return g(this,d,h,n,t,w)};a.Canvas.prototype.saveLayer=function(d,h,n,t){h=v(h);return this._saveLayer(d||null,h,n||null,t||0)};a.Canvas.prototype.writePixels=function(d,h,n,t,w, +z,F,K){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;F=F||a.ColorType.RGBA_8888;K=K||a.ColorSpace.SRGB;var T=I*h;I=m(d,"HEAPU8");h=this._writePixels({width:h,height:n,colorType:F,alphaType:z,colorSpace:K},I,T,t,w);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=m(d,"HEAPF32"),n=a.ColorFilter._makeMatrix(h);k(h,d);return n};a.ContourMeasure.prototype.getPosTan=function(d,h){this._getPosTan(d,V);d=ma.toTypedArray();return h?(h.set(d),h):d.slice()};a.ImageFilter.MakeDropShadow=function(d,h,n,t,w,z){w=y(w,ua);return a.ImageFilter._MakeDropShadow(d,h,n,t,w,z)};a.ImageFilter.MakeDropShadowOnly=function(d,h,n,t,w,z){w=y(w,ua);return a.ImageFilter._MakeDropShadowOnly(d,h,n,t,w,z)};a.ImageFilter.MakeImage=function(d,h,n,t){n=v(n,V);t=v(t,Aa);if("B"in h&&"C"in +h)return a.ImageFilter._MakeImageCubic(d,h.B,h.C,n,t);const w=h.filter;let z=a.MipmapMode.None;"mipmap"in h&&(z=h.mipmap);return a.ImageFilter._MakeImageOptions(d,w,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 w=a.MipmapMode.None;"mipmap"in h&&(w=h.mipmap);return a.ImageFilter._MakeMatrixTransformOptions(d,t,w,n)};a.Paint.prototype.getColor=function(){this._getColor(ua);return D(ua)}; +a.Paint.prototype.setColor=function(d,h){h=h||null;d=y(d);this._setColor(d,h)};a.Paint.prototype.setColorComponents=function(d,h,n,t,w){w=w||null;d=B(d,h,n,t);this._setColor(d,w)};a.Path.prototype.getPoint=function(d,h){this._getPoint(d,V);d=ma.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,w){t=q(t);w=v(w);return this._makeShader(d,h,n,t,w)};a.Picture.prototype.cullRect=function(d){this._cullRect(V);var h=ma.toTypedArray();return d?(d.set(h), +d):h.slice()};a.PictureRecorder.prototype.beginRecording=function(d,h){d=v(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=m(d,"HEAP32",gb);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.$d||(this.$d=this.getCanvas());return requestAnimationFrame(function(){a.Ed(this.Dd); +d(this.$d);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.$d||(this.$d=this.getCanvas());requestAnimationFrame(function(){a.Ed(this.Dd);d(this.$d);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=m(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,w,z,F,K){K=K||null;var I=l(n),T=m(t,"HEAPF32");F=F||0;z=q(z);var p= +ma.toTypedArray();p.set(d);p.set(h,2);d=a.Shader._MakeLinearGradient(V,I.Ld,I.colorType,T,I.count,w,F,z,K);k(I.Ld,n);t&&k(T,t);return d};a.Shader.MakeRadialGradient=function(d,h,n,t,w,z,F,K){K=K||null;var I=l(n),T=m(t,"HEAPF32");F=F||0;z=q(z);d=a.Shader._MakeRadialGradient(d[0],d[1],h,I.Ld,I.colorType,T,I.count,w,F,z,K);k(I.Ld,n);t&&k(T,t);return d};a.Shader.MakeSweepGradient=function(d,h,n,t,w,z,F,K,I,T){T=T||null;var p=l(n),A=m(t,"HEAPF32");F=F||0;K=K||0;I=I||360;z=q(z);d=a.Shader._MakeSweepGradient(d, +h,p.Ld,p.colorType,A,p.count,w,K,I,F,z,T);k(p.Ld,n);t&&k(A,t);return d};a.Shader.MakeTwoPointConicalGradient=function(d,h,n,t,w,z,F,K,I,T){T=T||null;var p=l(w),A=m(z,"HEAPF32");I=I||0;K=q(K);var L=ma.toTypedArray();L.set(d);L.set(n,2);d=a.Shader._MakeTwoPointConicalGradient(V,h,t,p.Ld,p.colorType,A,p.count,F,I,K,T);k(p.Ld,w);z&&k(A,z);return d};a.Vertices.prototype.bounds=function(d){this._bounds(V);var h=ma.toTypedArray();return d?(d.set(h),d):h.slice()};a.Hd&&a.Hd.forEach(function(d){d()})};a.computeTonalColors= +function(g){var d=m(g.ambient,"HEAPF32"),h=m(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 Ra=null;a.MakeImageFromCanvasImageSource=function(g){var d=g.width,h=g.height;Ra||(Ra=document.createElement("canvas"));Ra.width=d;Ra.height=h;var n=Ra.getContext("2d",{wf:!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,w){var z=t&&t.length||0,F=0;h&&h.length&&(F|=1);n&&n.length&&(F|=2);void 0===w||w||(F|=4);g=new a._VerticesBuilder(g,d.length/2,z,F);m(d,"HEAPF32",g.positions());g.texCoords()&& +m(h,"HEAPF32",g.texCoords());g.colors()&&m(c(n),"HEAPU32",g.colors());g.indices()&&m(t,"HEAPU16",g.indices());return g.detach()};(function(g){g.Hd=g.Hd||[];g.Hd.push(function(){function d(p){if(!p||!p.length)return[];for(var A=[],L=0;Ld)return a._free(g),null;t=new Uint16Array(a.HEAPU8.buffer,g,d);if(h)return h.set(t),a._free(g),h;h=Uint16Array.from(t);a._free(g);return h};a.Font.prototype.getGlyphIntercepts=function(g,d,h,n){var t=m(g,"HEAPU16"),w=m(d,"HEAPF32");return this._getGlyphIntercepts(t, +g.length,!(g&&g._ck),w,d.length,!(d&&d._ck),h,n)};a.Font.prototype.getGlyphWidths=function(g,d,h){var n=m(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 w=[];d=new a.ContourMeasureIter(d,!1,1);for(var z=d.next(),F=new Float32Array(4),K=0;Kz.length()){z.delete();z= +d.next();if(!z){g=g.substring(0,K);break}n=I/2}z.getPosTan(n,F);var T=F[2],p=F[3];w.push(T,p,F[0]-I/2*T,F[1]-I/2*p);n+=I/2}g=this.MakeFromRSXform(g,w,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=m(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=m(g,"HEAPU16");d=m(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=m(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.prototype.makeShader=function(g,d){var h=!g._ck,n=m(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=m(g,"HEAPF32");h=q(h);for(var w=[],z=0;z{throw b;},qa="object"==typeof window,ra="function"==typeof importScripts,sa="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,ta="",va,wa,ya; +if(sa){var fs=require("fs"),za=require("path");ta=ra?za.dirname(ta)+"/":__dirname+"/";va=(a,b)=>{a=a.startsWith("file://")?new URL(a):za.normalize(a);return fs.readFileSync(a,b?void 0:"utf8")};ya=a=>{a=va(a,!0);a.buffer||(a=new Uint8Array(a));return a};wa=(a,b,c)=>{a=a.startsWith("file://")?new URL(a):za.normalize(a);fs.readFile(a,function(e,f){e?c(e):b(f.buffer)})};1process.versions.node.split(".")[0])process.on("unhandledRejection", +function(a){throw a;});oa=(a,b)=>{if(noExitRuntime)throw process.exitCode=a,b;if(!(b instanceof Ba)){var c=b;b&&"object"==typeof b&&b.stack&&(c=[b,b.stack]);Ca("exiting due to exception: "+c)}process.exit(a)};r.inspect=function(){return"[Emscripten Module object]"}}else if(qa||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="",va=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);return b.responseText},ra&&(ya=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.responseType="arraybuffer";b.send(null);return new Uint8Array(b.response)}),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 Da=r.print||console.log.bind(console),Ca=r.printErr||console.warn.bind(console); +Object.assign(r,la);la=null;r.thisProgram&&(na=r.thisProgram);r.quit&&(oa=r.quit);var Ea;r.wasmBinary&&(Ea=r.wasmBinary);var noExitRuntime=r.noExitRuntime||!0;"object"!=typeof WebAssembly&&Fa("no native wasm support detected");var Ga,Ha=!1,Ia="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0; +function Ja(a,b,c){var e=b+c;for(c=b;a[c]&&!(c>=e);)++c;if(16f?e+=String.fromCharCode(f):(f-=65536,e+=String.fromCharCode(55296|f>>10,56320|f&1023))}}else e+=String.fromCharCode(f)}return e}function Ka(a,b){return a?Ja(C,a,b):""} +function ka(a,b,c,e){if(!(0=m){var l=a.charCodeAt(++k);m=65536+((m&1023)<<10)|l&1023}if(127>=m){if(c>=e)break;b[c++]=m}else{if(2047>=m){if(c+1>=e)break;b[c++]=192|m>>6}else{if(65535>=m){if(c+2>=e)break;b[c++]=224|m>>12}else{if(c+3>=e)break;b[c++]=240|m>>18;b[c++]=128|m>>12&63}b[c++]=128|m>>6&63}b[c++]=128|m&63}}b[c]=0;return c-f} +function 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}var Ma,C,Na,Oa,G,J,N,Pa;function Qa(){var a=Ga.buffer;r.HEAP8=Ma=new Int8Array(a);r.HEAP16=Na=new Int16Array(a);r.HEAP32=G=new Int32Array(a);r.HEAPU8=C=new Uint8Array(a);r.HEAPU16=Oa=new Uint16Array(a);r.HEAPU32=J=new Uint32Array(a);r.HEAPF32=N=new Float32Array(a);r.HEAPF64=Pa=new Float64Array(a)}var Sa,Ta=[],Ua=[],Va=[]; +function Wa(){var a=r.preRun.shift();Ta.unshift(a)}var Xa=0,Ya=null,Za=null;function Fa(a){if(r.onAbort)r.onAbort(a);a="Aborted("+a+")";Ca(a);Ha=!0;a=new WebAssembly.RuntimeError(a+". Build with -sASSERTIONS for more info.");ba(a);throw a;}function $a(a){return a.startsWith("data:application/octet-stream;base64,")}var ab;ab="canvaskit.wasm";if(!$a(ab)){var bb=ab;ab=r.locateFile?r.locateFile(bb,ta):ta+bb} +function cb(a){try{if(a==ab&&Ea)return new Uint8Array(Ea);if(ya)return ya(a);throw"both async and sync fetching of the wasm failed";}catch(b){Fa(b)}} +function db(a){if(!Ea&&(qa||ra)){if("function"==typeof fetch&&!a.startsWith("file://"))return fetch(a,{credentials:"same-origin"}).then(function(b){if(!b.ok)throw"failed to load wasm binary file at '"+a+"'";return b.arrayBuffer()}).catch(function(){return cb(a)});if(wa)return new Promise(function(b,c){wa(a,function(e){b(new Uint8Array(e))},c)})}return Promise.resolve().then(function(){return cb(a)})} +function eb(a,b,c){return db(a).then(function(e){return WebAssembly.instantiate(e,b)}).then(function(e){return e}).then(c,function(e){Ca("failed to asynchronously prepare wasm: "+e);Fa(e)})} +function fb(a,b){var c=ab;return Ea||"function"!=typeof WebAssembly.instantiateStreaming||$a(c)||c.startsWith("file://")||sa||"function"!=typeof fetch?eb(c,a,b):fetch(c,{credentials:"same-origin"}).then(function(e){return WebAssembly.instantiateStreaming(e,a).then(b,function(f){Ca("wasm streaming compile failed: "+f);Ca("falling back to ArrayBuffer instantiation");return eb(c,a,b)})})}function Ba(a){this.name="ExitStatus";this.message="Program terminated with exit("+a+")";this.status=a} +function hb(a){for(;0>2]=b};this.Ge=function(b){J[this.Fd+8>>2]=b};this.Ie=function(){G[this.Fd>>2]=0};this.Fe=function(){Ma[this.Fd+12>>0]=0};this.Je=function(){Ma[this.Fd+13>>0]=0};this.ie=function(b,c){this.Ee();this.Ke(b);this.Ge(c);this.Ie();this.Fe();this.Je()};this.Ee=function(){J[this.Fd+16>>2]=0}}var jb=0,kb={};function lb(a){for(;a.length;){var b=a.pop();a.pop()(b)}} +function mb(a){return this.fromWireType(G[a>>2])}var nb={},ob={},pb={};function qb(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 rb(a,b){a=qb(a);return{[a]:function(){return b.apply(this,arguments)}}[a]} +function sb(a){var b=Error,c=rb(a,function(e){this.name=a;this.message=e;e=Error(e).stack;void 0!==e&&(this.stack=this.toString()+"\n"+e.replace(/^Error(:[^\n]*)?\n/,""))});c.prototype=Object.create(b.prototype);c.prototype.constructor=c;c.prototype.toString=function(){return void 0===this.message?this.name:this.name+": "+this.message};return c}var tb=void 0;function ub(a){throw new tb(a);} +function vb(a,b,c){function e(l){l=c(l);l.length!==a.length&&ub("Mismatched type converter count");for(var q=0;q{ob.hasOwnProperty(l)?f[q]=ob[l]:(k.push(l),nb.hasOwnProperty(l)||(nb[l]=[]),nb[l].push(()=>{f[q]=ob[l];++m;m===k.length&&e(f)}))});0===k.length&&e(f)} +function xb(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 yb=void 0;function O(a){for(var b="";C[a];)b+=yb[C[a++]];return b}var zb=void 0;function P(a){throw new zb(a);} +function wb(a,b,c={}){if(!("argPackAdvance"in b))throw new TypeError("registerType registeredInstance requires argPackAdvance");var e=b.name;a||P('type "'+e+'" must have a positive integer typeid pointer');if(ob.hasOwnProperty(a)){if(c.bf)return;P("Cannot register type '"+e+"' twice")}ob[a]=b;delete pb[a];nb.hasOwnProperty(a)&&(b=nb[a],delete nb[a],b.forEach(f=>f()))}function Ab(a){P(a.jd.Id.Gd.name+" instance already deleted")}var Bb=!1;function Ib(){} +function Jb(a){--a.count.value;0===a.count.value&&(a.Kd?a.Nd.Rd(a.Kd):a.Id.Gd.Rd(a.Fd))}function Kb(a,b,c){if(b===c)return a;if(void 0===c.Pd)return null;a=Kb(a,b,c.Pd);return null===a?null:c.Te(a)}var Lb={},Mb=[];function Nb(){for(;Mb.length;){var a=Mb.pop();a.jd.Yd=!1;a["delete"]()}}var Ob=void 0,Pb={};function Qb(a,b){for(void 0===b&&P("ptr should not be undefined");a.Pd;)b=a.de(b),a=a.Pd;return Pb[b]} +function Rb(a,b){b.Id&&b.Fd||ub("makeClassHandle requires ptr and ptrType");!!b.Nd!==!!b.Kd&&ub("Both smartPtrType and smartPtr must be specified");b.count={value:1};return Sb(Object.create(a,{jd:{value:b}}))}function Sb(a){if("undefined"===typeof FinalizationRegistry)return Sb=b=>b,a;Bb=new FinalizationRegistry(b=>{Jb(b.jd)});Sb=b=>{var c=b.jd;c.Kd&&Bb.register(b,{jd:c},b);return b};Ib=b=>{Bb.unregister(b)};return Sb(a)}function Tb(){} +function Ub(a,b,c){if(void 0===a[b].Jd){var e=a[b];a[b]=function(){a[b].Jd.hasOwnProperty(arguments.length)||P("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.Wd]=e}} +function Vb(a,b,c){r.hasOwnProperty(a)?((void 0===c||void 0!==r[a].Jd&&void 0!==r[a].Jd[c])&&P("Cannot register public name '"+a+"' twice"),Ub(r,a,a),r.hasOwnProperty(c)&&P("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].tf=c))}function Wb(a,b,c,e,f,k,m,l){this.name=a;this.constructor=b;this.Zd=c;this.Rd=e;this.Pd=f;this.We=k;this.de=m;this.Te=l;this.ff=[]} +function Xb(a,b,c){for(;b!==c;)b.de||P("Expected null or instance of "+c.name+", got an instance of "+b.name),a=b.de(a),b=b.Pd;return a}function Yb(a,b){if(null===b)return this.re&&P("null is not a valid "+this.name),0;b.jd||P('Cannot pass "'+Zb(b)+'" as a '+this.name);b.jd.Fd||P("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.re&&P("null is not a valid "+this.name);if(this.he){var c=this.se();null!==a&&a.push(this.Rd,c);return c}return 0}b.jd||P('Cannot pass "'+Zb(b)+'" as a '+this.name);b.jd.Fd||P("Cannot pass deleted object as a pointer of type "+this.name);!this.ge&&b.jd.Id.ge&&P("Cannot convert argument of type "+(b.jd.Nd?b.jd.Nd.name:b.jd.Id.name)+" to parameter type "+this.name);c=Xb(b.jd.Fd,b.jd.Id.Gd,this.Gd);if(this.he)switch(void 0===b.jd.Kd&&P("Passing raw pointer to smart pointer is illegal"), +this.lf){case 0:b.jd.Nd===this?c=b.jd.Kd:P("Cannot convert argument of type "+(b.jd.Nd?b.jd.Nd.name:b.jd.Id.name)+" to parameter type "+this.name);break;case 1:c=b.jd.Kd;break;case 2:if(b.jd.Nd===this)c=b.jd.Kd;else{var e=b.clone();c=this.gf(c,ac(function(){e["delete"]()}));null!==a&&a.push(this.Rd,c)}break;default:P("Unsupporting sharing policy")}return c} +function bc(a,b){if(null===b)return this.re&&P("null is not a valid "+this.name),0;b.jd||P('Cannot pass "'+Zb(b)+'" as a '+this.name);b.jd.Fd||P("Cannot pass deleted object as a pointer of type "+this.name);b.jd.Id.ge&&P("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,m,l,q,x,y){this.name=a;this.Gd=b;this.re=c;this.ge=e;this.he=f;this.ef=k;this.lf=m;this.Be=l;this.se=q;this.gf=x;this.Rd=y;f||void 0!==b.Pd?this.toWireType=$b:(this.toWireType=e?Yb:bc,this.Md=null)}function dc(a,b,c){r.hasOwnProperty(a)||ub("Replacing nonexistant public symbol");void 0!==r[a].Jd&&void 0!==c?r[a].Jd[c]=b:(r[a]=b,r[a].Wd=c)}function Q(a){return Sa.get(a)} +function 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=Q(b).apply(null,c);return e}}function R(a,b){a=O(a);var c=a.includes("j")?ec(a,b):Q(b);"function"!=typeof c&&P("unknown function pointer with signature "+a+": "+b);return c}var fc=void 0;function nc(a){a=oc(a);var b=O(a);pc(a);return b} +function qc(a,b){function c(k){f[k]||ob[k]||(pb[k]?pb[k].forEach(c):(e.push(k),f[k]=!0))}var e=[],f={};b.forEach(c);throw new fc(a+": "+e.map(nc).join([", "]));} +function rc(a,b,c,e,f){var k=b.length;2>k&&P("argTypes array size mismatch! Must at least get return value and 'this' types!");var m=null!==b[1]&&null!==c,l=!1;for(c=1;c>2]);return c}var tc=[],uc=[{},{value:void 0},{value:null},{value:!0},{value:!1}];function vc(a){4{a||P("Cannot use deleted val. handle = "+a);return uc[a].value},ac=a=>{switch(a){case void 0:return 1;case null:return 2;case !0:return 3;case !1:return 4;default:var b=tc.length?tc.pop():uc.length;uc[b]={te:1,value:a};return b}}; +function xc(a,b,c){switch(b){case 0:return function(e){return this.fromWireType((c?Ma:C)[e])};case 1:return function(e){return this.fromWireType((c?Na:Oa)[e>>1])};case 2:return function(e){return this.fromWireType((c?G:J)[e>>2])};default:throw new TypeError("Unknown integer type: "+a);}}function yc(a,b){var c=ob[a];void 0===c&&P(b+" has unknown type "+nc(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 zc(a,b){switch(b){case 2:return function(c){return this.fromWireType(N[c>>2])};case 3:return function(c){return this.fromWireType(Pa[c>>3])};default:throw new TypeError("Unknown float type: "+a);}} +function Ac(a,b,c){switch(b){case 0:return c?function(e){return Ma[e]}:function(e){return C[e]};case 1:return c?function(e){return Na[e>>1]}:function(e){return Oa[e>>1]};case 2:return c?function(e){return G[e>>2]}:function(e){return J[e>>2]};default:throw new TypeError("Unknown integer type: "+a);}}var Bc="undefined"!=typeof TextDecoder?new TextDecoder("utf-16le"):void 0; +function Cc(a,b){var c=a>>1;for(var e=c+b/2;!(c>=e)&&Oa[c];)++c;c<<=1;if(32=b/2);++e){var f=Na[a+2*e>>1];if(0==f)break;c+=String.fromCharCode(f)}return c}function Dc(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;Na[b>>1]=0;return b-e}function Ec(a){return 2*a.length} +function Fc(a,b){for(var c=0,e="";!(c>=b/4);){var f=G[a+4*c>>2];if(0==f)break;++c;65536<=f?(f-=65536,e+=String.fromCharCode(55296|f>>10,56320|f&1023)):e+=String.fromCharCode(f)}return e}function Gc(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 m=a.charCodeAt(++f);k=65536+((k&1023)<<10)|m&1023}G[b>>2]=k;b+=4;if(b+4>c)break}G[b>>2]=0;return b-e} +function Hc(a){for(var b=0,c=0;c=e&&++c;b+=4}return b}var Ic={};function Jc(a){var b=Ic[a];return void 0===b?O(a):b}var Kc=[]; +function Lc(){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 Mc(a){var b=Kc.length;Kc.push(a);return b}function Nc(a,b){for(var c=Array(a),e=0;e>2],"parameter "+e);return c}var Oc=[];function Pc(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]=m.readValueFromPointer(f);f+=m.argPackAdvance}c=new (c.bind.apply(c,b));return ac(c)}}var Qc={},Rc;Rc=sa?()=>{var a=process.hrtime();return 1E3*a[0]+a[1]/1E6}:()=>performance.now(); +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,m){b.drawElementsInstancedANGLE(c,e,f,k,m)})} +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=[],ed={},fd={},gd=4;function U(a){hd||(hd=a)}function ca(a){for(var b=Vc++,c=a.length;ca.version||!b.ye)b.ye=b.getExtension("EXT_disjoint_timer_query");b.sf=b.getExtension("WEBGL_multi_draw");(b.getSupportedExtensions()||[]).forEach(function(c){c.includes("lose_context")||c.includes("debug")||b.getExtension(c)})}} +var u,hd,ld=[];function md(a,b,c,e){for(var f=0;f>2]=m}} +function nd(a,b,c){if(b){var e=void 0;switch(a){case 36346:e=1;break;case 36344:0!=c&&1!=c&&U(1280);return;case 34814:case 36345:e=0;break;case 34466:var f=X.getParameter(34467);e=f?f.length:0;break;case 33309:if(2>u.version){U(1282);return}e=2*(X.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>u.version){U(1280);return}e=33307==a?3:0}if(void 0===e)switch(f=X.getParameter(a),typeof f){case "number":e=f;break;case "boolean":e=f?1:0;break;case "string":U(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:U(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:Ma[b+a>>0]=f[a]?1:0}return}try{e=f.name|0}catch(k){U(1280); +Ca("GL_INVALID_ENUM in glGet"+c+"v: Unknown object returned from WebGL getParameter("+a+")! (error: "+k+")");return}}break;default:U(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;J[b>>2]=c;J[b+4>>2]=(c-J[b>>2])/4294967296;break;case 0:G[b>>2]=e;break;case 2:N[b>>2]=e;break;case 4:Ma[b>>0]=e?1:0}}else U(1281)}function od(a){var b=ja(a)+1,c=pd(b);ka(a,C,c,b);return c} +function qd(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function rd(a){a-=5120;return 0==a?Ma:1==a?C:2==a?Na:4==a?G:6==a?N:5==a||28922==a||28520==a||30779==a||30782==a?J:Oa}function sd(a,b,c,e,f){a=rd(a);var k=31-Math.clz32(a.BYTES_PER_ELEMENT),m=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 Z(a){var b=X.Re;if(b){var c=b.ce[a];"number"==typeof c&&(b.ce[a]=c=X.getUniformLocation(b,b.Ce[a]+(0Y?-1:0S-v.getDate())E-=S-v.getDate()+1,v.setDate(1),11>H?v.setMonth(H+1):(v.setMonth(0),v.setFullYear(v.getFullYear()+1));else{v.setDate(v.getDate()+E);break}}H=new Date(v.getFullYear()+1,0,4);E=l(new Date(v.getFullYear(), +0,4));H=l(H);return 0>=m(E,v)?0>=m(H,v)?v.getFullYear()+1:v.getFullYear():v.getFullYear()-1}var x=G[e+40>>2];e={pf:G[e>>2],nf:G[e+4>>2],me:G[e+8>>2],ue:G[e+12>>2],ne:G[e+16>>2],Ud:G[e+20>>2],Qd:G[e+24>>2],Td:G[e+28>>2],vf:G[e+32>>2],mf:G[e+36>>2],qf:x?Ka(x):""};c=Ka(c);x={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y","%EY":"%Y", +"%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var y in x)c=c.replace(new RegExp(y,"g"),x[y]);var B="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),D="January February March April May June July August September October November December".split(" ");x={"%a":function(v){return B[v.Qd].substring(0,3)},"%A":function(v){return B[v.Qd]},"%b":function(v){return D[v.ne].substring(0,3)}, +"%B":function(v){return D[v.ne]},"%C":function(v){return k((v.Ud+1900)/100|0,2)},"%d":function(v){return k(v.ue,2)},"%e":function(v){return f(v.ue,2," ")},"%g":function(v){return q(v).toString().substring(2)},"%G":function(v){return q(v)},"%H":function(v){return k(v.me,2)},"%I":function(v){v=v.me;0==v?v=12:12v.me?"AM":"PM"},"%S":function(v){return k(v.pf,2)},"%t":function(){return"\t"},"%u":function(v){return v.Qd||7},"%U":function(v){return k(Math.floor((v.Td+7-v.Qd)/7),2)},"%V":function(v){var E=Math.floor((v.Td+7-(v.Qd+6)%7)/7);2>=(v.Qd+371-v.Td-2)%7&&E++;if(E)53==E&&(H=(v.Qd+371-v.Td)%7,4==H||3==H&&zd(v.Ud)||(E=1));else{E=52;var H=(v.Qd+7-v.Td-1)%7;(4==H||5==H&&zd(v.Ud%400-1))&&E++}return k(E,2)},"%w":function(v){return v.Qd},"%W":function(v){return k(Math.floor((v.Td+ +7-(v.Qd+6)%7)/7),2)},"%y":function(v){return(v.Ud+1900).toString().substring(2)},"%Y":function(v){return v.Ud+1900},"%z":function(v){v=v.mf;var E=0<=v;v=Math.abs(v)/60;return(E?"+":"-")+String("0000"+(v/60*100+v%60)).slice(-4)},"%Z":function(v){return v.qf},"%%":function(){return"%"}};c=c.replace(/%%/g,"\x00\x00");for(y in x)c.includes(y)&&(c=c.replace(new RegExp(y,"g"),x[y](e)));c=c.replace(/\0\0/g,"%");y=Cd(c);if(y.length>b)return 0;Ma.set(y,a);return y.length-1}tb=r.InternalError=sb("InternalError"); +for(var Ed=Array(256),Fd=0;256>Fd;++Fd)Ed[Fd]=String.fromCharCode(Fd);yb=Ed;zb=r.BindingError=sb("BindingError");Tb.prototype.isAliasOf=function(a){if(!(this instanceof Tb&&a instanceof Tb))return!1;var b=this.jd.Id.Gd,c=this.jd.Fd,e=a.jd.Id.Gd;for(a=a.jd.Fd;b.Pd;)c=b.de(c),b=b.Pd;for(;e.Pd;)a=e.de(a),e=e.Pd;return b===e&&c===a}; +Tb.prototype.clone=function(){this.jd.Fd||Ab(this);if(this.jd.be)return this.jd.count.value+=1,this;var a=Sb,b=Object,c=b.create,e=Object.getPrototypeOf(this),f=this.jd;a=a(c.call(b,e,{jd:{value:{count:f.count,Yd:f.Yd,be:f.be,Fd:f.Fd,Id:f.Id,Kd:f.Kd,Nd:f.Nd}}}));a.jd.count.value+=1;a.jd.Yd=!1;return a};Tb.prototype["delete"]=function(){this.jd.Fd||Ab(this);this.jd.Yd&&!this.jd.be&&P("Object already scheduled for deletion");Ib(this);Jb(this.jd);this.jd.be||(this.jd.Kd=void 0,this.jd.Fd=void 0)}; +Tb.prototype.isDeleted=function(){return!this.jd.Fd};Tb.prototype.deleteLater=function(){this.jd.Fd||Ab(this);this.jd.Yd&&!this.jd.be&&P("Object already scheduled for deletion");Mb.push(this);1===Mb.length&&Ob&&Ob(Nb);this.jd.Yd=!0;return this};r.getInheritedInstanceCount=function(){return Object.keys(Pb).length};r.getLiveInheritedInstances=function(){var a=[],b;for(b in Pb)Pb.hasOwnProperty(b)&&a.push(Pb[b]);return a};r.flushPendingDeletes=Nb;r.setDelayFunction=function(a){Ob=a;Mb.length&&Ob&&Ob(Nb)}; +cc.prototype.Xe=function(a){this.Be&&(a=this.Be(a));return a};cc.prototype.we=function(a){this.Rd&&this.Rd(a)};cc.prototype.argPackAdvance=8;cc.prototype.readValueFromPointer=mb;cc.prototype.deleteObject=function(a){if(null!==a)a["delete"]()}; +cc.prototype.fromWireType=function(a){function b(){return this.he?Rb(this.Gd.Zd,{Id:this.ef,Fd:c,Nd:this,Kd:a}):Rb(this.Gd.Zd,{Id:this,Fd:a})}var c=this.Xe(a);if(!c)return this.we(a),null;var e=Qb(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.we(a);return e}e=this.Gd.We(c);e=Lb[e];if(!e)return b.call(this);e=this.ge?e.Qe:e.pointerType;var f=Kb(c,this.Gd,e.Gd);return null===f?b.call(this):this.he?Rb(e.Gd.Zd,{Id:e,Fd:f,Nd:this,Kd:a}):Rb(e.Gd.Zd, +{Id:e,Fd:f})};fc=r.UnboundTypeError=sb("UnboundTypeError");r.count_emval_handles=function(){for(var a=0,b=5;bGd;++Gd)ld.push(Array(Gd));var Hd=new Float32Array(288);for(Gd=0;288>Gd;++Gd)td[Gd]=Hd.subarray(0,Gd+1);var Id=new Int32Array(288);for(Gd=0;288>Gd;++Gd)ud[Gd]=Id.subarray(0,Gd+1); +var Wd={G:function(a,b,c){(new ib(a)).ie(b,c);jb++;throw a;},T:function(){return 0},rb:function(){},tb:function(){return 0},pb:function(){},ub:function(){},qb:function(){},C:function(a){var b=kb[a];delete kb[a];var c=b.se,e=b.Rd,f=b.ze,k=f.map(m=>m.$e).concat(f.map(m=>m.jf));vb([a],k,m=>{var l={};f.forEach((q,x)=>{var y=m[x],B=q.Ye,D=q.Ze,v=m[x+f.length],E=q.hf,H=q.kf;l[q.Ve]={read:S=>y.fromWireType(B(D,S)),write:(S,Y)=>{var da=[];E(H,S,v.toWireType(da,Y));lb(da)}}});return[{name:b.name,fromWireType:function(q){var x= +{},y;for(y in l)x[y]=l[y].read(q);e(q);return x},toWireType:function(q,x){for(var y in l)if(!(y in x))throw new TypeError('Missing field: "'+y+'"');var B=c();for(y in l)l[y].write(B,x[y]);null!==q&&q.push(e,B);return B},argPackAdvance:8,readValueFromPointer:mb,Md:e}]})},hb:function(){},yb:function(a,b,c,e,f){var k=xb(c);b=O(b);wb(a,{name:b,fromWireType:function(m){return!!m},toWireType:function(m,l){return l?e:f},argPackAdvance:8,readValueFromPointer:function(m){if(1===c)var l=Ma;else if(2===c)l= +Na;else if(4===c)l=G;else throw new TypeError("Unknown boolean type size: "+b);return this.fromWireType(l[m>>k])},Md:null})},l:function(a,b,c,e,f,k,m,l,q,x,y,B,D){y=O(y);k=R(f,k);l&&(l=R(m,l));x&&(x=R(q,x));D=R(B,D);var v=qb(y);Vb(v,function(){qc("Cannot construct "+y+" due to unbound types",[e])});vb([a,b,c],e?[e]:[],function(E){E=E[0];if(e){var H=E.Gd;var S=H.Zd}else S=Tb.prototype;E=rb(v,function(){if(Object.getPrototypeOf(this)!==Y)throw new zb("Use 'new' to construct "+y);if(void 0===da.Sd)throw new zb(y+ +" has no accessible constructor");var La=da.Sd[arguments.length];if(void 0===La)throw new zb("Tried to invoke ctor of "+y+" with invalid number of parameters ("+arguments.length+") - expected ("+Object.keys(da.Sd).toString()+") parameters instead!");return La.apply(this,arguments)});var Y=Object.create(S,{constructor:{value:E}});E.prototype=Y;var da=new Wb(y,E,Y,D,H,k,l,x);H=new cc(y,da,!0,!1,!1);S=new cc(y+"*",da,!1,!1,!1);var ua=new cc(y+" const*",da,!1,!0,!1);Lb[a]={pointerType:S,Qe:ua};dc(v,E); +return[H,S,ua]})},e:function(a,b,c,e,f,k,m){var l=sc(c,e);b=O(b);k=R(f,k);vb([],[a],function(q){function x(){qc("Cannot call "+y+" due to unbound types",l)}q=q[0];var y=q.name+"."+b;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);var B=q.Gd.constructor;void 0===B[b]?(x.Wd=c-1,B[b]=x):(Ub(B,b,y),B[b].Jd[c-1]=x);vb([],l,function(D){D=[D[0],null].concat(D.slice(1));D=rc(y,D,null,k,m);void 0===B[b].Jd?(D.Wd=c-1,B[b]=D):B[b].Jd[c-1]=D;return[]});return[]})},A:function(a,b,c,e,f,k){0{qc("Cannot construct "+l.name+" due to unbound types",m)};vb([],m,function(x){x.splice(1,0,null);l.Gd.Sd[b-1]=rc(q,x,null,f,k);return[]}); +return[]})},a:function(a,b,c,e,f,k,m,l){var q=sc(c,e);b=O(b);k=R(f,k);vb([],[a],function(x){function y(){qc("Cannot call "+B+" due to unbound types",q)}x=x[0];var B=x.name+"."+b;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);l&&x.Gd.ff.push(b);var D=x.Gd.Zd,v=D[b];void 0===v||void 0===v.Jd&&v.className!==x.name&&v.Wd===c-2?(y.Wd=c-2,y.className=x.name,D[b]=y):(Ub(D,b,B),D[b].Jd[c-2]=y);vb([],q,function(E){E=rc(B,E,x,k,m);void 0===D[b].Jd?(E.Wd=c-2,D[b]=E):D[b].Jd[c-2]=E;return[]});return[]})},r:function(a, +b,c){a=O(a);vb([],[b],function(e){e=e[0];r[a]=e.fromWireType(c);return[]})},xb:function(a,b){b=O(b);wb(a,{name:b,fromWireType:function(c){var e=wc(c);vc(c);return e},toWireType:function(c,e){return ac(e)},argPackAdvance:8,readValueFromPointer:mb,Md:null})},i:function(a,b,c,e){function f(){}c=xb(c);b=O(b);f.values={};wb(a,{name:b,constructor:f,fromWireType:function(k){return this.constructor.values[k]},toWireType:function(k,m){return m.value},argPackAdvance:8,readValueFromPointer:xc(b,c,e),Md:null}); +Vb(b,f)},b:function(a,b,c){var e=yc(a,"enum");b=O(b);a=e.constructor;e=Object.create(e.constructor.prototype,{value:{value:c},constructor:{value:rb(e.name+"_"+b,function(){})}});a.values[c]=e;a[b]=e},W:function(a,b,c){c=xb(c);b=O(b);wb(a,{name:b,fromWireType:function(e){return e},toWireType:function(e,f){return f},argPackAdvance:8,readValueFromPointer:zc(b,c),Md:null})},t:function(a,b,c,e,f,k){var m=sc(b,c);a=O(a);f=R(e,f);Vb(a,function(){qc("Cannot call "+a+" due to unbound types",m)},b-1);vb([], +m,function(l){l=[l[0],null].concat(l.slice(1));dc(a,rc(a,l,null,f,k),b-1);return[]})},E:function(a,b,c,e,f){b=O(b);-1===f&&(f=4294967295);f=xb(c);var k=l=>l;if(0===e){var m=32-8*c;k=l=>l<>>m}c=b.includes("unsigned")?function(l,q){return q>>>0}:function(l,q){return q};wb(a,{name:b,fromWireType:k,toWireType:c,argPackAdvance:8,readValueFromPointer:Ac(b,f,0!==e),Md:null})},s:function(a,b,c){function e(k){k>>=2;var m=J;return new f(m.buffer,m[k+1],m[k])}var f=[Int8Array,Uint8Array,Int16Array,Uint16Array, +Int32Array,Uint32Array,Float32Array,Float64Array][b];c=O(c);wb(a,{name:c,fromWireType:e,argPackAdvance:8,readValueFromPointer:e},{bf:!0})},q:function(a,b,c,e,f,k,m,l,q,x,y,B){c=O(c);k=R(f,k);l=R(m,l);x=R(q,x);B=R(y,B);vb([a],[b],function(D){D=D[0];return[new cc(c,D.Gd,!1,!1,!0,D,e,k,l,x,B)]})},V:function(a,b){b=O(b);var c="std::string"===b;wb(a,{name:b,fromWireType:function(e){var f=J[e>>2],k=e+4;if(c)for(var m=k,l=0;l<=f;++l){var q=k+l;if(l==f||0==C[q]){m=Ka(m,q-m);if(void 0===x)var x=m;else x+= +String.fromCharCode(0),x+=m;m=q+1}}else{x=Array(f);for(l=0;l>2]=k;if(c&&m)ka(f,C,q,k+1);else if(m)for(m=0;mOa;var l=1}else 4===b&&(e=Fc,f=Gc,k=Hc,m=()=>J,l=2);wb(a,{name:c,fromWireType:function(q){for(var x=J[q>>2],y=m(),B,D=q+4,v=0;v<=x;++v){var E=q+4+v*b;if(v==x||0==y[E>>l])D=e(D,E-D),void 0===B?B=D:(B+=String.fromCharCode(0),B+=D),D=E+b}pc(q);return B},toWireType:function(q,x){"string"!=typeof x&& +P("Cannot pass non-string to C++ string type "+c);var y=k(x),B=pd(4+y+b);J[B>>2]=y>>l;f(x,B+4,y+b);null!==q&&q.push(pc,B);return B},argPackAdvance:8,readValueFromPointer:mb,Md:function(q){pc(q)}})},D:function(a,b,c,e,f,k){kb[a]={name:O(b),se:R(c,e),Rd:R(f,k),ze:[]}},d:function(a,b,c,e,f,k,m,l,q,x){kb[a].ze.push({Ve:O(b),$e:c,Ye:R(e,f),Ze:k,jf:m,hf:R(l,q),kf:x})},zb:function(a,b){b=O(b);wb(a,{df:!0,name:b,argPackAdvance:0,fromWireType:function(){},toWireType:function(){}})},wb:function(){return!0}, +jb:function(){throw Infinity;},F:function(a,b,c){a=wc(a);b=yc(b,"emval::as");var e=[],f=ac(e);J[c>>2]=f;return b.toWireType(e,a)},O:function(a,b,c,e,f){a=Kc[a];b=wc(b);c=Jc(c);var k=[];J[e>>2]=ac(k);return a(b,c,k,f)},x:function(a,b,c,e){a=Kc[a];b=wc(b);c=Jc(c);a(b,c,null,e)},c:vc,K:function(a){if(0===a)return ac(Lc());a=Jc(a);return ac(Lc()[a])},u:function(a,b){var c=Nc(a,b),e=c[0];b=e.name+"_$"+c.slice(1).map(function(m){return m.name}).join("_")+"$";var f=Oc[b];if(void 0!==f)return f;var k=Array(a- +1);f=Mc((m,l,q,x)=>{for(var y=0,B=0;B>>0)+4294967296*e)},ba:function(a,b,c,e){X.colorMask(!!a,!!b,!!c,!!e)},ca:function(a){X.compileShader($c[a])},da:function(a,b,c,e,f,k,m,l){2<=u.version?X.Xd||!m?X.compressedTexImage2D(a, +b,c,e,f,k,m,l):X.compressedTexImage2D(a,b,c,e,f,k,C,l,m):X.compressedTexImage2D(a,b,c,e,f,k,l?C.subarray(l,l+m):null)},ea:function(a,b,c,e,f,k,m,l,q){2<=u.version?X.Xd||!l?X.compressedTexSubImage2D(a,b,c,e,f,k,m,l,q):X.compressedTexSubImage2D(a,b,c,e,f,k,m,C,q,l):X.compressedTexSubImage2D(a,b,c,e,f,k,m,q?C.subarray(q,q+l):null)},Pb:function(a,b,c,e,f){X.copyBufferSubData(a,b,c,e,f)},fa:function(a,b,c,e,f,k,m,l){X.copyTexSubImage2D(a,b,c,e,f,k,m,l)},ga:function(){var a=ca(Xc),b=X.createProgram();b.name= +a;b.le=b.je=b.ke=0;b.ve=1;Xc[a]=b;return a},ha:function(a){var b=ca($c);$c[b]=X.createShader(a);return b},ia:function(a){X.cullFace(a)},ja:function(a,b){for(var c=0;c>2],f=Wc[e];f&&(X.deleteBuffer(f),f.name=0,Wc[e]=null,e==X.pe&&(X.pe=0),e==X.Xd&&(X.Xd=0))}},Zb:function(a,b){for(var c=0;c>2],f=Yc[e];f&&(X.deleteFramebuffer(f),f.name=0,Yc[e]=null)}},ka:function(a){if(a){var b=Xc[a];b?(X.deleteProgram(b),b.name=0,Xc[a]=null):U(1281)}},_b:function(a,b){for(var c= +0;c>2],f=Zc[e];f&&(X.deleteRenderbuffer(f),f.name=0,Zc[e]=null)}},Ib:function(a,b){for(var c=0;c>2],f=bd[e];f&&(X.deleteSampler(f),f.name=0,bd[e]=null)}},la:function(a){if(a){var b=$c[a];b?(X.deleteShader(b),$c[a]=null):U(1281)}},Qb:function(a){if(a){var b=cd[a];b?(X.deleteSync(b),b.name=0,cd[a]=null):U(1281)}},ma:function(a,b){for(var c=0;c>2],f=ea[e];f&&(X.deleteTexture(f),f.name=0,ea[e]=null)}},qc:function(a,b){for(var c=0;c>2];X.deleteVertexArray(ad[e]);ad[e]=null}},tc:function(a,b){for(var c=0;c>2];X.deleteVertexArray(ad[e]);ad[e]=null}},na:function(a){X.depthMask(!!a)},oa:function(a){X.disable(a)},pa:function(a){X.disableVertexAttribArray(a)},qa:function(a,b,c){X.drawArrays(a,b,c)},nc:function(a,b,c,e){X.drawArraysInstanced(a,b,c,e)},lc:function(a,b,c,e,f){X.xe.drawArraysInstancedBaseInstanceWEBGL(a,b,c,e,f)},jc:function(a,b){for(var c=ld[a],e=0;e>2];X.drawBuffers(c)}, +ra:function(a,b,c,e){X.drawElements(a,b,c,e)},oc:function(a,b,c,e,f){X.drawElementsInstanced(a,b,c,e,f)},mc:function(a,b,c,e,f,k,m){X.xe.drawElementsInstancedBaseVertexBaseInstanceWEBGL(a,b,c,e,f,k,m)},dc:function(a,b,c,e,f,k){X.drawElements(a,e,f,k)},sa:function(a){X.enable(a)},ta:function(a){X.enableVertexAttribArray(a)},Nb:function(a,b){return(a=X.fenceSync(a,b))?(b=ca(cd),a.name=b,cd[b]=a,b):0},ua:function(){X.finish()},va:function(){X.flush()},$b:function(a,b,c,e){X.framebufferRenderbuffer(a, +b,c,Zc[e])},ac:function(a,b,c,e,f){X.framebufferTexture2D(a,b,c,ea[e],f)},wa:function(a){X.frontFace(a)},xa:function(a,b){md(a,b,"createBuffer",Wc)},bc:function(a,b){md(a,b,"createFramebuffer",Yc)},cc:function(a,b){md(a,b,"createRenderbuffer",Zc)},Jb:function(a,b){md(a,b,"createSampler",bd)},ya:function(a,b){md(a,b,"createTexture",ea)},rc:function(a,b){md(a,b,"createVertexArray",ad)},uc:function(a,b){md(a,b,"createVertexArray",ad)},Tb:function(a){X.generateMipmap(a)},za:function(a,b,c){c?G[c>>2]= +X.getBufferParameter(a,b):U(1281)},Aa:function(){var a=X.getError()||hd;hd=0;return a},Ba:function(a,b){nd(a,b,2)},Ub:function(a,b,c,e){a=X.getFramebufferAttachmentParameter(a,b,c);if(a instanceof WebGLRenderbuffer||a instanceof WebGLTexture)a=a.name|0;G[e>>2]=a},L:function(a,b){nd(a,b,0)},Ca:function(a,b,c,e){a=X.getProgramInfoLog(Xc[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Da:function(a,b,c){if(c)if(a>=Vc)U(1281);else if(a=Xc[a],35716==b)a=X.getProgramInfoLog(a), +null===a&&(a="(unknown error)"),G[c>>2]=a.length+1;else if(35719==b){if(!a.le)for(b=0;b>2]=a.le}else if(35722==b){if(!a.je)for(b=0;b>2]=a.je}else if(35381==b){if(!a.ke)for(b=0;b>2]=a.ke}else G[c>>2]=X.getProgramParameter(a, +b);else U(1281)},Vb:function(a,b,c){c?G[c>>2]=X.getRenderbufferParameter(a,b):U(1281)},Ea:function(a,b,c,e){a=X.getShaderInfoLog($c[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Eb:function(a,b,c,e){a=X.getShaderPrecisionFormat(a,b);G[c>>2]=a.rangeMin;G[c+4>>2]=a.rangeMax;G[e>>2]=a.precision},Fa:function(a,b,c){c?35716==b?(a=X.getShaderInfoLog($c[a]),null===a&&(a="(unknown error)"),G[c>>2]=a?a.length+1:0):35720==b?(a=X.getShaderSource($c[a]),G[c>>2]=a?a.length+1:0):G[c>> +2]=X.getShaderParameter($c[a],b):U(1281)},P:function(a){var b=ed[a];if(!b){switch(a){case 7939:b=X.getSupportedExtensions()||[];b=b.concat(b.map(function(e){return"GL_"+e}));b=od(b.join(" "));break;case 7936:case 7937:case 37445:case 37446:(b=X.getParameter(a))||U(1280);b=b&&od(b);break;case 7938:b=X.getParameter(7938);b=2<=u.version?"OpenGL ES 3.0 ("+b+")":"OpenGL ES 2.0 ("+b+")";b=od(b);break;case 35724:b=X.getParameter(35724);var c=b.match(/^WebGL GLSL ES ([0-9]\.[0-9][0-9]?)(?:$| .*)/);null!== +c&&(3==c[1].length&&(c[1]+="0"),b="OpenGL ES GLSL ES "+c[1]+" ("+b+")");b=od(b);break;default:U(1280)}ed[a]=b}return b},ab:function(a,b){if(2>u.version)return U(1282),0;var c=fd[a];if(c)return 0>b||b>=c.length?(U(1281),0):c[b];switch(a){case 7939:return c=X.getSupportedExtensions()||[],c=c.concat(c.map(function(e){return"GL_"+e})),c=c.map(function(e){return od(e)}),c=fd[a]=c,0>b||b>=c.length?(U(1281),0):c[b];default:return U(1280),0}},Ga:function(a,b){b=Ka(b);if(a=Xc[a]){var c=a,e=c.ce,f=c.De,k;if(!e)for(c.ce= +e={},c.Ce={},k=0;k>>0,f=b.slice(0,k));if((f=a.De[f])&&e>2];X.invalidateFramebuffer(a,e)},Gb:function(a,b,c,e,f,k,m){for(var l= +ld[b],q=0;q>2];X.invalidateSubFramebuffer(a,l,e,f,k,m)},Ob:function(a){return X.isSync(cd[a])},Ha:function(a){return(a=ea[a])?X.isTexture(a):0},Ia:function(a){X.lineWidth(a)},Ja:function(a){a=Xc[a];X.linkProgram(a);a.ce=0;a.De={}},hc:function(a,b,c,e,f,k){X.Ae.multiDrawArraysInstancedBaseInstanceWEBGL(a,G,b>>2,G,c>>2,G,e>>2,J,f>>2,k)},ic:function(a,b,c,e,f,k,m,l){X.Ae.multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(a,G,b>>2,c,G,e>>2,G,f>>2,G,k>>2,J,m>>2,l)},Ka:function(a, +b){3317==a&&(gd=b);X.pixelStorei(a,b)},kc:function(a){X.readBuffer(a)},La:function(a,b,c,e,f,k,m){if(2<=u.version)if(X.pe)X.readPixels(a,b,c,e,f,k,m);else{var l=rd(k);X.readPixels(a,b,c,e,f,k,l,m>>31-Math.clz32(l.BYTES_PER_ELEMENT))}else(m=sd(k,f,c,e,m))?X.readPixels(a,b,c,e,f,k,m):U(1280)},Wb:function(a,b,c,e){X.renderbufferStorage(a,b,c,e)},Sb:function(a,b,c,e,f){X.renderbufferStorageMultisample(a,b,c,e,f)},Kb:function(a,b,c){X.samplerParameterf(bd[a],b,c)},Lb:function(a,b,c){X.samplerParameteri(bd[a], +b,c)},Mb:function(a,b,c){X.samplerParameteri(bd[a],b,G[c>>2])},Ma:function(a,b,c,e){X.scissor(a,b,c,e)},Na:function(a,b,c,e){for(var f="",k=0;k>2]:-1;f+=Ka(G[c+4*k>>2],0>m?void 0:m)}X.shaderSource($c[a],f)},Oa:function(a,b,c){X.stencilFunc(a,b,c)},Pa:function(a,b,c,e){X.stencilFuncSeparate(a,b,c,e)},Qa:function(a){X.stencilMask(a)},Ra:function(a,b){X.stencilMaskSeparate(a,b)},Sa:function(a,b,c){X.stencilOp(a,b,c)},Ta:function(a,b,c,e){X.stencilOpSeparate(a,b,c,e)},Ua:function(a, +b,c,e,f,k,m,l,q){if(2<=u.version)if(X.Xd)X.texImage2D(a,b,c,e,f,k,m,l,q);else if(q){var x=rd(l);X.texImage2D(a,b,c,e,f,k,m,l,x,q>>31-Math.clz32(x.BYTES_PER_ELEMENT))}else X.texImage2D(a,b,c,e,f,k,m,l,null);else X.texImage2D(a,b,c,e,f,k,m,l,q?sd(l,m,e,f,q):null)},Va:function(a,b,c){X.texParameterf(a,b,c)},Wa:function(a,b,c){X.texParameterf(a,b,N[c>>2])},Xa:function(a,b,c){X.texParameteri(a,b,c)},Ya:function(a,b,c){X.texParameteri(a,b,G[c>>2])},ec:function(a,b,c,e,f){X.texStorage2D(a,b,c,e,f)},Za:function(a, +b,c,e,f,k,m,l,q){if(2<=u.version)if(X.Xd)X.texSubImage2D(a,b,c,e,f,k,m,l,q);else if(q){var x=rd(l);X.texSubImage2D(a,b,c,e,f,k,m,l,x,q>>31-Math.clz32(x.BYTES_PER_ELEMENT))}else X.texSubImage2D(a,b,c,e,f,k,m,l,null);else x=null,q&&(x=sd(l,m,f,k,q)),X.texSubImage2D(a,b,c,e,f,k,m,l,x)},_a:function(a,b){X.uniform1f(Z(a),b)},$a:function(a,b,c){if(2<=u.version)b&&X.uniform1fv(Z(a),N,c>>2,b);else{if(288>=b)for(var e=td[b-1],f=0;f>2];else e=N.subarray(c>>2,c+4*b>>2);X.uniform1fv(Z(a), +e)}},Pc:function(a,b){X.uniform1i(Z(a),b)},Qc:function(a,b,c){if(2<=u.version)b&&X.uniform1iv(Z(a),G,c>>2,b);else{if(288>=b)for(var e=ud[b-1],f=0;f>2];else e=G.subarray(c>>2,c+4*b>>2);X.uniform1iv(Z(a),e)}},Rc:function(a,b,c){X.uniform2f(Z(a),b,c)},Sc:function(a,b,c){if(2<=u.version)b&&X.uniform2fv(Z(a),N,c>>2,2*b);else{if(144>=b)for(var e=td[2*b-1],f=0;f<2*b;f+=2)e[f]=N[c+4*f>>2],e[f+1]=N[c+(4*f+4)>>2];else e=N.subarray(c>>2,c+8*b>>2);X.uniform2fv(Z(a),e)}},Oc:function(a,b,c){X.uniform2i(Z(a), +b,c)},Nc:function(a,b,c){if(2<=u.version)b&&X.uniform2iv(Z(a),G,c>>2,2*b);else{if(144>=b)for(var e=ud[2*b-1],f=0;f<2*b;f+=2)e[f]=G[c+4*f>>2],e[f+1]=G[c+(4*f+4)>>2];else e=G.subarray(c>>2,c+8*b>>2);X.uniform2iv(Z(a),e)}},Mc:function(a,b,c,e){X.uniform3f(Z(a),b,c,e)},Lc:function(a,b,c){if(2<=u.version)b&&X.uniform3fv(Z(a),N,c>>2,3*b);else{if(96>=b)for(var e=td[3*b-1],f=0;f<3*b;f+=3)e[f]=N[c+4*f>>2],e[f+1]=N[c+(4*f+4)>>2],e[f+2]=N[c+(4*f+8)>>2];else e=N.subarray(c>>2,c+12*b>>2);X.uniform3fv(Z(a),e)}}, +Kc:function(a,b,c,e){X.uniform3i(Z(a),b,c,e)},Jc:function(a,b,c){if(2<=u.version)b&&X.uniform3iv(Z(a),G,c>>2,3*b);else{if(96>=b)for(var e=ud[3*b-1],f=0;f<3*b;f+=3)e[f]=G[c+4*f>>2],e[f+1]=G[c+(4*f+4)>>2],e[f+2]=G[c+(4*f+8)>>2];else e=G.subarray(c>>2,c+12*b>>2);X.uniform3iv(Z(a),e)}},Ic:function(a,b,c,e,f){X.uniform4f(Z(a),b,c,e,f)},Hc:function(a,b,c){if(2<=u.version)b&&X.uniform4fv(Z(a),N,c>>2,4*b);else{if(72>=b){var e=td[4*b-1],f=N;c>>=2;for(var k=0;k<4*b;k+=4){var m=c+k;e[k]=f[m];e[k+1]=f[m+1];e[k+ +2]=f[m+2];e[k+3]=f[m+3]}}else e=N.subarray(c>>2,c+16*b>>2);X.uniform4fv(Z(a),e)}},vc:function(a,b,c,e,f){X.uniform4i(Z(a),b,c,e,f)},wc:function(a,b,c){if(2<=u.version)b&&X.uniform4iv(Z(a),G,c>>2,4*b);else{if(72>=b)for(var e=ud[4*b-1],f=0;f<4*b;f+=4)e[f]=G[c+4*f>>2],e[f+1]=G[c+(4*f+4)>>2],e[f+2]=G[c+(4*f+8)>>2],e[f+3]=G[c+(4*f+12)>>2];else e=G.subarray(c>>2,c+16*b>>2);X.uniform4iv(Z(a),e)}},xc:function(a,b,c,e){if(2<=u.version)b&&X.uniformMatrix2fv(Z(a),!!c,N,e>>2,4*b);else{if(72>=b)for(var f=td[4* +b-1],k=0;k<4*b;k+=4)f[k]=N[e+4*k>>2],f[k+1]=N[e+(4*k+4)>>2],f[k+2]=N[e+(4*k+8)>>2],f[k+3]=N[e+(4*k+12)>>2];else f=N.subarray(e>>2,e+16*b>>2);X.uniformMatrix2fv(Z(a),!!c,f)}},yc:function(a,b,c,e){if(2<=u.version)b&&X.uniformMatrix3fv(Z(a),!!c,N,e>>2,9*b);else{if(32>=b)for(var f=td[9*b-1],k=0;k<9*b;k+=9)f[k]=N[e+4*k>>2],f[k+1]=N[e+(4*k+4)>>2],f[k+2]=N[e+(4*k+8)>>2],f[k+3]=N[e+(4*k+12)>>2],f[k+4]=N[e+(4*k+16)>>2],f[k+5]=N[e+(4*k+20)>>2],f[k+6]=N[e+(4*k+24)>>2],f[k+7]=N[e+(4*k+28)>>2],f[k+8]=N[e+(4*k+ +32)>>2];else f=N.subarray(e>>2,e+36*b>>2);X.uniformMatrix3fv(Z(a),!!c,f)}},zc:function(a,b,c,e){if(2<=u.version)b&&X.uniformMatrix4fv(Z(a),!!c,N,e>>2,16*b);else{if(18>=b){var f=td[16*b-1],k=N;e>>=2;for(var m=0;m<16*b;m+=16){var l=e+m;f[m]=k[l];f[m+1]=k[l+1];f[m+2]=k[l+2];f[m+3]=k[l+3];f[m+4]=k[l+4];f[m+5]=k[l+5];f[m+6]=k[l+6];f[m+7]=k[l+7];f[m+8]=k[l+8];f[m+9]=k[l+9];f[m+10]=k[l+10];f[m+11]=k[l+11];f[m+12]=k[l+12];f[m+13]=k[l+13];f[m+14]=k[l+14];f[m+15]=k[l+15]}}else f=N.subarray(e>>2,e+64*b>>2); +X.uniformMatrix4fv(Z(a),!!c,f)}},Ac:function(a){a=Xc[a];X.useProgram(a);X.Re=a},Bc:function(a,b){X.vertexAttrib1f(a,b)},Cc:function(a,b){X.vertexAttrib2f(a,N[b>>2],N[b+4>>2])},Dc:function(a,b){X.vertexAttrib3f(a,N[b>>2],N[b+4>>2],N[b+8>>2])},Ec:function(a,b){X.vertexAttrib4f(a,N[b>>2],N[b+4>>2],N[b+8>>2],N[b+12>>2])},fc:function(a,b){X.vertexAttribDivisor(a,b)},gc:function(a,b,c,e,f){X.vertexAttribIPointer(a,b,c,e,f)},Fc:function(a,b,c,e,f,k){X.vertexAttribPointer(a,b,c,!!e,f,k)},Gc:function(a,b, +c,e){X.viewport(a,b,c,e)},cb:function(a,b,c,e){X.waitSync(cd[a],b,(c>>>0)+4294967296*e)},kb:function(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,k=f.min;e=Math.max(a,e);e+=(65536-e%65536)%65536;a:{var m=Ga.buffer;try{Ga.grow(k.call(f,2147483648,e)-m.byteLength+65535>>>16);Qa();var l=1;break a}catch(q){}l=void 0}if(l)return!0}return!1},eb:function(){return u?u.af:0},nb:function(a,b){var c=0;wd().forEach(function(e,f){var k= +b+c;f=J[a+4*f>>2]=k;for(k=0;k>0]=e.charCodeAt(k);Ma[f>>0]=0;c+=e.length+1});return 0},ob:function(a,b){var c=wd();J[a>>2]=c.length;var e=0;c.forEach(function(f){e+=f.length+1});J[b>>2]=e;return 0},Ab:function(a){if(!noExitRuntime){if(r.onExit)r.onExit(a);Ha=!0}oa(a,new Ba(a))},U:function(){return 52},fb:function(){return 52},sb:function(){return 52},gb:function(){return 70},R:function(a,b,c,e){for(var f=0,k=0;k>2],l=J[b+4>>2];b+=8;for(var q=0;q>2]=f;return 0},n:Jd,m:Kd,k:Ld,N:Md,Y:Nd,X:Od,w:Pd,y:Qd,p:Rd,v:Sd,Bb:Td,Cb:Ud,Db:Vd,ib:function(a,b,c,e){return Dd(a,b,c,e)}}; +(function(){function a(c){c=c.exports;r.asm=c;Ga=r.asm.$c;Qa();Sa=r.asm.bd;Ua.unshift(r.asm.ad);Xa--;r.monitorRunDependencies&&r.monitorRunDependencies(Xa);if(0==Xa&&(null!==Ya&&(clearInterval(Ya),Ya=null),Za)){var e=Za;Za=null;e()}return c}var b={a:Wd};Xa++;r.monitorRunDependencies&&r.monitorRunDependencies(Xa);if(r.instantiateWasm)try{return r.instantiateWasm(b,a)}catch(c){Ca("Module.instantiateWasm callback failed with error: "+c),ba(c)}fb(b,function(c){a(c.instance)}).catch(ba);return{}})(); +var pc=r._free=function(){return(pc=r._free=r.asm.cd).apply(null,arguments)},pd=r._malloc=function(){return(pd=r._malloc=r.asm.dd).apply(null,arguments)},oc=r.___getTypeName=function(){return(oc=r.___getTypeName=r.asm.ed).apply(null,arguments)};r.__embind_initialize_bindings=function(){return(r.__embind_initialize_bindings=r.asm.fd).apply(null,arguments)};function Xd(){return(Xd=r.asm.gd).apply(null,arguments)}function Yd(){return(Yd=r.asm.hd).apply(null,arguments)} +function Zd(){return(Zd=r.asm.id).apply(null,arguments)}r.dynCall_viji=function(){return(r.dynCall_viji=r.asm.kd).apply(null,arguments)};r.dynCall_vijiii=function(){return(r.dynCall_vijiii=r.asm.ld).apply(null,arguments)};r.dynCall_viiiiij=function(){return(r.dynCall_viiiiij=r.asm.md).apply(null,arguments)};r.dynCall_jii=function(){return(r.dynCall_jii=r.asm.nd).apply(null,arguments)};r.dynCall_vij=function(){return(r.dynCall_vij=r.asm.od).apply(null,arguments)}; +r.dynCall_iiij=function(){return(r.dynCall_iiij=r.asm.pd).apply(null,arguments)};r.dynCall_iiiij=function(){return(r.dynCall_iiiij=r.asm.qd).apply(null,arguments)};r.dynCall_viij=function(){return(r.dynCall_viij=r.asm.rd).apply(null,arguments)};r.dynCall_viiij=function(){return(r.dynCall_viiij=r.asm.sd).apply(null,arguments)};r.dynCall_ji=function(){return(r.dynCall_ji=r.asm.td).apply(null,arguments)};r.dynCall_iij=function(){return(r.dynCall_iij=r.asm.ud).apply(null,arguments)}; +r.dynCall_jiiiiii=function(){return(r.dynCall_jiiiiii=r.asm.vd).apply(null,arguments)};r.dynCall_jiiiiji=function(){return(r.dynCall_jiiiiji=r.asm.wd).apply(null,arguments)};r.dynCall_iijj=function(){return(r.dynCall_iijj=r.asm.xd).apply(null,arguments)};r.dynCall_jiji=function(){return(r.dynCall_jiji=r.asm.yd).apply(null,arguments)};r.dynCall_viijii=function(){return(r.dynCall_viijii=r.asm.zd).apply(null,arguments)};r.dynCall_iiiiij=function(){return(r.dynCall_iiiiij=r.asm.Ad).apply(null,arguments)}; +r.dynCall_iiiiijj=function(){return(r.dynCall_iiiiijj=r.asm.Bd).apply(null,arguments)};r.dynCall_iiiiiijj=function(){return(r.dynCall_iiiiiijj=r.asm.Cd).apply(null,arguments)};function Sd(a,b,c,e,f){var k=Yd();try{Q(a)(b,c,e,f)}catch(m){Zd(k);if(m!==m+0)throw m;Xd(1,0)}}function Kd(a,b,c){var e=Yd();try{return Q(a)(b,c)}catch(f){Zd(e);if(f!==f+0)throw f;Xd(1,0)}}function Qd(a,b,c){var e=Yd();try{Q(a)(b,c)}catch(f){Zd(e);if(f!==f+0)throw f;Xd(1,0)}} +function Jd(a,b){var c=Yd();try{return Q(a)(b)}catch(e){Zd(c);if(e!==e+0)throw e;Xd(1,0)}}function Pd(a,b){var c=Yd();try{Q(a)(b)}catch(e){Zd(c);if(e!==e+0)throw e;Xd(1,0)}}function Ld(a,b,c,e){var f=Yd();try{return Q(a)(b,c,e)}catch(k){Zd(f);if(k!==k+0)throw k;Xd(1,0)}}function Vd(a,b,c,e,f,k,m,l,q,x){var y=Yd();try{Q(a)(b,c,e,f,k,m,l,q,x)}catch(B){Zd(y);if(B!==B+0)throw B;Xd(1,0)}}function Rd(a,b,c,e){var f=Yd();try{Q(a)(b,c,e)}catch(k){Zd(f);if(k!==k+0)throw k;Xd(1,0)}} +function Ud(a,b,c,e,f,k,m){var l=Yd();try{Q(a)(b,c,e,f,k,m)}catch(q){Zd(l);if(q!==q+0)throw q;Xd(1,0)}}function Md(a,b,c,e,f){var k=Yd();try{return Q(a)(b,c,e,f)}catch(m){Zd(k);if(m!==m+0)throw m;Xd(1,0)}}function Nd(a,b,c,e,f,k,m){var l=Yd();try{return Q(a)(b,c,e,f,k,m)}catch(q){Zd(l);if(q!==q+0)throw q;Xd(1,0)}}function Td(a,b,c,e,f,k){var m=Yd();try{Q(a)(b,c,e,f,k)}catch(l){Zd(m);if(l!==l+0)throw l;Xd(1,0)}} +function Od(a,b,c,e,f,k,m,l,q,x){var y=Yd();try{return Q(a)(b,c,e,f,k,m,l,q,x)}catch(B){Zd(y);if(B!==B+0)throw B;Xd(1,0)}}var $d;Za=function ae(){$d||be();$d||(Za=ae)}; +function be(){function a(){if(!$d&&($d=!0,r.calledRun=!0,!Ha)){hb(Ua);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();Va.unshift(b)}hb(Va)}}if(!(0 { + var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; + if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename; + return ( +function(skwasm = {}) { + +function GROWABLE_HEAP_I8(){if(wasmMemory.buffer!=HEAP8.buffer){updateMemoryViews()}return HEAP8}function GROWABLE_HEAP_U8(){if(wasmMemory.buffer!=HEAP8.buffer){updateMemoryViews()}return HEAPU8}function GROWABLE_HEAP_I16(){if(wasmMemory.buffer!=HEAP8.buffer){updateMemoryViews()}return HEAP16}function GROWABLE_HEAP_U16(){if(wasmMemory.buffer!=HEAP8.buffer){updateMemoryViews()}return HEAPU16}function GROWABLE_HEAP_I32(){if(wasmMemory.buffer!=HEAP8.buffer){updateMemoryViews()}return HEAP32}function GROWABLE_HEAP_U32(){if(wasmMemory.buffer!=HEAP8.buffer){updateMemoryViews()}return HEAPU32}function GROWABLE_HEAP_F32(){if(wasmMemory.buffer!=HEAP8.buffer){updateMemoryViews()}return HEAPF32}function GROWABLE_HEAP_F64(){if(wasmMemory.buffer!=HEAP8.buffer){updateMemoryViews()}return HEAPF64}var Module=typeof skwasm!="undefined"?skwasm:{};var readyPromiseResolve,readyPromiseReject;Module["ready"]=new Promise(function(resolve,reject){readyPromiseResolve=resolve;readyPromiseReject=reject});var moduleOverrides=Object.assign({},Module);var arguments_=[];var thisProgram="./this.program";var quit_=(status,toThrow)=>{throw toThrow};var ENVIRONMENT_IS_WEB=typeof window=="object";var ENVIRONMENT_IS_WORKER=typeof importScripts=="function";var ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string";var ENVIRONMENT_IS_PTHREAD=Module["ENVIRONMENT_IS_PTHREAD"]||false;var scriptDirectory="";function locateFile(path){if(Module["locateFile"]){return Module["locateFile"](path,scriptDirectory)}return scriptDirectory+path}var read_,readAsync,readBinary,setWindowTitle;function logExceptionOnExit(e){if(e instanceof ExitStatus)return;let toLog=e;if(e&&typeof e=="object"&&e.stack){toLog=[e,e.stack]}err("exiting due to exception: "+toLog)}if(ENVIRONMENT_IS_NODE){var fs=require("fs");var nodePath=require("path");if(ENVIRONMENT_IS_WORKER){scriptDirectory=nodePath.dirname(scriptDirectory)+"/"}else{scriptDirectory=__dirname+"/"}read_=(filename,binary)=>{filename=isFileURI(filename)?new URL(filename):nodePath.normalize(filename);return fs.readFileSync(filename,binary?undefined:"utf8")};readBinary=filename=>{var ret=read_(filename,true);if(!ret.buffer){ret=new Uint8Array(ret)}return ret};readAsync=(filename,onload,onerror)=>{filename=isFileURI(filename)?new URL(filename):nodePath.normalize(filename);fs.readFile(filename,function(err,data){if(err)onerror(err);else onload(data.buffer)})};if(process.argv.length>1){thisProgram=process.argv[1].replace(/\\/g,"/")}arguments_=process.argv.slice(2);process.on("uncaughtException",function(ex){if(!(ex instanceof ExitStatus)){throw ex}});var nodeMajor=process.versions.node.split(".")[0];if(nodeMajor<15){process.on("unhandledRejection",function(reason){throw reason})}quit_=(status,toThrow)=>{if(keepRuntimeAlive()){process.exitCode=status;throw toThrow}logExceptionOnExit(toThrow);process.exit(status)};Module["inspect"]=function(){return"[Emscripten Module object]"};let nodeWorkerThreads;try{nodeWorkerThreads=require("worker_threads")}catch(e){console.error('The "worker_threads" module is not supported in this node.js build - perhaps a newer version is needed?');throw e}global.Worker=nodeWorkerThreads.Worker}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(typeof document!="undefined"&&document.currentScript){scriptDirectory=document.currentScript.src}if(_scriptDir){scriptDirectory=_scriptDir}if(scriptDirectory.indexOf("blob:")!==0){scriptDirectory=scriptDirectory.substr(0,scriptDirectory.replace(/[?#].*/,"").lastIndexOf("/")+1)}else{scriptDirectory=""}if(!ENVIRONMENT_IS_NODE){read_=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText};if(ENVIRONMENT_IS_WORKER){readBinary=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=(url,onload,onerror)=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=()=>{if(xhr.status==200||xhr.status==0&&xhr.response){onload(xhr.response);return}onerror()};xhr.onerror=onerror;xhr.send(null)}}setWindowTitle=title=>document.title=title}else{}if(ENVIRONMENT_IS_NODE){if(typeof performance=="undefined"){global.performance=require("perf_hooks").performance}}var defaultPrint=console.log.bind(console);var defaultPrintErr=console.warn.bind(console);if(ENVIRONMENT_IS_NODE){defaultPrint=str=>fs.writeSync(1,str+"\n");defaultPrintErr=str=>fs.writeSync(2,str+"\n")}var out=Module["print"]||defaultPrint;var err=Module["printErr"]||defaultPrintErr;Object.assign(Module,moduleOverrides);moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];if(Module["quit"])quit_=Module["quit"];var wasmBinary;if(Module["wasmBinary"])wasmBinary=Module["wasmBinary"];var noExitRuntime=Module["noExitRuntime"]||true;if(typeof WebAssembly!="object"){abort("no native wasm support detected")}var wasmMemory;var wasmModule;var ABORT=false;var EXITSTATUS;function assert(condition,text){if(!condition){abort(text)}}var UTF8Decoder=typeof TextDecoder!="undefined"?new TextDecoder("utf8"):undefined;function UTF8ArrayToString(heapOrArray,idx,maxBytesToRead){var endIdx=idx+maxBytesToRead;var endPtr=idx;while(heapOrArray[endPtr]&&!(endPtr>=endIdx))++endPtr;if(endPtr-idx>16&&heapOrArray.buffer&&UTF8Decoder){return UTF8Decoder.decode(heapOrArray.slice(idx,endPtr))}var str="";while(idx>10,56320|ch&1023)}}return str}function UTF8ToString(ptr,maxBytesToRead){return ptr?UTF8ArrayToString(GROWABLE_HEAP_U8(),ptr,maxBytesToRead):""}function stringToUTF8Array(str,heap,outIdx,maxBytesToWrite){if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx}function stringToUTF8(str,outPtr,maxBytesToWrite){return stringToUTF8Array(str,GROWABLE_HEAP_U8(),outPtr,maxBytesToWrite)}function lengthBytesUTF8(str){var len=0;for(var i=0;i=55296&&c<=57343){len+=4;++i}else{len+=3}}return len}var HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function updateMemoryViews(){var b=wasmMemory.buffer;Module["HEAP8"]=HEAP8=new Int8Array(b);Module["HEAP16"]=HEAP16=new Int16Array(b);Module["HEAP32"]=HEAP32=new Int32Array(b);Module["HEAPU8"]=HEAPU8=new Uint8Array(b);Module["HEAPU16"]=HEAPU16=new Uint16Array(b);Module["HEAPU32"]=HEAPU32=new Uint32Array(b);Module["HEAPF32"]=HEAPF32=new Float32Array(b);Module["HEAPF64"]=HEAPF64=new Float64Array(b)}var INITIAL_MEMORY=Module["INITIAL_MEMORY"]||16777216;assert(INITIAL_MEMORY>=65536,"INITIAL_MEMORY should be larger than STACK_SIZE, was "+INITIAL_MEMORY+"! (STACK_SIZE="+65536+")");if(ENVIRONMENT_IS_PTHREAD){wasmMemory=Module["wasmMemory"]}else{if(Module["wasmMemory"]){wasmMemory=Module["wasmMemory"]}else{wasmMemory=new WebAssembly.Memory({"initial":INITIAL_MEMORY/65536,"maximum":2147483648/65536,"shared":true});if(!(wasmMemory.buffer instanceof SharedArrayBuffer)){err("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");if(ENVIRONMENT_IS_NODE){err("(on node you may need: --experimental-wasm-threads --experimental-wasm-bulk-memory and/or recent version)")}throw Error("bad memory")}}}updateMemoryViews();INITIAL_MEMORY=wasmMemory.buffer.byteLength;var wasmTable;var __ATPRERUN__=[];var __ATINIT__=[];var __ATEXIT__=[];var __ATPOSTRUN__=[];var runtimeInitialized=false;function keepRuntimeAlive(){return noExitRuntime}function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=true;if(ENVIRONMENT_IS_PTHREAD)return;callRuntimeCallbacks(__ATINIT__)}function postRun(){if(ENVIRONMENT_IS_PTHREAD)return;if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}function addOnInit(cb){__ATINIT__.unshift(cb)}function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}var runDependencies=0;var runDependencyWatcher=null;var dependenciesFulfilled=null;function addRunDependency(id){runDependencies++;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}}function removeRunDependency(id){runDependencies--;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}if(runDependencies==0){if(runDependencyWatcher!==null){clearInterval(runDependencyWatcher);runDependencyWatcher=null}if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}function abort(what){if(Module["onAbort"]){Module["onAbort"](what)}what="Aborted("+what+")";err(what);ABORT=true;EXITSTATUS=1;what+=". Build with -sASSERTIONS for more info.";var e=new WebAssembly.RuntimeError(what);readyPromiseReject(e);throw e}var dataURIPrefix="data:application/octet-stream;base64,";function isDataURI(filename){return filename.startsWith(dataURIPrefix)}function isFileURI(filename){return filename.startsWith("file://")}var wasmBinaryFile;wasmBinaryFile="skwasm.wasm";if(!isDataURI(wasmBinaryFile)){wasmBinaryFile=locateFile(wasmBinaryFile)}function getBinary(file){try{if(file==wasmBinaryFile&&wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(file)}throw"both async and sync fetching of the wasm failed"}catch(err){abort(err)}}function getBinaryPromise(binaryFile){if(!wasmBinary&&(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)){if(typeof fetch=="function"&&!isFileURI(binaryFile)){return fetch(binaryFile,{credentials:"same-origin"}).then(function(response){if(!response["ok"]){throw"failed to load wasm binary file at '"+binaryFile+"'"}return response["arrayBuffer"]()}).catch(function(){return getBinary(binaryFile)})}else{if(readAsync){return new Promise(function(resolve,reject){readAsync(binaryFile,function(response){resolve(new Uint8Array(response))},reject)})}}}return Promise.resolve().then(function(){return getBinary(binaryFile)})}function instantiateArrayBuffer(binaryFile,imports,receiver){return getBinaryPromise(binaryFile).then(function(binary){return WebAssembly.instantiate(binary,imports)}).then(function(instance){return instance}).then(receiver,function(reason){err("failed to asynchronously prepare wasm: "+reason);abort(reason)})}function instantiateAsync(binary,binaryFile,imports,callback){if(!binary&&typeof WebAssembly.instantiateStreaming=="function"&&!isDataURI(binaryFile)&&!isFileURI(binaryFile)&&!ENVIRONMENT_IS_NODE&&typeof fetch=="function"){return fetch(binaryFile,{credentials:"same-origin"}).then(function(response){var result=WebAssembly.instantiateStreaming(response,imports);return result.then(callback,function(reason){err("wasm streaming compile failed: "+reason);err("falling back to ArrayBuffer instantiation");return instantiateArrayBuffer(binaryFile,imports,callback)})})}else{return instantiateArrayBuffer(binaryFile,imports,callback)}}function createWasm(){var info={"env":wasmImports,"wasi_snapshot_preview1":wasmImports};function receiveInstance(instance,module){var exports=instance.exports;Module["asm"]=exports;registerTLSInit(Module["asm"]["_emscripten_tls_init"]);wasmTable=Module["asm"]["__indirect_function_table"];addOnInit(Module["asm"]["__wasm_call_ctors"]);wasmModule=module;PThread.loadWasmModuleToAllWorkers(()=>removeRunDependency("wasm-instantiate"));return exports}addRunDependency("wasm-instantiate");function receiveInstantiationResult(result){receiveInstance(result["instance"],result["module"])}if(Module["instantiateWasm"]){try{return Module["instantiateWasm"](info,receiveInstance)}catch(e){err("Module.instantiateWasm callback failed with error: "+e);readyPromiseReject(e)}}instantiateAsync(wasmBinary,wasmBinaryFile,info,receiveInstantiationResult).catch(readyPromiseReject);return{}}function ExitStatus(status){this.name="ExitStatus";this.message="Program terminated with exit("+status+")";this.status=status}function terminateWorker(worker){worker.terminate();worker.onmessage=e=>{}}function killThread(pthread_ptr){var worker=PThread.pthreads[pthread_ptr];delete PThread.pthreads[pthread_ptr];terminateWorker(worker);__emscripten_thread_free_data(pthread_ptr);PThread.runningWorkers.splice(PThread.runningWorkers.indexOf(worker),1);worker.pthread_ptr=0}function cancelThread(pthread_ptr){var worker=PThread.pthreads[pthread_ptr];worker.postMessage({"cmd":"cancel"})}function cleanupThread(pthread_ptr){var worker=PThread.pthreads[pthread_ptr];assert(worker);PThread.returnWorkerToPool(worker)}function spawnThread(threadParams){var worker=PThread.getNewWorker();if(!worker){return 6}PThread.runningWorkers.push(worker);PThread.pthreads[threadParams.pthread_ptr]=worker;worker.pthread_ptr=threadParams.pthread_ptr;var msg={"cmd":"run","start_routine":threadParams.startRoutine,"arg":threadParams.arg,"pthread_ptr":threadParams.pthread_ptr};msg.moduleCanvasId=threadParams.moduleCanvasId;msg.offscreenCanvases=threadParams.offscreenCanvases;if(ENVIRONMENT_IS_NODE){worker.ref()}worker.postMessage(msg,threadParams.transferList);return 0}var SYSCALLS={varargs:undefined,get:function(){SYSCALLS.varargs+=4;var ret=GROWABLE_HEAP_I32()[SYSCALLS.varargs-4>>2];return ret},getStr:function(ptr){var ret=UTF8ToString(ptr);return ret}};function _proc_exit(code){if(ENVIRONMENT_IS_PTHREAD)return _emscripten_proxy_to_main_thread_js(1,1,code);EXITSTATUS=code;if(!keepRuntimeAlive()){PThread.terminateAllThreads();if(Module["onExit"])Module["onExit"](code);ABORT=true}quit_(code,new ExitStatus(code))}function exitJS(status,implicit){EXITSTATUS=status;if(ENVIRONMENT_IS_PTHREAD){exitOnMainThread(status);throw"unwind"}_proc_exit(status)}var _exit=exitJS;function handleException(e){if(e instanceof ExitStatus||e=="unwind"){return EXITSTATUS}quit_(1,e)}var PThread={unusedWorkers:[],runningWorkers:[],tlsInitFunctions:[],pthreads:{},init:function(){if(ENVIRONMENT_IS_PTHREAD){PThread.initWorker()}else{PThread.initMainThread()}},initMainThread:function(){var pthreadPoolSize=1;while(pthreadPoolSize--){PThread.allocateUnusedWorker()}},initWorker:function(){noExitRuntime=false},setExitStatus:function(status){EXITSTATUS=status},terminateAllThreads__deps:["$terminateWorker"],terminateAllThreads:function(){for(var worker of PThread.runningWorkers){terminateWorker(worker)}for(var worker of PThread.unusedWorkers){terminateWorker(worker)}PThread.unusedWorkers=[];PThread.runningWorkers=[];PThread.pthreads=[]},returnWorkerToPool:function(worker){var pthread_ptr=worker.pthread_ptr;delete PThread.pthreads[pthread_ptr];PThread.unusedWorkers.push(worker);PThread.runningWorkers.splice(PThread.runningWorkers.indexOf(worker),1);worker.pthread_ptr=0;if(ENVIRONMENT_IS_NODE){worker.unref()}__emscripten_thread_free_data(pthread_ptr)},receiveObjectTransfer:function(data){if(typeof GL!="undefined"){Object.assign(GL.offscreenCanvases,data.offscreenCanvases);if(!Module["canvas"]&&data.moduleCanvasId&&GL.offscreenCanvases[data.moduleCanvasId]){Module["canvas"]=GL.offscreenCanvases[data.moduleCanvasId].offscreenCanvas;Module["canvas"].id=data.moduleCanvasId}}},threadInitTLS:function(){PThread.tlsInitFunctions.forEach(f=>f())},loadWasmModuleToWorker:worker=>new Promise(onFinishedLoading=>{worker.onmessage=e=>{var d=e["data"];var cmd=d["cmd"];if(worker.pthread_ptr)PThread.currentProxiedOperationCallerThread=worker.pthread_ptr;if(d["targetThread"]&&d["targetThread"]!=_pthread_self()){var targetWorker=PThread.pthreads[d.targetThread];if(targetWorker){targetWorker.postMessage(d,d["transferList"])}else{err('Internal error! Worker sent a message "'+cmd+'" to target pthread '+d["targetThread"]+", but that thread no longer exists!")}PThread.currentProxiedOperationCallerThread=undefined;return}if(cmd==="processProxyingQueue"){executeNotifiedProxyingQueue(d["queue"])}else if(cmd==="spawnThread"){spawnThread(d)}else if(cmd==="cleanupThread"){cleanupThread(d["thread"])}else if(cmd==="killThread"){killThread(d["thread"])}else if(cmd==="cancelThread"){cancelThread(d["thread"])}else if(cmd==="loaded"){worker.loaded=true;if(ENVIRONMENT_IS_NODE&&!worker.pthread_ptr){worker.unref()}onFinishedLoading(worker)}else if(cmd==="print"){out("Thread "+d["threadId"]+": "+d["text"])}else if(cmd==="printErr"){err("Thread "+d["threadId"]+": "+d["text"])}else if(cmd==="alert"){alert("Thread "+d["threadId"]+": "+d["text"])}else if(d.target==="setimmediate"){worker.postMessage(d)}else if(cmd==="callHandler"){Module[d["handler"]](...d["args"])}else if(cmd){err("worker sent an unknown command "+cmd)}PThread.currentProxiedOperationCallerThread=undefined};worker.onerror=e=>{var message="worker sent an error!";err(message+" "+e.filename+":"+e.lineno+": "+e.message);throw e};if(ENVIRONMENT_IS_NODE){worker.on("message",function(data){worker.onmessage({data:data})});worker.on("error",function(e){worker.onerror(e)});worker.on("detachedExit",function(){})}var handlers=[];var knownHandlers=["onExit","onAbort","print","printErr"];for(var handler of knownHandlers){if(Module.hasOwnProperty(handler)){handlers.push(handler)}}worker.postMessage({"cmd":"load","handlers":handlers,"urlOrBlob":Module["mainScriptUrlOrBlob"]||_scriptDir,"wasmMemory":wasmMemory,"wasmModule":wasmModule})}),loadWasmModuleToAllWorkers:function(onMaybeReady){if(ENVIRONMENT_IS_PTHREAD){return onMaybeReady()}let pthreadPoolReady=Promise.all(PThread.unusedWorkers.map(PThread.loadWasmModuleToWorker));pthreadPoolReady.then(onMaybeReady)},allocateUnusedWorker:function(){var worker;var pthreadMainJs=locateFile("skwasm.worker.js");worker=new Worker(pthreadMainJs);PThread.unusedWorkers.push(worker)},getNewWorker:function(){if(PThread.unusedWorkers.length==0){PThread.allocateUnusedWorker();PThread.loadWasmModuleToWorker(PThread.unusedWorkers[0])}return PThread.unusedWorkers.pop()}};Module["PThread"]=PThread;function callRuntimeCallbacks(callbacks){while(callbacks.length>0){callbacks.shift()(Module)}}function establishStackSpace(){var pthread_ptr=_pthread_self();var stackTop=GROWABLE_HEAP_I32()[pthread_ptr+52>>2];var stackSize=GROWABLE_HEAP_I32()[pthread_ptr+56>>2];var stackMax=stackTop-stackSize;_emscripten_stack_set_limits(stackTop,stackMax);stackRestore(stackTop)}Module["establishStackSpace"]=establishStackSpace;function exitOnMainThread(returnCode){if(ENVIRONMENT_IS_PTHREAD)return _emscripten_proxy_to_main_thread_js(2,0,returnCode);try{_exit(returnCode)}catch(e){handleException(e)}}function getWasmTableEntry(funcPtr){return wasmTable.get(funcPtr)}function invokeEntryPoint(ptr,arg){var result=getWasmTableEntry(ptr)(arg);if(keepRuntimeAlive()){PThread.setExitStatus(result)}else{__emscripten_thread_exit(result)}}Module["invokeEntryPoint"]=invokeEntryPoint;function registerTLSInit(tlsInitFunc){PThread.tlsInitFunctions.push(tlsInitFunc)}function ExceptionInfo(excPtr){this.excPtr=excPtr;this.ptr=excPtr-24;this.set_type=function(type){GROWABLE_HEAP_U32()[this.ptr+4>>2]=type};this.get_type=function(){return GROWABLE_HEAP_U32()[this.ptr+4>>2]};this.set_destructor=function(destructor){GROWABLE_HEAP_U32()[this.ptr+8>>2]=destructor};this.get_destructor=function(){return GROWABLE_HEAP_U32()[this.ptr+8>>2]};this.set_refcount=function(refcount){GROWABLE_HEAP_I32()[this.ptr>>2]=refcount};this.set_caught=function(caught){caught=caught?1:0;GROWABLE_HEAP_I8()[this.ptr+12>>0]=caught};this.get_caught=function(){return GROWABLE_HEAP_I8()[this.ptr+12>>0]!=0};this.set_rethrown=function(rethrown){rethrown=rethrown?1:0;GROWABLE_HEAP_I8()[this.ptr+13>>0]=rethrown};this.get_rethrown=function(){return GROWABLE_HEAP_I8()[this.ptr+13>>0]!=0};this.init=function(type,destructor){this.set_adjusted_ptr(0);this.set_type(type);this.set_destructor(destructor);this.set_refcount(0);this.set_caught(false);this.set_rethrown(false)};this.add_ref=function(){Atomics.add(GROWABLE_HEAP_I32(),this.ptr+0>>2,1)};this.release_ref=function(){var prev=Atomics.sub(GROWABLE_HEAP_I32(),this.ptr+0>>2,1);return prev===1};this.set_adjusted_ptr=function(adjustedPtr){GROWABLE_HEAP_U32()[this.ptr+16>>2]=adjustedPtr};this.get_adjusted_ptr=function(){return GROWABLE_HEAP_U32()[this.ptr+16>>2]};this.get_exception_ptr=function(){var isPointer=___cxa_is_pointer_type(this.get_type());if(isPointer){return GROWABLE_HEAP_U32()[this.excPtr>>2]}var adjusted=this.get_adjusted_ptr();if(adjusted!==0)return adjusted;return this.excPtr}}var exceptionLast=0;var uncaughtExceptionCount=0;function ___cxa_throw(ptr,type,destructor){var info=new ExceptionInfo(ptr);info.init(type,destructor);exceptionLast=ptr;uncaughtExceptionCount++;throw ptr}function ___emscripten_init_main_thread_js(tb){__emscripten_thread_init(tb,!ENVIRONMENT_IS_WORKER,1,!ENVIRONMENT_IS_WEB);PThread.threadInitTLS()}function ___emscripten_thread_cleanup(thread){if(!ENVIRONMENT_IS_PTHREAD)cleanupThread(thread);else postMessage({"cmd":"cleanupThread","thread":thread})}function pthreadCreateProxied(pthread_ptr,attr,startRoutine,arg){if(ENVIRONMENT_IS_PTHREAD)return _emscripten_proxy_to_main_thread_js(3,1,pthread_ptr,attr,startRoutine,arg);return ___pthread_create_js(pthread_ptr,attr,startRoutine,arg)}function ___pthread_create_js(pthread_ptr,attr,startRoutine,arg){if(typeof SharedArrayBuffer=="undefined"){err("Current environment does not support SharedArrayBuffer, pthreads are not available!");return 6}var transferList=[];var error=0;var transferredCanvasNames=attr?GROWABLE_HEAP_U32()[attr+40>>2]:0;if(transferredCanvasNames==-1>>>0)transferredCanvasNames="#canvas";else if(transferredCanvasNames)transferredCanvasNames=UTF8ToString(transferredCanvasNames).trim();if(transferredCanvasNames)transferredCanvasNames=transferredCanvasNames.split(",");var offscreenCanvases={};var moduleCanvasId=Module["canvas"]?Module["canvas"].id:"";for(var i in transferredCanvasNames){var name=transferredCanvasNames[i].trim();var offscreenCanvasInfo;try{if(name=="#canvas"){if(!Module["canvas"]){err('pthread_create: could not find canvas with ID "'+name+'" to transfer to thread!');error=28;break}name=Module["canvas"].id}if(GL.offscreenCanvases[name]){offscreenCanvasInfo=GL.offscreenCanvases[name];GL.offscreenCanvases[name]=null;if(Module["canvas"]instanceof OffscreenCanvas&&name===Module["canvas"].id)Module["canvas"]=null}else if(!ENVIRONMENT_IS_PTHREAD){var canvas=Module["canvas"]&&Module["canvas"].id===name?Module["canvas"]:document.querySelector(name);if(!canvas){err('pthread_create: could not find canvas with ID "'+name+'" to transfer to thread!');error=28;break}if(canvas.controlTransferredOffscreen){err('pthread_create: cannot transfer canvas with ID "'+name+'" to thread, since the current thread does not have control over it!');error=63;break}if(canvas.transferControlToOffscreen){if(!canvas.canvasSharedPtr){canvas.canvasSharedPtr=_malloc(12);GROWABLE_HEAP_I32()[canvas.canvasSharedPtr>>2]=canvas.width;GROWABLE_HEAP_I32()[canvas.canvasSharedPtr+4>>2]=canvas.height;GROWABLE_HEAP_I32()[canvas.canvasSharedPtr+8>>2]=0}offscreenCanvasInfo={offscreenCanvas:canvas.transferControlToOffscreen(),canvasSharedPtr:canvas.canvasSharedPtr,id:canvas.id};canvas.controlTransferredOffscreen=true}else{err('pthread_create: cannot transfer control of canvas "'+name+'" to pthread, because current browser does not support OffscreenCanvas!');err("pthread_create: Build with -sOFFSCREEN_FRAMEBUFFER to enable fallback proxying of GL commands from pthread to main thread.");return 52}}if(offscreenCanvasInfo){transferList.push(offscreenCanvasInfo.offscreenCanvas);offscreenCanvases[offscreenCanvasInfo.id]=offscreenCanvasInfo}}catch(e){err('pthread_create: failed to transfer control of canvas "'+name+'" to OffscreenCanvas! Error: '+e);return 28}}if(ENVIRONMENT_IS_PTHREAD&&(transferList.length===0||error)){return pthreadCreateProxied(pthread_ptr,attr,startRoutine,arg)}if(error)return error;for(var canvas of Object.values(offscreenCanvases)){GROWABLE_HEAP_I32()[canvas.canvasSharedPtr+8>>2]=pthread_ptr}var threadParams={startRoutine:startRoutine,pthread_ptr:pthread_ptr,arg:arg,moduleCanvasId:moduleCanvasId,offscreenCanvases:offscreenCanvases,transferList:transferList};if(ENVIRONMENT_IS_PTHREAD){threadParams.cmd="spawnThread";postMessage(threadParams,transferList);return 0}return spawnThread(threadParams)}function ___syscall_fcntl64(fd,cmd,varargs){if(ENVIRONMENT_IS_PTHREAD)return _emscripten_proxy_to_main_thread_js(4,1,fd,cmd,varargs);SYSCALLS.varargs=varargs;return 0}function ___syscall_fstat64(fd,buf){if(ENVIRONMENT_IS_PTHREAD)return _emscripten_proxy_to_main_thread_js(5,1,fd,buf)}function ___syscall_ioctl(fd,op,varargs){if(ENVIRONMENT_IS_PTHREAD)return _emscripten_proxy_to_main_thread_js(6,1,fd,op,varargs);SYSCALLS.varargs=varargs;return 0}function ___syscall_openat(dirfd,path,flags,varargs){if(ENVIRONMENT_IS_PTHREAD)return _emscripten_proxy_to_main_thread_js(7,1,dirfd,path,flags,varargs);SYSCALLS.varargs=varargs}function __emscripten_default_pthread_stack_size(){return 65536}var nowIsMonotonic=true;function __emscripten_get_now_is_monotonic(){return nowIsMonotonic}function executeNotifiedProxyingQueue(queue){Atomics.store(GROWABLE_HEAP_I32(),queue>>2,1);if(_pthread_self()){__emscripten_proxy_execute_task_queue(queue)}Atomics.compareExchange(GROWABLE_HEAP_I32(),queue>>2,1,0)}Module["executeNotifiedProxyingQueue"]=executeNotifiedProxyingQueue;function __emscripten_notify_task_queue(targetThreadId,currThreadId,mainThreadId,queue){if(targetThreadId==currThreadId){setTimeout(()=>executeNotifiedProxyingQueue(queue))}else if(ENVIRONMENT_IS_PTHREAD){postMessage({"targetThread":targetThreadId,"cmd":"processProxyingQueue","queue":queue})}else{var worker=PThread.pthreads[targetThreadId];if(!worker){return}worker.postMessage({"cmd":"processProxyingQueue","queue":queue})}}function withStackSave(f){var stack=stackSave();var ret=f();stackRestore(stack);return ret}var JSEvents={inEventHandler:0,removeAllEventListeners:function(){for(var i=JSEvents.eventHandlers.length-1;i>=0;--i){JSEvents._removeHandler(i)}JSEvents.eventHandlers=[];JSEvents.deferredCalls=[]},registerRemoveEventListeners:function(){if(!JSEvents.removeEventListenersRegistered){__ATEXIT__.push(JSEvents.removeAllEventListeners);JSEvents.removeEventListenersRegistered=true}},deferredCalls:[],deferCall:function(targetFunction,precedence,argsList){function arraysHaveEqualContent(arrA,arrB){if(arrA.length!=arrB.length)return false;for(var i in arrA){if(arrA[i]!=arrB[i])return false}return true}for(var i in JSEvents.deferredCalls){var call=JSEvents.deferredCalls[i];if(call.targetFunction==targetFunction&&arraysHaveEqualContent(call.argsList,argsList)){return}}JSEvents.deferredCalls.push({targetFunction:targetFunction,precedence:precedence,argsList:argsList});JSEvents.deferredCalls.sort(function(x,y){return x.precedence>2]=eventTypeId;GROWABLE_HEAP_I32()[varargs+4>>2]=eventData;GROWABLE_HEAP_I32()[varargs+8>>2]=userData;_emscripten_dispatch_to_thread_(targetThread,637534208,eventHandlerFunc,eventData,varargs)})},getTargetThreadForEventCallback:function(targetThread){switch(targetThread){case 1:return 0;case 2:return PThread.currentProxiedOperationCallerThread;default:return targetThread}},getNodeNameForTarget:function(target){if(!target)return"";if(target==window)return"#window";if(target==screen)return"#screen";return target&&target.nodeName?target.nodeName:""},fullscreenEnabled:function(){return document.fullscreenEnabled||document.webkitFullscreenEnabled}};function stringToNewUTF8(jsString){var length=lengthBytesUTF8(jsString)+1;var cString=_malloc(length);stringToUTF8(jsString,cString,length);return cString}function _emscripten_set_offscreencanvas_size_on_target_thread_js(targetThread,targetCanvas,width,height){withStackSave(function(){var varargs=stackAlloc(12);var targetCanvasPtr=0;if(targetCanvas){targetCanvasPtr=stringToNewUTF8(targetCanvas)}GROWABLE_HEAP_I32()[varargs>>2]=targetCanvasPtr;GROWABLE_HEAP_I32()[varargs+4>>2]=width;GROWABLE_HEAP_I32()[varargs+8>>2]=height;_emscripten_dispatch_to_thread_(targetThread,654311424,0,targetCanvasPtr,varargs)})}function _emscripten_set_offscreencanvas_size_on_target_thread(targetThread,targetCanvas,width,height){targetCanvas=targetCanvas?UTF8ToString(targetCanvas):"";_emscripten_set_offscreencanvas_size_on_target_thread_js(targetThread,targetCanvas,width,height)}function __webgl_enable_ANGLE_instanced_arrays(ctx){var ext=ctx.getExtension("ANGLE_instanced_arrays");if(ext){ctx["vertexAttribDivisor"]=function(index,divisor){ext["vertexAttribDivisorANGLE"](index,divisor)};ctx["drawArraysInstanced"]=function(mode,first,count,primcount){ext["drawArraysInstancedANGLE"](mode,first,count,primcount)};ctx["drawElementsInstanced"]=function(mode,count,type,indices,primcount){ext["drawElementsInstancedANGLE"](mode,count,type,indices,primcount)};return 1}}function __webgl_enable_OES_vertex_array_object(ctx){var ext=ctx.getExtension("OES_vertex_array_object");if(ext){ctx["createVertexArray"]=function(){return ext["createVertexArrayOES"]()};ctx["deleteVertexArray"]=function(vao){ext["deleteVertexArrayOES"](vao)};ctx["bindVertexArray"]=function(vao){ext["bindVertexArrayOES"](vao)};ctx["isVertexArray"]=function(vao){return ext["isVertexArrayOES"](vao)};return 1}}function __webgl_enable_WEBGL_draw_buffers(ctx){var ext=ctx.getExtension("WEBGL_draw_buffers");if(ext){ctx["drawBuffers"]=function(n,bufs){ext["drawBuffersWEBGL"](n,bufs)};return 1}}function __webgl_enable_WEBGL_draw_instanced_base_vertex_base_instance(ctx){return!!(ctx.dibvbi=ctx.getExtension("WEBGL_draw_instanced_base_vertex_base_instance"))}function __webgl_enable_WEBGL_multi_draw_instanced_base_vertex_base_instance(ctx){return!!(ctx.mdibvbi=ctx.getExtension("WEBGL_multi_draw_instanced_base_vertex_base_instance"))}function __webgl_enable_WEBGL_multi_draw(ctx){return!!(ctx.multiDrawWebgl=ctx.getExtension("WEBGL_multi_draw"))}var GL={counter:1,buffers:[],programs:[],framebuffers:[],renderbuffers:[],textures:[],shaders:[],vaos:[],contexts:{},offscreenCanvases:{},queries:[],samplers:[],transformFeedbacks:[],syncs:[],stringCache:{},stringiCache:{},unpackAlignment:4,recordError:function recordError(errorCode){if(!GL.lastError){GL.lastError=errorCode}},getNewId:function(table){var ret=GL.counter++;for(var i=table.length;i>2]:-1;source+=UTF8ToString(GROWABLE_HEAP_I32()[string+i*4>>2],len<0?undefined:len)}return source},createContext:function(canvas,webGLContextAttributes){if(!canvas.getContextSafariWebGL2Fixed){canvas.getContextSafariWebGL2Fixed=canvas.getContext;function fixedGetContext(ver,attrs){var gl=canvas.getContextSafariWebGL2Fixed(ver,attrs);return ver=="webgl"==gl instanceof WebGLRenderingContext?gl:null}canvas.getContext=fixedGetContext}var ctx=webGLContextAttributes.majorVersion>1?canvas.getContext("webgl2",webGLContextAttributes):canvas.getContext("webgl",webGLContextAttributes);if(!ctx)return 0;var handle=GL.registerContext(ctx,webGLContextAttributes);return handle},registerContext:function(ctx,webGLContextAttributes){var handle=_malloc(8);GROWABLE_HEAP_I32()[handle+4>>2]=_pthread_self();var context={handle:handle,attributes:webGLContextAttributes,version:webGLContextAttributes.majorVersion,GLctx:ctx};if(ctx.canvas)ctx.canvas.GLctxObject=context;GL.contexts[handle]=context;if(typeof webGLContextAttributes.enableExtensionsByDefault=="undefined"||webGLContextAttributes.enableExtensionsByDefault){GL.initExtensions(context)}return handle},makeContextCurrent:function(contextHandle){GL.currentContext=GL.contexts[contextHandle];Module.ctx=GLctx=GL.currentContext&&GL.currentContext.GLctx;return!(contextHandle&&!GLctx)},getContext:function(contextHandle){return GL.contexts[contextHandle]},deleteContext:function(contextHandle){if(GL.currentContext===GL.contexts[contextHandle])GL.currentContext=null;if(typeof JSEvents=="object")JSEvents.removeAllHandlersOnTarget(GL.contexts[contextHandle].GLctx.canvas);if(GL.contexts[contextHandle]&&GL.contexts[contextHandle].GLctx.canvas)GL.contexts[contextHandle].GLctx.canvas.GLctxObject=undefined;_free(GL.contexts[contextHandle].handle);GL.contexts[contextHandle]=null},initExtensions:function(context){if(!context)context=GL.currentContext;if(context.initExtensionsDone)return;context.initExtensionsDone=true;var GLctx=context.GLctx;__webgl_enable_ANGLE_instanced_arrays(GLctx);__webgl_enable_OES_vertex_array_object(GLctx);__webgl_enable_WEBGL_draw_buffers(GLctx);__webgl_enable_WEBGL_draw_instanced_base_vertex_base_instance(GLctx);__webgl_enable_WEBGL_multi_draw_instanced_base_vertex_base_instance(GLctx);if(context.version>=2){GLctx.disjointTimerQueryExt=GLctx.getExtension("EXT_disjoint_timer_query_webgl2")}if(context.version<2||!GLctx.disjointTimerQueryExt){GLctx.disjointTimerQueryExt=GLctx.getExtension("EXT_disjoint_timer_query")}__webgl_enable_WEBGL_multi_draw(GLctx);var exts=GLctx.getSupportedExtensions()||[];exts.forEach(function(ext){if(!ext.includes("lose_context")&&!ext.includes("debug")){GLctx.getExtension(ext)}})}};function maybeCStringToJsString(cString){return cString>2?UTF8ToString(cString):cString}function findCanvasEventTarget(target){target=maybeCStringToJsString(target);return GL.offscreenCanvases[target.substr(1)]||target=="canvas"&&Object.keys(GL.offscreenCanvases)[0]||typeof document!="undefined"&&document.querySelector(target)}function _emscripten_set_canvas_element_size_calling_thread(target,width,height){var canvas=findCanvasEventTarget(target);if(!canvas)return-4;if(canvas.canvasSharedPtr){GROWABLE_HEAP_I32()[canvas.canvasSharedPtr>>2]=width;GROWABLE_HEAP_I32()[canvas.canvasSharedPtr+4>>2]=height}if(canvas.offscreenCanvas||!canvas.controlTransferredOffscreen){if(canvas.offscreenCanvas)canvas=canvas.offscreenCanvas;var autoResizeViewport=false;if(canvas.GLctxObject&&canvas.GLctxObject.GLctx){var prevViewport=canvas.GLctxObject.GLctx.getParameter(2978);autoResizeViewport=prevViewport[0]===0&&prevViewport[1]===0&&prevViewport[2]===canvas.width&&prevViewport[3]===canvas.height}canvas.width=width;canvas.height=height;if(autoResizeViewport){canvas.GLctxObject.GLctx.viewport(0,0,width,height)}}else if(canvas.canvasSharedPtr){var targetThread=GROWABLE_HEAP_I32()[canvas.canvasSharedPtr+8>>2];_emscripten_set_offscreencanvas_size_on_target_thread(targetThread,target,width,height);return 1}else{return-4}return 0}function _emscripten_set_canvas_element_size_main_thread(target,width,height){if(ENVIRONMENT_IS_PTHREAD)return _emscripten_proxy_to_main_thread_js(8,1,target,width,height);return _emscripten_set_canvas_element_size_calling_thread(target,width,height)}function _emscripten_set_canvas_element_size(target,width,height){var canvas=findCanvasEventTarget(target);if(canvas){return _emscripten_set_canvas_element_size_calling_thread(target,width,height)}return _emscripten_set_canvas_element_size_main_thread(target,width,height)}var __emscripten_set_offscreencanvas_size=_emscripten_set_canvas_element_size;function __emscripten_throw_longjmp(){throw Infinity}function __mmap_js(len,prot,flags,fd,off,allocated,addr){if(ENVIRONMENT_IS_PTHREAD)return _emscripten_proxy_to_main_thread_js(9,1,len,prot,flags,fd,off,allocated,addr);return-52}function __munmap_js(addr,len,prot,flags,fd,offset){if(ENVIRONMENT_IS_PTHREAD)return _emscripten_proxy_to_main_thread_js(10,1,addr,len,prot,flags,fd,offset)}function _abort(){abort("")}function warnOnce(text){if(!warnOnce.shown)warnOnce.shown={};if(!warnOnce.shown[text]){warnOnce.shown[text]=1;if(ENVIRONMENT_IS_NODE)text="warning: "+text;err(text)}}function _emscripten_check_blocking_allowed(){if(ENVIRONMENT_IS_NODE)return;if(ENVIRONMENT_IS_WORKER)return;warnOnce("Blocking on the main thread is very dangerous, see https://emscripten.org/docs/porting/pthreads.html#blocking-on-the-main-browser-thread")}var _emscripten_get_now;if(ENVIRONMENT_IS_NODE){_emscripten_get_now=()=>{var t=process.hrtime();return t[0]*1e3+t[1]/1e6}}else _emscripten_get_now=()=>performance.timeOrigin+performance.now();function _emscripten_glActiveTexture(x0){GLctx["activeTexture"](x0)}function _emscripten_glAttachShader(program,shader){GLctx.attachShader(GL.programs[program],GL.shaders[shader])}function _emscripten_glBindAttribLocation(program,index,name){GLctx.bindAttribLocation(GL.programs[program],index,UTF8ToString(name))}function _emscripten_glBindBuffer(target,buffer){if(target==35051){GLctx.currentPixelPackBufferBinding=buffer}else if(target==35052){GLctx.currentPixelUnpackBufferBinding=buffer}GLctx.bindBuffer(target,GL.buffers[buffer])}function _emscripten_glBindFramebuffer(target,framebuffer){GLctx.bindFramebuffer(target,GL.framebuffers[framebuffer])}function _emscripten_glBindRenderbuffer(target,renderbuffer){GLctx.bindRenderbuffer(target,GL.renderbuffers[renderbuffer])}function _emscripten_glBindSampler(unit,sampler){GLctx["bindSampler"](unit,GL.samplers[sampler])}function _emscripten_glBindTexture(target,texture){GLctx.bindTexture(target,GL.textures[texture])}function _emscripten_glBindVertexArray(vao){GLctx["bindVertexArray"](GL.vaos[vao])}function _emscripten_glBindVertexArrayOES(vao){GLctx["bindVertexArray"](GL.vaos[vao])}function _emscripten_glBlendColor(x0,x1,x2,x3){GLctx["blendColor"](x0,x1,x2,x3)}function _emscripten_glBlendEquation(x0){GLctx["blendEquation"](x0)}function _emscripten_glBlendFunc(x0,x1){GLctx["blendFunc"](x0,x1)}function _emscripten_glBlitFramebuffer(x0,x1,x2,x3,x4,x5,x6,x7,x8,x9){GLctx["blitFramebuffer"](x0,x1,x2,x3,x4,x5,x6,x7,x8,x9)}function _emscripten_glBufferData(target,size,data,usage){if(GL.currentContext.version>=2){if(data&&size){GLctx.bufferData(target,GROWABLE_HEAP_U8(),usage,data,size)}else{GLctx.bufferData(target,size,usage)}}else{GLctx.bufferData(target,data?GROWABLE_HEAP_U8().subarray(data,data+size):size,usage)}}function _emscripten_glBufferSubData(target,offset,size,data){if(GL.currentContext.version>=2){size&&GLctx.bufferSubData(target,offset,GROWABLE_HEAP_U8(),data,size);return}GLctx.bufferSubData(target,offset,GROWABLE_HEAP_U8().subarray(data,data+size))}function _emscripten_glCheckFramebufferStatus(x0){return GLctx["checkFramebufferStatus"](x0)}function _emscripten_glClear(x0){GLctx["clear"](x0)}function _emscripten_glClearColor(x0,x1,x2,x3){GLctx["clearColor"](x0,x1,x2,x3)}function _emscripten_glClearStencil(x0){GLctx["clearStencil"](x0)}function convertI32PairToI53(lo,hi){return(lo>>>0)+hi*4294967296}function _emscripten_glClientWaitSync(sync,flags,timeout_low,timeout_high){var timeout=convertI32PairToI53(timeout_low,timeout_high);return GLctx.clientWaitSync(GL.syncs[sync],flags,timeout)}function _emscripten_glColorMask(red,green,blue,alpha){GLctx.colorMask(!!red,!!green,!!blue,!!alpha)}function _emscripten_glCompileShader(shader){GLctx.compileShader(GL.shaders[shader])}function _emscripten_glCompressedTexImage2D(target,level,internalFormat,width,height,border,imageSize,data){if(GL.currentContext.version>=2){if(GLctx.currentPixelUnpackBufferBinding||!imageSize){GLctx["compressedTexImage2D"](target,level,internalFormat,width,height,border,imageSize,data)}else{GLctx["compressedTexImage2D"](target,level,internalFormat,width,height,border,GROWABLE_HEAP_U8(),data,imageSize)}return}GLctx["compressedTexImage2D"](target,level,internalFormat,width,height,border,data?GROWABLE_HEAP_U8().subarray(data,data+imageSize):null)}function _emscripten_glCompressedTexSubImage2D(target,level,xoffset,yoffset,width,height,format,imageSize,data){if(GL.currentContext.version>=2){if(GLctx.currentPixelUnpackBufferBinding||!imageSize){GLctx["compressedTexSubImage2D"](target,level,xoffset,yoffset,width,height,format,imageSize,data)}else{GLctx["compressedTexSubImage2D"](target,level,xoffset,yoffset,width,height,format,GROWABLE_HEAP_U8(),data,imageSize)}return}GLctx["compressedTexSubImage2D"](target,level,xoffset,yoffset,width,height,format,data?GROWABLE_HEAP_U8().subarray(data,data+imageSize):null)}function _emscripten_glCopyBufferSubData(x0,x1,x2,x3,x4){GLctx["copyBufferSubData"](x0,x1,x2,x3,x4)}function _emscripten_glCopyTexSubImage2D(x0,x1,x2,x3,x4,x5,x6,x7){GLctx["copyTexSubImage2D"](x0,x1,x2,x3,x4,x5,x6,x7)}function _emscripten_glCreateProgram(){var id=GL.getNewId(GL.programs);var program=GLctx.createProgram();program.name=id;program.maxUniformLength=program.maxAttributeLength=program.maxUniformBlockNameLength=0;program.uniformIdCounter=1;GL.programs[id]=program;return id}function _emscripten_glCreateShader(shaderType){var id=GL.getNewId(GL.shaders);GL.shaders[id]=GLctx.createShader(shaderType);return id}function _emscripten_glCullFace(x0){GLctx["cullFace"](x0)}function _emscripten_glDeleteBuffers(n,buffers){for(var i=0;i>2];var buffer=GL.buffers[id];if(!buffer)continue;GLctx.deleteBuffer(buffer);buffer.name=0;GL.buffers[id]=null;if(id==GLctx.currentPixelPackBufferBinding)GLctx.currentPixelPackBufferBinding=0;if(id==GLctx.currentPixelUnpackBufferBinding)GLctx.currentPixelUnpackBufferBinding=0}}function _emscripten_glDeleteFramebuffers(n,framebuffers){for(var i=0;i>2];var framebuffer=GL.framebuffers[id];if(!framebuffer)continue;GLctx.deleteFramebuffer(framebuffer);framebuffer.name=0;GL.framebuffers[id]=null}}function _emscripten_glDeleteProgram(id){if(!id)return;var program=GL.programs[id];if(!program){GL.recordError(1281);return}GLctx.deleteProgram(program);program.name=0;GL.programs[id]=null}function _emscripten_glDeleteRenderbuffers(n,renderbuffers){for(var i=0;i>2];var renderbuffer=GL.renderbuffers[id];if(!renderbuffer)continue;GLctx.deleteRenderbuffer(renderbuffer);renderbuffer.name=0;GL.renderbuffers[id]=null}}function _emscripten_glDeleteSamplers(n,samplers){for(var i=0;i>2];var sampler=GL.samplers[id];if(!sampler)continue;GLctx["deleteSampler"](sampler);sampler.name=0;GL.samplers[id]=null}}function _emscripten_glDeleteShader(id){if(!id)return;var shader=GL.shaders[id];if(!shader){GL.recordError(1281);return}GLctx.deleteShader(shader);GL.shaders[id]=null}function _emscripten_glDeleteSync(id){if(!id)return;var sync=GL.syncs[id];if(!sync){GL.recordError(1281);return}GLctx.deleteSync(sync);sync.name=0;GL.syncs[id]=null}function _emscripten_glDeleteTextures(n,textures){for(var i=0;i>2];var texture=GL.textures[id];if(!texture)continue;GLctx.deleteTexture(texture);texture.name=0;GL.textures[id]=null}}function _emscripten_glDeleteVertexArrays(n,vaos){for(var i=0;i>2];GLctx["deleteVertexArray"](GL.vaos[id]);GL.vaos[id]=null}}function _emscripten_glDeleteVertexArraysOES(n,vaos){for(var i=0;i>2];GLctx["deleteVertexArray"](GL.vaos[id]);GL.vaos[id]=null}}function _emscripten_glDepthMask(flag){GLctx.depthMask(!!flag)}function _emscripten_glDisable(x0){GLctx["disable"](x0)}function _emscripten_glDisableVertexAttribArray(index){GLctx.disableVertexAttribArray(index)}function _emscripten_glDrawArrays(mode,first,count){GLctx.drawArrays(mode,first,count)}function _emscripten_glDrawArraysInstanced(mode,first,count,primcount){GLctx["drawArraysInstanced"](mode,first,count,primcount)}function _emscripten_glDrawArraysInstancedBaseInstanceWEBGL(mode,first,count,instanceCount,baseInstance){GLctx.dibvbi["drawArraysInstancedBaseInstanceWEBGL"](mode,first,count,instanceCount,baseInstance)}var tempFixedLengthArray=[];function _emscripten_glDrawBuffers(n,bufs){var bufArray=tempFixedLengthArray[n];for(var i=0;i>2]}GLctx["drawBuffers"](bufArray)}function _emscripten_glDrawElements(mode,count,type,indices){GLctx.drawElements(mode,count,type,indices)}function _emscripten_glDrawElementsInstanced(mode,count,type,indices,primcount){GLctx["drawElementsInstanced"](mode,count,type,indices,primcount)}function _emscripten_glDrawElementsInstancedBaseVertexBaseInstanceWEBGL(mode,count,type,offset,instanceCount,baseVertex,baseinstance){GLctx.dibvbi["drawElementsInstancedBaseVertexBaseInstanceWEBGL"](mode,count,type,offset,instanceCount,baseVertex,baseinstance)}function _glDrawElements(mode,count,type,indices){GLctx.drawElements(mode,count,type,indices)}function _emscripten_glDrawRangeElements(mode,start,end,count,type,indices){_glDrawElements(mode,count,type,indices)}function _emscripten_glEnable(x0){GLctx["enable"](x0)}function _emscripten_glEnableVertexAttribArray(index){GLctx.enableVertexAttribArray(index)}function _emscripten_glFenceSync(condition,flags){var sync=GLctx.fenceSync(condition,flags);if(sync){var id=GL.getNewId(GL.syncs);sync.name=id;GL.syncs[id]=sync;return id}return 0}function _emscripten_glFinish(){GLctx["finish"]()}function _emscripten_glFlush(){GLctx["flush"]()}function _emscripten_glFramebufferRenderbuffer(target,attachment,renderbuffertarget,renderbuffer){GLctx.framebufferRenderbuffer(target,attachment,renderbuffertarget,GL.renderbuffers[renderbuffer])}function _emscripten_glFramebufferTexture2D(target,attachment,textarget,texture,level){GLctx.framebufferTexture2D(target,attachment,textarget,GL.textures[texture],level)}function _emscripten_glFrontFace(x0){GLctx["frontFace"](x0)}function __glGenObject(n,buffers,createFunction,objectTable){for(var i=0;i>2]=id}}function _emscripten_glGenBuffers(n,buffers){__glGenObject(n,buffers,"createBuffer",GL.buffers)}function _emscripten_glGenFramebuffers(n,ids){__glGenObject(n,ids,"createFramebuffer",GL.framebuffers)}function _emscripten_glGenRenderbuffers(n,renderbuffers){__glGenObject(n,renderbuffers,"createRenderbuffer",GL.renderbuffers)}function _emscripten_glGenSamplers(n,samplers){__glGenObject(n,samplers,"createSampler",GL.samplers)}function _emscripten_glGenTextures(n,textures){__glGenObject(n,textures,"createTexture",GL.textures)}function _emscripten_glGenVertexArrays(n,arrays){__glGenObject(n,arrays,"createVertexArray",GL.vaos)}function _emscripten_glGenVertexArraysOES(n,arrays){__glGenObject(n,arrays,"createVertexArray",GL.vaos)}function _emscripten_glGenerateMipmap(x0){GLctx["generateMipmap"](x0)}function _emscripten_glGetBufferParameteriv(target,value,data){if(!data){GL.recordError(1281);return}GROWABLE_HEAP_I32()[data>>2]=GLctx.getBufferParameter(target,value)}function _emscripten_glGetError(){var error=GLctx.getError()||GL.lastError;GL.lastError=0;return error}function writeI53ToI64(ptr,num){GROWABLE_HEAP_U32()[ptr>>2]=num;GROWABLE_HEAP_U32()[ptr+4>>2]=(num-GROWABLE_HEAP_U32()[ptr>>2])/4294967296}function emscriptenWebGLGet(name_,p,type){if(!p){GL.recordError(1281);return}var ret=undefined;switch(name_){case 36346:ret=1;break;case 36344:if(type!=0&&type!=1){GL.recordError(1280)}return;case 34814:case 36345:ret=0;break;case 34466:var formats=GLctx.getParameter(34467);ret=formats?formats.length:0;break;case 33309:if(GL.currentContext.version<2){GL.recordError(1282);return}var exts=GLctx.getSupportedExtensions()||[];ret=2*exts.length;break;case 33307:case 33308:if(GL.currentContext.version<2){GL.recordError(1280);return}ret=name_==33307?3:0;break}if(ret===undefined){var result=GLctx.getParameter(name_);switch(typeof result){case"number":ret=result;break;case"boolean":ret=result?1:0;break;case"string":GL.recordError(1280);return;case"object":if(result===null){switch(name_){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:{ret=0;break}default:{GL.recordError(1280);return}}}else if(result instanceof Float32Array||result instanceof Uint32Array||result instanceof Int32Array||result instanceof Array){for(var i=0;i>2]=result[i];break;case 2:GROWABLE_HEAP_F32()[p+i*4>>2]=result[i];break;case 4:GROWABLE_HEAP_I8()[p+i>>0]=result[i]?1:0;break}}return}else{try{ret=result.name|0}catch(e){GL.recordError(1280);err("GL_INVALID_ENUM in glGet"+type+"v: Unknown object returned from WebGL getParameter("+name_+")! (error: "+e+")");return}}break;default:GL.recordError(1280);err("GL_INVALID_ENUM in glGet"+type+"v: Native code calling glGet"+type+"v("+name_+") and it returns "+result+" of type "+typeof result+"!");return}}switch(type){case 1:writeI53ToI64(p,ret);break;case 0:GROWABLE_HEAP_I32()[p>>2]=ret;break;case 2:GROWABLE_HEAP_F32()[p>>2]=ret;break;case 4:GROWABLE_HEAP_I8()[p>>0]=ret?1:0;break}}function _emscripten_glGetFloatv(name_,p){emscriptenWebGLGet(name_,p,2)}function _emscripten_glGetFramebufferAttachmentParameteriv(target,attachment,pname,params){var result=GLctx.getFramebufferAttachmentParameter(target,attachment,pname);if(result instanceof WebGLRenderbuffer||result instanceof WebGLTexture){result=result.name|0}GROWABLE_HEAP_I32()[params>>2]=result}function _emscripten_glGetIntegerv(name_,p){emscriptenWebGLGet(name_,p,0)}function _emscripten_glGetProgramInfoLog(program,maxLength,length,infoLog){var log=GLctx.getProgramInfoLog(GL.programs[program]);if(log===null)log="(unknown error)";var numBytesWrittenExclNull=maxLength>0&&infoLog?stringToUTF8(log,infoLog,maxLength):0;if(length)GROWABLE_HEAP_I32()[length>>2]=numBytesWrittenExclNull}function _emscripten_glGetProgramiv(program,pname,p){if(!p){GL.recordError(1281);return}if(program>=GL.counter){GL.recordError(1281);return}program=GL.programs[program];if(pname==35716){var log=GLctx.getProgramInfoLog(program);if(log===null)log="(unknown error)";GROWABLE_HEAP_I32()[p>>2]=log.length+1}else if(pname==35719){if(!program.maxUniformLength){for(var i=0;i>2]=program.maxUniformLength}else if(pname==35722){if(!program.maxAttributeLength){for(var i=0;i>2]=program.maxAttributeLength}else if(pname==35381){if(!program.maxUniformBlockNameLength){for(var i=0;i>2]=program.maxUniformBlockNameLength}else{GROWABLE_HEAP_I32()[p>>2]=GLctx.getProgramParameter(program,pname)}}function _emscripten_glGetRenderbufferParameteriv(target,pname,params){if(!params){GL.recordError(1281);return}GROWABLE_HEAP_I32()[params>>2]=GLctx.getRenderbufferParameter(target,pname)}function _emscripten_glGetShaderInfoLog(shader,maxLength,length,infoLog){var log=GLctx.getShaderInfoLog(GL.shaders[shader]);if(log===null)log="(unknown error)";var numBytesWrittenExclNull=maxLength>0&&infoLog?stringToUTF8(log,infoLog,maxLength):0;if(length)GROWABLE_HEAP_I32()[length>>2]=numBytesWrittenExclNull}function _emscripten_glGetShaderPrecisionFormat(shaderType,precisionType,range,precision){var result=GLctx.getShaderPrecisionFormat(shaderType,precisionType);GROWABLE_HEAP_I32()[range>>2]=result.rangeMin;GROWABLE_HEAP_I32()[range+4>>2]=result.rangeMax;GROWABLE_HEAP_I32()[precision>>2]=result.precision}function _emscripten_glGetShaderiv(shader,pname,p){if(!p){GL.recordError(1281);return}if(pname==35716){var log=GLctx.getShaderInfoLog(GL.shaders[shader]);if(log===null)log="(unknown error)";var logLength=log?log.length+1:0;GROWABLE_HEAP_I32()[p>>2]=logLength}else if(pname==35720){var source=GLctx.getShaderSource(GL.shaders[shader]);var sourceLength=source?source.length+1:0;GROWABLE_HEAP_I32()[p>>2]=sourceLength}else{GROWABLE_HEAP_I32()[p>>2]=GLctx.getShaderParameter(GL.shaders[shader],pname)}}function _emscripten_glGetString(name_){var ret=GL.stringCache[name_];if(!ret){switch(name_){case 7939:var exts=GLctx.getSupportedExtensions()||[];exts=exts.concat(exts.map(function(e){return"GL_"+e}));ret=stringToNewUTF8(exts.join(" "));break;case 7936:case 7937:case 37445:case 37446:var s=GLctx.getParameter(name_);if(!s){GL.recordError(1280)}ret=s&&stringToNewUTF8(s);break;case 7938:var glVersion=GLctx.getParameter(7938);if(GL.currentContext.version>=2)glVersion="OpenGL ES 3.0 ("+glVersion+")";else{glVersion="OpenGL ES 2.0 ("+glVersion+")"}ret=stringToNewUTF8(glVersion);break;case 35724:var glslVersion=GLctx.getParameter(35724);var ver_re=/^WebGL GLSL ES ([0-9]\.[0-9][0-9]?)(?:$| .*)/;var ver_num=glslVersion.match(ver_re);if(ver_num!==null){if(ver_num[1].length==3)ver_num[1]=ver_num[1]+"0";glslVersion="OpenGL ES GLSL ES "+ver_num[1]+" ("+glslVersion+")"}ret=stringToNewUTF8(glslVersion);break;default:GL.recordError(1280)}GL.stringCache[name_]=ret}return ret}function _emscripten_glGetStringi(name,index){if(GL.currentContext.version<2){GL.recordError(1282);return 0}var stringiCache=GL.stringiCache[name];if(stringiCache){if(index<0||index>=stringiCache.length){GL.recordError(1281);return 0}return stringiCache[index]}switch(name){case 7939:var exts=GLctx.getSupportedExtensions()||[];exts=exts.concat(exts.map(function(e){return"GL_"+e}));exts=exts.map(function(e){return stringToNewUTF8(e)});stringiCache=GL.stringiCache[name]=exts;if(index<0||index>=stringiCache.length){GL.recordError(1281);return 0}return stringiCache[index];default:GL.recordError(1280);return 0}}function jstoi_q(str){return parseInt(str)}function webglGetLeftBracePos(name){return name.slice(-1)=="]"&&name.lastIndexOf("[")}function webglPrepareUniformLocationsBeforeFirstUse(program){var uniformLocsById=program.uniformLocsById,uniformSizeAndIdsByName=program.uniformSizeAndIdsByName,i,j;if(!uniformLocsById){program.uniformLocsById=uniformLocsById={};program.uniformArrayNamesById={};for(i=0;i0?nm.slice(0,lb):nm;var id=program.uniformIdCounter;program.uniformIdCounter+=sz;uniformSizeAndIdsByName[arrayName]=[sz,id];for(j=0;j0){arrayIndex=jstoi_q(name.slice(leftBrace+1))>>>0;uniformBaseName=name.slice(0,leftBrace)}var sizeAndId=program.uniformSizeAndIdsByName[uniformBaseName];if(sizeAndId&&arrayIndex>2]}GLctx["invalidateFramebuffer"](target,list)}function _emscripten_glInvalidateSubFramebuffer(target,numAttachments,attachments,x,y,width,height){var list=tempFixedLengthArray[numAttachments];for(var i=0;i>2]}GLctx["invalidateSubFramebuffer"](target,list,x,y,width,height)}function _emscripten_glIsSync(sync){return GLctx.isSync(GL.syncs[sync])}function _emscripten_glIsTexture(id){var texture=GL.textures[id];if(!texture)return 0;return GLctx.isTexture(texture)}function _emscripten_glLineWidth(x0){GLctx["lineWidth"](x0)}function _emscripten_glLinkProgram(program){program=GL.programs[program];GLctx.linkProgram(program);program.uniformLocsById=0;program.uniformSizeAndIdsByName={}}function _emscripten_glMultiDrawArraysInstancedBaseInstanceWEBGL(mode,firsts,counts,instanceCounts,baseInstances,drawCount){GLctx.mdibvbi["multiDrawArraysInstancedBaseInstanceWEBGL"](mode,GROWABLE_HEAP_I32(),firsts>>2,GROWABLE_HEAP_I32(),counts>>2,GROWABLE_HEAP_I32(),instanceCounts>>2,GROWABLE_HEAP_U32(),baseInstances>>2,drawCount)}function _emscripten_glMultiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(mode,counts,type,offsets,instanceCounts,baseVertices,baseInstances,drawCount){GLctx.mdibvbi["multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL"](mode,GROWABLE_HEAP_I32(),counts>>2,type,GROWABLE_HEAP_I32(),offsets>>2,GROWABLE_HEAP_I32(),instanceCounts>>2,GROWABLE_HEAP_I32(),baseVertices>>2,GROWABLE_HEAP_U32(),baseInstances>>2,drawCount)}function _emscripten_glPixelStorei(pname,param){if(pname==3317){GL.unpackAlignment=param}GLctx.pixelStorei(pname,param)}function _emscripten_glReadBuffer(x0){GLctx["readBuffer"](x0)}function computeUnpackAlignedImageSize(width,height,sizePerPixel,alignment){function roundedToNextMultipleOf(x,y){return x+y-1&-y}var plainRowSize=width*sizePerPixel;var alignedRowSize=roundedToNextMultipleOf(plainRowSize,alignment);return height*alignedRowSize}function __colorChannelsInGlTextureFormat(format){var colorChannels={5:3,6:4,8:2,29502:3,29504:4,26917:2,26918:2,29846:3,29847:4};return colorChannels[format-6402]||1}function heapObjectForWebGLType(type){type-=5120;if(type==0)return GROWABLE_HEAP_I8();if(type==1)return GROWABLE_HEAP_U8();if(type==2)return GROWABLE_HEAP_I16();if(type==4)return GROWABLE_HEAP_I32();if(type==6)return GROWABLE_HEAP_F32();if(type==5||type==28922||type==28520||type==30779||type==30782)return GROWABLE_HEAP_U32();return GROWABLE_HEAP_U16()}function heapAccessShiftForWebGLHeap(heap){return 31-Math.clz32(heap.BYTES_PER_ELEMENT)}function emscriptenWebGLGetTexPixelData(type,format,width,height,pixels,internalFormat){var heap=heapObjectForWebGLType(type);var shift=heapAccessShiftForWebGLHeap(heap);var byteSize=1<>shift,pixels+bytes>>shift)}function _emscripten_glReadPixels(x,y,width,height,format,type,pixels){if(GL.currentContext.version>=2){if(GLctx.currentPixelPackBufferBinding){GLctx.readPixels(x,y,width,height,format,type,pixels)}else{var heap=heapObjectForWebGLType(type);GLctx.readPixels(x,y,width,height,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}return}var pixelData=emscriptenWebGLGetTexPixelData(type,format,width,height,pixels,format);if(!pixelData){GL.recordError(1280);return}GLctx.readPixels(x,y,width,height,format,type,pixelData)}function _emscripten_glRenderbufferStorage(x0,x1,x2,x3){GLctx["renderbufferStorage"](x0,x1,x2,x3)}function _emscripten_glRenderbufferStorageMultisample(x0,x1,x2,x3,x4){GLctx["renderbufferStorageMultisample"](x0,x1,x2,x3,x4)}function _emscripten_glSamplerParameterf(sampler,pname,param){GLctx["samplerParameterf"](GL.samplers[sampler],pname,param)}function _emscripten_glSamplerParameteri(sampler,pname,param){GLctx["samplerParameteri"](GL.samplers[sampler],pname,param)}function _emscripten_glSamplerParameteriv(sampler,pname,params){var param=GROWABLE_HEAP_I32()[params>>2];GLctx["samplerParameteri"](GL.samplers[sampler],pname,param)}function _emscripten_glScissor(x0,x1,x2,x3){GLctx["scissor"](x0,x1,x2,x3)}function _emscripten_glShaderSource(shader,count,string,length){var source=GL.getSource(shader,count,string,length);GLctx.shaderSource(GL.shaders[shader],source)}function _emscripten_glStencilFunc(x0,x1,x2){GLctx["stencilFunc"](x0,x1,x2)}function _emscripten_glStencilFuncSeparate(x0,x1,x2,x3){GLctx["stencilFuncSeparate"](x0,x1,x2,x3)}function _emscripten_glStencilMask(x0){GLctx["stencilMask"](x0)}function _emscripten_glStencilMaskSeparate(x0,x1){GLctx["stencilMaskSeparate"](x0,x1)}function _emscripten_glStencilOp(x0,x1,x2){GLctx["stencilOp"](x0,x1,x2)}function _emscripten_glStencilOpSeparate(x0,x1,x2,x3){GLctx["stencilOpSeparate"](x0,x1,x2,x3)}function _emscripten_glTexImage2D(target,level,internalFormat,width,height,border,format,type,pixels){if(GL.currentContext.version>=2){if(GLctx.currentPixelUnpackBufferBinding){GLctx.texImage2D(target,level,internalFormat,width,height,border,format,type,pixels)}else if(pixels){var heap=heapObjectForWebGLType(type);GLctx.texImage2D(target,level,internalFormat,width,height,border,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}else{GLctx.texImage2D(target,level,internalFormat,width,height,border,format,type,null)}return}GLctx.texImage2D(target,level,internalFormat,width,height,border,format,type,pixels?emscriptenWebGLGetTexPixelData(type,format,width,height,pixels,internalFormat):null)}function _emscripten_glTexParameterf(x0,x1,x2){GLctx["texParameterf"](x0,x1,x2)}function _emscripten_glTexParameterfv(target,pname,params){var param=GROWABLE_HEAP_F32()[params>>2];GLctx.texParameterf(target,pname,param)}function _emscripten_glTexParameteri(x0,x1,x2){GLctx["texParameteri"](x0,x1,x2)}function _emscripten_glTexParameteriv(target,pname,params){var param=GROWABLE_HEAP_I32()[params>>2];GLctx.texParameteri(target,pname,param)}function _emscripten_glTexStorage2D(x0,x1,x2,x3,x4){GLctx["texStorage2D"](x0,x1,x2,x3,x4)}function _emscripten_glTexSubImage2D(target,level,xoffset,yoffset,width,height,format,type,pixels){if(GL.currentContext.version>=2){if(GLctx.currentPixelUnpackBufferBinding){GLctx.texSubImage2D(target,level,xoffset,yoffset,width,height,format,type,pixels)}else if(pixels){var heap=heapObjectForWebGLType(type);GLctx.texSubImage2D(target,level,xoffset,yoffset,width,height,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}else{GLctx.texSubImage2D(target,level,xoffset,yoffset,width,height,format,type,null)}return}var pixelData=null;if(pixels)pixelData=emscriptenWebGLGetTexPixelData(type,format,width,height,pixels,0);GLctx.texSubImage2D(target,level,xoffset,yoffset,width,height,format,type,pixelData)}function webglGetUniformLocation(location){var p=GLctx.currentProgram;if(p){var webglLoc=p.uniformLocsById[location];if(typeof webglLoc=="number"){p.uniformLocsById[location]=webglLoc=GLctx.getUniformLocation(p,p.uniformArrayNamesById[location]+(webglLoc>0?"["+webglLoc+"]":""))}return webglLoc}else{GL.recordError(1282)}}function _emscripten_glUniform1f(location,v0){GLctx.uniform1f(webglGetUniformLocation(location),v0)}var miniTempWebGLFloatBuffers=[];function _emscripten_glUniform1fv(location,count,value){if(GL.currentContext.version>=2){count&&GLctx.uniform1fv(webglGetUniformLocation(location),GROWABLE_HEAP_F32(),value>>2,count);return}if(count<=288){var view=miniTempWebGLFloatBuffers[count-1];for(var i=0;i>2]}}else{var view=GROWABLE_HEAP_F32().subarray(value>>2,value+count*4>>2)}GLctx.uniform1fv(webglGetUniformLocation(location),view)}function _emscripten_glUniform1i(location,v0){GLctx.uniform1i(webglGetUniformLocation(location),v0)}var __miniTempWebGLIntBuffers=[];function _emscripten_glUniform1iv(location,count,value){if(GL.currentContext.version>=2){count&&GLctx.uniform1iv(webglGetUniformLocation(location),GROWABLE_HEAP_I32(),value>>2,count);return}if(count<=288){var view=__miniTempWebGLIntBuffers[count-1];for(var i=0;i>2]}}else{var view=GROWABLE_HEAP_I32().subarray(value>>2,value+count*4>>2)}GLctx.uniform1iv(webglGetUniformLocation(location),view)}function _emscripten_glUniform2f(location,v0,v1){GLctx.uniform2f(webglGetUniformLocation(location),v0,v1)}function _emscripten_glUniform2fv(location,count,value){if(GL.currentContext.version>=2){count&&GLctx.uniform2fv(webglGetUniformLocation(location),GROWABLE_HEAP_F32(),value>>2,count*2);return}if(count<=144){var view=miniTempWebGLFloatBuffers[2*count-1];for(var i=0;i<2*count;i+=2){view[i]=GROWABLE_HEAP_F32()[value+4*i>>2];view[i+1]=GROWABLE_HEAP_F32()[value+(4*i+4)>>2]}}else{var view=GROWABLE_HEAP_F32().subarray(value>>2,value+count*8>>2)}GLctx.uniform2fv(webglGetUniformLocation(location),view)}function _emscripten_glUniform2i(location,v0,v1){GLctx.uniform2i(webglGetUniformLocation(location),v0,v1)}function _emscripten_glUniform2iv(location,count,value){if(GL.currentContext.version>=2){count&&GLctx.uniform2iv(webglGetUniformLocation(location),GROWABLE_HEAP_I32(),value>>2,count*2);return}if(count<=144){var view=__miniTempWebGLIntBuffers[2*count-1];for(var i=0;i<2*count;i+=2){view[i]=GROWABLE_HEAP_I32()[value+4*i>>2];view[i+1]=GROWABLE_HEAP_I32()[value+(4*i+4)>>2]}}else{var view=GROWABLE_HEAP_I32().subarray(value>>2,value+count*8>>2)}GLctx.uniform2iv(webglGetUniformLocation(location),view)}function _emscripten_glUniform3f(location,v0,v1,v2){GLctx.uniform3f(webglGetUniformLocation(location),v0,v1,v2)}function _emscripten_glUniform3fv(location,count,value){if(GL.currentContext.version>=2){count&&GLctx.uniform3fv(webglGetUniformLocation(location),GROWABLE_HEAP_F32(),value>>2,count*3);return}if(count<=96){var view=miniTempWebGLFloatBuffers[3*count-1];for(var i=0;i<3*count;i+=3){view[i]=GROWABLE_HEAP_F32()[value+4*i>>2];view[i+1]=GROWABLE_HEAP_F32()[value+(4*i+4)>>2];view[i+2]=GROWABLE_HEAP_F32()[value+(4*i+8)>>2]}}else{var view=GROWABLE_HEAP_F32().subarray(value>>2,value+count*12>>2)}GLctx.uniform3fv(webglGetUniformLocation(location),view)}function _emscripten_glUniform3i(location,v0,v1,v2){GLctx.uniform3i(webglGetUniformLocation(location),v0,v1,v2)}function _emscripten_glUniform3iv(location,count,value){if(GL.currentContext.version>=2){count&&GLctx.uniform3iv(webglGetUniformLocation(location),GROWABLE_HEAP_I32(),value>>2,count*3);return}if(count<=96){var view=__miniTempWebGLIntBuffers[3*count-1];for(var i=0;i<3*count;i+=3){view[i]=GROWABLE_HEAP_I32()[value+4*i>>2];view[i+1]=GROWABLE_HEAP_I32()[value+(4*i+4)>>2];view[i+2]=GROWABLE_HEAP_I32()[value+(4*i+8)>>2]}}else{var view=GROWABLE_HEAP_I32().subarray(value>>2,value+count*12>>2)}GLctx.uniform3iv(webglGetUniformLocation(location),view)}function _emscripten_glUniform4f(location,v0,v1,v2,v3){GLctx.uniform4f(webglGetUniformLocation(location),v0,v1,v2,v3)}function _emscripten_glUniform4fv(location,count,value){if(GL.currentContext.version>=2){count&&GLctx.uniform4fv(webglGetUniformLocation(location),GROWABLE_HEAP_F32(),value>>2,count*4);return}if(count<=72){var view=miniTempWebGLFloatBuffers[4*count-1];var heap=GROWABLE_HEAP_F32();value>>=2;for(var i=0;i<4*count;i+=4){var dst=value+i;view[i]=heap[dst];view[i+1]=heap[dst+1];view[i+2]=heap[dst+2];view[i+3]=heap[dst+3]}}else{var view=GROWABLE_HEAP_F32().subarray(value>>2,value+count*16>>2)}GLctx.uniform4fv(webglGetUniformLocation(location),view)}function _emscripten_glUniform4i(location,v0,v1,v2,v3){GLctx.uniform4i(webglGetUniformLocation(location),v0,v1,v2,v3)}function _emscripten_glUniform4iv(location,count,value){if(GL.currentContext.version>=2){count&&GLctx.uniform4iv(webglGetUniformLocation(location),GROWABLE_HEAP_I32(),value>>2,count*4);return}if(count<=72){var view=__miniTempWebGLIntBuffers[4*count-1];for(var i=0;i<4*count;i+=4){view[i]=GROWABLE_HEAP_I32()[value+4*i>>2];view[i+1]=GROWABLE_HEAP_I32()[value+(4*i+4)>>2];view[i+2]=GROWABLE_HEAP_I32()[value+(4*i+8)>>2];view[i+3]=GROWABLE_HEAP_I32()[value+(4*i+12)>>2]}}else{var view=GROWABLE_HEAP_I32().subarray(value>>2,value+count*16>>2)}GLctx.uniform4iv(webglGetUniformLocation(location),view)}function _emscripten_glUniformMatrix2fv(location,count,transpose,value){if(GL.currentContext.version>=2){count&&GLctx.uniformMatrix2fv(webglGetUniformLocation(location),!!transpose,GROWABLE_HEAP_F32(),value>>2,count*4);return}if(count<=72){var view=miniTempWebGLFloatBuffers[4*count-1];for(var i=0;i<4*count;i+=4){view[i]=GROWABLE_HEAP_F32()[value+4*i>>2];view[i+1]=GROWABLE_HEAP_F32()[value+(4*i+4)>>2];view[i+2]=GROWABLE_HEAP_F32()[value+(4*i+8)>>2];view[i+3]=GROWABLE_HEAP_F32()[value+(4*i+12)>>2]}}else{var view=GROWABLE_HEAP_F32().subarray(value>>2,value+count*16>>2)}GLctx.uniformMatrix2fv(webglGetUniformLocation(location),!!transpose,view)}function _emscripten_glUniformMatrix3fv(location,count,transpose,value){if(GL.currentContext.version>=2){count&&GLctx.uniformMatrix3fv(webglGetUniformLocation(location),!!transpose,GROWABLE_HEAP_F32(),value>>2,count*9);return}if(count<=32){var view=miniTempWebGLFloatBuffers[9*count-1];for(var i=0;i<9*count;i+=9){view[i]=GROWABLE_HEAP_F32()[value+4*i>>2];view[i+1]=GROWABLE_HEAP_F32()[value+(4*i+4)>>2];view[i+2]=GROWABLE_HEAP_F32()[value+(4*i+8)>>2];view[i+3]=GROWABLE_HEAP_F32()[value+(4*i+12)>>2];view[i+4]=GROWABLE_HEAP_F32()[value+(4*i+16)>>2];view[i+5]=GROWABLE_HEAP_F32()[value+(4*i+20)>>2];view[i+6]=GROWABLE_HEAP_F32()[value+(4*i+24)>>2];view[i+7]=GROWABLE_HEAP_F32()[value+(4*i+28)>>2];view[i+8]=GROWABLE_HEAP_F32()[value+(4*i+32)>>2]}}else{var view=GROWABLE_HEAP_F32().subarray(value>>2,value+count*36>>2)}GLctx.uniformMatrix3fv(webglGetUniformLocation(location),!!transpose,view)}function _emscripten_glUniformMatrix4fv(location,count,transpose,value){if(GL.currentContext.version>=2){count&&GLctx.uniformMatrix4fv(webglGetUniformLocation(location),!!transpose,GROWABLE_HEAP_F32(),value>>2,count*16);return}if(count<=18){var view=miniTempWebGLFloatBuffers[16*count-1];var heap=GROWABLE_HEAP_F32();value>>=2;for(var i=0;i<16*count;i+=16){var dst=value+i;view[i]=heap[dst];view[i+1]=heap[dst+1];view[i+2]=heap[dst+2];view[i+3]=heap[dst+3];view[i+4]=heap[dst+4];view[i+5]=heap[dst+5];view[i+6]=heap[dst+6];view[i+7]=heap[dst+7];view[i+8]=heap[dst+8];view[i+9]=heap[dst+9];view[i+10]=heap[dst+10];view[i+11]=heap[dst+11];view[i+12]=heap[dst+12];view[i+13]=heap[dst+13];view[i+14]=heap[dst+14];view[i+15]=heap[dst+15]}}else{var view=GROWABLE_HEAP_F32().subarray(value>>2,value+count*64>>2)}GLctx.uniformMatrix4fv(webglGetUniformLocation(location),!!transpose,view)}function _emscripten_glUseProgram(program){program=GL.programs[program];GLctx.useProgram(program);GLctx.currentProgram=program}function _emscripten_glVertexAttrib1f(x0,x1){GLctx["vertexAttrib1f"](x0,x1)}function _emscripten_glVertexAttrib2fv(index,v){GLctx.vertexAttrib2f(index,GROWABLE_HEAP_F32()[v>>2],GROWABLE_HEAP_F32()[v+4>>2])}function _emscripten_glVertexAttrib3fv(index,v){GLctx.vertexAttrib3f(index,GROWABLE_HEAP_F32()[v>>2],GROWABLE_HEAP_F32()[v+4>>2],GROWABLE_HEAP_F32()[v+8>>2])}function _emscripten_glVertexAttrib4fv(index,v){GLctx.vertexAttrib4f(index,GROWABLE_HEAP_F32()[v>>2],GROWABLE_HEAP_F32()[v+4>>2],GROWABLE_HEAP_F32()[v+8>>2],GROWABLE_HEAP_F32()[v+12>>2])}function _emscripten_glVertexAttribDivisor(index,divisor){GLctx["vertexAttribDivisor"](index,divisor)}function _emscripten_glVertexAttribIPointer(index,size,type,stride,ptr){GLctx["vertexAttribIPointer"](index,size,type,stride,ptr)}function _emscripten_glVertexAttribPointer(index,size,type,normalized,stride,ptr){GLctx.vertexAttribPointer(index,size,type,!!normalized,stride,ptr)}function _emscripten_glViewport(x0,x1,x2,x3){GLctx["viewport"](x0,x1,x2,x3)}function _emscripten_glWaitSync(sync,flags,timeout_low,timeout_high){var timeout=convertI32PairToI53(timeout_low,timeout_high);GLctx.waitSync(GL.syncs[sync],flags,timeout)}function _emscripten_proxy_to_main_thread_js(index,sync){var numCallArgs=arguments.length-2;var outerArgs=arguments;return withStackSave(()=>{var serializedNumCallArgs=numCallArgs;var args=stackAlloc(serializedNumCallArgs*8);var b=args>>3;for(var i=0;i>3;for(var i=0;i>>16);updateMemoryViews();return 1}catch(e){}}function _emscripten_resize_heap(requestedSize){var oldSize=GROWABLE_HEAP_U8().length;requestedSize=requestedSize>>>0;if(requestedSize<=oldSize){return false}var maxHeapSize=getHeapMax();if(requestedSize>maxHeapSize){return false}let alignUp=(x,multiple)=>x+(multiple-x%multiple)%multiple;for(var cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown);overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);var newSize=Math.min(maxHeapSize,alignUp(Math.max(requestedSize,overGrownHeapSize),65536));var replacement=emscripten_realloc_buffer(newSize);if(replacement){return true}}return false}function _emscripten_unwind_to_js_event_loop(){throw"unwind"}var __emscripten_webgl_power_preferences=["default","low-power","high-performance"];function _emscripten_webgl_do_create_context(target,attributes){var a=attributes>>2;var powerPreference=GROWABLE_HEAP_I32()[a+(24>>2)];var contextAttributes={"alpha":!!GROWABLE_HEAP_I32()[a+(0>>2)],"depth":!!GROWABLE_HEAP_I32()[a+(4>>2)],"stencil":!!GROWABLE_HEAP_I32()[a+(8>>2)],"antialias":!!GROWABLE_HEAP_I32()[a+(12>>2)],"premultipliedAlpha":!!GROWABLE_HEAP_I32()[a+(16>>2)],"preserveDrawingBuffer":!!GROWABLE_HEAP_I32()[a+(20>>2)],"powerPreference":__emscripten_webgl_power_preferences[powerPreference],"failIfMajorPerformanceCaveat":!!GROWABLE_HEAP_I32()[a+(28>>2)],majorVersion:GROWABLE_HEAP_I32()[a+(32>>2)],minorVersion:GROWABLE_HEAP_I32()[a+(36>>2)],enableExtensionsByDefault:GROWABLE_HEAP_I32()[a+(40>>2)],explicitSwapControl:GROWABLE_HEAP_I32()[a+(44>>2)],proxyContextToMainThread:GROWABLE_HEAP_I32()[a+(48>>2)],renderViaOffscreenBackBuffer:GROWABLE_HEAP_I32()[a+(52>>2)]};var canvas=findCanvasEventTarget(target);if(!canvas){return 0}if(canvas.offscreenCanvas)canvas=canvas.offscreenCanvas;if(contextAttributes.explicitSwapControl){var supportsOffscreenCanvas=canvas.transferControlToOffscreen||typeof OffscreenCanvas!="undefined"&&canvas instanceof OffscreenCanvas;if(!supportsOffscreenCanvas){return 0}if(canvas.transferControlToOffscreen){if(!canvas.controlTransferredOffscreen){GL.offscreenCanvases[canvas.id]={canvas:canvas.transferControlToOffscreen(),canvasSharedPtr:_malloc(12),id:canvas.id};canvas.controlTransferredOffscreen=true}else if(!GL.offscreenCanvases[canvas.id]){return 0}canvas=GL.offscreenCanvases[canvas.id]}}var contextHandle=GL.createContext(canvas,contextAttributes);return contextHandle}var _emscripten_webgl_create_context=_emscripten_webgl_do_create_context;function _emscripten_webgl_do_get_current_context(){return GL.currentContext?GL.currentContext.handle:0}var _emscripten_webgl_get_current_context=_emscripten_webgl_do_get_current_context;function _emscripten_webgl_init_context_attributes(attributes){var a=attributes>>2;for(var i=0;i<56>>2;++i){GROWABLE_HEAP_I32()[a+i]=0}GROWABLE_HEAP_I32()[a+(0>>2)]=GROWABLE_HEAP_I32()[a+(4>>2)]=GROWABLE_HEAP_I32()[a+(12>>2)]=GROWABLE_HEAP_I32()[a+(16>>2)]=GROWABLE_HEAP_I32()[a+(32>>2)]=GROWABLE_HEAP_I32()[a+(40>>2)]=1;if(ENVIRONMENT_IS_WORKER)GROWABLE_HEAP_I32()[attributes+48>>2]=1}function _emscripten_webgl_make_context_current(contextHandle){var success=GL.makeContextCurrent(contextHandle);return success?0:-5}var ENV={};function getExecutableName(){return thisProgram||"./this.program"}function getEnvStrings(){if(!getEnvStrings.strings){var lang=(typeof navigator=="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8";var env={"USER":"web_user","LOGNAME":"web_user","PATH":"/","PWD":"/","HOME":"/home/web_user","LANG":lang,"_":getExecutableName()};for(var x in ENV){if(ENV[x]===undefined)delete env[x];else env[x]=ENV[x]}var strings=[];for(var x in env){strings.push(x+"="+env[x])}getEnvStrings.strings=strings}return getEnvStrings.strings}function writeAsciiToMemory(str,buffer,dontAddNull){for(var i=0;i>0]=str.charCodeAt(i)}if(!dontAddNull)GROWABLE_HEAP_I8()[buffer>>0]=0}function _environ_get(__environ,environ_buf){if(ENVIRONMENT_IS_PTHREAD)return _emscripten_proxy_to_main_thread_js(11,1,__environ,environ_buf);var bufSize=0;getEnvStrings().forEach(function(string,i){var ptr=environ_buf+bufSize;GROWABLE_HEAP_U32()[__environ+i*4>>2]=ptr;writeAsciiToMemory(string,ptr);bufSize+=string.length+1});return 0}function _environ_sizes_get(penviron_count,penviron_buf_size){if(ENVIRONMENT_IS_PTHREAD)return _emscripten_proxy_to_main_thread_js(12,1,penviron_count,penviron_buf_size);var strings=getEnvStrings();GROWABLE_HEAP_U32()[penviron_count>>2]=strings.length;var bufSize=0;strings.forEach(function(string){bufSize+=string.length+1});GROWABLE_HEAP_U32()[penviron_buf_size>>2]=bufSize;return 0}function _fd_close(fd){if(ENVIRONMENT_IS_PTHREAD)return _emscripten_proxy_to_main_thread_js(13,1,fd);return 52}function _fd_pread(fd,iov,iovcnt,offset_low,offset_high,pnum){if(ENVIRONMENT_IS_PTHREAD)return _emscripten_proxy_to_main_thread_js(14,1,fd,iov,iovcnt,offset_low,offset_high,pnum);return 52}function _fd_read(fd,iov,iovcnt,pnum){if(ENVIRONMENT_IS_PTHREAD)return _emscripten_proxy_to_main_thread_js(15,1,fd,iov,iovcnt,pnum);return 52}function _fd_seek(fd,offset_low,offset_high,whence,newOffset){if(ENVIRONMENT_IS_PTHREAD)return _emscripten_proxy_to_main_thread_js(16,1,fd,offset_low,offset_high,whence,newOffset);return 70}var printCharBuffers=[null,[],[]];function printChar(stream,curr){var buffer=printCharBuffers[stream];if(curr===0||curr===10){(stream===1?out:err)(UTF8ArrayToString(buffer,0));buffer.length=0}else{buffer.push(curr)}}function _fd_write(fd,iov,iovcnt,pnum){if(ENVIRONMENT_IS_PTHREAD)return _emscripten_proxy_to_main_thread_js(17,1,fd,iov,iovcnt,pnum);var num=0;for(var i=0;i>2];var len=GROWABLE_HEAP_U32()[iov+4>>2];iov+=8;for(var j=0;j>2]=num;return 0}function _glDeleteTextures(n,textures){for(var i=0;i>2];var texture=GL.textures[id];if(!texture)continue;GLctx.deleteTexture(texture);texture.name=0;GL.textures[id]=null}}function skwasm_support_setup(){const objectMap=new Map;skwasm_registerObject=function(id,object){objectMap.set(id,object)};skwasm_unregisterObject=function(id){objectMap.delete(id)};skwasm_getObject=function(id){return objectMap.get(id)};addEventListener("message",function(event){const transfers=event.data.skwasmObjectTransfers;if(!transfers){return}transfers.forEach(function(object,objectId){objectMap.set(objectId,object)})});skwasm_transferObjectToMain=function(objectId){postMessage({skwasmObjectTransfers:new Map([[objectId,objectMap[objectId]]])});objectMap.delete(objectId)};skwasm_transferObjectToThread=function(objectId,threadId){PThread.pthreads[threadId].postMessage({skwasmObjectTransfers:new Map([[objectId,objectMap.get(objectId)]])});objectMap.delete(objectId)};_skwasm_createGlTextureFromVideoFrame=function(videoFrameId,width,height){const videoFrame=skwasm_getObject(videoFrameId);const glCtx=GL.currentContext.GLctx;const newTexture=glCtx.createTexture();glCtx.bindTexture(glCtx.TEXTURE_2D,newTexture);glCtx.pixelStorei(glCtx.UNPACK_PREMULTIPLY_ALPHA_WEBGL,true);glCtx.texImage2D(glCtx.TEXTURE_2D,0,glCtx.RGBA,width,height,0,glCtx.RGBA,glCtx.UNSIGNED_BYTE,videoFrame);glCtx.pixelStorei(glCtx.UNPACK_PREMULTIPLY_ALPHA_WEBGL,false);glCtx.bindTexture(glCtx.TEXTURE_2D,null);const textureId=GL.getNewId(GL.textures);GL.textures[textureId]=newTexture;return textureId},_skwasm_disposeVideoFrame=function(videoFrameId){const videoFrame=skwasm_getObject(videoFrameId);videoFrame.close();skwasm_unregisterObject(videoFrameId)}}function skwasm_getObject(){}function _skwasm_createGlTextureFromVideoFrame(){}function skwasm_unregisterObject(){}function _skwasm_disposeVideoFrame(){}function __isLeapYear(year){return year%4===0&&(year%100!==0||year%400===0)}function __arraySum(array,index){var sum=0;for(var i=0;i<=index;sum+=array[i++]){}return sum}var __MONTH_DAYS_LEAP=[31,29,31,30,31,30,31,31,30,31,30,31];var __MONTH_DAYS_REGULAR=[31,28,31,30,31,30,31,31,30,31,30,31];function __addDays(date,days){var newDate=new Date(date.getTime());while(days>0){var leap=__isLeapYear(newDate.getFullYear());var currentMonth=newDate.getMonth();var daysInCurrentMonth=(leap?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR)[currentMonth];if(days>daysInCurrentMonth-newDate.getDate()){days-=daysInCurrentMonth-newDate.getDate()+1;newDate.setDate(1);if(currentMonth<11){newDate.setMonth(currentMonth+1)}else{newDate.setMonth(0);newDate.setFullYear(newDate.getFullYear()+1)}}else{newDate.setDate(newDate.getDate()+days);return newDate}}return newDate}function intArrayFromString(stringy,dontAddNull,length){var len=length>0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array}function writeArrayToMemory(array,buffer){GROWABLE_HEAP_I8().set(array,buffer)}function _strftime(s,maxsize,format,tm){var tm_zone=GROWABLE_HEAP_I32()[tm+40>>2];var date={tm_sec:GROWABLE_HEAP_I32()[tm>>2],tm_min:GROWABLE_HEAP_I32()[tm+4>>2],tm_hour:GROWABLE_HEAP_I32()[tm+8>>2],tm_mday:GROWABLE_HEAP_I32()[tm+12>>2],tm_mon:GROWABLE_HEAP_I32()[tm+16>>2],tm_year:GROWABLE_HEAP_I32()[tm+20>>2],tm_wday:GROWABLE_HEAP_I32()[tm+24>>2],tm_yday:GROWABLE_HEAP_I32()[tm+28>>2],tm_isdst:GROWABLE_HEAP_I32()[tm+32>>2],tm_gmtoff:GROWABLE_HEAP_I32()[tm+36>>2],tm_zone:tm_zone?UTF8ToString(tm_zone):""};var pattern=UTF8ToString(format);var EXPANSION_RULES_1={"%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 rule in EXPANSION_RULES_1){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_1[rule])}var WEEKDAYS=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];var MONTHS=["January","February","March","April","May","June","July","August","September","October","November","December"];function leadingSomething(value,digits,character){var str=typeof value=="number"?value.toString():value||"";while(str.length0?1:0}var compare;if((compare=sgn(date1.getFullYear()-date2.getFullYear()))===0){if((compare=sgn(date1.getMonth()-date2.getMonth()))===0){compare=sgn(date1.getDate()-date2.getDate())}}return compare}function getFirstWeekStartDate(janFourth){switch(janFourth.getDay()){case 0:return new Date(janFourth.getFullYear()-1,11,29);case 1:return janFourth;case 2:return new Date(janFourth.getFullYear(),0,3);case 3:return new Date(janFourth.getFullYear(),0,2);case 4:return new Date(janFourth.getFullYear(),0,1);case 5:return new Date(janFourth.getFullYear()-1,11,31);case 6:return new Date(janFourth.getFullYear()-1,11,30)}}function getWeekBasedYear(date){var thisDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);var janFourthThisYear=new Date(thisDate.getFullYear(),0,4);var janFourthNextYear=new Date(thisDate.getFullYear()+1,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);if(compareByDay(firstWeekStartThisYear,thisDate)<=0){if(compareByDay(firstWeekStartNextYear,thisDate)<=0){return thisDate.getFullYear()+1}return thisDate.getFullYear()}return thisDate.getFullYear()-1}var EXPANSION_RULES_2={"%a":function(date){return WEEKDAYS[date.tm_wday].substring(0,3)},"%A":function(date){return WEEKDAYS[date.tm_wday]},"%b":function(date){return MONTHS[date.tm_mon].substring(0,3)},"%B":function(date){return MONTHS[date.tm_mon]},"%C":function(date){var year=date.tm_year+1900;return leadingNulls(year/100|0,2)},"%d":function(date){return leadingNulls(date.tm_mday,2)},"%e":function(date){return leadingSomething(date.tm_mday,2," ")},"%g":function(date){return getWeekBasedYear(date).toString().substring(2)},"%G":function(date){return getWeekBasedYear(date)},"%H":function(date){return leadingNulls(date.tm_hour,2)},"%I":function(date){var twelveHour=date.tm_hour;if(twelveHour==0)twelveHour=12;else if(twelveHour>12)twelveHour-=12;return leadingNulls(twelveHour,2)},"%j":function(date){return leadingNulls(date.tm_mday+__arraySum(__isLeapYear(date.tm_year+1900)?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,date.tm_mon-1),3)},"%m":function(date){return leadingNulls(date.tm_mon+1,2)},"%M":function(date){return leadingNulls(date.tm_min,2)},"%n":function(){return"\n"},"%p":function(date){if(date.tm_hour>=0&&date.tm_hour<12){return"AM"}return"PM"},"%S":function(date){return leadingNulls(date.tm_sec,2)},"%t":function(){return"\t"},"%u":function(date){return date.tm_wday||7},"%U":function(date){var days=date.tm_yday+7-date.tm_wday;return leadingNulls(Math.floor(days/7),2)},"%V":function(date){var val=Math.floor((date.tm_yday+7-(date.tm_wday+6)%7)/7);if((date.tm_wday+371-date.tm_yday-2)%7<=2){val++}if(!val){val=52;var dec31=(date.tm_wday+7-date.tm_yday-1)%7;if(dec31==4||dec31==5&&__isLeapYear(date.tm_year%400-1)){val++}}else if(val==53){var jan1=(date.tm_wday+371-date.tm_yday)%7;if(jan1!=4&&(jan1!=3||!__isLeapYear(date.tm_year)))val=1}return leadingNulls(val,2)},"%w":function(date){return date.tm_wday},"%W":function(date){var days=date.tm_yday+7-(date.tm_wday+6)%7;return leadingNulls(Math.floor(days/7),2)},"%y":function(date){return(date.tm_year+1900).toString().substring(2)},"%Y":function(date){return date.tm_year+1900},"%z":function(date){var off=date.tm_gmtoff;var ahead=off>=0;off=Math.abs(off)/60;off=off/60*100+off%60;return(ahead?"+":"-")+String("0000"+off).slice(-4)},"%Z":function(date){return date.tm_zone},"%%":function(){return"%"}};pattern=pattern.replace(/%%/g,"\0\0");for(var rule in EXPANSION_RULES_2){if(pattern.includes(rule)){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_2[rule](date))}}pattern=pattern.replace(/\0\0/g,"%");var bytes=intArrayFromString(pattern,false);if(bytes.length>maxsize){return 0}writeArrayToMemory(bytes,s);return bytes.length-1}function _strftime_l(s,maxsize,format,tm,loc){return _strftime(s,maxsize,format,tm)}function uleb128Encode(n,target){if(n<128){target.push(n)}else{target.push(n%128|128,n>>7)}}function sigToWasmTypes(sig){var typeNames={"i":"i32","j":"i32","f":"f32","d":"f64","p":"i32"};var type={parameters:[],results:sig[0]=="v"?[]:[typeNames[sig[0]]]};for(var i=1;i0){return}if(ENVIRONMENT_IS_PTHREAD){readyPromiseResolve(Module);initRuntime();startWorker(Module);return}preRun();if(runDependencies>0){return}function doRun(){if(calledRun)return;calledRun=true;Module["calledRun"]=true;if(ABORT)return;initRuntime();readyPromiseResolve(Module);if(Module["onRuntimeInitialized"])Module["onRuntimeInitialized"]();postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(function(){setTimeout(function(){Module["setStatus"]("")},1);doRun()},1)}else{doRun()}}if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}run(); + + + return skwasm.ready +} + +); +})(); +if (typeof exports === 'object' && typeof module === 'object') + module.exports = skwasm; +else if (typeof define === 'function' && define['amd']) + define([], function() { return skwasm; }); +else if (typeof exports === 'object') + exports["skwasm"] = skwasm; diff --git a/canvaskit/skwasm.wasm b/canvaskit/skwasm.wasm new file mode 100644 index 0000000..01bcca7 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..fcde1bb --- /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:function(f){(0,eval)(fs.readFileSync(f,"utf8")+"//# sourceURL="+f)},postMessage:function(msg){parentPort.postMessage(msg)},performance:global.performance||{now:function(){return Date.now()}}})}var initializedJS=false;var pendingNotifiedProxyingQueues=[];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]=function(){postMessage({cmd:"callHandler",handler:handler,args:[...arguments]})}}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,0,0,1);Module["establishStackSpace"]();Module["PThread"].receiveObjectTransfer(e.data);Module["PThread"].threadInitTLS();if(!initializedJS){pendingNotifiedProxyingQueues.forEach(queue=>{Module["executeNotifiedProxyingQueue"](queue)});pendingNotifiedProxyingQueues=[];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==="processProxyingQueue"){if(initializedJS){Module["executeNotifiedProxyingQueue"](e.data.queue)}else{pendingNotifiedProxyingQueues.push(e.data.queue)}}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/example/.gitignore b/example/.gitignore deleted file mode 100644 index 0fa6b67..0000000 --- a/example/.gitignore +++ /dev/null @@ -1,46 +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/ -**/ios/Flutter/.last_build_id -.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 - -# Android Studio will place build artifacts here -/android/app/debug -/android/app/profile -/android/app/release diff --git a/example/.metadata b/example/.metadata deleted file mode 100644 index 6f9c024..0000000 --- a/example/.metadata +++ /dev/null @@ -1,30 +0,0 @@ -# This file tracks properties of this Flutter project. -# Used by Flutter tool to assess capabilities and perform upgrades etc. -# -# This file should be version controlled. - -version: - revision: 783a367d2a049f241a94363c175f266ed4cccd19 - channel: master - -project_type: app - -# Tracks metadata for the flutter migrate command -migration: - platforms: - - platform: root - create_revision: 783a367d2a049f241a94363c175f266ed4cccd19 - base_revision: 783a367d2a049f241a94363c175f266ed4cccd19 - - platform: windows - create_revision: 783a367d2a049f241a94363c175f266ed4cccd19 - base_revision: 783a367d2a049f241a94363c175f266ed4cccd19 - - # User provided section - - # List of Local paths (relative to this file) that should be - # ignored by the migrate tool. - # - # Files that are not part of the templates will be ignored by default. - unmanaged_files: - - 'lib/main.dart' - - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/example/README.md b/example/README.md deleted file mode 100644 index a135626..0000000 --- a/example/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# example - -A new Flutter project. - -## Getting Started - -This project is a starting point for a Flutter application. - -A few resources to get you started if this is your first Flutter project: - -- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) - -For help getting started with Flutter, view our -[online documentation](https://flutter.dev/docs), which offers tutorials, -samples, guidance on mobile development, and a full API reference. diff --git a/example/analysis_options.yaml b/example/analysis_options.yaml deleted file mode 100644 index 6b5cf80..0000000 --- a/example/analysis_options.yaml +++ /dev/null @@ -1,38 +0,0 @@ -include: package:flutter_lints/flutter.yaml - -linter: - rules: - avoid_print: true - prefer_single_quotes: true - prefer_const_constructors: true - prefer_const_declarations: true - prefer_final_locals: true - omit_local_variable_types: true - require_trailing_commas: true - always_declare_return_types: true - avoid_catches_without_on_clauses: true - avoid_equals_and_hash_code_on_mutable_classes: true - avoid_types_on_closure_parameters: true - cancel_subscriptions: true - depend_on_referenced_packages: true - directives_ordering: true - eol_at_end_of_file: true - prefer_asserts_in_initializer_lists: true - prefer_final_in_for_each: true - prefer_null_aware_method_calls: true - prefer_null_aware_operators: true - prefer_relative_imports: true - sort_constructors_first: true - sort_unnamed_constructors_first: true - sort_pub_dependencies: true - type_annotate_public_apis: true - unawaited_futures: true - unnecessary_lambdas: true - unnecessary_late: true - unnecessary_parenthesis: true - use_named_constants: true - use_super_parameters: true - -analyzer: - exclude: - - lib/src/yaru_icons.dart diff --git a/example/ios/.gitignore b/example/ios/.gitignore deleted file mode 100644 index 151026b..0000000 --- a/example/ios/.gitignore +++ /dev/null @@ -1,33 +0,0 @@ -*.mode1v3 -*.mode2v3 -*.moved-aside -*.pbxuser -*.perspectivev3 -**/*sync/ -.sconsign.dblite -.tags* -**/.vagrant/ -**/DerivedData/ -Icon? -**/Pods/ -**/.symlinks/ -profile -xcuserdata -**/.generated/ -Flutter/App.framework -Flutter/Flutter.framework -Flutter/Flutter.podspec -Flutter/Generated.xcconfig -Flutter/ephemeral/ -Flutter/app.flx -Flutter/app.zip -Flutter/flutter_assets/ -Flutter/flutter_export_environment.sh -ServiceDefinitions.json -Runner/GeneratedPluginRegistrant.* - -# Exceptions to above rules. -!default.mode1v3 -!default.mode2v3 -!default.pbxuser -!default.perspectivev3 diff --git a/example/ios/Flutter/AppFrameworkInfo.plist b/example/ios/Flutter/AppFrameworkInfo.plist deleted file mode 100644 index 9367d48..0000000 --- a/example/ios/Flutter/AppFrameworkInfo.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - App - CFBundleIdentifier - io.flutter.flutter.app - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - App - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1.0 - MinimumOSVersion - 8.0 - - diff --git a/example/ios/Flutter/Debug.xcconfig b/example/ios/Flutter/Debug.xcconfig deleted file mode 100644 index 592ceee..0000000 --- a/example/ios/Flutter/Debug.xcconfig +++ /dev/null @@ -1 +0,0 @@ -#include "Generated.xcconfig" diff --git a/example/ios/Flutter/Release.xcconfig b/example/ios/Flutter/Release.xcconfig deleted file mode 100644 index 592ceee..0000000 --- a/example/ios/Flutter/Release.xcconfig +++ /dev/null @@ -1 +0,0 @@ -#include "Generated.xcconfig" diff --git a/example/ios/Runner.xcodeproj/project.pbxproj b/example/ios/Runner.xcodeproj/project.pbxproj deleted file mode 100644 index c6759a6..0000000 --- a/example/ios/Runner.xcodeproj/project.pbxproj +++ /dev/null @@ -1,471 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; - 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; - 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; }; - 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; - 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; - 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; -/* End PBXBuildFile section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 9705A1C41CF9048500538489 /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; }; - 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; }; - 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; }; - 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = ""; }; - 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = ""; }; - 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = ""; }; - 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = ""; }; - 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 97C146EB1CF9000F007C117D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 9740EEB11CF90186004384FC /* Flutter */ = { - isa = PBXGroup; - children = ( - 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */, - 9740EEB21CF90195004384FC /* Debug.xcconfig */, - 7AFA3C8E1D35360C0083082E /* Release.xcconfig */, - 9740EEB31CF90195004384FC /* Generated.xcconfig */, - ); - name = Flutter; - sourceTree = ""; - }; - 97C146E51CF9000F007C117D = { - isa = PBXGroup; - children = ( - 9740EEB11CF90186004384FC /* Flutter */, - 97C146F01CF9000F007C117D /* Runner */, - 97C146EF1CF9000F007C117D /* Products */, - ); - sourceTree = ""; - }; - 97C146EF1CF9000F007C117D /* Products */ = { - isa = PBXGroup; - children = ( - 97C146EE1CF9000F007C117D /* Runner.app */, - ); - name = Products; - sourceTree = ""; - }; - 97C146F01CF9000F007C117D /* Runner */ = { - isa = PBXGroup; - children = ( - 97C146FA1CF9000F007C117D /* Main.storyboard */, - 97C146FD1CF9000F007C117D /* Assets.xcassets */, - 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, - 97C147021CF9000F007C117D /* Info.plist */, - 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */, - 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */, - 74858FAE1ED2DC5600515810 /* AppDelegate.swift */, - 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */, - ); - path = Runner; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 97C146ED1CF9000F007C117D /* Runner */ = { - isa = PBXNativeTarget; - buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */; - buildPhases = ( - 9740EEB61CF901F6004384FC /* Run Script */, - 97C146EA1CF9000F007C117D /* Sources */, - 97C146EB1CF9000F007C117D /* Frameworks */, - 97C146EC1CF9000F007C117D /* Resources */, - 9705A1C41CF9048500538489 /* Embed Frameworks */, - 3B06AD1E1E4923F5004D2608 /* Thin Binary */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Runner; - productName = Runner; - productReference = 97C146EE1CF9000F007C117D /* Runner.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 97C146E61CF9000F007C117D /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 1020; - ORGANIZATIONNAME = ""; - TargetAttributes = { - 97C146ED1CF9000F007C117D = { - CreatedOnToolsVersion = 7.3.1; - LastSwiftMigration = 1100; - }; - }; - }; - buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */; - compatibilityVersion = "Xcode 9.3"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 97C146E51CF9000F007C117D; - productRefGroup = 97C146EF1CF9000F007C117D /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 97C146ED1CF9000F007C117D /* Runner */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 97C146EC1CF9000F007C117D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */, - 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */, - 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */, - 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Thin Binary"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; - }; - 9740EEB61CF901F6004384FC /* Run Script */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Run Script"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 97C146EA1CF9000F007C117D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */, - 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - 97C146FA1CF9000F007C117D /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 97C146FB1CF9000F007C117D /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 97C147001CF9000F007C117D /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 249021D3217E4FDB00AE95B9 /* Profile */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SUPPORTED_PLATFORMS = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Profile; - }; - 249021D4217E4FDB00AE95B9 /* Profile */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.example.example; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Profile; - }; - 97C147031CF9000F007C117D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.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 = 9.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SUPPORTED_PLATFORMS = iphoneos; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 97C147061CF9000F007C117D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.example.example; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; - 97C147071CF9000F007C117D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.example.example; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 97C147031CF9000F007C117D /* Debug */, - 97C147041CF9000F007C117D /* Release */, - 249021D3217E4FDB00AE95B9 /* Profile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 97C147061CF9000F007C117D /* Debug */, - 97C147071CF9000F007C117D /* Release */, - 249021D4217E4FDB00AE95B9 /* Profile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 97C146E61CF9000F007C117D /* Project object */; -} diff --git a/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a..0000000 --- a/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index f9b0d7c..0000000 --- a/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,8 +0,0 @@ - - - - - PreviewsEnabled - - - diff --git a/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme deleted file mode 100644 index a28140c..0000000 --- a/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example/ios/Runner.xcworkspace/contents.xcworkspacedata b/example/ios/Runner.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 1d526a1..0000000 --- a/example/ios/Runner.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index f9b0d7c..0000000 --- a/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,8 +0,0 @@ - - - - - PreviewsEnabled - - - diff --git a/example/ios/Runner/AppDelegate.swift b/example/ios/Runner/AppDelegate.swift deleted file mode 100644 index 70693e4..0000000 --- a/example/ios/Runner/AppDelegate.swift +++ /dev/null @@ -1,13 +0,0 @@ -import UIKit -import Flutter - -@UIApplicationMain -@objc class AppDelegate: FlutterAppDelegate { - override func application( - _ application: UIApplication, - didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? - ) -> Bool { - GeneratedPluginRegistrant.register(with: self) - return super.application(application, didFinishLaunchingWithOptions: launchOptions) - } -} diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index d36b1fa..0000000 --- a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "images" : [ - { - "size" : "20x20", - "idiom" : "iphone", - "filename" : "Icon-App-20x20@2x.png", - "scale" : "2x" - }, - { - "size" : "20x20", - "idiom" : "iphone", - "filename" : "Icon-App-20x20@3x.png", - "scale" : "3x" - }, - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-App-29x29@1x.png", - "scale" : "1x" - }, - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-App-29x29@2x.png", - "scale" : "2x" - }, - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-App-29x29@3x.png", - "scale" : "3x" - }, - { - "size" : "40x40", - "idiom" : "iphone", - "filename" : "Icon-App-40x40@2x.png", - "scale" : "2x" - }, - { - "size" : "40x40", - "idiom" : "iphone", - "filename" : "Icon-App-40x40@3x.png", - "scale" : "3x" - }, - { - "size" : "60x60", - "idiom" : "iphone", - "filename" : "Icon-App-60x60@2x.png", - "scale" : "2x" - }, - { - "size" : "60x60", - "idiom" : "iphone", - "filename" : "Icon-App-60x60@3x.png", - "scale" : "3x" - }, - { - "size" : "20x20", - "idiom" : "ipad", - "filename" : "Icon-App-20x20@1x.png", - "scale" : "1x" - }, - { - "size" : "20x20", - "idiom" : "ipad", - "filename" : "Icon-App-20x20@2x.png", - "scale" : "2x" - }, - { - "size" : "29x29", - "idiom" : "ipad", - "filename" : "Icon-App-29x29@1x.png", - "scale" : "1x" - }, - { - "size" : "29x29", - "idiom" : "ipad", - "filename" : "Icon-App-29x29@2x.png", - "scale" : "2x" - }, - { - "size" : "40x40", - "idiom" : "ipad", - "filename" : "Icon-App-40x40@1x.png", - "scale" : "1x" - }, - { - "size" : "40x40", - "idiom" : "ipad", - "filename" : "Icon-App-40x40@2x.png", - "scale" : "2x" - }, - { - "size" : "76x76", - "idiom" : "ipad", - "filename" : "Icon-App-76x76@1x.png", - "scale" : "1x" - }, - { - "size" : "76x76", - "idiom" : "ipad", - "filename" : "Icon-App-76x76@2x.png", - "scale" : "2x" - }, - { - "size" : "83.5x83.5", - "idiom" : "ipad", - "filename" : "Icon-App-83.5x83.5@2x.png", - "scale" : "2x" - }, - { - "size" : "1024x1024", - "idiom" : "ios-marketing", - "filename" : "Icon-App-1024x1024@1x.png", - "scale" : "1x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png deleted file mode 100644 index dc9ada4..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png deleted file mode 100644 index 28c6bf0..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png deleted file mode 100644 index 2ccbfd9..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png deleted file mode 100644 index f091b6b..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png deleted file mode 100644 index 4cde121..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png deleted file mode 100644 index d0ef06e..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png deleted file mode 100644 index dcdc230..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png deleted file mode 100644 index 2ccbfd9..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png deleted file mode 100644 index c8f9ed8..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png deleted file mode 100644 index a6d6b86..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png deleted file mode 100644 index a6d6b86..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png deleted file mode 100644 index 75b2d16..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png deleted file mode 100644 index c4df70d..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png deleted file mode 100644 index 6a84f41..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png deleted file mode 100644 index d0e1f58..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json b/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json deleted file mode 100644 index 0bedcf2..0000000 --- a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "LaunchImage.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "LaunchImage@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "LaunchImage@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png b/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png deleted file mode 100644 index 9da19ea..0000000 Binary files a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png b/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png deleted file mode 100644 index 9da19ea..0000000 Binary files a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png b/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png deleted file mode 100644 index 9da19ea..0000000 Binary files a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md b/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md deleted file mode 100644 index 89c2725..0000000 --- a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Launch Screen Assets - -You can customize the launch screen with your own desired assets by replacing the image files in this directory. - -You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images. \ No newline at end of file diff --git a/example/ios/Runner/Base.lproj/LaunchScreen.storyboard b/example/ios/Runner/Base.lproj/LaunchScreen.storyboard deleted file mode 100644 index f2e259c..0000000 --- a/example/ios/Runner/Base.lproj/LaunchScreen.storyboard +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example/ios/Runner/Base.lproj/Main.storyboard b/example/ios/Runner/Base.lproj/Main.storyboard deleted file mode 100644 index f3c2851..0000000 --- a/example/ios/Runner/Base.lproj/Main.storyboard +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example/ios/Runner/Info.plist b/example/ios/Runner/Info.plist deleted file mode 100644 index a060db6..0000000 --- a/example/ios/Runner/Info.plist +++ /dev/null @@ -1,45 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - example - CFBundlePackageType - APPL - CFBundleShortVersionString - $(FLUTTER_BUILD_NAME) - CFBundleSignature - ???? - CFBundleVersion - $(FLUTTER_BUILD_NUMBER) - LSRequiresIPhoneOS - - UILaunchStoryboardName - LaunchScreen - UIMainStoryboardFile - Main - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UIViewControllerBasedStatusBarAppearance - - - diff --git a/example/ios/Runner/Runner-Bridging-Header.h b/example/ios/Runner/Runner-Bridging-Header.h deleted file mode 100644 index 308a2a5..0000000 --- a/example/ios/Runner/Runner-Bridging-Header.h +++ /dev/null @@ -1 +0,0 @@ -#import "GeneratedPluginRegistrant.h" diff --git a/example/lib/main.dart b/example/lib/main.dart deleted file mode 100644 index 27c706e..0000000 --- a/example/lib/main.dart +++ /dev/null @@ -1,27 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:yaru/yaru.dart'; -import 'package:yaru_widgets/yaru_widgets.dart'; - -import 'src/app.dart'; - -Future main() async { - await YaruWindowTitleBar.ensureInitialized(); - runApp(_MyApp()); -} - -class _MyApp extends StatelessWidget { - @override - Widget build(BuildContext context) { - return YaruTheme( - builder: (context, yaru, child) => MaterialApp( - title: 'Flutter Yaru Icons Demo', - debugShowCheckedModeBanner: false, - theme: yaru.theme, - darkTheme: yaru.darkTheme, - home: App.create( - context: context, - ), - ), - ); - } -} diff --git a/example/lib/src/app.dart b/example/lib/src/app.dart deleted file mode 100644 index 6f9441e..0000000 --- a/example/lib/src/app.dart +++ /dev/null @@ -1,134 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:provider/provider.dart'; -import 'package:yaru_icons/yaru_icons.dart'; -import 'package:yaru_widgets/yaru_widgets.dart'; - -import 'icon_items.dart'; -import 'icon_view.dart'; -import 'provider/icon_view_model.dart'; - -class App extends StatefulWidget { - const App({super.key}); - - static Widget create({ - required BuildContext context, - }) { - return ChangeNotifierProvider( - create: (_) => IconViewModel(), - child: const App(), - ); - } - - @override - State createState() => _AppState(); -} - -class _AppState extends State { - @override - Widget build(BuildContext context) { - final iconSize = context.select((m) => m.iconSize); - final isMinIconSize = - context.select((m) => m.isMinIconSize); - final isMaxIconSize = - context.select((m) => m.isMaxIconSize); - final gridView = context.select((m) => m.gridView); - final searchActive = - context.select((m) => m.searchActive); - - return Scaffold( - appBar: YaruWindowTitleBar( - title: YaruSearchTitleField( - searchActive: searchActive, - width: 250, - title: const Text( - 'Flutter Yaru Icons Demo', - ), - onSearchActive: context.read().toggleSearch, - onClear: context.read().toggleSearch, - onChanged: context.read().onSearchChanged, - ), - actions: [ - Tooltip( - message: gridView ? 'Toggle list view' : 'Toggle grid view', - child: IconButton( - onPressed: context.read().toggleGridView, - icon: gridView - ? const Icon(YaruIcons.unordered_list) - : const Icon(YaruIcons.app_grid), - ), - ), - Tooltip( - message: 'Decrease icon size', - child: IconButton( - onPressed: isMinIconSize - ? null - : context.read().decreaseIconSize, - icon: const Icon(YaruIcons.minus), - ), - ), - Text('${iconSize.truncate()}px'), - Tooltip( - message: 'Increase icon size', - child: IconButton( - onPressed: isMaxIconSize - ? null - : context.read().increaseIconSize, - icon: const Icon(YaruIcons.plus), - ), - ), - ], - ), - body: YaruNavigationPage( - length: 3, - itemBuilder: (context, index, selected) { - const style = YaruNavigationRailStyle.labelled; - - switch (index) { - case 0: - return YaruNavigationRailItem( - icon: const Icon(YaruIcons.image), - label: const Text('Static icons'), - tooltip: 'Static icons', - style: style, - ); - case 1: - return YaruNavigationRailItem( - icon: const Icon(YaruIcons.video), - label: const Text('Animated icons'), - tooltip: 'Animated icons', - style: style, - ); - case 2: - return YaruNavigationRailItem( - icon: const Icon(YaruIcons.rule_and_pen), - label: const Text('Widget icons'), - tooltip: 'Widget icons', - style: style, - ); - default: - throw 'Invalid index'; - } - }, - pageBuilder: (context, index) { - List iconItems; - - switch (index) { - case 0: - iconItems = IconItems.static; - break; - case 1: - iconItems = IconItems.animated; - break; - case 2: - iconItems = IconItems.widget; - break; - default: - throw 'Invalid index'; - } - - return IconView(iconItems: iconItems); - }, - ), - ); - } -} diff --git a/example/lib/src/common/clickable_icon.dart b/example/lib/src/common/clickable_icon.dart deleted file mode 100644 index 887c2bd..0000000 --- a/example/lib/src/common/clickable_icon.dart +++ /dev/null @@ -1,36 +0,0 @@ -import 'package:flutter/material.dart'; - -import '../icon_items.dart'; -import 'icon_dialog.dart'; - -class ClickableIcon extends StatelessWidget { - const ClickableIcon({ - super.key, - required this.iconItem, - required this.iconSize, - }); - - final IconItem iconItem; - final double iconSize; - - @override - Widget build(BuildContext context) { - return AspectRatio( - aspectRatio: 1, - child: InkWell( - onTap: () => showDialog( - context: context, - builder: (context) => IconDialog( - iconItem: iconItem, - ), - ), - child: Center( - child: iconItem.iconBuilder( - context, - iconSize, - ), - ), - ), - ); - } -} diff --git a/example/lib/src/common/icon_dialog.dart b/example/lib/src/common/icon_dialog.dart deleted file mode 100644 index 24f50e6..0000000 --- a/example/lib/src/common/icon_dialog.dart +++ /dev/null @@ -1,83 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:yaru_widgets/yaru_widgets.dart'; - -import '../icon_items.dart'; -import '../utils.dart'; -import 'icon_usage.dart'; - -const _iconDialogSizes = [ - 16.0, - 24.0, - 32.0, - 48.0, - 64.0, - 128.0, -]; -const _dialogContentPaddingValue = 16.0; - -class IconDialog extends StatelessWidget { - const IconDialog({ - super.key, - required this.iconItem, - }); - - final IconItem iconItem; - - @override - Widget build(BuildContext context) { - return SimpleDialog( - titlePadding: EdgeInsets.zero, - contentPadding: - const EdgeInsets.symmetric(vertical: _dialogContentPaddingValue), - title: YaruDialogTitleBar( - title: Text(beautifyIconName(iconItem.name)), - ), - children: [ - Row( - mainAxisAlignment: MainAxisAlignment.center, - crossAxisAlignment: CrossAxisAlignment.end, - children: [ - for (final size in _iconDialogSizes) - Padding( - padding: EdgeInsets.symmetric( - horizontal: (_iconDialogSizes.last - size) / 10 + - _dialogContentPaddingValue / 2, - ), - child: Column( - children: [ - DecoratedBox( - decoration: BoxDecoration( - borderRadius: BorderRadius.circular(size / 10), - color: Theme.of(context) - .colorScheme - .onSurface - .withOpacity(0.05), - ), - child: iconItem.iconBuilder(context, size), - ), - const SizedBox( - height: 6, - ), - Text( - '${size.toInt().toString()}px', - style: Theme.of(context).textTheme.bodySmall, - ), - ], - ), - ), - ], - ), - const Divider( - indent: _dialogContentPaddingValue, - endIndent: _dialogContentPaddingValue, - height: _dialogContentPaddingValue * 2, - ), - IconUsage( - usage: iconItem.usage, - label: true, - mainAxisAlignment: MainAxisAlignment.center, - ), - ], - ); - } -} diff --git a/example/lib/src/common/icon_grid.dart b/example/lib/src/common/icon_grid.dart deleted file mode 100644 index 3557775..0000000 --- a/example/lib/src/common/icon_grid.dart +++ /dev/null @@ -1,38 +0,0 @@ -import 'package:flutter/material.dart'; - -import '../icon_items.dart'; -import '../utils.dart'; -import 'clickable_icon.dart'; - -class IconGrid extends StatelessWidget { - const IconGrid({ - super.key, - required this.iconItems, - required this.iconSize, - }); - - final List iconItems; - final double iconSize; - - @override - Widget build(BuildContext context) { - return GridView.builder( - gridDelegate: SliverGridDelegateWithMaxCrossAxisExtent( - maxCrossAxisExtent: iconSize * 1.5, - ), - padding: const EdgeInsets.all(8), - itemCount: iconItems.length, - itemBuilder: (context, index) { - return Tooltip( - verticalOffset: iconSize / 2, - waitDuration: const Duration(milliseconds: 250), - message: beautifyIconName(iconItems[index].name), - child: ClickableIcon( - iconItem: iconItems[index], - iconSize: iconSize, - ), - ); - }, - ); - } -} diff --git a/example/lib/src/common/icon_table.dart b/example/lib/src/common/icon_table.dart deleted file mode 100644 index 8ecbdad..0000000 --- a/example/lib/src/common/icon_table.dart +++ /dev/null @@ -1,58 +0,0 @@ -import 'package:flutter/material.dart'; - -import '../icon_items.dart'; -import '../utils.dart'; -import 'clickable_icon.dart'; -import 'icon_usage.dart'; - -@immutable -class IconTable extends StatelessWidget { - const IconTable({ - super.key, - required this.iconItems, - required this.iconSize, - }); - - final List iconItems; - final double iconSize; - - @override - Widget build(BuildContext context) { - return ListView.builder( - padding: const EdgeInsets.all(16), - itemCount: iconItems.length, - itemBuilder: (context, index) => Column( - children: [ - Row( - children: [ - SizedBox.square( - dimension: iconSize * 1.5, - child: ClickableIcon( - iconItem: iconItems[index], - iconSize: iconSize, - ), - ), - const SizedBox( - width: 16, - ), - Expanded( - child: SelectableText( - beautifyIconName(iconItems[index].name), - style: Theme.of(context).textTheme.bodySmall, - ), - ), - Expanded( - child: IconUsage( - usage: iconItems[index].usage, - label: false, - mainAxisAlignment: MainAxisAlignment.start, - ), - ), - ], - ), - if (index < iconItems.length - 1) const Divider(), - ], - ), - ); - } -} diff --git a/example/lib/src/common/icon_usage.dart b/example/lib/src/common/icon_usage.dart deleted file mode 100644 index 0e52cfe..0000000 --- a/example/lib/src/common/icon_usage.dart +++ /dev/null @@ -1,47 +0,0 @@ -import 'package:flutter/material.dart'; - -class IconUsage extends StatelessWidget { - const IconUsage({ - super.key, - required this.usage, - required this.label, - required this.mainAxisAlignment, - }); - - final String usage; - final bool label; - final MainAxisAlignment mainAxisAlignment; - - @override - Widget build(BuildContext context) { - final usageTextStyle = Theme.of(context).textTheme.bodyLarge!.copyWith( - fontFamily: 'Monospace', - ); - - return Row( - mainAxisAlignment: mainAxisAlignment, - children: [ - if (label) ...[ - Text( - 'Usage: ', - style: usageTextStyle, - ), - const SizedBox( - width: 8, - ), - ], - Container( - padding: const EdgeInsets.symmetric(horizontal: 8, vertical: 3), - decoration: BoxDecoration( - borderRadius: BorderRadius.circular(4), - color: Theme.of(context).highlightColor, - ), - child: SelectableText( - usage, - style: usageTextStyle, - ), - ), - ], - ); - } -} diff --git a/example/lib/src/icon_items.dart b/example/lib/src/icon_items.dart deleted file mode 100644 index 7e708bb..0000000 --- a/example/lib/src/icon_items.dart +++ /dev/null @@ -1,134 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:yaru_icons/yaru_icons.dart'; - -class IconItem { - const IconItem({ - required this.name, - required this.usage, - required this.iconBuilder, - }); - - final String name; - final String usage; - final Widget Function(BuildContext context, double iconSize) iconBuilder; -} - -final List _staticIconItems = [ - for (final iconName in YaruIcons.all.keys.toList()) - IconItem( - name: iconName, - usage: 'YaruIcons.$iconName', - iconBuilder: (context, iconSize) => Icon( - YaruIcons.all[iconName]!, - size: iconSize, - ), - ), -]; - -final List _animatedIconItems = [ - IconItem( - name: 'Ok', - usage: 'YaruAnimatedOkIcon()', - iconBuilder: (context, iconSize) => YaruAnimatedIcon( - const YaruAnimatedOkIcon(), - mode: YaruAnimationMode.once, - size: iconSize, - ), - ), - IconItem( - name: 'Ok filled', - usage: 'YaruAnimatedOkIcon(filled: true)', - iconBuilder: (context, iconSize) => YaruAnimatedIcon( - const YaruAnimatedOkIcon(filled: true), - mode: YaruAnimationMode.once, - size: iconSize, - ), - ), - IconItem( - name: 'No network', - usage: 'YaruAnimatedNoNetworkIcon()', - iconBuilder: (context, iconSize) => YaruAnimatedIcon( - const YaruAnimatedNoNetworkIcon(), - size: iconSize, - ), - ), - IconItem( - name: 'Compass', - usage: 'YaruAnimatedCompassIcon()', - iconBuilder: (context, iconSize) => YaruAnimatedIcon( - const YaruAnimatedCompassIcon(), - mode: YaruAnimationMode.once, - size: iconSize, - ), - ), - IconItem( - name: 'Compass filled', - usage: 'YaruAnimatedCompassIcon(filled: true)', - iconBuilder: (context, iconSize) => YaruAnimatedIcon( - const YaruAnimatedCompassIcon(filled: true), - mode: YaruAnimationMode.once, - size: iconSize, - ), - ), - IconItem( - name: 'Heart', - usage: 'YaruAnimatedHeartIcon()', - iconBuilder: (context, iconSize) => YaruAnimatedIcon( - const YaruAnimatedHeartIcon(), - mode: YaruAnimationMode.once, - size: iconSize, - ), - ), - IconItem( - name: 'Heart filled', - usage: 'YaruAnimatedHeartIcon(filled: true)', - iconBuilder: (context, iconSize) => YaruAnimatedIcon( - const YaruAnimatedHeartIcon(filled: true), - mode: YaruAnimationMode.once, - size: iconSize, - ), - ), - IconItem( - name: 'Star', - usage: 'YaruAnimatedStarIcon()', - iconBuilder: (context, iconSize) => YaruAnimatedIcon( - const YaruAnimatedStarIcon(), - mode: YaruAnimationMode.once, - size: iconSize, - ), - ), - IconItem( - name: 'Star semi filled', - usage: 'YaruAnimatedStarIcon(filled: true, fillSize: .5)', - iconBuilder: (context, iconSize) => YaruAnimatedIcon( - const YaruAnimatedStarIcon(filled: true, fillSize: .5), - mode: YaruAnimationMode.once, - size: iconSize, - ), - ), - IconItem( - name: 'Star filled', - usage: 'YaruAnimatedStarIcon(filled: true)', - iconBuilder: (context, iconSize) => YaruAnimatedIcon( - const YaruAnimatedStarIcon(filled: true), - mode: YaruAnimationMode.once, - size: iconSize, - ), - ), -]; - -final List _widgetIconItems = [ - IconItem( - name: 'Placeholder', - usage: 'YaruPlaceholderIcon()', - iconBuilder: (context, iconSize) => YaruPlaceholderIcon( - size: Size.square(iconSize), - ), - ), -]; - -abstract class IconItems { - static List static = _staticIconItems; - static List animated = _animatedIconItems; - static List widget = _widgetIconItems; -} diff --git a/example/lib/src/icon_view.dart b/example/lib/src/icon_view.dart deleted file mode 100644 index 4a0812a..0000000 --- a/example/lib/src/icon_view.dart +++ /dev/null @@ -1,44 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:provider/provider.dart'; - -import 'common/icon_grid.dart'; -import 'common/icon_table.dart'; -import 'icon_items.dart'; -import 'provider/icon_view_model.dart'; - -class IconView extends StatelessWidget { - const IconView({ - super.key, - required this.iconItems, - }); - - final List iconItems; - - @override - Widget build(BuildContext context) { - final searchActive = - context.select((m) => m.searchActive); - final searchQuery = - context.select((m) => m.searchQuery); - final gridView = context.select((m) => m.gridView); - final iconSize = context.select((m) => m.iconSize); - - final localIconItems = searchActive - ? iconItems.where((iconItem) { - return iconItem.name - .toLowerCase() - .contains(searchQuery.toLowerCase()); - }).toList() - : iconItems; - - return gridView - ? IconGrid( - iconItems: localIconItems, - iconSize: iconSize, - ) - : IconTable( - iconItems: localIconItems, - iconSize: iconSize, - ); - } -} diff --git a/example/lib/src/provider/icon_view_model.dart b/example/lib/src/provider/icon_view_model.dart deleted file mode 100644 index a494e50..0000000 --- a/example/lib/src/provider/icon_view_model.dart +++ /dev/null @@ -1,58 +0,0 @@ -import 'package:flutter/material.dart'; - -class IconViewModel extends ChangeNotifier { - bool _gridView = true; - bool get gridView => _gridView; - - void toggleGridView() { - _gridView = !_gridView; - notifyListeners(); - } - - double _iconSize = 48; - double get iconSize => _iconSize; - - set iconSize(double iconSize) { - _iconSize = iconSize; - notifyListeners(); - } - - void increaseIconSize() { - if (!isMaxIconSize) { - _iconSize += 8; - notifyListeners(); - } - } - - void decreaseIconSize() { - if (!isMinIconSize) { - _iconSize -= 8; - notifyListeners(); - } - } - - bool get isMinIconSize => _iconSize <= 16 ? true : false; - bool get isMaxIconSize => _iconSize >= 128 ? true : false; - - bool _searchActive = false; - bool get searchActive => _searchActive; - - void toggleSearch() { - _searchActive = !_searchActive; - - if (!_searchActive) { - _searchQuery = ''; - } - - notifyListeners(); - } - - String _searchQuery = ''; - String get searchQuery => _searchQuery; - - void onSearchChanged(String? value) { - _searchQuery = value ?? ''; - - notifyListeners(); - } -} diff --git a/example/lib/src/utils.dart b/example/lib/src/utils.dart deleted file mode 100644 index 5aeea03..0000000 --- a/example/lib/src/utils.dart +++ /dev/null @@ -1,7 +0,0 @@ -String beautifyIconName(String iconName) { - iconName = iconName.replaceAll('_', ' '); - - return iconName.isNotEmpty - ? '${iconName[0].toUpperCase()}${iconName.substring(1).toLowerCase()}' - : ''; -} diff --git a/example/linux/.gitignore b/example/linux/.gitignore deleted file mode 100644 index 2b96011..0000000 --- a/example/linux/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -flutter/ephemeral -flutter/generated_plugin_registrant.* -flutter/generated_plugins.cmake diff --git a/example/linux/CMakeLists.txt b/example/linux/CMakeLists.txt deleted file mode 100644 index a0312ea..0000000 --- a/example/linux/CMakeLists.txt +++ /dev/null @@ -1,116 +0,0 @@ -cmake_minimum_required(VERSION 3.10) -project(runner LANGUAGES CXX) - -set(BINARY_NAME "yaru_icons_example") -set(APPLICATION_ID "com.ubuntu.yaru_icons_example") - -cmake_policy(SET CMP0063 NEW) - -set(CMAKE_INSTALL_RPATH "$ORIGIN/lib") - -# Root filesystem for cross-building. -if(FLUTTER_TARGET_PLATFORM_SYSROOT) - set(CMAKE_SYSROOT ${FLUTTER_TARGET_PLATFORM_SYSROOT}) - set(CMAKE_FIND_ROOT_PATH ${CMAKE_SYSROOT}) - set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) - set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY) - set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) - set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) -endif() - -# Configure build options. -if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) - set(CMAKE_BUILD_TYPE "Debug" CACHE - STRING "Flutter build mode" FORCE) - set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS - "Debug" "Profile" "Release") -endif() - -# Compilation settings that should be applied to most targets. -function(APPLY_STANDARD_SETTINGS TARGET) - target_compile_features(${TARGET} PUBLIC cxx_std_14) - target_compile_options(${TARGET} PRIVATE -Wall -Werror) - target_compile_options(${TARGET} PRIVATE "$<$>:-O3>") - target_compile_definitions(${TARGET} PRIVATE "$<$>:NDEBUG>") -endfunction() - -set(FLUTTER_MANAGED_DIR "${CMAKE_CURRENT_SOURCE_DIR}/flutter") - -# Flutter library and tool build rules. -add_subdirectory(${FLUTTER_MANAGED_DIR}) - -# System-level dependencies. -find_package(PkgConfig REQUIRED) -pkg_check_modules(GTK REQUIRED IMPORTED_TARGET gtk+-3.0) - -add_definitions(-DAPPLICATION_ID="${APPLICATION_ID}") - -# Application build -add_executable(${BINARY_NAME} - "main.cc" - "my_application.cc" - "${FLUTTER_MANAGED_DIR}/generated_plugin_registrant.cc" -) -apply_standard_settings(${BINARY_NAME}) -target_link_libraries(${BINARY_NAME} PRIVATE flutter) -target_link_libraries(${BINARY_NAME} PRIVATE PkgConfig::GTK) -add_dependencies(${BINARY_NAME} flutter_assemble) -# Only the install-generated bundle's copy of the executable will launch -# correctly, since the resources must in the right relative locations. To avoid -# people trying to run the unbundled copy, put it in a subdirectory instead of -# the default top-level location. -set_target_properties(${BINARY_NAME} - PROPERTIES - RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/intermediates_do_not_run" -) - -# Generated plugin build rules, which manage building the plugins and adding -# them to the application. -include(flutter/generated_plugins.cmake) - - -# === Installation === -# By default, "installing" just makes a relocatable bundle in the build -# directory. -set(BUILD_BUNDLE_DIR "${PROJECT_BINARY_DIR}/bundle") -if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) - set(CMAKE_INSTALL_PREFIX "${BUILD_BUNDLE_DIR}" CACHE PATH "..." FORCE) -endif() - -# Start with a clean build bundle directory every time. -install(CODE " - file(REMOVE_RECURSE \"${BUILD_BUNDLE_DIR}/\") - " COMPONENT Runtime) - -set(INSTALL_BUNDLE_DATA_DIR "${CMAKE_INSTALL_PREFIX}/data") -set(INSTALL_BUNDLE_LIB_DIR "${CMAKE_INSTALL_PREFIX}/lib") - -install(TARGETS ${BINARY_NAME} RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}" - COMPONENT Runtime) - -install(FILES "${FLUTTER_ICU_DATA_FILE}" DESTINATION "${INSTALL_BUNDLE_DATA_DIR}" - COMPONENT Runtime) - -install(FILES "${FLUTTER_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}" - COMPONENT Runtime) - -if(PLUGIN_BUNDLED_LIBRARIES) - install(FILES "${PLUGIN_BUNDLED_LIBRARIES}" - DESTINATION "${INSTALL_BUNDLE_LIB_DIR}" - COMPONENT Runtime) -endif() - -# Fully re-copy the assets directory on each build to avoid having stale files -# from a previous install. -set(FLUTTER_ASSET_DIR_NAME "flutter_assets") -install(CODE " - file(REMOVE_RECURSE \"${INSTALL_BUNDLE_DATA_DIR}/${FLUTTER_ASSET_DIR_NAME}\") - " COMPONENT Runtime) -install(DIRECTORY "${PROJECT_BUILD_DIR}/${FLUTTER_ASSET_DIR_NAME}" - DESTINATION "${INSTALL_BUNDLE_DATA_DIR}" COMPONENT Runtime) - -# Install the AOT library on non-Debug builds only. -if(NOT CMAKE_BUILD_TYPE MATCHES "Debug") - install(FILES "${AOT_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}" - COMPONENT Runtime) -endif() diff --git a/example/linux/flutter/CMakeLists.txt b/example/linux/flutter/CMakeLists.txt deleted file mode 100644 index 33fd580..0000000 --- a/example/linux/flutter/CMakeLists.txt +++ /dev/null @@ -1,87 +0,0 @@ -cmake_minimum_required(VERSION 3.10) - -set(EPHEMERAL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ephemeral") - -# Configuration provided via flutter tool. -include(${EPHEMERAL_DIR}/generated_config.cmake) - -# TODO: Move the rest of this into files in ephemeral. See -# https://github.com/flutter/flutter/issues/57146. - -# Serves the same purpose as list(TRANSFORM ... PREPEND ...), -# which isn't available in 3.10. -function(list_prepend LIST_NAME PREFIX) - set(NEW_LIST "") - foreach(element ${${LIST_NAME}}) - list(APPEND NEW_LIST "${PREFIX}${element}") - endforeach(element) - set(${LIST_NAME} "${NEW_LIST}" PARENT_SCOPE) -endfunction() - -# === Flutter Library === -# System-level dependencies. -find_package(PkgConfig REQUIRED) -pkg_check_modules(GTK REQUIRED IMPORTED_TARGET gtk+-3.0) -pkg_check_modules(GLIB REQUIRED IMPORTED_TARGET glib-2.0) -pkg_check_modules(GIO REQUIRED IMPORTED_TARGET gio-2.0) - -set(FLUTTER_LIBRARY "${EPHEMERAL_DIR}/libflutter_linux_gtk.so") - -# Published to parent scope for install step. -set(FLUTTER_LIBRARY ${FLUTTER_LIBRARY} PARENT_SCOPE) -set(FLUTTER_ICU_DATA_FILE "${EPHEMERAL_DIR}/icudtl.dat" PARENT_SCOPE) -set(PROJECT_BUILD_DIR "${PROJECT_DIR}/build/" PARENT_SCOPE) -set(AOT_LIBRARY "${PROJECT_DIR}/build/lib/libapp.so" PARENT_SCOPE) - -list(APPEND FLUTTER_LIBRARY_HEADERS - "fl_basic_message_channel.h" - "fl_binary_codec.h" - "fl_binary_messenger.h" - "fl_dart_project.h" - "fl_engine.h" - "fl_json_message_codec.h" - "fl_json_method_codec.h" - "fl_message_codec.h" - "fl_method_call.h" - "fl_method_channel.h" - "fl_method_codec.h" - "fl_method_response.h" - "fl_plugin_registrar.h" - "fl_plugin_registry.h" - "fl_standard_message_codec.h" - "fl_standard_method_codec.h" - "fl_string_codec.h" - "fl_value.h" - "fl_view.h" - "flutter_linux.h" -) -list_prepend(FLUTTER_LIBRARY_HEADERS "${EPHEMERAL_DIR}/flutter_linux/") -add_library(flutter INTERFACE) -target_include_directories(flutter INTERFACE - "${EPHEMERAL_DIR}" -) -target_link_libraries(flutter INTERFACE "${FLUTTER_LIBRARY}") -target_link_libraries(flutter INTERFACE - PkgConfig::GTK - PkgConfig::GLIB - PkgConfig::GIO -) -add_dependencies(flutter flutter_assemble) - -# === Flutter tool backend === -# _phony_ is a non-existent file to force this command to run every time, -# since currently there's no way to get a full input/output list from the -# flutter tool. -add_custom_command( - OUTPUT ${FLUTTER_LIBRARY} ${FLUTTER_LIBRARY_HEADERS} - ${CMAKE_CURRENT_BINARY_DIR}/_phony_ - COMMAND ${CMAKE_COMMAND} -E env - ${FLUTTER_TOOL_ENVIRONMENT} - "${FLUTTER_ROOT}/packages/flutter_tools/bin/tool_backend.sh" - ${FLUTTER_TARGET_PLATFORM} ${CMAKE_BUILD_TYPE} - VERBATIM -) -add_custom_target(flutter_assemble DEPENDS - "${FLUTTER_LIBRARY}" - ${FLUTTER_LIBRARY_HEADERS} -) diff --git a/example/linux/main.cc b/example/linux/main.cc deleted file mode 100644 index e7c5c54..0000000 --- a/example/linux/main.cc +++ /dev/null @@ -1,6 +0,0 @@ -#include "my_application.h" - -int main(int argc, char** argv) { - g_autoptr(MyApplication) app = my_application_new(); - return g_application_run(G_APPLICATION(app), argc, argv); -} diff --git a/example/linux/my_application.cc b/example/linux/my_application.cc deleted file mode 100644 index c3f3cf3..0000000 --- a/example/linux/my_application.cc +++ /dev/null @@ -1,109 +0,0 @@ -#include "my_application.h" - -#include -#ifdef GDK_WINDOWING_X11 -#include -#endif - -#include "flutter/generated_plugin_registrant.h" - -struct _MyApplication { - GtkApplication parent_instance; - char** dart_entrypoint_arguments; -}; - -G_DEFINE_TYPE(MyApplication, my_application, GTK_TYPE_APPLICATION) - -// Implements GApplication::activate. -static void my_application_activate(GApplication* application) { - MyApplication* self = MY_APPLICATION(application); - GtkWindow* window = - GTK_WINDOW(gtk_application_window_new(GTK_APPLICATION(application))); - - // Use a header bar when running in GNOME as this is the common style used - // by applications and is the setup most users will be using (e.g. Ubuntu - // desktop). - // If running on X and not using GNOME then just use a traditional title bar - // in case the window manager does more exotic layout, e.g. tiling. - // If running on Wayland assume the header bar will work (may need changing - // if future cases occur). - gboolean use_header_bar = TRUE; -#ifdef GDK_WINDOWING_X11 - GdkScreen *screen = gtk_window_get_screen(window); - if (GDK_IS_X11_SCREEN(screen)) { - const gchar* wm_name = gdk_x11_screen_get_window_manager_name(screen); - if (g_strcmp0(wm_name, "GNOME Shell") != 0) { - use_header_bar = FALSE; - } - } -#endif - if (use_header_bar) { - GtkHeaderBar *header_bar = GTK_HEADER_BAR(gtk_header_bar_new()); - gtk_widget_show(GTK_WIDGET(header_bar)); - gtk_header_bar_set_title(header_bar, "example"); - gtk_header_bar_set_show_close_button(header_bar, TRUE); - gtk_window_set_titlebar(window, GTK_WIDGET(header_bar)); - } - else { - gtk_window_set_title(window, "example"); - } - - GdkGeometry geometry_min; - geometry_min.min_width = 480; - geometry_min.min_height = 320; - gtk_window_set_geometry_hints(window, nullptr, &geometry_min, GDK_HINT_MIN_SIZE); - gtk_window_set_default_size(window, 1280, 720); - - g_autoptr(FlDartProject) project = fl_dart_project_new(); - fl_dart_project_set_dart_entrypoint_arguments(project, self->dart_entrypoint_arguments); - - FlView* view = fl_view_new(project); - gtk_container_add(GTK_CONTAINER(window), GTK_WIDGET(view)); - - fl_register_plugins(FL_PLUGIN_REGISTRY(view)); - - gtk_widget_show(GTK_WIDGET(window)); - gtk_widget_show(GTK_WIDGET(view)); - gtk_widget_grab_focus(GTK_WIDGET(view)); -} - -// Implements GApplication::local_command_line. -static gboolean my_application_local_command_line(GApplication* application, gchar ***arguments, int *exit_status) { - MyApplication* self = MY_APPLICATION(application); - // Strip out the first argument as it is the binary name. - self->dart_entrypoint_arguments = g_strdupv(*arguments + 1); - - g_autoptr(GError) error = nullptr; - if (!g_application_register(application, nullptr, &error)) { - g_warning("Failed to register: %s", error->message); - *exit_status = 1; - return TRUE; - } - - g_application_activate(application); - *exit_status = 0; - - return TRUE; -} - -// Implements GObject::dispose. -static void my_application_dispose(GObject *object) { - MyApplication* self = MY_APPLICATION(object); - g_clear_pointer(&self->dart_entrypoint_arguments, g_strfreev); - G_OBJECT_CLASS(my_application_parent_class)->dispose(object); -} - -static void my_application_class_init(MyApplicationClass* klass) { - G_APPLICATION_CLASS(klass)->activate = my_application_activate; - G_APPLICATION_CLASS(klass)->local_command_line = my_application_local_command_line; - G_OBJECT_CLASS(klass)->dispose = my_application_dispose; -} - -static void my_application_init(MyApplication* self) {} - -MyApplication* my_application_new() { - return MY_APPLICATION(g_object_new(my_application_get_type(), - "application-id", APPLICATION_ID, - "flags", G_APPLICATION_NON_UNIQUE, - nullptr)); -} diff --git a/example/linux/my_application.h b/example/linux/my_application.h deleted file mode 100644 index 72271d5..0000000 --- a/example/linux/my_application.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef FLUTTER_MY_APPLICATION_H_ -#define FLUTTER_MY_APPLICATION_H_ - -#include - -G_DECLARE_FINAL_TYPE(MyApplication, my_application, MY, APPLICATION, - GtkApplication) - -/** - * my_application_new: - * - * Creates a new Flutter-based application. - * - * Returns: a new #MyApplication. - */ -MyApplication* my_application_new(); - -#endif // FLUTTER_MY_APPLICATION_H_ diff --git a/example/pubspec.yaml b/example/pubspec.yaml deleted file mode 100644 index 3d0f2cd..0000000 --- a/example/pubspec.yaml +++ /dev/null @@ -1,30 +0,0 @@ -name: example -description: A new Flutter project. - -publish_to: "none" - -version: 1.0.0+1 - -environment: - sdk: ">=2.17.0 <3.0.0" - -dependencies: - flutter: - sdk: flutter - handy_window: ^0.3.1 - provider: ^6.0.3 - yaru: ^1.1.0 - yaru_colors: ^0.1.7 - yaru_icons: - path: ../ - yaru_widgets: ^3.2.0 - -dependency_overrides: - yaru_icons: - path: ../ - -dev_dependencies: - flutter_lints: ^2.0.1 - -flutter: - uses-material-design: true diff --git a/example/web/favicon.png b/favicon.png similarity index 100% rename from example/web/favicon.png rename to favicon.png diff --git a/flutter.js b/flutter.js new file mode 100644 index 0000000..d3efa7f --- /dev/null +++ b/flutter.js @@ -0,0 +1,383 @@ +// Copyright 2014 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +if (!_flutter) { + var _flutter = {}; +} +_flutter.loader = null; + +(function () { + "use strict"; + + const baseUri = ensureTrailingSlash(getBaseURI()); + + function getBaseURI() { + const base = document.querySelector("base"); + return (base && base.getAttribute("href")) || ""; + } + + function ensureTrailingSlash(uri) { + if (uri == "") { + return uri; + } + return uri.endsWith("/") ? uri : `${uri}/`; + } + + /** + * Wraps `promise` in a timeout of the given `duration` in ms. + * + * Resolves/rejects with whatever the original `promises` does, or rejects + * if `promise` takes longer to complete than `duration`. In that case, + * `debugName` is used to compose a legible error message. + * + * If `duration` is < 0, the original `promise` is returned unchanged. + * @param {Promise} promise + * @param {number} duration + * @param {string} debugName + * @returns {Promise} a wrapped promise. + */ + async function timeout(promise, duration, debugName) { + if (duration < 0) { + return promise; + } + let timeoutId; + const _clock = new Promise((_, reject) => { + timeoutId = setTimeout(() => { + reject( + new Error( + `${debugName} took more than ${duration}ms to resolve. Moving on.`, + { + cause: timeout, + } + ) + ); + }, duration); + }); + + return Promise.race([promise, _clock]).finally(() => { + clearTimeout(timeoutId); + }); + } + + /** + * Handles the creation of a TrustedTypes `policy` that validates URLs based + * on an (optional) incoming array of RegExes. + */ + class FlutterTrustedTypesPolicy { + /** + * Constructs the policy. + * @param {[RegExp]} validPatterns the patterns to test URLs + * @param {String} policyName the policy name (optional) + */ + constructor(validPatterns, policyName = "flutter-js") { + const patterns = validPatterns || [ + /\.js$/, + ]; + if (window.trustedTypes) { + this.policy = trustedTypes.createPolicy(policyName, { + createScriptURL: function(url) { + const parsed = new URL(url, window.location); + const file = parsed.pathname.split("/").pop(); + const matches = patterns.some((pattern) => pattern.test(file)); + if (matches) { + return parsed.toString(); + } + console.error( + "URL rejected by TrustedTypes policy", + policyName, ":", url, "(download prevented)"); + } + }); + } + } + } + + /** + * Handles loading/reloading Flutter's service worker, if configured. + * + * @see: https://developers.google.com/web/fundamentals/primers/service-workers + */ + class FlutterServiceWorkerLoader { + /** + * Injects a TrustedTypesPolicy (or undefined if the feature is not supported). + * @param {TrustedTypesPolicy | undefined} policy + */ + setTrustedTypesPolicy(policy) { + this._ttPolicy = policy; + } + + /** + * Returns a Promise that resolves when the latest Flutter service worker, + * configured by `settings` has been loaded and activated. + * + * Otherwise, the promise is rejected with an error message. + * @param {*} settings Service worker settings + * @returns {Promise} that resolves when the latest serviceWorker is ready. + */ + loadServiceWorker(settings) { + if (settings == null) { + // In the future, settings = null -> uninstall service worker? + console.debug("Null serviceWorker configuration. Skipping."); + return Promise.resolve(); + } + if (!("serviceWorker" in navigator)) { + let errorMessage = "Service Worker API unavailable."; + if (!window.isSecureContext) { + errorMessage += "\nThe current context is NOT secure." + errorMessage += "\nRead more: https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts"; + } + return Promise.reject( + new Error(errorMessage) + ); + } + const { + serviceWorkerVersion, + serviceWorkerUrl = `${baseUri}flutter_service_worker.js?v=${serviceWorkerVersion}`, + timeoutMillis = 4000, + } = settings; + + // Apply the TrustedTypes policy, if present. + let url = serviceWorkerUrl; + if (this._ttPolicy != null) { + url = this._ttPolicy.createScriptURL(url); + } + + const serviceWorkerActivation = navigator.serviceWorker + .register(url) + .then(this._getNewServiceWorker) + .then(this._waitForServiceWorkerActivation); + + // Timeout race promise + return timeout( + serviceWorkerActivation, + timeoutMillis, + "prepareServiceWorker" + ); + } + + /** + * Returns the latest service worker for the given `serviceWorkerRegistrationPromise`. + * + * This might return the current service worker, if there's no new service worker + * awaiting to be installed/updated. + * + * @param {Promise} serviceWorkerRegistrationPromise + * @returns {Promise} + */ + async _getNewServiceWorker(serviceWorkerRegistrationPromise) { + const reg = await serviceWorkerRegistrationPromise; + + if (!reg.active && (reg.installing || reg.waiting)) { + // No active web worker and we have installed or are installing + // one for the first time. Simply wait for it to activate. + console.debug("Installing/Activating first service worker."); + return reg.installing || reg.waiting; + } else if (!reg.active.scriptURL.endsWith(serviceWorkerVersion)) { + // When the app updates the serviceWorkerVersion changes, so we + // need to ask the service worker to update. + return reg.update().then((newReg) => { + console.debug("Updating service worker."); + return newReg.installing || newReg.waiting || newReg.active; + }); + } else { + console.debug("Loading from existing service worker."); + return reg.active; + } + } + + /** + * Returns a Promise that resolves when the `latestServiceWorker` changes its + * state to "activated". + * + * @param {Promise} latestServiceWorkerPromise + * @returns {Promise} + */ + async _waitForServiceWorkerActivation(latestServiceWorkerPromise) { + const serviceWorker = await latestServiceWorkerPromise; + + if (!serviceWorker || serviceWorker.state == "activated") { + if (!serviceWorker) { + return Promise.reject( + new Error("Cannot activate a null service worker!") + ); + } else { + console.debug("Service worker already active."); + return Promise.resolve(); + } + } + return new Promise((resolve, _) => { + serviceWorker.addEventListener("statechange", () => { + if (serviceWorker.state == "activated") { + console.debug("Activated new service worker."); + resolve(); + } + }); + }); + } + } + + /** + * Handles injecting the main Flutter web entrypoint (main.dart.js), and notifying + * the user when Flutter is ready, through `didCreateEngineInitializer`. + * + * @see https://docs.flutter.dev/development/platform-integration/web/initialization + */ + class FlutterEntrypointLoader { + /** + * Creates a FlutterEntrypointLoader. + */ + constructor() { + // Watchdog to prevent injecting the main entrypoint multiple times. + this._scriptLoaded = false; + } + + /** + * Injects a TrustedTypesPolicy (or undefined if the feature is not supported). + * @param {TrustedTypesPolicy | undefined} policy + */ + setTrustedTypesPolicy(policy) { + this._ttPolicy = policy; + } + + /** + * Loads flutter main entrypoint, specified by `entrypointUrl`, and calls a + * user-specified `onEntrypointLoaded` callback with an EngineInitializer + * object when it's done. + * + * @param {*} options + * @returns {Promise | undefined} that will eventually resolve with an + * EngineInitializer, or will be rejected with the error caused by the loader. + * Returns undefined when an `onEntrypointLoaded` callback is supplied in `options`. + */ + async loadEntrypoint(options) { + const { entrypointUrl = `${baseUri}main.dart.js`, onEntrypointLoaded } = + options || {}; + + return this._loadEntrypoint(entrypointUrl, onEntrypointLoaded); + } + + /** + * Resolves the promise created by loadEntrypoint, and calls the `onEntrypointLoaded` + * function supplied by the user (if needed). + * + * Called by Flutter through `_flutter.loader.didCreateEngineInitializer` method, + * which is bound to the correct instance of the FlutterEntrypointLoader by + * the FlutterLoader object. + * + * @param {Function} engineInitializer @see https://github.com/flutter/engine/blob/main/lib/web_ui/lib/src/engine/js_interop/js_loader.dart#L42 + */ + didCreateEngineInitializer(engineInitializer) { + if (typeof this._didCreateEngineInitializerResolve === "function") { + this._didCreateEngineInitializerResolve(engineInitializer); + // Remove the resolver after the first time, so Flutter Web can hot restart. + this._didCreateEngineInitializerResolve = null; + // Make the engine revert to "auto" initialization on hot restart. + delete _flutter.loader.didCreateEngineInitializer; + } + if (typeof this._onEntrypointLoaded === "function") { + this._onEntrypointLoaded(engineInitializer); + } + } + + /** + * Injects a script tag into the DOM, and configures this loader to be able to + * handle the "entrypoint loaded" notifications received from Flutter web. + * + * @param {string} entrypointUrl the URL of the script that will initialize + * Flutter. + * @param {Function} onEntrypointLoaded a callback that will be called when + * Flutter web notifies this object that the entrypoint is + * loaded. + * @returns {Promise | undefined} a Promise that resolves when the entrypoint + * is loaded, or undefined if `onEntrypointLoaded` + * is a function. + */ + _loadEntrypoint(entrypointUrl, onEntrypointLoaded) { + const useCallback = typeof onEntrypointLoaded === "function"; + + if (!this._scriptLoaded) { + this._scriptLoaded = true; + const scriptTag = this._createScriptTag(entrypointUrl); + if (useCallback) { + // Just inject the script tag, and return nothing; Flutter will call + // `didCreateEngineInitializer` when it's done. + console.debug("Injecting diff --git a/lib/src/constants.dart b/lib/src/constants.dart deleted file mode 100644 index a9cfdcb..0000000 --- a/lib/src/constants.dart +++ /dev/null @@ -1,2 +0,0 @@ -const kTargetCanvasSize = 24.0; -const kTargetIconSize = 20.0; diff --git a/lib/src/foundation/canvas_extension.dart b/lib/src/foundation/canvas_extension.dart deleted file mode 100644 index b50afc7..0000000 --- a/lib/src/foundation/canvas_extension.dart +++ /dev/null @@ -1,33 +0,0 @@ -import 'dart:math' as math; - -import 'package:flutter/material.dart'; - -typedef CanvasCallback = void Function(Canvas canvas); - -extension YaruCanvasExtension on Canvas { - void paintScaled({ - required Offset origin, - required Size scale, - required CanvasCallback paint, - }) { - save(); - translate(origin.dx, origin.dy); - this.scale(scale.width, scale.height); - translate(-origin.dx, -origin.dy); - paint(this); - restore(); - } - - void paintRotated({ - required Offset center, - required double angle, - required CanvasCallback paint, - }) { - save(); - translate(center.dx, center.dy); - rotate(math.pi * 2 * angle); - translate(-center.dx, -center.dy); - paint(this); - restore(); - } -} diff --git a/lib/src/foundation/local_progress_mixin.dart b/lib/src/foundation/local_progress_mixin.dart deleted file mode 100644 index d608d10..0000000 --- a/lib/src/foundation/local_progress_mixin.dart +++ /dev/null @@ -1,17 +0,0 @@ -mixin LocalProgress { - double get progress; - - double computeLocalProgress( - double start, - double duration, - ) { - assert(start >= 0.0 && start <= 1.0); - assert(duration >= 0.0 && duration <= 1.0); - assert(start + duration <= 1.0); - - final localProgress = - progress >= start ? (progress - start) * (1.0 / duration) : 0.0; - - return localProgress < 1.0 ? localProgress : 1.0; - } -} diff --git a/lib/src/widgets/animated_icons/yaru_animated_compass_icon.dart b/lib/src/widgets/animated_icons/yaru_animated_compass_icon.dart deleted file mode 100644 index c33ab32..0000000 --- a/lib/src/widgets/animated_icons/yaru_animated_compass_icon.dart +++ /dev/null @@ -1,284 +0,0 @@ -import 'package:flutter/material.dart'; - -import '../../../yaru_icons.dart'; -import '../../constants.dart'; -import '../../foundation/canvas_extension.dart'; - -const _kAnimationCurve = Curves.easeInOutCubic; -const _kAnimationDuration = Duration(milliseconds: 500); - -/// An animated Yaru compass icon, similar to [YaruIcons.compass]. -/// -/// See also: -/// -/// * [YaruAnimatedIcon], a widget who play a Yaru icon animation. -/// * [YaruAnimatedCompassIconWidget] if you want to play this animation manually. -class YaruAnimatedCompassIcon extends YaruAnimatedIconData { - /// An animated Yaru compass icon, similar to [YaruIcons.compass]. - const YaruAnimatedCompassIcon({ - this.filled, - }); - - /// Determines if the icon uses a solid background, like [YaruIcons.compass_filled]. - /// Defaults to false. - final bool? filled; - - @override - Duration get defaultDuration => _kAnimationDuration; - - @override - Curve get defaultCurve => _kAnimationCurve; - - @override - Widget build( - BuildContext context, - Animation progress, - double? size, - Color? color, - ) { - return YaruAnimatedCompassIconWidget( - progress: progress, - size: size, - color: color, - filled: filled, - ); - } -} - -/// An animated Yaru compass icon, similar to [YaruIcons.compass]. -/// -/// See also: -/// -/// * [YaruAnimatedCompassIcon], if you want to play this animation with a [YaruAnimatedIcon] widget. -/// * [YaruAnimatedIcon], a widget who play a Yaru icon animation. -class YaruAnimatedCompassIconWidget extends StatelessWidget { - /// Create an animated Yaru compass icon, similar to [YaruIcons.compass]. - const YaruAnimatedCompassIconWidget({ - super.key, - this.size, - this.filled, - this.color, - required this.progress, - }); - - /// Determines the icon canvas size. - /// To fit the original Yaru icon, the icon will be slightly smaller (20.0 on a 24.0 canvas). - /// Defaults to 24.0 as the original Yaru icon. - final double? size; - - /// Determines if the icon uses a solid background, like [YaruIcons.compass_filled]. - /// Defaults to false. - final bool? filled; - - /// Color used to draw the icon. - /// If null, defaults to colorScheme.onSurface. - final Color? color; - - /// The animation progress for the animated icon. - /// The value is clamped to be between 0 and 1. - final Animation progress; - - @override - Widget build(BuildContext context) { - final size = this.size ?? kTargetCanvasSize; - final color = this.color ?? Theme.of(context).colorScheme.onSurface; - final filled = this.filled != null ? this.filled! : false; - - return SizedBox.square( - dimension: size, - child: RepaintBoundary( - child: CustomPaint( - painter: _YaruAnimatedCompassIconPainter( - size, - filled, - color, - progress.value, - ), - ), - ), - ); - } -} - -class _YaruAnimatedCompassIconPainter extends CustomPainter { - const _YaruAnimatedCompassIconPainter( - this.size, - this.filled, - this.color, - this.progress, - ) : assert(progress >= 0.0 && progress <= 1.0); - - final double size; - final bool filled; - final Color color; - final double progress; - - @override - void paint(Canvas canvas, Size size) { - _paintNeedle(canvas); - _paintOuterCirclePath(canvas); - } - - void _paintNeedle(Canvas canvas) { - canvas.paintRotated( - center: Offset(size / 2, size / 2), - angle: progress, - paint: (canvas) { - canvas.drawPath( - filled - ? Path.combine( - PathOperation.xor, - _getInnerCirclePath(), - _getNeedlePath(), - ) - : _getNeedlePath(), - _getFillPaint(), - ); - }, - ); - } - - void _paintOuterCirclePath(Canvas canvas) { - canvas.drawPath(_getOuterCirclePath(), _getStrokePaint()); - } - - Path _getNeedlePath() { - return Path() - ..fillType = PathFillType.evenOdd - ..moveTo(size * 0.7209583, size * 0.2790417) - ..cubicTo( - size * 0.6298333, - size * 0.3122500, - size * 0.5233333, - size * 0.3662917, - size * 0.4650000, - size * 0.3970417, - ) - ..cubicTo( - size * 0.4503075, - size * 0.4042311, - size * 0.4372138, - size * 0.4143065, - size * 0.4265000, - size * 0.4266667, - ) - ..cubicTo( - size * 0.4142177, - size * 0.4373476, - size * 0.4042009, - size * 0.4503821, - size * 0.3970417, - size * 0.4650000, - ) - ..cubicTo( - size * 0.3662917, - size * 0.5233333, - size * 0.3122500, - size * 0.6298333, - size * 0.2790417, - size * 0.7209583, - ) - ..cubicTo( - size * 0.3722083, - size * 0.6870417, - size * 0.4827917, - size * 0.6307917, - size * 0.5401250, - size * 0.6004167, - ) - ..cubicTo( - size * 0.5527302, - size * 0.5934542, - size * 0.5640017, - size * 0.5843128, - size * 0.5734167, - size * 0.5734167, - ) - ..cubicTo( - size * 0.5843120, - size * 0.5640333, - size * 0.5934540, - size * 0.5527892, - size * 0.6004167, - size * 0.5402083, - ) - ..cubicTo( - size * 0.6307917, - size * 0.4828750, - size * 0.6870417, - size * 0.3722083, - size * 0.7209583, - size * 0.2790417, - ) - ..close() - ..addOval( - Rect.fromCenter( - center: Offset(size / 2, size / 2), - width: _scale(2), - height: _scale(2), - ), - ); - } - - Path _getOuterCirclePath() { - final finalCircleRadius = - (size / 2 - 1) * kTargetIconSize / kTargetCanvasSize; - // From 1.0 to 0.75 to 1.0 - final circleRadius = progress < 0.5 - ? finalCircleRadius - finalCircleRadius * 0.25 * progress - : finalCircleRadius * 0.75 + finalCircleRadius * 0.25 * progress; - - return Path() - ..addOval( - Rect.fromCircle( - center: Offset(size / 2, size / 2), - radius: circleRadius, - ), - ); - } - - Path _getInnerCirclePath() { - final finalCircleRadius = - (size / 2 - 1) * kTargetIconSize / kTargetCanvasSize; - // From 1.0 to 0.75 to 1.0 - final circleRadius = - progress < 0.5 ? 0.0 : (progress - 0.5) * 2 * finalCircleRadius; - - return Path() - ..addOval( - Rect.fromCircle( - center: Offset(size / 2, size / 2), - radius: circleRadius, - ), - ); - } - - double _scale(double value) { - return value / kTargetCanvasSize * size; - } - - Paint _getFillPaint() { - return Paint() - ..color = color - ..style = PaintingStyle.fill - ..blendMode = BlendMode.src; - } - - Paint _getStrokePaint() { - return Paint() - ..color = color - ..style = PaintingStyle.stroke - ..strokeWidth = _scale(1) - ..blendMode = BlendMode.src; - } - - @override - bool shouldRepaint( - _YaruAnimatedCompassIconPainter oldDelegate, - ) { - return oldDelegate.progress != progress || - oldDelegate.size != size || - oldDelegate.filled != filled || - oldDelegate.color != color; - } -} diff --git a/lib/src/widgets/animated_icons/yaru_animated_heart_icon.dart b/lib/src/widgets/animated_icons/yaru_animated_heart_icon.dart deleted file mode 100644 index d1c94b0..0000000 --- a/lib/src/widgets/animated_icons/yaru_animated_heart_icon.dart +++ /dev/null @@ -1,176 +0,0 @@ -import 'package:flutter/material.dart'; - -import '../../../yaru_icons.dart'; -import '../../constants.dart'; -import 'yaru_single_path_trace_painter.dart'; - -const _kAnimationCurve = Curves.easeInOutCubic; -const _kAnimationDuration = Duration(milliseconds: 600); - -/// An animated Yaru heart icon, similar to [YaruIcons.heart]. -/// -/// See also: -/// -/// * [YaruAnimatedIcon], a widget who play a Yaru icon animation. -/// * [YaruAnimatedHeartIconWidget] if you want to play this animation manually. -class YaruAnimatedHeartIcon extends YaruAnimatedIconData { - /// An animated Yaru heart icon, similar to [YaruIcons.heart]. - const YaruAnimatedHeartIcon({ - this.filled, - }); - - /// Determines if the icon uses a solid background, like [YaruIcons.heart_filled]. - /// Defaults to false. - final bool? filled; - - @override - Widget build( - BuildContext context, - Animation progress, - double? size, - Color? color, - ) { - return YaruAnimatedHeartIconWidget( - progress: progress, - size: size, - filled: filled, - color: color, - ); - } - - @override - Duration get defaultDuration => _kAnimationDuration; - - @override - Curve get defaultCurve => _kAnimationCurve; -} - -/// An animated Yaru heart icon, similar to [YaruIcons.heart]. -/// -/// See also: -/// -/// * [YaruAnimatedHeartIcon], if you want to play this animation with a [YaruAnimatedIcon] widget. -/// * [YaruAnimatedIcon], a widget who play a Yaru icon animation. -class YaruAnimatedHeartIconWidget extends StatelessWidget { - /// Create an animated Yaru heart icon, similar to [YaruIcons.heart]. - const YaruAnimatedHeartIconWidget({ - super.key, - this.size, - this.filled, - this.color, - required this.progress, - }); - - /// Determines the icon canvas size. - /// To fit the original Yaru icon, the icon will be slightly smaller (20.0 on a 24.0 canvas). - /// Defaults to 24.0 as the original Yaru icon. - final double? size; - - /// Determines if the icon uses a solid background, like [YaruIcons.heart_filled]. - /// Defaults to false. - final bool? filled; - - /// Color used to draw the icon. - /// If null, defaults to colorScheme.onSurface. - final Color? color; - - /// The animation progress for the animated icon. - /// The value is clamped to be between 0 and 1. - final Animation progress; - - @override - Widget build(BuildContext context) { - final size = this.size ?? kTargetCanvasSize; - final color = this.color ?? Theme.of(context).colorScheme.onSurface; - final filled = this.filled != null ? this.filled! : false; - - return SizedBox.square( - dimension: size, - child: RepaintBoundary( - child: CustomPaint( - painter: _YaruAnimatedHeartIconPainter( - size, - color, - filled, - progress.value, - ), - ), - ), - ); - } -} - -class _YaruAnimatedHeartIconPainter extends YaruSinglePathTracePainter { - _YaruAnimatedHeartIconPainter( - super.size, - super.color, - super.filled, - super.progress, - ); - - @override - Path getPath() { - return Path() - ..moveTo( - size * 0.5000696, - size * 0.2653214, - ) - ..cubicTo( - size * 0.4252717, - size * 0.2038911, - size * 0.3562770, - size * 0.1784415, - size * 0.3001936, - size * 0.1904627, - ) - ..cubicTo( - size * 0.2407755, - size * 0.2031987, - size * 0.2012291, - size * 0.2556057, - size * 0.1907196, - size * 0.3239365, - ) - ..cubicTo( - size * 0.1697006, - size * 0.4605983, - size * 0.2522089, - size * 0.6683053, - size * 0.4883975, - size * 0.8454960, - ) - ..lineTo( - size * 0.5000696, - size * 0.8542308, - ) - ..lineTo( - size * 0.5117417, - size * 0.8454960, - ) - ..cubicTo( - size * 0.7479304, - size * 0.6683053, - size * 0.8304387, - size * 0.4605982, - size * 0.8094196, - size * 0.3239365, - ) - ..cubicTo( - size * 0.7989101, - size * 0.2556057, - size * 0.7593637, - size * 0.2031987, - size * 0.6999455, - size * 0.1904627, - ) - ..cubicTo( - size * 0.6438623, - size * 0.1784415, - size * 0.5748676, - size * 0.2038911, - size * 0.5000696, - size * 0.2653214, - ) - ..close(); - } -} diff --git a/lib/src/widgets/animated_icons/yaru_animated_icon.dart b/lib/src/widgets/animated_icons/yaru_animated_icon.dart deleted file mode 100644 index d157572..0000000 --- a/lib/src/widgets/animated_icons/yaru_animated_icon.dart +++ /dev/null @@ -1,137 +0,0 @@ -import 'package:flutter/material.dart'; - -/// Describes how a [YaruAnimatedIcon] will run. -enum YaruAnimationMode { - /// Play the animation only one time. - once, - - /// Play the animation indefinitely. - repeat -} - -/// A runner widget for all Yaru animated icons. -class YaruAnimatedIcon extends StatefulWidget { - /// Create a Yaru animated icon runner. - const YaruAnimatedIcon( - this.data, { - this.duration, - this.curve, - this.size, - this.color, - this.mode = YaruAnimationMode.once, - this.initialProgress, - super.key, - }); - - /// Describe which animation will be played. - final YaruAnimatedIconData data; - - /// Duration of the animation. - /// If null, defaults to [data.defaultDuration]. - final Duration? duration; - - /// Curve used to play the animation. - /// If null, defaults to [data.defaultCurve]. - final Curve? curve; - - /// Size of the canvas used to draw the icon. - /// If null, the default value of the related [data.build] widget will be used. - final double? size; - - /// Color used to draw the icon. - /// If null, the default value of the related [data.build] widget will be used. - final Color? color; - - /// Describes how the animation will run. - /// See [YaruAnimationMode]. - final YaruAnimationMode mode; - - /// Initial progress of the animation. - /// If null, the animation will play from the beginning. - final double? initialProgress; - - @override - State createState() => _YaruAnimatedIconState(); -} - -class _YaruAnimatedIconState extends State - with SingleTickerProviderStateMixin { - late AnimationController _controller; - - @override - void initState() { - super.initState(); - - _controller = AnimationController( - value: widget.initialProgress, - vsync: this, - duration: widget.duration ?? widget.data.defaultDuration, - ); - _runAnimationController(); - } - - @override - void didUpdateWidget(YaruAnimatedIcon old) { - if (widget.data != old.data) { - _controller.value = 0.0; - } - if (widget.duration != old.duration) { - _controller.duration = widget.duration ?? widget.data.defaultDuration; - } - if (widget.mode != old.mode || widget.data != old.data) { - _runAnimationController(); - } - - super.didUpdateWidget(old); - } - - @override - void dispose() { - _controller.dispose(); - super.dispose(); - } - - void _runAnimationController() { - switch (widget.mode) { - case YaruAnimationMode.once: - _controller.forward(); - break; - case YaruAnimationMode.repeat: - _controller.repeat(); - break; - } - } - - @override - Widget build(BuildContext context) { - return AnimatedBuilder( - animation: _controller, - builder: (context, _) { - return widget.data.build( - context, - CurvedAnimation( - parent: _controller, - curve: widget.curve ?? widget.data.defaultCurve, - ), - widget.size, - widget.color, - ); - }, - ); - } -} - -/// Interface class for a Yaru animated icon. -abstract class YaruAnimatedIconData { - const YaruAnimatedIconData(); - - Duration get defaultDuration; - Curve get defaultCurve => Curves.linear; - - Widget build( - BuildContext context, - Animation progress, - double? size, - Color? color, - ); -} diff --git a/lib/src/widgets/animated_icons/yaru_animated_no_network_icon.dart b/lib/src/widgets/animated_icons/yaru_animated_no_network_icon.dart deleted file mode 100644 index f18a1d4..0000000 --- a/lib/src/widgets/animated_icons/yaru_animated_no_network_icon.dart +++ /dev/null @@ -1,315 +0,0 @@ -import 'package:flutter/material.dart'; - -import '../../../yaru_icons.dart'; -import '../../constants.dart'; -import '../../foundation/local_progress_mixin.dart'; - -const _kAnimationCurve = Curves.easeInQuad; -const _kAnimationDuration = Duration(milliseconds: 400); - -/// An animated Yaru no network icon, similar to [YaruIcons.network_wireless] and [YaruIcons.network_wireless_disabled]. -/// -/// See also: -/// -/// * [YaruAnimatedIcon], a widget who play a Yaru icon animation. -/// * [YaruAnimatedNoNetworkIconWidget] if you want to play this animation manually. -class YaruAnimatedNoNetworkIcon extends YaruAnimatedIconData { - /// An animated Yaru no network icon, similar to [YaruIcons.network_wireless] and [YaruIcons.network_wireless_disabled]. - const YaruAnimatedNoNetworkIcon(); - - @override - Duration get defaultDuration => _kAnimationDuration; - - @override - Curve get defaultCurve => _kAnimationCurve; - - @override - Widget build( - BuildContext context, - Animation progress, - double? size, - Color? color, - ) { - return YaruAnimatedNoNetworkIconWidget( - progress: progress, - size: size, - color: color, - ); - } -} - -/// An animated Yaru no network icon, similar to [YaruIcons.network_wireless] and [YaruIcons.network_wireless_disabled]. -/// -/// See also: -/// -/// * [YaruAnimatedNoNetworkIcon], if you want to play this animation with a [YaruAnimatedIcon] widget. -/// * [YaruAnimatedIcon], a widget who play a Yaru icon animation. -class YaruAnimatedNoNetworkIconWidget extends StatelessWidget { - /// Create an animated Yaru no network icon, similar to [YaruIcons.network_wireless] and [YaruIcons.network_wireless_disabled]. - const YaruAnimatedNoNetworkIconWidget({ - super.key, - this.size, - this.color, - required this.progress, - }); - - /// Determines the icon canvas size. - /// To fit the original Yaru icon, the icon will be slightly smaller (20.0 on a 24.0 canvas). - /// Defaults to 24.0 as the original Yaru icon. - final double? size; - - /// Color used to draw the icon. - /// If null, defaults to colorScheme.onSurface. - final Color? color; - - /// The animation progress for the animated icon. - /// The value is clamped to be between 0 and 1. - final Animation progress; - - @override - Widget build(BuildContext context) { - final size = this.size ?? kTargetCanvasSize; - final color = this.color ?? Theme.of(context).colorScheme.onSurface; - - return SizedBox.square( - dimension: size, - child: RepaintBoundary( - child: CustomPaint( - painter: _YaruAnimatedNoNetworkIconPainter( - size, - color, - progress.value, - ), - ), - ), - ); - } -} - -class _YaruAnimatedNoNetworkIconPainter extends CustomPainter - with LocalProgress { - const _YaruAnimatedNoNetworkIconPainter( - this.size, - this.color, - this.progress, - ) : assert(progress >= 0.0 && progress <= 1.0); - - final double size; - final Color color; - @override - final double progress; - - @override - void paint(Canvas canvas, Size size) { - canvas.saveLayer(null, Paint()); - - // Waves - _drawExtractedPathMetric( - canvas: canvas, - path: _getWave1Path(), - start: 0.0, - duration: 0.4, - paint: _getStrokePaint(), - ); - _drawExtractedPathMetric( - canvas: canvas, - path: _getWave2Path(), - start: 0.1, - duration: 0.5, - paint: _getStrokePaint(), - ); - _drawExtractedPathMetric( - canvas: canvas, - path: _getWave3Path(), - start: 0.2, - duration: 0.6, - paint: _getStrokePaint(), - ); - _drawExtractedPathMetric( - canvas: canvas, - path: _getWave4Path(), - start: 0.3, - duration: 0.7, - paint: _getStrokePaint(), - ); - - // Stripes - _drawExtractedPathMetric( - canvas: canvas, - path: _getStripe1Path(), - start: 0.4, - duration: 0.6, - paint: _getStrokePaint(), - ); - _drawExtractedPathMetric( - canvas: canvas, - path: _getStripe2Path(), - start: 0.4, - duration: 0.6, - paint: _getDiffStrokePaint(), - ); - - // Dot - _drawDot( - canvas: canvas, - start: 0.0, - duration: 0.5, - ); - - canvas.restore(); - } - - Path _getWave1Path() { - return Path() - ..moveTo(size * 0.6466471, size * 0.6155599) - ..cubicTo( - size * 0.6054710, - size * 0.5812731, - size * 0.5535823, - size * 0.5624987, - size * 0.5000000, - size * 0.5625000, - ) - ..cubicTo( - size * 0.4464713, - size * 0.5626250, - size * 0.3946749, - size * 0.5814829, - size * 0.3535970, - size * 0.6158040, - ); - } - - Path _getWave2Path() { - return Path() - ..moveTo(size * 0.7352702, size * 0.5269368) - ..cubicTo( - size * 0.6704428, - size * 0.4693235, - size * 0.5867288, - size * 0.4375000, - size * 0.5000000, - size * 0.4375000, - ) - ..cubicTo( - size * 0.4133234, - size * 0.4376250, - size * 0.3297026, - size * 0.4695350, - size * 0.2649740, - size * 0.5271810, - ); - } - - Path _getWave3Path() { - return Path() - ..moveTo(size * 0.8237305, size * 0.4384766) - ..cubicTo( - size * 0.7353761, - size * 0.3574702, - size * 0.6198688, - size * 0.3125217, - size * 0.5000000, - size * 0.3125000, - ) - ..cubicTo( - size * 0.3802343, - size * 0.3127771, - size * 0.2649141, - size * 0.3578946, - size * 0.1767578, - size * 0.4389648, - ); - } - - Path _getWave4Path() { - return Path() - ..moveTo(size * 0.9121094, size * 0.3500977) - ..cubicTo( - size * 0.8002838, - size * 0.2456712, - size * 0.6530028, - size * 0.1875615, - size * 0.5000000, - size * 0.1875000, - ) - ..cubicTo( - size * 0.3471336, - size * 0.1879029, - size * 0.2001027, - size * 0.2462382, - size * 0.08854167, - size * 0.3507487, - ); - } - - Path _getStripe1Path() { - return Path() - ..moveTo(size * 0.1666667, size * 0.1250000) - ..lineTo(size * 0.7916667, size * 0.7500000); - } - - Path _getStripe2Path() { - return Path() - ..moveTo(size * 0.19614, size * 0.09552) - ..lineTo(size * 0.82116, size * 0.72055); - } - - void _drawExtractedPathMetric({ - required Canvas canvas, - required Path path, - required double start, - required double duration, - required Paint paint, - }) { - final metric = path.computeMetrics().single; - final drawPath = metric.extractPath( - 0, - metric.length * computeLocalProgress(start, duration), - ); - - canvas.drawPath(drawPath, paint); - } - - void _drawDot({ - required Canvas canvas, - required double start, - required double duration, - }) { - canvas.drawCircle( - Offset(size * 0.5, size * 0.7916667), - (size * 0.08333333) * computeLocalProgress(start, duration), - _getFillPaint(), - ); - } - - Paint _getFillPaint() { - return Paint() - ..style = PaintingStyle.fill - ..color = color - ..blendMode = BlendMode.src; - } - - Paint _getStrokePaint() { - return Paint() - ..style = PaintingStyle.stroke - ..color = color - ..strokeWidth = 1 / (kTargetCanvasSize / size) - ..blendMode = BlendMode.src; - } - - Paint _getDiffStrokePaint() { - return Paint() - ..color = Colors.black - ..style = PaintingStyle.stroke - ..strokeWidth = 1 / (kTargetCanvasSize / size) - ..blendMode = BlendMode.dstOut; - } - - @override - bool shouldRepaint(_YaruAnimatedNoNetworkIconPainter oldDelegate) { - return oldDelegate.progress != progress || - oldDelegate.size != size || - oldDelegate.color != color; - } -} diff --git a/lib/src/widgets/animated_icons/yaru_animated_ok_icon.dart b/lib/src/widgets/animated_icons/yaru_animated_ok_icon.dart deleted file mode 100644 index 5cba7b0..0000000 --- a/lib/src/widgets/animated_icons/yaru_animated_ok_icon.dart +++ /dev/null @@ -1,263 +0,0 @@ -import 'package:flutter/material.dart'; - -import '../../../yaru_icons.dart'; -import '../../constants.dart'; - -const _kAnimationCurve = Curves.easeInCubic; -const _kAnimationDuration = Duration(milliseconds: 500); - -/// An animated Yaru ok icon, similar to [YaruIcons.ok]. -/// -/// See also: -/// -/// * [YaruAnimatedIcon], a widget who play a Yaru icon animation. -/// * [YaruAnimatedOkIconWidget] if you want to play this animation manually. -class YaruAnimatedOkIcon extends YaruAnimatedIconData { - /// An animated Yaru ok icon, similar to [YaruIcons.ok]. - const YaruAnimatedOkIcon({ - this.filled = false, - }); - - /// Determines if the icon uses a solid background, like [YaruIcons.heart_filled]. - /// Defaults to false. - final bool? filled; - - @override - Duration get defaultDuration => _kAnimationDuration; - - @override - Curve get defaultCurve => _kAnimationCurve; - - @override - Widget build( - BuildContext context, - Animation progress, - double? size, - Color? color, - ) { - return YaruAnimatedOkIconWidget( - progress: progress, - size: size, - color: color, - filled: filled, - ); - } -} - -/// An animated Yaru ok icon, similar to [YaruIcons.ok]. -/// -/// See also: -/// -/// * [YaruAnimatedOkIcon], if you want to play this animation with a [YaruAnimatedIcon] widget. -/// * [YaruAnimatedIcon], a widget who play a Yaru icon animation. -class YaruAnimatedOkIconWidget extends StatelessWidget { - /// Create an animated Yaru ok icon, similar to [YaruIcons.ok]. - const YaruAnimatedOkIconWidget({ - super.key, - this.size, - this.filled, - this.color, - required this.progress, - }); - - /// Determines the icon canvas size. - /// To fit the original Yaru icon, the icon will be slightly smaller (20.0 on a 24.0 canvas). - /// Defaults to 24.0 as the original Yaru icon. - final double? size; - - /// Determines if the icon uses a solid background, like [YaruIcons.ok_filled]. - /// Defaults to false. - final bool? filled; - - /// Color used to draw the icon. - /// If null, defaults to colorScheme.onSurface. - final Color? color; - - /// The animation progress for the animated icon. - /// The value is clamped to be between 0 and 1. - final Animation progress; - - @override - Widget build(BuildContext context) { - final size = this.size ?? kTargetCanvasSize; - final color = this.color ?? Theme.of(context).colorScheme.onSurface; - final filled = this.filled != null ? this.filled! : false; - - return SizedBox.square( - dimension: size, - child: RepaintBoundary( - child: CustomPaint( - painter: _YaruAnimatedOkIconPainter( - size, - filled, - color, - progress.value, - ), - ), - ), - ); - } -} - -class _YaruAnimatedOkIconPainter extends CustomPainter { - const _YaruAnimatedOkIconPainter( - this.size, - this.filled, - this.color, - this.progress, - ) : assert(progress >= 0.0 && progress <= 1.0); - - final double size; - final bool filled; - final Color color; - final double progress; - - @override - void paint(Canvas canvas, Size size) { - canvas.saveLayer(null, Paint()); - - _paintOuterCirclePath(canvas); - _paintCheckmark(canvas); - - canvas.restore(); - } - - void _paintOuterCirclePath(Canvas canvas) { - canvas.drawPath(_createOuterCirclePath(), _createStrokePaint()); - } - - void _paintCheckmark(Canvas canvas) { - if (filled) { - canvas.drawPath( - _createCheckmarkPath(false), - _createFillPaint(), - ); - canvas.drawPath( - _createInnerCirclePath(false), - _createFillPaint(), - ); - canvas.drawPath( - Path.combine( - PathOperation.intersect, - _createInnerCirclePath(true), - _createCheckmarkPath(true), - ), - _getDiffFillPaint(), - ); - } else { - canvas.drawPath( - _createCheckmarkPath(false), - _createFillPaint(), - ); - } - } - - /// [long] param is used to increase the end path size for canvas clip - Path _createCheckmarkPath(bool long) { - final checkmark = Path(); - final start1 = Offset(size * 0.354, size * 0.477); - final start2 = Offset(size * 0.310, size * 0.521); - final mid1 = Offset(size * 0.521, size * 0.643); - final mid2 = Offset(size * 0.521, size * 0.732); - final end1 = long - ? Offset(size * 0.895, size * 0.270) - : Offset(size * 0.865, size * 0.299); - final end2 = long - ? Offset(size * 0.939, size * 0.314) - : Offset(size * 0.892, size * 0.360); - - if (progress < 0.5) { - final pathT = progress * 2.0; - final drawMid1 = Offset.lerp(start1, mid1, pathT)!; - final drawMid2 = Offset.lerp(start2, mid2, pathT)!; - - checkmark.moveTo(start1.dx, start1.dy); - checkmark.lineTo(drawMid1.dx, drawMid1.dy); - checkmark.lineTo(drawMid2.dx, drawMid2.dy); - checkmark.lineTo(start2.dx, start2.dy); - checkmark.close(); - } else { - final pathT = (progress - 0.5) * 2.0; - final drawEnd1 = Offset.lerp(mid1, end1, pathT)!; - final drawEnd2 = Offset.lerp(mid2, end2, pathT)!; - - checkmark.moveTo(start1.dx, start1.dy); - checkmark.lineTo(mid1.dx, mid1.dy); - checkmark.lineTo(drawEnd1.dx, drawEnd1.dy); - checkmark.lineTo(drawEnd2.dx, drawEnd2.dy); - checkmark.lineTo(mid2.dx, mid2.dy); - checkmark.lineTo(start2.dx, start2.dy); - checkmark.close(); - } - - return checkmark; - } - - Path _createOuterCirclePath() { - final finalCircleRadius = - (size / 2 - 1) * kTargetIconSize / kTargetCanvasSize; - // From 1.0 to 0.75 to 1.0 - final circleRadius = progress < 0.5 - ? finalCircleRadius - finalCircleRadius * 0.25 * progress - : finalCircleRadius * 0.75 + finalCircleRadius * 0.25 * progress; - - return Path() - ..addOval( - Rect.fromCircle( - center: Offset(size / 2, size / 2), - radius: circleRadius, - ), - ); - } - - /// [large] param is used to increase circle radius from half pain stroke for canvas clip - Path _createInnerCirclePath(bool large) { - final finalCircleRadius = - (size / 2 - 1) * kTargetIconSize / kTargetCanvasSize; - // From 1.0 to 0.75 to 1.0 - final circleRadius = - progress < 0.5 ? 0.0 : (progress - 0.5) * 2 * finalCircleRadius; - - return Path() - ..addOval( - Rect.fromCircle( - center: Offset(size / 2, size / 2), - radius: large - ? circleRadius + (1 / (kTargetCanvasSize / size)) - : circleRadius, - ), - ); - } - - Paint _createFillPaint() { - return Paint() - ..color = color - ..style = PaintingStyle.fill - ..blendMode = BlendMode.src; - } - - Paint _createStrokePaint() { - return Paint() - ..color = color - ..style = PaintingStyle.stroke - ..strokeWidth = 1 / (kTargetCanvasSize / size) - ..blendMode = BlendMode.src; - } - - Paint _getDiffFillPaint() { - return Paint() - ..color = Colors.black - ..style = PaintingStyle.fill - ..blendMode = BlendMode.dstOut; - } - - @override - bool shouldRepaint( - _YaruAnimatedOkIconPainter oldDelegate, - ) { - return oldDelegate.progress != progress || - oldDelegate.size != size || - oldDelegate.filled != filled || - oldDelegate.color != color; - } -} diff --git a/lib/src/widgets/animated_icons/yaru_animated_star_icon.dart b/lib/src/widgets/animated_icons/yaru_animated_star_icon.dart deleted file mode 100644 index 1ae83a0..0000000 --- a/lib/src/widgets/animated_icons/yaru_animated_star_icon.dart +++ /dev/null @@ -1,186 +0,0 @@ -import 'package:flutter/material.dart'; - -import '../../../yaru_icons.dart'; -import 'yaru_single_path_trace_painter.dart'; - -const _kAnimationCurve = Curves.easeInOutCubic; -const _kAnimationDuration = Duration(milliseconds: 600); -const _kTargetCanvasSize = 24.0; - -/// An animated Yaru star icon, similar to [YaruIcons.star]. -/// -/// See also: -/// -/// * [YaruAnimatedIcon], a widget who play a Yaru icon animation. -/// * [YaruAnimatedStarIconWidget] if you want to play this animation manually. -class YaruAnimatedStarIcon extends YaruAnimatedIconData { - /// An animated Yaru star icon, similar to [YaruIcons.star]. - const YaruAnimatedStarIcon({ - this.filled, - this.fillSize, - }); - - /// Determines if the icon uses a solid background, like [YaruIcons.star_filled]. - /// Defaults to false. - final bool? filled; - - /// Determines the filled part size, needs [filled] to be true. - /// Ex: use 0.5 to looks like [YaruIcons.star_semi_filled]. - final double? fillSize; - - @override - Widget build( - BuildContext context, - Animation progress, - double? size, - Color? color, - ) { - return YaruAnimatedStarIconWidget( - progress: progress, - size: size, - filled: filled, - fillSize: fillSize, - color: color, - ); - } - - @override - Duration get defaultDuration => _kAnimationDuration; - - @override - Curve get defaultCurve => _kAnimationCurve; -} - -/// An animated Yaru star icon, similar to [YaruIcons.star]. -/// -/// See also: -/// -/// * [YaruAnimatedStarIcon], if you want to play this animation with a [YaruAnimatedIcon] widget. -class YaruAnimatedStarIconWidget extends StatelessWidget { - /// Create an animated Yaru star icon, similar to [YaruIcons.star]. - const YaruAnimatedStarIconWidget({ - super.key, - this.size, - this.filled, - this.fillSize, - this.color, - required this.progress, - }); - - /// Determines the icon canvas size. - /// To fit the original Yaru icon, the icon will be slightly smaller (20.0 on a 24.0 canvas). - /// Defaults to 24.0 as the original Yaru icon. - final double? size; - - /// Determines if the icon uses a solid background, like [YaruIcons.star_filled]. - /// Defaults to false. - final bool? filled; - - /// Determines the filled part size, needs [filled] to be true. - /// Ex: use 0.5 to looks like [YaruIcons.star_semi_filled]. - final double? fillSize; - - /// Color used to draw the icon. - /// If null, defaults to colorScheme.onSurface. - final Color? color; - - /// The animation progress for the animated icon. - /// The value is clamped to be between 0 and 1. - final Animation progress; - - @override - Widget build(BuildContext context) { - final size = this.size ?? _kTargetCanvasSize; - final color = this.color ?? Theme.of(context).colorScheme.onSurface; - final filled = this.filled != null ? this.filled! : false; - - return RepaintBoundary( - child: SizedBox.square( - dimension: size, - child: CustomPaint( - painter: _YaruAnimatedStarIconPainter( - size, - color, - filled, - fillSize ?? 1.0, - progress.value, - ), - ), - ), - ); - } -} - -class _YaruAnimatedStarIconPainter extends YaruSinglePathTracePainter { - _YaruAnimatedStarIconPainter( - super.size, - super.color, - super.filled, - this.fillSize, - super.progress, - ); - - final double fillSize; - - @override - Path getPath() { - return Path() - ..moveTo( - size * 0.5000000, - size * 0.1243051, - ) - ..lineTo( - size * 0.4101923, - size * 0.3922266, - ) - ..lineTo( - size * 0.1276126, - size * 0.3948007, - ) - ..lineTo( - size * 0.3547775, - size * 0.5629756, - ) - ..lineTo( - size * 0.2699035, - size * 0.8325418, - ) - ..lineTo( - size * 0.5000000, - size * 0.6685140, - ) - ..lineTo( - size * 0.7300965, - size * 0.8325418, - ) - ..lineTo( - size * 0.6452225, - size * 0.5629756, - ) - ..lineTo( - size * 0.8723874, - size * 0.3948007, - ) - ..lineTo( - size * 0.5898077, - size * 0.3922266, - ) - ..close(); - } - - @override - Path getFillPath() { - final maskPath = Path() - ..moveTo(size * fillSize, 0) - ..lineTo(size, 0) - ..lineTo(size, size) - ..lineTo(size * fillSize, size) - ..close(); - - return Path.combine( - PathOperation.difference, - getPath(), - maskPath, - ); - } -} diff --git a/lib/src/widgets/animated_icons/yaru_single_path_trace_painter.dart b/lib/src/widgets/animated_icons/yaru_single_path_trace_painter.dart deleted file mode 100644 index 3b2b5d3..0000000 --- a/lib/src/widgets/animated_icons/yaru_single_path_trace_painter.dart +++ /dev/null @@ -1,95 +0,0 @@ -import 'package:flutter/material.dart'; - -import '../../constants.dart'; -import '../../foundation/canvas_extension.dart'; -import '../../foundation/local_progress_mixin.dart'; - -abstract class YaruSinglePathTracePainter extends CustomPainter - with LocalProgress { - const YaruSinglePathTracePainter( - this.size, - this.color, - this.filled, - this.progress, - ) : assert(progress >= 0.0 && progress <= 1.0); - - final double size; - final Color color; - final bool filled; - @override - final double progress; - - @override - void paint(Canvas canvas, Size size) { - if (progress < .5) { - final metric = getPath().computeMetrics().single; - final localProgress = computeLocalProgress(0, .5); - final drawPath = metric.extractPath( - metric.length / 2 - metric.length / 2 * localProgress, - metric.length / 2 + metric.length / 2 * localProgress, - ); - - canvas.drawPath( - drawPath, - _getStrokePaint(), - ); - } else { - final center = Offset(this.size / 2, this.size / 2); - final localProgress = computeLocalProgress(.5, .5); - final scale = localProgress < .5 - ? 1 - .25 * computeLocalProgress(.5, .25) - : .75 + .25 * computeLocalProgress(.75, .25); - - canvas.paintScaled( - origin: center, - scale: Size.square(scale), - paint: (canvas) { - canvas.drawPath( - getPath(), - _getStrokePaint(), - ); - }, - ); - - if (filled && localProgress >= .5) { - canvas.paintScaled( - origin: center, - scale: Size.square(computeLocalProgress(.75, .25)), - paint: (canvas) { - canvas.drawPath( - getFillPath() ?? getPath(), - _getFillPaint(), - ); - }, - ); - } - } - } - - Path getPath(); - - Path? getFillPath() => null; - - Paint _getFillPaint() { - return Paint() - ..style = PaintingStyle.fill - ..color = color - ..blendMode = BlendMode.src; - } - - Paint _getStrokePaint() { - return Paint() - ..style = PaintingStyle.stroke - ..color = color - ..strokeWidth = 1 / (kTargetCanvasSize / size) - ..blendMode = BlendMode.src; - } - - @override - bool shouldRepaint(YaruSinglePathTracePainter oldDelegate) { - return oldDelegate.size != size || - oldDelegate.color != color || - oldDelegate.filled != filled || - oldDelegate.progress != progress; - } -} diff --git a/lib/src/widgets/yaru_placeholder_icon.dart b/lib/src/widgets/yaru_placeholder_icon.dart deleted file mode 100644 index 49b78ff..0000000 --- a/lib/src/widgets/yaru_placeholder_icon.dart +++ /dev/null @@ -1,130 +0,0 @@ -import 'package:flutter/material.dart'; - -class YaruPlaceholderIcon extends StatelessWidget { - const YaruPlaceholderIcon({ - super.key, - required this.size, - this.borderRadius, - }); - - /// Determines the icon canvas size. - final Size size; - - /// Border radius used to build the clip widget. - /// If null, it defaults to an oval clip. - final BorderRadiusGeometry? borderRadius; - - @override - Widget build(BuildContext context) { - final brightness = Theme.of(context).brightness; - - // https://github.com/ubuntu-flutter-community/software/issues/798#issuecomment-1398266697 - final backgroundColor = brightness == Brightness.light - ? const Color(0xFFC8C7C7) - : const Color(0xFF5c5c5c); - final detail1Color = brightness == Brightness.light - ? const Color(0xFFEEEDED) - : const Color(0xFF737373); - final detail2Color = brightness == Brightness.light - ? const Color(0xFFD9D9D9) - : const Color(0xFF616161); - - return RepaintBoundary( - child: _buildClip( - CustomPaint( - size: size, - painter: _YaruPlaceholderIconPainter( - size: size, - backgroundColor: backgroundColor, - detail1Color: detail1Color, - detail2Color: detail2Color, - ), - ), - ), - ); - } - - Widget _buildClip(Widget child) { - if (borderRadius == null) { - return ClipOval(child: child); - } - - return ClipRRect( - borderRadius: borderRadius ?? BorderRadius.zero, - child: child, - ); - } -} - -class _YaruPlaceholderIconPainter extends CustomPainter { - _YaruPlaceholderIconPainter({ - required this.size, - required this.backgroundColor, - required this.detail1Color, - required this.detail2Color, - }); - - final Size size; - final Color backgroundColor; - final Color detail1Color; - final Color detail2Color; - - @override - void paint(Canvas canvas, Size canvasSize) { - _drawBackground(canvas, size); - _drawObject1(canvas, size); - _drawObject2(canvas, size); - _drawObject3(canvas, size); - } - - void _drawBackground(Canvas canvas, Size size) { - canvas.drawRect( - Rect.fromLTRB(0, 0, size.width, size.height), - Paint()..color = backgroundColor, - ); - } - - void _drawObject1(Canvas canvas, Size size) { - final path = Path() - ..moveTo(_computeX(131), _computeY(0)) - ..lineTo(_computeX(11), _computeY(31.596)) - ..lineTo(_computeX(40.583), _computeY(0)) - ..close(); - - canvas.drawPath(path, Paint()..color = detail1Color); - } - - void _drawObject2(Canvas canvas, Size size) { - final path = Path() - ..moveTo(_computeX(40.583), _computeY(0)) - ..lineTo(_computeX(11), _computeY(31.596)) - ..lineTo(_computeX(23.834), _computeY(0)) - ..close(); - - canvas.drawPath(path, Paint()..color = detail2Color); - } - - void _drawObject3(Canvas canvas, Size size) { - final path = Path() - ..moveTo(_computeX(23.834), _computeY(0)) - ..lineTo(_computeX(11), _computeY(31.596)) - ..lineTo(_computeX(0), _computeY(51.496)) - ..lineTo(_computeX(0), _computeY(0)) - ..close(); - - canvas.drawPath(path, Paint()..color = detail1Color); - } - - // The svg reference was 131 x 51.496 - // We want the icon to be scalled depending on the widget height only - double _computeX(double x) => size.width - (x / 51.496 * size.height); - double _computeY(double y) => size.height - (y / 51.496 * size.height); - - @override - bool shouldRepaint(_YaruPlaceholderIconPainter oldDelegate) { - return oldDelegate.size != size || - oldDelegate.backgroundColor != backgroundColor || - oldDelegate.detail1Color != detail1Color || - oldDelegate.detail2Color != detail2Color; - } -} diff --git a/lib/src/yaru_freedesktop_icons.dart b/lib/src/yaru_freedesktop_icons.dart deleted file mode 100644 index 41904c9..0000000 --- a/lib/src/yaru_freedesktop_icons.dart +++ /dev/null @@ -1,323 +0,0 @@ -// ignore_for_file: sort_constructors_first, constant_identifier_names - -import 'package:flutter/material.dart'; - -import '../yaru_icons.dart'; - -/// Binding name enumeration between [YaruIcons] and the Freedesktop Icon Naming Specification -/// Based on: https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html -/// -/// Usage: -/// ``` -/// Icon( -/// YaruFreedesktopIcons.help_about.icon -/// // or -/// YaruFreedesktopIcons.all['help_about']!.icon -/// ) -/// ``` -enum YaruFreedesktopIcons { - // Actions - address_book_new._(YaruIcons.address_book_new), - application_exit._(YaruIcons.window_close), - appointment_new._(YaruIcons.calendar_new), - call_start._(YaruIcons.call_start), - call_stop._(YaruIcons.call_stop), - contact_new._(YaruIcons.user_new), - document_new._(YaruIcons.document_new), - document_open._(YaruIcons.document_open), - document_open_recent._(YaruIcons.document_history), - document_page_setup._(YaruIcons.document_template), - document_print._(YaruIcons.printer), - document_print_preview._(YaruIcons.printer_preview), - document_properties._(YaruIcons.gear), - document_revert._(YaruIcons.revert), - document_save._(YaruIcons.save), - document_save_as._(YaruIcons.save_as), - document_send._(YaruIcons.send), - edit_clear._(YaruIcons.edit_clear), - edit_copy._(YaruIcons.copy), - edit_cut._(YaruIcons.cut), - edit_delete._(YaruIcons.trash), - edit_find._(YaruIcons.search), - edit_find_replace._(YaruIcons.find_replace), - edit_paste._(YaruIcons.paste), - edit_redo._(YaruIcons.redo), - edit_select_all._(YaruIcons.selection), - edit_undo._(YaruIcons.undo), - folder_new._(YaruIcons.folder_new), - format_indent_less._(YaruIcons.indent_less), - format_indent_more._(YaruIcons.indent_more), - format_justify_center._(YaruIcons.justify_center), - format_justify_fill._(YaruIcons.justify_fill), - format_justify_left._(YaruIcons.justify_left), - format_justify_right._(YaruIcons.justify_right), - format_text_direction_ltr._(YaruIcons.text_direction_ltr), - format_text_direction_rtl._(YaruIcons.text_direction_rtl), - format_text_bold._(YaruIcons.bold), - format_text_italic._(YaruIcons.italic), - format_text_underline._(YaruIcons.underline), - format_text_strikethrough._(YaruIcons.strikethrough), - go_bottom._(YaruIcons.go_bottom), - go_down._(YaruIcons.go_down), - go_first._(YaruIcons.go_first), - go_home._(YaruIcons.home), - go_jump._(YaruIcons.go_jump), - go_last._(YaruIcons.go_last), - go_next._(YaruIcons.go_next), - go_previous._(YaruIcons.go_previous), - go_top._(YaruIcons.go_top), - go_up._(YaruIcons.go_up), - help_about._(YaruIcons.information), - help_contents._(YaruIcons.question), - help_faq._(YaruIcons.question), - list_add._(YaruIcons.unordered_list_new), - list_remove._(YaruIcons.unordered_list_remove), - mail_forward._(YaruIcons.forward), - mail_mark_important._(YaruIcons.important), - mail_mark_junk._(YaruIcons.junk), - mail_mark_notjunk._(YaruIcons.notjunk), - mail_mark_read._(YaruIcons.mail_open), - mail_mark_unread._(YaruIcons.mail_unread), - mail_message_new._(YaruIcons.mail_new), - mail_reply_all._(YaruIcons.reply_all), - mail_reply_sender._(YaruIcons.reply), - mail_send._(YaruIcons.send), - mail_send_receive._(YaruIcons.send_receive), - media_eject._(YaruIcons.eject), - media_playback_pause._(YaruIcons.media_pause), - media_playback_start._(YaruIcons.media_play), - media_playback_stop._(YaruIcons.media_stop), - media_playback_record._(YaruIcons.media_record), - media_seek_backward._(YaruIcons.fast_backward), - media_seek_forward._(YaruIcons.fast_forward), - media_skip_backward._(YaruIcons.skip_backward), - media_skip_forward._(YaruIcons.skip_forward), - object_flip_horizontal._(YaruIcons.flip_horizontal), - object_flip_vertical._(YaruIcons.flip_vertical), - object_rotate_left._(YaruIcons.rotate_left), - object_rotate_right._(YaruIcons.rotate_right), - process_stop._(YaruIcons.stop), - system_lock_screen._(YaruIcons.screen_lock), - system_log_out._(YaruIcons.log_out), - system_run._(YaruIcons.gears), - system_search._(YaruIcons.search), - system_reboot._(YaruIcons.reboot), - system_shutdown._(YaruIcons.shutdown), - tools_check_spelling._(YaruIcons.check_spelling), - view_fullscreen._(YaruIcons.fullscreen), - view_refresh._(YaruIcons.refresh), - view_restore._(YaruIcons.fullscreen_exit), - view_sort_ascending._(YaruIcons.sort_ascending), - view_sort_descending._(YaruIcons.sort_descending), - window_close._(YaruIcons.window_close), - window_new._(YaruIcons.window_new), - zoom_fit_best._(YaruIcons.zoom_fit_best), - zoom_in._(YaruIcons.zoom_in), - zoom_original._(YaruIcons.zoom_original), - zoom_out._(YaruIcons.zoom_out), - - // Applications - accessories_calculator._(YaruIcons.calculator), - accessories_character_map._(YaruIcons.character_map), - accessories_dictionary._(YaruIcons.dictionary), - accessories_text_editor._(YaruIcons.text_editor), - help_browser._(YaruIcons.question), - multimedia_volume_control._(YaruIcons.music_note), - preferences_desktop_accessibility._(YaruIcons.human), - preferences_desktop_font._(YaruIcons.font), - preferences_desktop_keyboard._(YaruIcons.keyboard), - preferences_desktop_locale._(YaruIcons.localization), - preferences_desktop_multimedia._(YaruIcons.multimedia), - preferences_desktop_screensaver._(YaruIcons.screensaver), - preferences_desktop_theme._(YaruIcons.desktop_appearance), - preferences_desktop_wallpaper._(YaruIcons.wallpaper), - system_file_manager._(YaruIcons.folder), - system_software_install._(YaruIcons.package), - system_software_update._(YaruIcons.update), - utilities_system_monitor._(YaruIcons.monitor), - utilities_terminal._(YaruIcons.terminal), - - // Categories - applications_accessories._(YaruIcons.rule_and_pen), - applications_development._(YaruIcons.trowel), - applications_engineering._(YaruIcons.wrench), - applications_games._(YaruIcons.games), - applications_graphics._(YaruIcons.image), - applications_internet._(YaruIcons.network), - applications_multimedia._(YaruIcons.multimedia), - applications_office._(YaruIcons.office), - applications_other._(YaruIcons.app_grid), - applications_science._(YaruIcons.beaker), - applications_system._(YaruIcons.gear), - applications_utilities._(YaruIcons.swiss_knife), - preferences_desktop._(YaruIcons.desktop), - preferences_desktop_peripherals._(YaruIcons.keyboard), - preferences_desktop_personal._(YaruIcons.users), - preferences_other._(YaruIcons.gear_dots), - preferences_system._(YaruIcons.gear), - preferences_system_network._(YaruIcons.network), - system_help._(YaruIcons.question), - - // Devices - audio_card._(YaruIcons.audio_card), - audio_input_microphone._(YaruIcons.microphone), - battery._(YaruIcons.battery), - camera_photo._(YaruIcons.camera_photo), - camera_video._(YaruIcons.camera_video), - camera_web._(YaruIcons.camera_web), - computer._(YaruIcons.computer), - drive_harddisk._(YaruIcons.drive_harddisk), - drive_optical._(YaruIcons.drive_optical), - drive_removable_media._(YaruIcons.drive_removable_media), - input_gaming._(YaruIcons.game_controller), - input_keyboard._(YaruIcons.keyboard), - input_mouse._(YaruIcons.mouse), - input_tablet._(YaruIcons.graphic_tablet), - media_flash._(YaruIcons.flash_card), - media_floppy._(YaruIcons.floppy), - media_optical._(YaruIcons.disk), - media_tape._(YaruIcons.tape), - modem._(YaruIcons.modem), - multimedia_player._(YaruIcons.multimedia_player), - network_wired._(YaruIcons.network_wired), - network_wireless._(YaruIcons.network_wireless), - pda._(YaruIcons.pda), - phone._(YaruIcons.smartphone), - printer._(YaruIcons.printer), - scanner._(YaruIcons.scanner), - video_display._(YaruIcons.screen), - - // Emblems - emblem_default._(YaruIcons.ok), - emblem_documents._(YaruIcons.document), - emblem_downloads._(YaruIcons.download), - emblem_favorite._(YaruIcons.heart_filled), - emblem_important._(YaruIcons.important), - emblem_mail._(YaruIcons.mail), - emblem_photos._(YaruIcons.image), - emblem_readonly._(YaruIcons.lock), - emblem_shared._(YaruIcons.share), - emblem_symbolic_link._(YaruIcons.sync), - emblem_system._(YaruIcons.gear), - emblem_unreadable._(YaruIcons.error), - - // Emotes - emote_angel._(YaruIcons.emote_angel), - emote_angry._(YaruIcons.emote_angry), - emote_confused._(YaruIcons.emote_confused), - emote_crying._(YaruIcons.emote_crying), - emote_devilish._(YaruIcons.emote_devilish), - emote_embarrassed._(YaruIcons.emote_embarrassed), - emote_glasses._(YaruIcons.emote_glasses), - emote_kiss._(YaruIcons.emote_kiss), - emote_laugh._(YaruIcons.emote_laugh), - emote_monkey._(YaruIcons.emote_monkey), - emote_plain._(YaruIcons.emote_plain), - emote_raspberry._(YaruIcons.emote_raspberry), - emote_sad._(YaruIcons.emote_sad), - emote_shutmouth._(YaruIcons.emote_shutmouth), - emote_sick._(YaruIcons.emote_sick), - emote_smile_big._(YaruIcons.emote_smile_big), - emote_smile._(YaruIcons.emote_smile), - emote_smirk._(YaruIcons.emote_smirk), - emote_surprise._(YaruIcons.emote_surprise), - emote_tired._(YaruIcons.emote_tired), - emote_uncertain._(YaruIcons.emote_uncertain), - emote_wink._(YaruIcons.emote_wink), - emote_worried._(YaruIcons.emote_worried), - emote_yawn._(YaruIcons.emote_yawn), - - // Mimetypes - application_x_executable._(YaruIcons.gears), - audio_x_generic._(YaruIcons.music_note), - font_x_generic._(YaruIcons.font), - image_x_generic._(YaruIcons.image), - package_x_generic._(YaruIcons.package), - text_html._(YaruIcons.html), - text_x_generic._(YaruIcons.document), - text_x_generic_template._(YaruIcons.document_template), - text_x_script._(YaruIcons.script), - video_x_generic._(YaruIcons.video), - x_office_address_book._(YaruIcons.address_book), - x_office_calendar._(YaruIcons.calendar), - x_office_document._(YaruIcons.office), - x_office_presentation._(YaruIcons.office_presentation), - x_office_spreadsheet._(YaruIcons.office_spreadsheet), - - //Places - folder._(YaruIcons.folder), - folder_remote._(YaruIcons.folder_remote), - network_server._(YaruIcons.server), - network_workgroup._(YaruIcons.globe), - start_here._(YaruIcons.ubuntu_logo), - user_bookmarks._(YaruIcons.bookmark), - user_desktop._(YaruIcons.desktop), - user_trash._(YaruIcons.trash), - - // Status - appointment_missed._(YaruIcons.calendar_important), - appointment_soon._(YaruIcons.calendar_warning), - audio_volume_high._(YaruIcons.speaker_high), - audio_volume_low._(YaruIcons.speaker_low), - audio_volume_medium._(YaruIcons.speaker_medium), - audio_volume_muted._(YaruIcons.speaker_muted), - battery_caution._(YaruIcons.battery_4), - battery_low._(YaruIcons.battery_warning), - dialog_error._(YaruIcons.error), - dialog_information._(YaruIcons.information), - dialog_password._(YaruIcons.key), - dialog_question._(YaruIcons.question), - dialog_warning._(YaruIcons.warning), - folder_drag_accept._(YaruIcons.folder_drag_accept), - folder_open._(YaruIcons.folder_open), - folder_visiting._(YaruIcons.folder_simple), - image_loading._(YaruIcons.image_loading), - image_missing._(YaruIcons.image_missing), - mail_attachment._(YaruIcons.paper_clip), - mail_unread._(YaruIcons.mail_unread), - mail_read._(YaruIcons.mail_open), - mail_replied._(YaruIcons.mail_replied), - mail_signed._(YaruIcons.mail_signed), - mail_signed_verified._(YaruIcons.mail_ok), - media_playlist_repeat._(YaruIcons.repeat), - media_playlist_shuffle._(YaruIcons.shuffle), - network_error._(YaruIcons.network_error), - network_idle._(YaruIcons.network_idle), - network_offline._(YaruIcons.network_offline), - network_receive._(YaruIcons.network_receive), - network_transmit._(YaruIcons.network_transmit), - network_transmit_receive._(YaruIcons.network_transmit_receive), - printer_error._(YaruIcons.printer_error), - printer_printing._(YaruIcons.printer_printing), - security_high._(YaruIcons.shield_filled), - security_medium._(YaruIcons.shield), - security_low._(YaruIcons.shield_warning), - software_update_available._(YaruIcons.update_available), - software_update_urgent._(YaruIcons.update_urgent), - sync_error._(YaruIcons.sync_error), - sync_synchronizing._(YaruIcons.sync), - task_due._(YaruIcons.task_warning), - task_past_due._(YaruIcons.task_error), - user_available._(YaruIcons.chat_text), - user_away._(YaruIcons.chat_away), - user_idle._(YaruIcons.chat_idle), - user_offline._(YaruIcons.chat_offline), - user_trash_full._(YaruIcons.trash_full), - weather_clear._(YaruIcons.sun), - weather_clear_night._(YaruIcons.clear_night), - weather_few_clouds._(YaruIcons.few_clouds), - weather_few_clouds_night._(YaruIcons.few_clouds_night), - weather_fog._(YaruIcons.fog), - weather_overcast._(YaruIcons.overcast), - weather_severe_alert._(YaruIcons.weather_alert), - weather_showers._(YaruIcons.showers), - weather_showers_scattered._(YaruIcons.rain), - weather_snow._(YaruIcons.snow), - weather_storm._(YaruIcons.storm); - - final IconData icon; - const YaruFreedesktopIcons._(this.icon); - - /// Shortcut to get enum values as string map - static Map get all => values.asNameMap(); -} diff --git a/lib/src/yaru_icons.dart b/lib/src/yaru_icons.dart deleted file mode 100644 index 0626da3..0000000 --- a/lib/src/yaru_icons.dart +++ /dev/null @@ -1,4901 +0,0 @@ -// Generated code: do not hand-edit. - -// Generated using icon_font_generator. -// Copyright © 2023 icon_font_generator (https://pub.dev/packages/icon_font_generator). - -import 'package:flutter/widgets.dart'; - -/// Identifiers for the icons. -/// -/// Use with the [Icon] class to show specific icons. -/// -/// Icons are identified by their name as listed below. -/// -/// To use this class, make sure you declare the font in your -/// project's `pubspec.yaml` file in the `fonts` section. This ensures that -/// the "YaruIcons" font is included in your application. This font is used to -/// display the icons. For example: -/// -/// ```yaml -/// flutter: -/// fonts: -/// - family: YaruIcons -/// fonts: -/// - asset: fonts/yaru_icons.otf -/// ``` -@staticIconProvider -class YaruIcons { - const YaruIcons._(); - - static const iconFontFamily = 'YaruIcons'; - static const iconFontPackage = 'yaru_icons'; - - /// Font icon named "__gears__" - /// - /// - static const gears = IconData(0xe000, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__tablet__" - /// - /// - static const tablet = IconData(0xe001, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__copy__" - /// - /// - static const copy = IconData(0xe002, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__shield warning__" - /// - /// - static const shield_warning = IconData(0xe003, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__shield__" - /// - /// - static const shield = IconData(0xe004, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__shield filled__" - /// - /// - static const shield_filled = IconData(0xe005, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__rss__" - /// - /// - static const rss = IconData(0xe006, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__usb stick filled__" - /// - /// - static const usb_stick_filled = IconData(0xe007, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__pen__" - /// - /// - static const pen = IconData(0xe008, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__minus__" - /// - /// - static const minus = IconData(0xe009, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__weather__" - /// - /// - static const weather = IconData(0xe00a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__pda__" - /// - /// - static const pda = IconData(0xe00b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__pin__" - /// - /// - static const pin = IconData(0xe00c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__printer preview__" - /// - /// - static const printer_preview = IconData(0xe00d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__printer network__" - /// - /// - static const printer_network = IconData(0xe00e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__printer preview filled__" - /// - /// - static const printer_preview_filled = IconData(0xe00f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__printer warning__" - /// - /// - static const printer_warning = IconData(0xe010, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__printer printing filled__" - /// - /// - static const printer_printing_filled = IconData(0xe011, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__printer printing__" - /// - /// - static const printer_printing = IconData(0xe012, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__printer__" - /// - /// - static const printer = IconData(0xe013, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__printer filled__" - /// - /// - static const printer_filled = IconData(0xe014, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__printer warning filled__" - /// - /// - static const printer_warning_filled = IconData(0xe015, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__printer error filled__" - /// - /// - static const printer_error_filled = IconData(0xe016, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__printer network filled__" - /// - /// - static const printer_network_filled = IconData(0xe017, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__printer error__" - /// - /// - static const printer_error = IconData(0xe018, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__puzzle piece__" - /// - /// - static const puzzle_piece = IconData(0xe019, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__switchbox__" - /// - /// - static const switchbox = IconData(0xe01a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__switchbox filled__" - /// - /// - static const switchbox_filled = IconData(0xe01b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__switchbox checked filled__" - /// - /// - static const switchbox_checked_filled = IconData(0xe01c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__switchbox checked__" - /// - /// - static const switchbox_checked = IconData(0xe01d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__computer__" - /// - /// - static const computer = IconData(0xe01e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__modem filled__" - /// - /// - static const modem_filled = IconData(0xe01f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__tab new filled__" - /// - /// - static const tab_new_filled = IconData(0xe020, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__ok simple__" - /// - /// - static const ok_simple = IconData(0xe021, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__television filled__" - /// - /// - static const television_filled = IconData(0xe022, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__eject__" - /// - /// - static const eject = IconData(0xe023, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__folder simple filled__" - /// - /// - static const folder_simple_filled = IconData(0xe024, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__folder open__" - /// - /// - static const folder_open = IconData(0xe025, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__folder search filled__" - /// - /// - static const folder_search_filled = IconData(0xe026, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__folder open filled__" - /// - /// - static const folder_open_filled = IconData(0xe027, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__folder__" - /// - /// - static const folder = IconData(0xe028, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__folder drag accept filled__" - /// - /// - static const folder_drag_accept_filled = IconData(0xe029, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__folder new__" - /// - /// - static const folder_new = IconData(0xe02a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__folder drag accept__" - /// - /// - static const folder_drag_accept = IconData(0xe02b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__folder new filled__" - /// - /// - static const folder_new_filled = IconData(0xe02c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__folder filled__" - /// - /// - static const folder_filled = IconData(0xe02d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__folder remote filled__" - /// - /// - static const folder_remote_filled = IconData(0xe02e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__folder remote__" - /// - /// - static const folder_remote = IconData(0xe02f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__folder simple__" - /// - /// - static const folder_simple = IconData(0xe030, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__folder search__" - /// - /// - static const folder_search = IconData(0xe031, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__color select__" - /// - /// - static const color_select = IconData(0xe032, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__few clouds__" - /// - /// - static const few_clouds = IconData(0xe033, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__calculator__" - /// - /// - static const calculator = IconData(0xe034, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__rain filled__" - /// - /// - static const rain_filled = IconData(0xe035, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__insert image filled__" - /// - /// - static const insert_image_filled = IconData(0xe036, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__insert object__" - /// - /// - static const insert_object = IconData(0xe037, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__insert link__" - /// - /// - static const insert_link = IconData(0xe038, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__insert image__" - /// - /// - static const insert_image = IconData(0xe039, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__insert link filled__" - /// - /// - static const insert_link_filled = IconData(0xe03a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__insert text__" - /// - /// - static const insert_text = IconData(0xe03b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__insert object filled__" - /// - /// - static const insert_object_filled = IconData(0xe03c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__edit clear__" - /// - /// - static const edit_clear = IconData(0xe03d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__desktop appearance filled__" - /// - /// - static const desktop_appearance_filled = IconData(0xe03e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__desktop__" - /// - /// - static const desktop = IconData(0xe03f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__desktop filled__" - /// - /// - static const desktop_filled = IconData(0xe040, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__desktop remote filled__" - /// - /// - static const desktop_remote_filled = IconData(0xe041, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__desktop remote__" - /// - /// - static const desktop_remote = IconData(0xe042, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__desktop appearance__" - /// - /// - static const desktop_appearance = IconData(0xe043, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__panel look filled__" - /// - /// - static const panel_look_filled = IconData(0xe044, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__server filled__" - /// - /// - static const server_filled = IconData(0xe045, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mouse filled__" - /// - /// - static const mouse_filled = IconData(0xe046, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__radiobox mixed__" - /// - /// - static const radiobox_mixed = IconData(0xe047, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__radiobox__" - /// - /// - static const radiobox = IconData(0xe048, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__radiobox filled__" - /// - /// - static const radiobox_filled = IconData(0xe049, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__radiobox checked filled__" - /// - /// - static const radiobox_checked_filled = IconData(0xe04a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__radiobox mixed filled__" - /// - /// - static const radiobox_mixed_filled = IconData(0xe04b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__radiobox checked__" - /// - /// - static const radiobox_checked = IconData(0xe04c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__star filled__" - /// - /// - static const star_filled = IconData(0xe04d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__text direction ltr__" - /// - /// - static const text_direction_ltr = IconData(0xe04e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__game controller filled__" - /// - /// - static const game_controller_filled = IconData(0xe04f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__hourglass filled__" - /// - /// - static const hourglass_filled = IconData(0xe050, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__stopwatch filled__" - /// - /// - static const stopwatch_filled = IconData(0xe051, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__usb stick__" - /// - /// - static const usb_stick = IconData(0xe052, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__star__" - /// - /// - static const star = IconData(0xe053, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__html filled__" - /// - /// - static const html_filled = IconData(0xe054, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__sidebar right__" - /// - /// - static const sidebar_right = IconData(0xe055, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__sidebar hide right__" - /// - /// - static const sidebar_hide_right = IconData(0xe056, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__sidebar hide right filled__" - /// - /// - static const sidebar_hide_right_filled = IconData(0xe057, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__sidebar hide__" - /// - /// - static const sidebar_hide = IconData(0xe058, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__sidebar__" - /// - /// - static const sidebar = IconData(0xe059, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__sidebar filled__" - /// - /// - static const sidebar_filled = IconData(0xe05a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__sidebar hide filled__" - /// - /// - static const sidebar_hide_filled = IconData(0xe05b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__sidebar right filled__" - /// - /// - static const sidebar_right_filled = IconData(0xe05c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__outbox filled__" - /// - /// - static const outbox_filled = IconData(0xe05d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__audio card filled__" - /// - /// - static const audio_card_filled = IconData(0xe05e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__swiss knife filled__" - /// - /// - static const swiss_knife_filled = IconData(0xe05f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__home filled__" - /// - /// - static const home_filled = IconData(0xe060, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__stopwatch__" - /// - /// - static const stopwatch = IconData(0xe061, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__radio__" - /// - /// - static const radio = IconData(0xe062, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__appliance__" - /// - /// - static const appliance = IconData(0xe063, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__target__" - /// - /// - static const target = IconData(0xe064, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__monitor filled__" - /// - /// - static const monitor_filled = IconData(0xe065, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__education filled__" - /// - /// - static const education_filled = IconData(0xe066, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__application bag__" - /// - /// - static const application_bag = IconData(0xe067, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__application__" - /// - /// - static const application = IconData(0xe068, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__application bag filled__" - /// - /// - static const application_bag_filled = IconData(0xe069, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__flip horizontal__" - /// - /// - static const flip_horizontal = IconData(0xe06a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__redo__" - /// - /// - static const redo = IconData(0xe06b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__beaker filled__" - /// - /// - static const beaker_filled = IconData(0xe06c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__log out__" - /// - /// - static const log_out = IconData(0xe06d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__log in filled__" - /// - /// - static const log_in_filled = IconData(0xe06e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__log out filled__" - /// - /// - static const log_out_filled = IconData(0xe06f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__log in__" - /// - /// - static const log_in = IconData(0xe070, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__bold__" - /// - /// - static const bold = IconData(0xe071, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__compass filled__" - /// - /// - static const compass_filled = IconData(0xe072, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__sun__" - /// - /// - static const sun = IconData(0xe073, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__flip vertical__" - /// - /// - static const flip_vertical = IconData(0xe074, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__placeholder icon__" - /// - /// - static const placeholder_icon = IconData(0xe075, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__cut__" - /// - /// - static const cut = IconData(0xe076, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__reply__" - /// - /// - static const reply = IconData(0xe077, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__floppy__" - /// - /// - static const floppy = IconData(0xe078, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__underline__" - /// - /// - static const underline = IconData(0xe079, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__shutdown__" - /// - /// - static const shutdown = IconData(0xe07a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__repeat__" - /// - /// - static const repeat = IconData(0xe07b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__repeat single filled__" - /// - /// - static const repeat_single_filled = IconData(0xe07c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__repeat filled__" - /// - /// - static const repeat_filled = IconData(0xe07d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__repeat single__" - /// - /// - static const repeat_single = IconData(0xe07e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__computer filled__" - /// - /// - static const computer_filled = IconData(0xe07f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__users__" - /// - /// - static const users = IconData(0xe080, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__external link filled__" - /// - /// - static const external_link_filled = IconData(0xe081, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__update urgent__" - /// - /// - static const update_urgent = IconData(0xe082, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__update__" - /// - /// - static const update = IconData(0xe083, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__update available__" - /// - /// - static const update_available = IconData(0xe084, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__update available filled__" - /// - /// - static const update_available_filled = IconData(0xe085, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__update urgent filled__" - /// - /// - static const update_urgent_filled = IconData(0xe086, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__localization__" - /// - /// - static const localization = IconData(0xe087, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__few clouds night__" - /// - /// - static const few_clouds_night = IconData(0xe088, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__plus__" - /// - /// - static const plus = IconData(0xe089, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__image loading filled__" - /// - /// - static const image_loading_filled = IconData(0xe08a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__image loading__" - /// - /// - static const image_loading = IconData(0xe08b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__image missing__" - /// - /// - static const image_missing = IconData(0xe08c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__image missing filled__" - /// - /// - static const image_missing_filled = IconData(0xe08d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__image__" - /// - /// - static const image = IconData(0xe08e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__image history filled__" - /// - /// - static const image_history_filled = IconData(0xe08f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__image filled__" - /// - /// - static const image_filled = IconData(0xe090, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__image history__" - /// - /// - static const image_history = IconData(0xe091, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__chip filled__" - /// - /// - static const chip_filled = IconData(0xe092, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__book filled__" - /// - /// - static const book_filled = IconData(0xe093, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__important filled__" - /// - /// - static const important_filled = IconData(0xe094, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__fingerprint filled__" - /// - /// - static const fingerprint_filled = IconData(0xe095, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__tornado__" - /// - /// - static const tornado = IconData(0xe096, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__pan down__" - /// - /// - static const pan_down = IconData(0xe097, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__pan end__" - /// - /// - static const pan_end = IconData(0xe098, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__pan start__" - /// - /// - static const pan_start = IconData(0xe099, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__pan up__" - /// - /// - static const pan_up = IconData(0xe09a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__phone__" - /// - /// - static const phone = IconData(0xe09b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__phone old__" - /// - /// - static const phone_old = IconData(0xe09c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__phone receiver__" - /// - /// - static const phone_receiver = IconData(0xe09d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__phone old filled__" - /// - /// - static const phone_old_filled = IconData(0xe09e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__inbox filled__" - /// - /// - static const inbox_filled = IconData(0xe09f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__rule and pen__" - /// - /// - static const rule_and_pen = IconData(0xe0a0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__floppy filled__" - /// - /// - static const floppy_filled = IconData(0xe0a1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__showers night filled__" - /// - /// - static const showers_night_filled = IconData(0xe0a2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__weather alert__" - /// - /// - static const weather_alert = IconData(0xe0a3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__trash full filled__" - /// - /// - static const trash_full_filled = IconData(0xe0a4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__trash__" - /// - /// - static const trash = IconData(0xe0a5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__trash filled__" - /// - /// - static const trash_filled = IconData(0xe0a6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__trash full__" - /// - /// - static const trash_full = IconData(0xe0a7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__multimedia player filled__" - /// - /// - static const multimedia_player_filled = IconData(0xe0a8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__information__" - /// - /// - static const information = IconData(0xe0a9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__rotate right__" - /// - /// - static const rotate_right = IconData(0xe0aa, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__menu__" - /// - /// - static const menu = IconData(0xe0ab, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__modem__" - /// - /// - static const modem = IconData(0xe0ac, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__education__" - /// - /// - static const education = IconData(0xe0ad, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__check spelling__" - /// - /// - static const check_spelling = IconData(0xe0ae, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__debian__" - /// - /// - static const debian = IconData(0xe0af, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__skip backward__" - /// - /// - static const skip_backward = IconData(0xe0b0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__save as__" - /// - /// - static const save_as = IconData(0xe0b1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__save as filled__" - /// - /// - static const save_as_filled = IconData(0xe0b2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__save__" - /// - /// - static const save = IconData(0xe0b3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__save filled__" - /// - /// - static const save_filled = IconData(0xe0b4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__power__" - /// - /// - static const power = IconData(0xe0b5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__app grid__" - /// - /// - static const app_grid = IconData(0xe0b6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__touchpad__" - /// - /// - static const touchpad = IconData(0xe0b7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__health__" - /// - /// - static const health = IconData(0xe0b8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__ok filled__" - /// - /// - static const ok_filled = IconData(0xe0b9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__send__" - /// - /// - static const send = IconData(0xe0ba, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__user__" - /// - /// - static const user = IconData(0xe0bb, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__user new__" - /// - /// - static const user_new = IconData(0xe0bc, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__user new filled__" - /// - /// - static const user_new_filled = IconData(0xe0bd, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__user filled__" - /// - /// - static const user_filled = IconData(0xe0be, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__fast forward__" - /// - /// - static const fast_forward = IconData(0xe0bf, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__wind__" - /// - /// - static const wind = IconData(0xe0c0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__tablet filled__" - /// - /// - static const tablet_filled = IconData(0xe0c1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__information filled__" - /// - /// - static const information_filled = IconData(0xe0c2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__power filled__" - /// - /// - static const power_filled = IconData(0xe0c3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__character map__" - /// - /// - static const character_map = IconData(0xe0c4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__lock__" - /// - /// - static const lock = IconData(0xe0c5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__globe__" - /// - /// - static const globe = IconData(0xe0c6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__games__" - /// - /// - static const games = IconData(0xe0c7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__no package snap__" - /// - /// - static const no_package_snap = IconData(0xe0c8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__no package snap filled__" - /// - /// - static const no_package_snap_filled = IconData(0xe0c9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__no package flatpak filled__" - /// - /// - static const no_package_flatpak_filled = IconData(0xe0ca, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__no package flatpak__" - /// - /// - static const no_package_flatpak = IconData(0xe0cb, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__no package__" - /// - /// - static const no_package = IconData(0xe0cc, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__no package deb__" - /// - /// - static const no_package_deb = IconData(0xe0cd, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__no package filled__" - /// - /// - static const no_package_filled = IconData(0xe0ce, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__no package deb filled__" - /// - /// - static const no_package_deb_filled = IconData(0xe0cf, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__warning__" - /// - /// - static const warning = IconData(0xe0d0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__sync__" - /// - /// - static const sync = IconData(0xe0d1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__sync error__" - /// - /// - static const sync_error = IconData(0xe0d2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__screensaver filled__" - /// - /// - static const screensaver_filled = IconData(0xe0d3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__showers filled__" - /// - /// - static const showers_filled = IconData(0xe0d4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__bluetooth__" - /// - /// - static const bluetooth = IconData(0xe0d5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__cloud__" - /// - /// - static const cloud = IconData(0xe0d6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__droplets__" - /// - /// - static const droplets = IconData(0xe0d7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__html__" - /// - /// - static const html = IconData(0xe0d8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__playlist play__" - /// - /// - static const playlist_play = IconData(0xe0d9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__playlist__" - /// - /// - static const playlist = IconData(0xe0da, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__playlist filled__" - /// - /// - static const playlist_filled = IconData(0xe0db, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__flatpak__" - /// - /// - static const flatpak = IconData(0xe0dc, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__kde logo__" - /// - /// - static const kde_logo = IconData(0xe0dd, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__dictionary__" - /// - /// - static const dictionary = IconData(0xe0de, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__notjunk__" - /// - /// - static const notjunk = IconData(0xe0df, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__notjunk filled__" - /// - /// - static const notjunk_filled = IconData(0xe0e0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__gear filled__" - /// - /// - static const gear_filled = IconData(0xe0e1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__trowel__" - /// - /// - static const trowel = IconData(0xe0e2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__tab new__" - /// - /// - static const tab_new = IconData(0xe0e3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__fog__" - /// - /// - static const fog = IconData(0xe0e4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__text editor filled__" - /// - /// - static const text_editor_filled = IconData(0xe0e5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__terminal filled__" - /// - /// - static const terminal_filled = IconData(0xe0e6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__placeholder icon filled__" - /// - /// - static const placeholder_icon_filled = IconData(0xe0e7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__dictionary filled__" - /// - /// - static const dictionary_filled = IconData(0xe0e8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__hide__" - /// - /// - static const hide = IconData(0xe0e9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__ok__" - /// - /// - static const ok = IconData(0xe0ea, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__indent more__" - /// - /// - static const indent_more = IconData(0xe0eb, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__familly__" - /// - /// - static const familly = IconData(0xe0ec, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__snow__" - /// - /// - static const snow = IconData(0xe0ed, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__users filled__" - /// - /// - static const users_filled = IconData(0xe0ee, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__clear night filled__" - /// - /// - static const clear_night_filled = IconData(0xe0ef, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__overcast filled__" - /// - /// - static const overcast_filled = IconData(0xe0f0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__book__" - /// - /// - static const book = IconData(0xe0f1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__fingerprint__" - /// - /// - static const fingerprint = IconData(0xe0f2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__home__" - /// - /// - static const home = IconData(0xe0f3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__text editor__" - /// - /// - static const text_editor = IconData(0xe0f4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__overcast__" - /// - /// - static const overcast = IconData(0xe0f5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__thunderbolt__" - /// - /// - static const thunderbolt = IconData(0xe0f6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__paste__" - /// - /// - static const paste = IconData(0xe0f7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__beaker__" - /// - /// - static const beaker = IconData(0xe0f8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mouse__" - /// - /// - static const mouse = IconData(0xe0f9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__refresh__" - /// - /// - static const refresh = IconData(0xe0fa, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__task list__" - /// - /// - static const task_list = IconData(0xe0fb, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__task important filled__" - /// - /// - static const task_important_filled = IconData(0xe0fc, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__task warning__" - /// - /// - static const task_warning = IconData(0xe0fd, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__task list filled__" - /// - /// - static const task_list_filled = IconData(0xe0fe, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__task warning filled__" - /// - /// - static const task_warning_filled = IconData(0xe0ff, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__task error filled__" - /// - /// - static const task_error_filled = IconData(0xe100, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__task important__" - /// - /// - static const task_important = IconData(0xe101, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__task error__" - /// - /// - static const task_error = IconData(0xe102, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__tag__" - /// - /// - static const tag = IconData(0xe103, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__external link__" - /// - /// - static const external_link = IconData(0xe104, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__flag filled__" - /// - /// - static const flag_filled = IconData(0xe105, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__bookmark filled__" - /// - /// - static const bookmark_filled = IconData(0xe106, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__reboot__" - /// - /// - static const reboot = IconData(0xe107, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__xfce logo__" - /// - /// - static const xfce_logo = IconData(0xe108, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__location__" - /// - /// - static const location = IconData(0xe109, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__camera photo__" - /// - /// - static const camera_photo = IconData(0xe10a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__camera web__" - /// - /// - static const camera_web = IconData(0xe10b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__camera web filled__" - /// - /// - static const camera_web_filled = IconData(0xe10c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__camera video filed__" - /// - /// - static const camera_video_filed = IconData(0xe10d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__camera photo filed__" - /// - /// - static const camera_photo_filed = IconData(0xe10e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__camera video__" - /// - /// - static const camera_video = IconData(0xe10f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__history filled__" - /// - /// - static const history_filled = IconData(0xe110, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__rotate left__" - /// - /// - static const rotate_left = IconData(0xe111, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__podcast__" - /// - /// - static const podcast = IconData(0xe112, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__smartphone__" - /// - /// - static const smartphone = IconData(0xe113, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__unordered list remove__" - /// - /// - static const unordered_list_remove = IconData(0xe114, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__unordered list__" - /// - /// - static const unordered_list = IconData(0xe115, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__unordered list new__" - /// - /// - static const unordered_list_new = IconData(0xe116, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__subtitles__" - /// - /// - static const subtitles = IconData(0xe117, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__library music__" - /// - /// - static const library_music = IconData(0xe118, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__library music filled__" - /// - /// - static const library_music_filled = IconData(0xe119, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__library artists filled__" - /// - /// - static const library_artists_filled = IconData(0xe11a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__library artists__" - /// - /// - static const library_artists = IconData(0xe11b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__forward__" - /// - /// - static const forward = IconData(0xe11c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__lock filled__" - /// - /// - static const lock_filled = IconData(0xe11d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__arrow right__" - /// - /// - static const arrow_right = IconData(0xe11e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__arrow left__" - /// - /// - static const arrow_left = IconData(0xe11f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__arrow up outlined__" - /// - /// - static const arrow_up_outlined = IconData(0xe120, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__arrow left outlined__" - /// - /// - static const arrow_left_outlined = IconData(0xe121, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__arrow down__" - /// - /// - static const arrow_down = IconData(0xe122, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__arrow up__" - /// - /// - static const arrow_up = IconData(0xe123, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__arrow down outlined__" - /// - /// - static const arrow_down_outlined = IconData(0xe124, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__arrow right outlined__" - /// - /// - static const arrow_right_outlined = IconData(0xe125, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter middle__" - /// - /// - static const meter_middle = IconData(0xe126, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 5__" - /// - /// - static const meter_5 = IconData(0xe127, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 1 filled__" - /// - /// - static const meter_1_filled = IconData(0xe128, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 7__" - /// - /// - static const meter_7 = IconData(0xe129, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 3 filled__" - /// - /// - static const meter_3_filled = IconData(0xe12a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 2__" - /// - /// - static const meter_2 = IconData(0xe12b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 0__" - /// - /// - static const meter_0 = IconData(0xe12c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 1__" - /// - /// - static const meter_1 = IconData(0xe12d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 0 filled__" - /// - /// - static const meter_0_filled = IconData(0xe12e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 3__" - /// - /// - static const meter_3 = IconData(0xe12f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 6__" - /// - /// - static const meter_6 = IconData(0xe130, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter quarter filled__" - /// - /// - static const meter_quarter_filled = IconData(0xe131, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 8__" - /// - /// - static const meter_8 = IconData(0xe132, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 4 filled__" - /// - /// - static const meter_4_filled = IconData(0xe133, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 2 filled__" - /// - /// - static const meter_2_filled = IconData(0xe134, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 9__" - /// - /// - static const meter_9 = IconData(0xe135, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 7 filled__" - /// - /// - static const meter_7_filled = IconData(0xe136, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter quarter__" - /// - /// - static const meter_quarter = IconData(0xe137, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter three quarter filled__" - /// - /// - static const meter_three_quarter_filled = IconData(0xe138, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter three quarter__" - /// - /// - static const meter_three_quarter = IconData(0xe139, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 9 filled__" - /// - /// - static const meter_9_filled = IconData(0xe13a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 8 filled__" - /// - /// - static const meter_8_filled = IconData(0xe13b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 6 filled__" - /// - /// - static const meter_6_filled = IconData(0xe13c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 4__" - /// - /// - static const meter_4 = IconData(0xe13d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter middle filled__" - /// - /// - static const meter_middle_filled = IconData(0xe13e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__meter 5 filled__" - /// - /// - static const meter_5_filled = IconData(0xe13f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__rain__" - /// - /// - static const rain = IconData(0xe140, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__disk__" - /// - /// - static const disk = IconData(0xe141, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__keyboard filled__" - /// - /// - static const keyboard_filled = IconData(0xe142, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__compass__" - /// - /// - static const compass = IconData(0xe143, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__address book__" - /// - /// - static const address_book = IconData(0xe144, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__address book new__" - /// - /// - static const address_book_new = IconData(0xe145, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__address book filled__" - /// - /// - static const address_book_filled = IconData(0xe146, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__address book filled new__" - /// - /// - static const address_book_filled_new = IconData(0xe147, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__keyboard shortcuts__" - /// - /// - static const keyboard_shortcuts = IconData(0xe148, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__keyboard shortcuts new__" - /// - /// - static const keyboard_shortcuts_new = IconData(0xe149, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__keyboard shortcuts new filled__" - /// - /// - static const keyboard_shortcuts_new_filled = IconData(0xe14a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__keyboard shortcuts filled__" - /// - /// - static const keyboard_shortcuts_filled = IconData(0xe14b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__wrench__" - /// - /// - static const wrench = IconData(0xe14c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__private mask__" - /// - /// - static const private_mask = IconData(0xe14d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__disk filled__" - /// - /// - static const disk_filled = IconData(0xe14e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mail unread filled__" - /// - /// - static const mail_unread_filled = IconData(0xe14f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mail open__" - /// - /// - static const mail_open = IconData(0xe150, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mail signed__" - /// - /// - static const mail_signed = IconData(0xe151, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mail signed filled__" - /// - /// - static const mail_signed_filled = IconData(0xe152, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mail open filled__" - /// - /// - static const mail_open_filled = IconData(0xe153, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mail forwarded filled__" - /// - /// - static const mail_forwarded_filled = IconData(0xe154, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mail ok filled__" - /// - /// - static const mail_ok_filled = IconData(0xe155, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mail replied filled__" - /// - /// - static const mail_replied_filled = IconData(0xe156, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mail ok__" - /// - /// - static const mail_ok = IconData(0xe157, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mail__" - /// - /// - static const mail = IconData(0xe158, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mail new__" - /// - /// - static const mail_new = IconData(0xe159, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mail new filled__" - /// - /// - static const mail_new_filled = IconData(0xe15a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mail filled__" - /// - /// - static const mail_filled = IconData(0xe15b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mail replied__" - /// - /// - static const mail_replied = IconData(0xe15c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mail unread__" - /// - /// - static const mail_unread = IconData(0xe15d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__mail forwarded__" - /// - /// - static const mail_forwarded = IconData(0xe15e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__undo__" - /// - /// - static const undo = IconData(0xe15f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__dialpad__" - /// - /// - static const dialpad = IconData(0xe160, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__weather alert filled__" - /// - /// - static const weather_alert_filled = IconData(0xe161, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__media play__" - /// - /// - static const media_play = IconData(0xe162, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__media pause__" - /// - /// - static const media_pause = IconData(0xe163, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__media stop__" - /// - /// - static const media_stop = IconData(0xe164, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__media record__" - /// - /// - static const media_record = IconData(0xe165, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__go jump__" - /// - /// - static const go_jump = IconData(0xe166, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__go bottom__" - /// - /// - static const go_bottom = IconData(0xe167, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__go down__" - /// - /// - static const go_down = IconData(0xe168, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__go last__" - /// - /// - static const go_last = IconData(0xe169, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__go up__" - /// - /// - static const go_up = IconData(0xe16a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__go first__" - /// - /// - static const go_first = IconData(0xe16b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__go next__" - /// - /// - static const go_next = IconData(0xe16c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__go top__" - /// - /// - static const go_top = IconData(0xe16d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__go previous__" - /// - /// - static const go_previous = IconData(0xe16e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__audio card__" - /// - /// - static const audio_card = IconData(0xe16f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__zoom fit best__" - /// - /// - static const zoom_fit_best = IconData(0xe170, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__zoom out__" - /// - /// - static const zoom_out = IconData(0xe171, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__zoom original__" - /// - /// - static const zoom_original = IconData(0xe172, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__zoom in filled__" - /// - /// - static const zoom_in_filled = IconData(0xe173, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__zoom original filled__" - /// - /// - static const zoom_original_filled = IconData(0xe174, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__zoom out filled__" - /// - /// - static const zoom_out_filled = IconData(0xe175, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__zoom in__" - /// - /// - static const zoom_in = IconData(0xe176, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__selection__" - /// - /// - static const selection = IconData(0xe177, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__wallpaper filled__" - /// - /// - static const wallpaper_filled = IconData(0xe178, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__scanner filled__" - /// - /// - static const scanner_filled = IconData(0xe179, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__fog filled__" - /// - /// - static const fog_filled = IconData(0xe17a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__weather filled__" - /// - /// - static const weather_filled = IconData(0xe17b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__terminal__" - /// - /// - static const terminal = IconData(0xe17c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__gnome logo__" - /// - /// - static const gnome_logo = IconData(0xe17d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote glasses__" - /// - /// - static const emote_glasses = IconData(0xe17e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote smile big__" - /// - /// - static const emote_smile_big = IconData(0xe17f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote confused filled__" - /// - /// - static const emote_confused_filled = IconData(0xe180, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote worried filled__" - /// - /// - static const emote_worried_filled = IconData(0xe181, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote surprise filled__" - /// - /// - static const emote_surprise_filled = IconData(0xe182, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote smile big filled__" - /// - /// - static const emote_smile_big_filled = IconData(0xe183, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote worried__" - /// - /// - static const emote_worried = IconData(0xe184, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote sad filled__" - /// - /// - static const emote_sad_filled = IconData(0xe185, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote wink filled__" - /// - /// - static const emote_wink_filled = IconData(0xe186, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote uncertain filled__" - /// - /// - static const emote_uncertain_filled = IconData(0xe187, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote embarrassed__" - /// - /// - static const emote_embarrassed = IconData(0xe188, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote plain filled__" - /// - /// - static const emote_plain_filled = IconData(0xe189, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote monkey__" - /// - /// - static const emote_monkey = IconData(0xe18a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote yawn__" - /// - /// - static const emote_yawn = IconData(0xe18b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote sick__" - /// - /// - static const emote_sick = IconData(0xe18c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote tired filled__" - /// - /// - static const emote_tired_filled = IconData(0xe18d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote kiss__" - /// - /// - static const emote_kiss = IconData(0xe18e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote smirk filled__" - /// - /// - static const emote_smirk_filled = IconData(0xe18f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote kiss filled__" - /// - /// - static const emote_kiss_filled = IconData(0xe190, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote confused__" - /// - /// - static const emote_confused = IconData(0xe191, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote shutmouth filled__" - /// - /// - static const emote_shutmouth_filled = IconData(0xe192, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote cool__" - /// - /// - static const emote_cool = IconData(0xe193, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote sick filled__" - /// - /// - static const emote_sick_filled = IconData(0xe194, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote smile filled__" - /// - /// - static const emote_smile_filled = IconData(0xe195, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote devilish filled__" - /// - /// - static const emote_devilish_filled = IconData(0xe196, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote angry filled__" - /// - /// - static const emote_angry_filled = IconData(0xe197, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote uncertain__" - /// - /// - static const emote_uncertain = IconData(0xe198, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote laugh__" - /// - /// - static const emote_laugh = IconData(0xe199, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote plain__" - /// - /// - static const emote_plain = IconData(0xe19a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote angel filled__" - /// - /// - static const emote_angel_filled = IconData(0xe19b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote monkey filled__" - /// - /// - static const emote_monkey_filled = IconData(0xe19c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote yawn filled__" - /// - /// - static const emote_yawn_filled = IconData(0xe19d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote crying filled__" - /// - /// - static const emote_crying_filled = IconData(0xe19e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote raspberry filled__" - /// - /// - static const emote_raspberry_filled = IconData(0xe19f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote wink__" - /// - /// - static const emote_wink = IconData(0xe1a0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote shutmouth__" - /// - /// - static const emote_shutmouth = IconData(0xe1a1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote raspberry__" - /// - /// - static const emote_raspberry = IconData(0xe1a2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote crying__" - /// - /// - static const emote_crying = IconData(0xe1a3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote devilish__" - /// - /// - static const emote_devilish = IconData(0xe1a4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote cool filled__" - /// - /// - static const emote_cool_filled = IconData(0xe1a5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote sad__" - /// - /// - static const emote_sad = IconData(0xe1a6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote surprise__" - /// - /// - static const emote_surprise = IconData(0xe1a7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote angry__" - /// - /// - static const emote_angry = IconData(0xe1a8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote smile__" - /// - /// - static const emote_smile = IconData(0xe1a9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote embarrassed filled__" - /// - /// - static const emote_embarrassed_filled = IconData(0xe1aa, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote tired__" - /// - /// - static const emote_tired = IconData(0xe1ab, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote angel__" - /// - /// - static const emote_angel = IconData(0xe1ac, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote laugh filled__" - /// - /// - static const emote_laugh_filled = IconData(0xe1ad, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote smirk__" - /// - /// - static const emote_smirk = IconData(0xe1ae, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__emote glasses filled__" - /// - /// - static const emote_glasses_filled = IconData(0xe1af, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__heart filled__" - /// - /// - static const heart_filled = IconData(0xe1b0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__screen lock__" - /// - /// - static const screen_lock = IconData(0xe1b1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__screen__" - /// - /// - static const screen = IconData(0xe1b2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__screen lock filled__" - /// - /// - static const screen_lock_filled = IconData(0xe1b3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__screen filled__" - /// - /// - static const screen_filled = IconData(0xe1b4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__speaker high__" - /// - /// - static const speaker_high = IconData(0xe1b5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__speaker medium filled__" - /// - /// - static const speaker_medium_filled = IconData(0xe1b6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__speaker__" - /// - /// - static const speaker = IconData(0xe1b7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__speaker filled__" - /// - /// - static const speaker_filled = IconData(0xe1b8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__speaker high filled__" - /// - /// - static const speaker_high_filled = IconData(0xe1b9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__speaker muted__" - /// - /// - static const speaker_muted = IconData(0xe1ba, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__speaker low__" - /// - /// - static const speaker_low = IconData(0xe1bb, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__speaker medium__" - /// - /// - static const speaker_medium = IconData(0xe1bc, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__speaker muted filled__" - /// - /// - static const speaker_muted_filled = IconData(0xe1bd, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__speaker overamplified filled__" - /// - /// - static const speaker_overamplified_filled = IconData(0xe1be, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__speaker overamplified__" - /// - /// - static const speaker_overamplified = IconData(0xe1bf, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__speaker low filled__" - /// - /// - static const speaker_low_filled = IconData(0xe1c0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__sort ascending__" - /// - /// - static const sort_ascending = IconData(0xe1c1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__sort descending__" - /// - /// - static const sort_descending = IconData(0xe1c2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__download__" - /// - /// - static const download = IconData(0xe1c3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__download history filled__" - /// - /// - static const download_history_filled = IconData(0xe1c4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__download filled__" - /// - /// - static const download_filled = IconData(0xe1c5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__download history__" - /// - /// - static const download_history = IconData(0xe1c6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__justify right__" - /// - /// - static const justify_right = IconData(0xe1c7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__justify left__" - /// - /// - static const justify_left = IconData(0xe1c8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__justify center__" - /// - /// - static const justify_center = IconData(0xe1c9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__justify fill__" - /// - /// - static const justify_fill = IconData(0xe1ca, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__games filled__" - /// - /// - static const games_filled = IconData(0xe1cb, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__appliance filled__" - /// - /// - static const appliance_filled = IconData(0xe1cc, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__monitor__" - /// - /// - static const monitor = IconData(0xe1cd, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network transmit__" - /// - /// - static const network_transmit = IconData(0xe1ce, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network wired__" - /// - /// - static const network_wired = IconData(0xe1cf, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular 5g__" - /// - /// - static const network_cellular_5g = IconData(0xe1d0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular 3g__" - /// - /// - static const network_cellular_3g = IconData(0xe1d1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular acquiring__" - /// - /// - static const network_cellular_acquiring = IconData(0xe1d2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular signal excellent secure__" - /// - /// - static const network_cellular_signal_excellent_secure = IconData(0xe1d3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular signal weak secure__" - /// - /// - static const network_cellular_signal_weak_secure = IconData(0xe1d4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular signal none secure__" - /// - /// - static const network_cellular_signal_none_secure = IconData(0xe1d5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular hardware disabled__" - /// - /// - static const network_cellular_hardware_disabled = IconData(0xe1d6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular__" - /// - /// - static const network_cellular = IconData(0xe1d7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular offline__" - /// - /// - static const network_cellular_offline = IconData(0xe1d8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular signal none__" - /// - /// - static const network_cellular_signal_none = IconData(0xe1d9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular signal ok secure__" - /// - /// - static const network_cellular_signal_ok_secure = IconData(0xe1da, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular connected__" - /// - /// - static const network_cellular_connected = IconData(0xe1db, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular 4g__" - /// - /// - static const network_cellular_4g = IconData(0xe1dc, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular signal excellent__" - /// - /// - static const network_cellular_signal_excellent = IconData(0xe1dd, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular edge__" - /// - /// - static const network_cellular_edge = IconData(0xe1de, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular signal good__" - /// - /// - static const network_cellular_signal_good = IconData(0xe1df, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular hspa__" - /// - /// - static const network_cellular_hspa = IconData(0xe1e0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular signal ok__" - /// - /// - static const network_cellular_signal_ok = IconData(0xe1e1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular signal weak__" - /// - /// - static const network_cellular_signal_weak = IconData(0xe1e2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular 2g__" - /// - /// - static const network_cellular_2g = IconData(0xe1e3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular signal good secure__" - /// - /// - static const network_cellular_signal_good_secure = IconData(0xe1e4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular disabled__" - /// - /// - static const network_cellular_disabled = IconData(0xe1e5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular no route__" - /// - /// - static const network_cellular_no_route = IconData(0xe1e6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network cellular gprs__" - /// - /// - static const network_cellular_gprs = IconData(0xe1e7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network transmit receive__" - /// - /// - static const network_transmit_receive = IconData(0xe1e8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network wired filled__" - /// - /// - static const network_wired_filled = IconData(0xe1e9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network receive__" - /// - /// - static const network_receive = IconData(0xe1ea, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network hotspot__" - /// - /// - static const network_hotspot = IconData(0xe1eb, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network__" - /// - /// - static const network = IconData(0xe1ec, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network offline__" - /// - /// - static const network_offline = IconData(0xe1ed, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network filled__" - /// - /// - static const network_filled = IconData(0xe1ee, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network idle__" - /// - /// - static const network_idle = IconData(0xe1ef, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network error filled__" - /// - /// - static const network_error_filled = IconData(0xe1f0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network wireless acquiring__" - /// - /// - static const network_wireless_acquiring = IconData(0xe1f1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network wireless signal excellent secure__" - /// - /// - static const network_wireless_signal_excellent_secure = IconData(0xe1f2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network wireless signal weak secure__" - /// - /// - static const network_wireless_signal_weak_secure = IconData(0xe1f3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network wireless signal none secure__" - /// - /// - static const network_wireless_signal_none_secure = IconData(0xe1f4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network wireless__" - /// - /// - static const network_wireless = IconData(0xe1f5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network wireless signal none__" - /// - /// - static const network_wireless_signal_none = IconData(0xe1f6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network wireless signal ok secure__" - /// - /// - static const network_wireless_signal_ok_secure = IconData(0xe1f7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network wireless signal excellent__" - /// - /// - static const network_wireless_signal_excellent = IconData(0xe1f8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network wireless signal good__" - /// - /// - static const network_wireless_signal_good = IconData(0xe1f9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network wireless signal ok__" - /// - /// - static const network_wireless_signal_ok = IconData(0xe1fa, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network wireless signal weak__" - /// - /// - static const network_wireless_signal_weak = IconData(0xe1fb, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network wireless signal good secure__" - /// - /// - static const network_wireless_signal_good_secure = IconData(0xe1fc, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network wireless disabled__" - /// - /// - static const network_wireless_disabled = IconData(0xe1fd, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network wireless no route__" - /// - /// - static const network_wireless_no_route = IconData(0xe1fe, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network offline filled__" - /// - /// - static const network_offline_filled = IconData(0xe1ff, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__network error__" - /// - /// - static const network_error = IconData(0xe200, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__storm filled__" - /// - /// - static const storm_filled = IconData(0xe201, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__windows filled__" - /// - /// - static const windows_filled = IconData(0xe202, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__call incoming__" - /// - /// - static const call_incoming = IconData(0xe203, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__call outgoing__" - /// - /// - static const call_outgoing = IconData(0xe204, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__call start__" - /// - /// - static const call_start = IconData(0xe205, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__call stop__" - /// - /// - static const call_stop = IconData(0xe206, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drag handle__" - /// - /// - static const drag_handle = IconData(0xe207, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__headphones__" - /// - /// - static const headphones = IconData(0xe208, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__game controller__" - /// - /// - static const game_controller = IconData(0xe209, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__gear__" - /// - /// - static const gear = IconData(0xe20a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__search history filled__" - /// - /// - static const search_history_filled = IconData(0xe20b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__stop__" - /// - /// - static const stop = IconData(0xe20c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__calendar week filled__" - /// - /// - static const calendar_week_filled = IconData(0xe20d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__calendar important filled__" - /// - /// - static const calendar_important_filled = IconData(0xe20e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__calendar warning__" - /// - /// - static const calendar_warning = IconData(0xe20f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__calendar month filled__" - /// - /// - static const calendar_month_filled = IconData(0xe210, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__calendar__" - /// - /// - static const calendar = IconData(0xe211, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__calendar new__" - /// - /// - static const calendar_new = IconData(0xe212, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__calendar month__" - /// - /// - static const calendar_month = IconData(0xe213, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__calendar new filled__" - /// - /// - static const calendar_new_filled = IconData(0xe214, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__calendar filled__" - /// - /// - static const calendar_filled = IconData(0xe215, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__calendar warning filled__" - /// - /// - static const calendar_warning_filled = IconData(0xe216, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__calendar error filled__" - /// - /// - static const calendar_error_filled = IconData(0xe217, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__calendar day__" - /// - /// - static const calendar_day = IconData(0xe218, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__calendar important__" - /// - /// - static const calendar_important = IconData(0xe219, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__calendar day filled__" - /// - /// - static const calendar_day_filled = IconData(0xe21a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__calendar week__" - /// - /// - static const calendar_week = IconData(0xe21b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__calendar error__" - /// - /// - static const calendar_error = IconData(0xe21c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__document open__" - /// - /// - static const document_open = IconData(0xe21d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__document open filled__" - /// - /// - static const document_open_filled = IconData(0xe21e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__document template filled__" - /// - /// - static const document_template_filled = IconData(0xe21f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__document template__" - /// - /// - static const document_template = IconData(0xe220, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__document__" - /// - /// - static const document = IconData(0xe221, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__document history filled__" - /// - /// - static const document_history_filled = IconData(0xe222, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__document new__" - /// - /// - static const document_new = IconData(0xe223, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__document new filled__" - /// - /// - static const document_new_filled = IconData(0xe224, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__document filled__" - /// - /// - static const document_filled = IconData(0xe225, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__document history__" - /// - /// - static const document_history = IconData(0xe226, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__microphone high__" - /// - /// - static const microphone_high = IconData(0xe227, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__microphone medium filled__" - /// - /// - static const microphone_medium_filled = IconData(0xe228, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__microphone__" - /// - /// - static const microphone = IconData(0xe229, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__microphone filled__" - /// - /// - static const microphone_filled = IconData(0xe22a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__microphone high filled__" - /// - /// - static const microphone_high_filled = IconData(0xe22b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__microphone muted__" - /// - /// - static const microphone_muted = IconData(0xe22c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__microphone low__" - /// - /// - static const microphone_low = IconData(0xe22d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__microphone medium__" - /// - /// - static const microphone_medium = IconData(0xe22e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__microphone muted filled__" - /// - /// - static const microphone_muted_filled = IconData(0xe22f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__microphone low filled__" - /// - /// - static const microphone_low_filled = IconData(0xe230, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__office presentation filled__" - /// - /// - static const office_presentation_filled = IconData(0xe231, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__office drawing__" - /// - /// - static const office_drawing = IconData(0xe232, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__office drawing filled__" - /// - /// - static const office_drawing_filled = IconData(0xe233, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__office spreadsheet filled__" - /// - /// - static const office_spreadsheet_filled = IconData(0xe234, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__office presentation__" - /// - /// - static const office_presentation = IconData(0xe235, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__office__" - /// - /// - static const office = IconData(0xe236, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__office filled__" - /// - /// - static const office_filled = IconData(0xe237, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__office spreadsheet__" - /// - /// - static const office_spreadsheet = IconData(0xe238, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__wrench filled__" - /// - /// - static const wrench_filled = IconData(0xe239, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__hourglass__" - /// - /// - static const hourglass = IconData(0xe23a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__script__" - /// - /// - static const script = IconData(0xe23b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__graphic tablet__" - /// - /// - static const graphic_tablet = IconData(0xe23c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__colors__" - /// - /// - static const colors = IconData(0xe23d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__question filled__" - /// - /// - static const question_filled = IconData(0xe23e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__script filled__" - /// - /// - static const script_filled = IconData(0xe23f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__clock__" - /// - /// - static const clock = IconData(0xe240, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__question__" - /// - /// - static const question = IconData(0xe241, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__hide filled__" - /// - /// - static const hide_filled = IconData(0xe242, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__smartphone filled__" - /// - /// - static const smartphone_filled = IconData(0xe243, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__checkbox mixed__" - /// - /// - static const checkbox_mixed = IconData(0xe244, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__checkbox__" - /// - /// - static const checkbox = IconData(0xe245, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__checkbox filled__" - /// - /// - static const checkbox_filled = IconData(0xe246, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__checkbox checked filled__" - /// - /// - static const checkbox_checked_filled = IconData(0xe247, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__checkbox mixed filled__" - /// - /// - static const checkbox_mixed_filled = IconData(0xe248, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__checkbox checked__" - /// - /// - static const checkbox_checked = IconData(0xe249, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__server__" - /// - /// - static const server = IconData(0xe24a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__format remove__" - /// - /// - static const format_remove = IconData(0xe24b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__multimedia filled__" - /// - /// - static const multimedia_filled = IconData(0xe24c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__colors filled__" - /// - /// - static const colors_filled = IconData(0xe24d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__health filled__" - /// - /// - static const health_filled = IconData(0xe24e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__bell__" - /// - /// - static const bell = IconData(0xe24f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__warning filled__" - /// - /// - static const warning_filled = IconData(0xe250, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__sun filled__" - /// - /// - static const sun_filled = IconData(0xe251, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__music artist filled__" - /// - /// - static const music_artist_filled = IconData(0xe252, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__music artist__" - /// - /// - static const music_artist = IconData(0xe253, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__music queue filled__" - /// - /// - static const music_queue_filled = IconData(0xe254, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__music history filled__" - /// - /// - static const music_history_filled = IconData(0xe255, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__music single filled__" - /// - /// - static const music_single_filled = IconData(0xe256, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__music note__" - /// - /// - static const music_note = IconData(0xe257, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__music single__" - /// - /// - static const music_single = IconData(0xe258, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__music history__" - /// - /// - static const music_history = IconData(0xe259, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__music queue__" - /// - /// - static const music_queue = IconData(0xe25a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__touchpad filled__" - /// - /// - static const touchpad_filled = IconData(0xe25b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__television__" - /// - /// - static const television = IconData(0xe25c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__computer legacy filled__" - /// - /// - static const computer_legacy_filled = IconData(0xe25d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__shuffle__" - /// - /// - static const shuffle = IconData(0xe25e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__edit clear all__" - /// - /// - static const edit_clear_all = IconData(0xe25f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__wallpaper__" - /// - /// - static const wallpaper = IconData(0xe260, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__bell filled__" - /// - /// - static const bell_filled = IconData(0xe261, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__dialpad filled__" - /// - /// - static const dialpad_filled = IconData(0xe262, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__ubuntu logo__" - /// - /// - static const ubuntu_logo = IconData(0xe263, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__ubuntu logo large__" - /// - /// - static const ubuntu_logo_large = IconData(0xe264, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__ubuntu logo simple__" - /// - /// - static const ubuntu_logo_simple = IconData(0xe265, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__few clouds filled__" - /// - /// - static const few_clouds_filled = IconData(0xe266, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__multimedia player__" - /// - /// - static const multimedia_player = IconData(0xe267, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__clear night__" - /// - /// - static const clear_night = IconData(0xe268, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__paste filled__" - /// - /// - static const paste_filled = IconData(0xe269, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__heart__" - /// - /// - static const heart = IconData(0xe26a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__tag filled__" - /// - /// - static const tag_filled = IconData(0xe26b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__globe filled__" - /// - /// - static const globe_filled = IconData(0xe26c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__view more horizontal__" - /// - /// - static const view_more_horizontal = IconData(0xe26d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__view more__" - /// - /// - static const view_more = IconData(0xe26e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__package snap__" - /// - /// - static const package_snap = IconData(0xe26f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__package snap filled__" - /// - /// - static const package_snap_filled = IconData(0xe270, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__package flatpak filled__" - /// - /// - static const package_flatpak_filled = IconData(0xe271, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__package flatpak__" - /// - /// - static const package_flatpak = IconData(0xe272, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__package__" - /// - /// - static const package = IconData(0xe273, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__package deb__" - /// - /// - static const package_deb = IconData(0xe274, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__package filled__" - /// - /// - static const package_filled = IconData(0xe275, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__package deb filled__" - /// - /// - static const package_deb_filled = IconData(0xe276, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__error filled__" - /// - /// - static const error_filled = IconData(0xe277, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__keyboard__" - /// - /// - static const keyboard = IconData(0xe278, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__ordered list remove__" - /// - /// - static const ordered_list_remove = IconData(0xe279, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__ordered list__" - /// - /// - static const ordered_list = IconData(0xe27a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__ordered list new__" - /// - /// - static const ordered_list_new = IconData(0xe27b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__rule and pen filled__" - /// - /// - static const rule_and_pen_filled = IconData(0xe27c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__graphic tablet filled__" - /// - /// - static const graphic_tablet_filled = IconData(0xe27d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__headset__" - /// - /// - static const headset = IconData(0xe27e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__tape filled__" - /// - /// - static const tape_filled = IconData(0xe27f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__display layout filled__" - /// - /// - static const display_layout_filled = IconData(0xe280, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive ieee1394__" - /// - /// - static const drive_ieee1394 = IconData(0xe281, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive harddisk error__" - /// - /// - static const drive_harddisk_error = IconData(0xe282, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive harddisk usb filled__" - /// - /// - static const drive_harddisk_usb_filled = IconData(0xe283, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive harddisk disabled__" - /// - /// - static const drive_harddisk_disabled = IconData(0xe284, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive harddisk warning__" - /// - /// - static const drive_harddisk_warning = IconData(0xe285, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive multidisk filled__" - /// - /// - static const drive_multidisk_filled = IconData(0xe286, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive removable media filled__" - /// - /// - static const drive_removable_media_filled = IconData(0xe287, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive harddisk error filled__" - /// - /// - static const drive_harddisk_error_filled = IconData(0xe288, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive harddisk__" - /// - /// - static const drive_harddisk = IconData(0xe289, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive harddisk warning filled__" - /// - /// - static const drive_harddisk_warning_filled = IconData(0xe28a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive solidstatedisk filled__" - /// - /// - static const drive_solidstatedisk_filled = IconData(0xe28b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive optical__" - /// - /// - static const drive_optical = IconData(0xe28c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive harddisk broken__" - /// - /// - static const drive_harddisk_broken = IconData(0xe28d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive harddisk filled__" - /// - /// - static const drive_harddisk_filled = IconData(0xe28e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive ieee1394 filled__" - /// - /// - static const drive_ieee1394_filled = IconData(0xe28f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive harddisk usb__" - /// - /// - static const drive_harddisk_usb = IconData(0xe290, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive solidstatedisk__" - /// - /// - static const drive_solidstatedisk = IconData(0xe291, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive harddisk broken filled__" - /// - /// - static const drive_harddisk_broken_filled = IconData(0xe292, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive optical filled__" - /// - /// - static const drive_optical_filled = IconData(0xe293, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive harddisk disabled filled__" - /// - /// - static const drive_harddisk_disabled_filled = IconData(0xe294, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive multidisk__" - /// - /// - static const drive_multidisk = IconData(0xe295, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__drive removable media__" - /// - /// - static const drive_removable_media = IconData(0xe296, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__gear dots filled__" - /// - /// - static const gear_dots_filled = IconData(0xe297, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__magnifying glass filled__" - /// - /// - static const magnifying_glass_filled = IconData(0xe298, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__puzzle piece filled__" - /// - /// - static const puzzle_piece_filled = IconData(0xe299, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__checkmark__" - /// - /// - static const checkmark = IconData(0xe29a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__share__" - /// - /// - static const share = IconData(0xe29b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__thumb down filled__" - /// - /// - static const thumb_down_filled = IconData(0xe29c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__thumb down__" - /// - /// - static const thumb_down = IconData(0xe29d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__thumb up__" - /// - /// - static const thumb_up = IconData(0xe29e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__thumb up filled__" - /// - /// - static const thumb_up_filled = IconData(0xe29f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__share filled__" - /// - /// - static const share_filled = IconData(0xe2a0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__important__" - /// - /// - static const important = IconData(0xe2a1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__inbox__" - /// - /// - static const inbox = IconData(0xe2a2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__tape__" - /// - /// - static const tape = IconData(0xe2a3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__find replace__" - /// - /// - static const find_replace = IconData(0xe2a4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 1 charging__" - /// - /// - static const battery_1_charging = IconData(0xe2a5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 6 charging__" - /// - /// - static const battery_6_charging = IconData(0xe2a6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 5__" - /// - /// - static const battery_5 = IconData(0xe2a7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 7__" - /// - /// - static const battery_7 = IconData(0xe2a8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery missing__" - /// - /// - static const battery_missing = IconData(0xe2a9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 2__" - /// - /// - static const battery_2 = IconData(0xe2aa, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery warning__" - /// - /// - static const battery_warning = IconData(0xe2ab, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 1__" - /// - /// - static const battery_1 = IconData(0xe2ac, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 2 charging__" - /// - /// - static const battery_2_charging = IconData(0xe2ad, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 3__" - /// - /// - static const battery_3 = IconData(0xe2ae, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 6__" - /// - /// - static const battery_6 = IconData(0xe2af, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 8__" - /// - /// - static const battery_8 = IconData(0xe2b0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 9 charging__" - /// - /// - static const battery_9_charging = IconData(0xe2b1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery empty__" - /// - /// - static const battery_empty = IconData(0xe2b2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 4 charging__" - /// - /// - static const battery_4_charging = IconData(0xe2b3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery full__" - /// - /// - static const battery_full = IconData(0xe2b4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 9__" - /// - /// - static const battery_9 = IconData(0xe2b5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery empty charging__" - /// - /// - static const battery_empty_charging = IconData(0xe2b6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 5 charging__" - /// - /// - static const battery_5_charging = IconData(0xe2b7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery full charging__" - /// - /// - static const battery_full_charging = IconData(0xe2b8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 3 charging__" - /// - /// - static const battery_3_charging = IconData(0xe2b9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 4__" - /// - /// - static const battery_4 = IconData(0xe2ba, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 7 charging__" - /// - /// - static const battery_7_charging = IconData(0xe2bb, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery 8 charging__" - /// - /// - static const battery_8_charging = IconData(0xe2bc, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__flash card filled__" - /// - /// - static const flash_card_filled = IconData(0xe2bd, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__edit clear filled__" - /// - /// - static const edit_clear_filled = IconData(0xe2be, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__key__" - /// - /// - static const key = IconData(0xe2bf, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__key filled__" - /// - /// - static const key_filled = IconData(0xe2c0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__clock filled__" - /// - /// - static const clock_filled = IconData(0xe2c1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__computer legacy__" - /// - /// - static const computer_legacy = IconData(0xe2c2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__history__" - /// - /// - static const history = IconData(0xe2c3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__multimedia__" - /// - /// - static const multimedia = IconData(0xe2c4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__localization filled__" - /// - /// - static const localization_filled = IconData(0xe2c5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__trowel filled__" - /// - /// - static const trowel_filled = IconData(0xe2c6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__junk__" - /// - /// - static const junk = IconData(0xe2c7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__junk filled__" - /// - /// - static const junk_filled = IconData(0xe2c8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__outbox__" - /// - /// - static const outbox = IconData(0xe2c9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__gear dots__" - /// - /// - static const gear_dots = IconData(0xe2ca, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__snapcraft bag__" - /// - /// - static const snapcraft_bag = IconData(0xe2cb, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__snapcraft warning__" - /// - /// - static const snapcraft_warning = IconData(0xe2cc, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__snapcraft__" - /// - /// - static const snapcraft = IconData(0xe2cd, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__snapcraft important__" - /// - /// - static const snapcraft_important = IconData(0xe2ce, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__snapcraft info__" - /// - /// - static const snapcraft_info = IconData(0xe2cf, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__snapcraft bag filled__" - /// - /// - static const snapcraft_bag_filled = IconData(0xe2d0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__snapcraft error__" - /// - /// - static const snapcraft_error = IconData(0xe2d1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__subtitles filled__" - /// - /// - static const subtitles_filled = IconData(0xe2d2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__fast backward__" - /// - /// - static const fast_backward = IconData(0xe2d3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__strikethrough__" - /// - /// - static const strikethrough = IconData(0xe2d4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__flash card__" - /// - /// - static const flash_card = IconData(0xe2d5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__send receive__" - /// - /// - static const send_receive = IconData(0xe2d6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__swiss knife__" - /// - /// - static const swiss_knife = IconData(0xe2d7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__display layout__" - /// - /// - static const display_layout = IconData(0xe2d8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__magnifying glass__" - /// - /// - static const magnifying_glass = IconData(0xe2d9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__text direction rtl__" - /// - /// - static const text_direction_rtl = IconData(0xe2da, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__find replace filled__" - /// - /// - static const find_replace_filled = IconData(0xe2db, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__gears filled__" - /// - /// - static const gears_filled = IconData(0xe2dc, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__indent less__" - /// - /// - static const indent_less = IconData(0xe2dd, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__bookmark__" - /// - /// - static const bookmark = IconData(0xe2de, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__human__" - /// - /// - static const human = IconData(0xe2df, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__send filled__" - /// - /// - static const send_filled = IconData(0xe2e0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__copy filled__" - /// - /// - static const copy_filled = IconData(0xe2e1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__private mask filled__" - /// - /// - static const private_mask_filled = IconData(0xe2e2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__showers night__" - /// - /// - static const showers_night = IconData(0xe2e3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__reply all__" - /// - /// - static const reply_all = IconData(0xe2e4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__radio filled__" - /// - /// - static const radio_filled = IconData(0xe2e5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__code__" - /// - /// - static const code = IconData(0xe2e6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__panel look__" - /// - /// - static const panel_look = IconData(0xe2e7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__eye filled__" - /// - /// - static const eye_filled = IconData(0xe2e8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__star semi filled__" - /// - /// - static const star_semi_filled = IconData(0xe2e9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__target filled__" - /// - /// - static const target_filled = IconData(0xe2ea, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__screensaver__" - /// - /// - static const screensaver = IconData(0xe2eb, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__cloud filled__" - /// - /// - static const cloud_filled = IconData(0xe2ec, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__video__" - /// - /// - static const video = IconData(0xe2ed, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__video history filled__" - /// - /// - static const video_history_filled = IconData(0xe2ee, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__video filled__" - /// - /// - static const video_filled = IconData(0xe2ef, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__video history__" - /// - /// - static const video_history = IconData(0xe2f0, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__revert__" - /// - /// - static const revert = IconData(0xe2f1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__font__" - /// - /// - static const font = IconData(0xe2f2, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__window maximize__" - /// - /// - static const window_maximize = IconData(0xe2f3, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__window minimize__" - /// - /// - static const window_minimize = IconData(0xe2f4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__window restore filled__" - /// - /// - static const window_restore_filled = IconData(0xe2f5, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__window close__" - /// - /// - static const window_close = IconData(0xe2f6, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__window__" - /// - /// - static const window = IconData(0xe2f7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__window maximize filled__" - /// - /// - static const window_maximize_filled = IconData(0xe2f8, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__window new__" - /// - /// - static const window_new = IconData(0xe2f9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__window new filled__" - /// - /// - static const window_new_filled = IconData(0xe2fa, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__window filled__" - /// - /// - static const window_filled = IconData(0xe2fb, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__window restore__" - /// - /// - static const window_restore = IconData(0xe2fc, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__window top bar__" - /// - /// - static const window_top_bar = IconData(0xe2fd, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__window top bar filled__" - /// - /// - static const window_top_bar_filled = IconData(0xe2fe, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__podcast filled__" - /// - /// - static const podcast_filled = IconData(0xe2ff, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__chat bubble filled__" - /// - /// - static const chat_bubble_filled = IconData(0xe300, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__chat bubble__" - /// - /// - static const chat_bubble = IconData(0xe301, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__chat idle filled__" - /// - /// - static const chat_idle_filled = IconData(0xe302, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__chat away__" - /// - /// - static const chat_away = IconData(0xe303, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__chat offline__" - /// - /// - static const chat_offline = IconData(0xe304, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__chat away filled__" - /// - /// - static const chat_away_filled = IconData(0xe305, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__chat idle__" - /// - /// - static const chat_idle = IconData(0xe306, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__chat offline filled__" - /// - /// - static const chat_offline_filled = IconData(0xe307, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__chat text__" - /// - /// - static const chat_text = IconData(0xe308, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__chat text filled__" - /// - /// - static const chat_text_filled = IconData(0xe309, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__italic__" - /// - /// - static const italic = IconData(0xe30a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__eye__" - /// - /// - static const eye = IconData(0xe30b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__fullscreen__" - /// - /// - static const fullscreen = IconData(0xe30c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__fullscreen exit__" - /// - /// - static const fullscreen_exit = IconData(0xe30d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__chip__" - /// - /// - static const chip = IconData(0xe30e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__tree fir filled__" - /// - /// - static const tree_fir_filled = IconData(0xe30f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__tree fir__" - /// - /// - static const tree_fir = IconData(0xe310, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__tree__" - /// - /// - static const tree = IconData(0xe311, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__tree filled__" - /// - /// - static const tree_filled = IconData(0xe312, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__snow filled__" - /// - /// - static const snow_filled = IconData(0xe313, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__scanner__" - /// - /// - static const scanner = IconData(0xe314, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__search history__" - /// - /// - static const search_history = IconData(0xe315, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__flag__" - /// - /// - static const flag = IconData(0xe316, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__few clouds night filled__" - /// - /// - static const few_clouds_night_filled = IconData(0xe317, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__pda filled__" - /// - /// - static const pda_filled = IconData(0xe318, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__skip forward__" - /// - /// - static const skip_forward = IconData(0xe319, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__windows__" - /// - /// - static const windows = IconData(0xe31a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__storm__" - /// - /// - static const storm = IconData(0xe31b, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__showers__" - /// - /// - static const showers = IconData(0xe31c, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__error__" - /// - /// - static const error = IconData(0xe31d, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__paper clip__" - /// - /// - static const paper_clip = IconData(0xe31e, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__battery__" - /// - /// - static const battery = IconData(0xe2b4, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__extension__" - /// - /// - static const extension = IconData(0xe019, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__extension filled__" - /// - /// - static const extension_filled = IconData(0xe299, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__notification__" - /// - /// - static const notification = IconData(0xe24f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__notification filled__" - /// - /// - static const notification_filled = IconData(0xe261, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__parental control__" - /// - /// - static const parental_control = IconData(0xe0ec, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__search__" - /// - /// - static const search = IconData(0xe2d9, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__search filled__" - /// - /// - static const search_filled = IconData(0xe298, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__settings__" - /// - /// - static const settings = IconData(0xe20a, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__settings filled__" - /// - /// - static const settings_filled = IconData(0xe0e1, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__utilities__" - /// - /// - static const utilities = IconData(0xe2d7, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - /// Font icon named "__utilities filled__" - /// - /// - static const utilities_filled = IconData(0xe05f, fontFamily: iconFontFamily, fontPackage: iconFontPackage); - - static const all = { - 'gears': gears, - 'tablet': tablet, - 'copy': copy, - 'shield_warning': shield_warning, - 'shield': shield, - 'shield_filled': shield_filled, - 'rss': rss, - 'usb_stick_filled': usb_stick_filled, - 'pen': pen, - 'minus': minus, - 'weather': weather, - 'pda': pda, - 'pin': pin, - 'printer_preview': printer_preview, - 'printer_network': printer_network, - 'printer_preview_filled': printer_preview_filled, - 'printer_warning': printer_warning, - 'printer_printing_filled': printer_printing_filled, - 'printer_printing': printer_printing, - 'printer': printer, - 'printer_filled': printer_filled, - 'printer_warning_filled': printer_warning_filled, - 'printer_error_filled': printer_error_filled, - 'printer_network_filled': printer_network_filled, - 'printer_error': printer_error, - 'puzzle_piece': puzzle_piece, - 'switchbox': switchbox, - 'switchbox_filled': switchbox_filled, - 'switchbox_checked_filled': switchbox_checked_filled, - 'switchbox_checked': switchbox_checked, - 'computer': computer, - 'modem_filled': modem_filled, - 'tab_new_filled': tab_new_filled, - 'ok_simple': ok_simple, - 'television_filled': television_filled, - 'eject': eject, - 'folder_simple_filled': folder_simple_filled, - 'folder_open': folder_open, - 'folder_search_filled': folder_search_filled, - 'folder_open_filled': folder_open_filled, - 'folder': folder, - 'folder_drag_accept_filled': folder_drag_accept_filled, - 'folder_new': folder_new, - 'folder_drag_accept': folder_drag_accept, - 'folder_new_filled': folder_new_filled, - 'folder_filled': folder_filled, - 'folder_remote_filled': folder_remote_filled, - 'folder_remote': folder_remote, - 'folder_simple': folder_simple, - 'folder_search': folder_search, - 'color_select': color_select, - 'few_clouds': few_clouds, - 'calculator': calculator, - 'rain_filled': rain_filled, - 'insert_image_filled': insert_image_filled, - 'insert_object': insert_object, - 'insert_link': insert_link, - 'insert_image': insert_image, - 'insert_link_filled': insert_link_filled, - 'insert_text': insert_text, - 'insert_object_filled': insert_object_filled, - 'edit_clear': edit_clear, - 'desktop_appearance_filled': desktop_appearance_filled, - 'desktop': desktop, - 'desktop_filled': desktop_filled, - 'desktop_remote_filled': desktop_remote_filled, - 'desktop_remote': desktop_remote, - 'desktop_appearance': desktop_appearance, - 'panel_look_filled': panel_look_filled, - 'server_filled': server_filled, - 'mouse_filled': mouse_filled, - 'radiobox_mixed': radiobox_mixed, - 'radiobox': radiobox, - 'radiobox_filled': radiobox_filled, - 'radiobox_checked_filled': radiobox_checked_filled, - 'radiobox_mixed_filled': radiobox_mixed_filled, - 'radiobox_checked': radiobox_checked, - 'star_filled': star_filled, - 'text_direction_ltr': text_direction_ltr, - 'game_controller_filled': game_controller_filled, - 'hourglass_filled': hourglass_filled, - 'stopwatch_filled': stopwatch_filled, - 'usb_stick': usb_stick, - 'star': star, - 'html_filled': html_filled, - 'sidebar_right': sidebar_right, - 'sidebar_hide_right': sidebar_hide_right, - 'sidebar_hide_right_filled': sidebar_hide_right_filled, - 'sidebar_hide': sidebar_hide, - 'sidebar': sidebar, - 'sidebar_filled': sidebar_filled, - 'sidebar_hide_filled': sidebar_hide_filled, - 'sidebar_right_filled': sidebar_right_filled, - 'outbox_filled': outbox_filled, - 'audio_card_filled': audio_card_filled, - 'swiss_knife_filled': swiss_knife_filled, - 'home_filled': home_filled, - 'stopwatch': stopwatch, - 'radio': radio, - 'appliance': appliance, - 'target': target, - 'monitor_filled': monitor_filled, - 'education_filled': education_filled, - 'application_bag': application_bag, - 'application': application, - 'application_bag_filled': application_bag_filled, - 'flip_horizontal': flip_horizontal, - 'redo': redo, - 'beaker_filled': beaker_filled, - 'log_out': log_out, - 'log_in_filled': log_in_filled, - 'log_out_filled': log_out_filled, - 'log_in': log_in, - 'bold': bold, - 'compass_filled': compass_filled, - 'sun': sun, - 'flip_vertical': flip_vertical, - 'placeholder_icon': placeholder_icon, - 'cut': cut, - 'reply': reply, - 'floppy': floppy, - 'underline': underline, - 'shutdown': shutdown, - 'repeat': repeat, - 'repeat_single_filled': repeat_single_filled, - 'repeat_filled': repeat_filled, - 'repeat_single': repeat_single, - 'computer_filled': computer_filled, - 'users': users, - 'external_link_filled': external_link_filled, - 'update_urgent': update_urgent, - 'update': update, - 'update_available': update_available, - 'update_available_filled': update_available_filled, - 'update_urgent_filled': update_urgent_filled, - 'localization': localization, - 'few_clouds_night': few_clouds_night, - 'plus': plus, - 'image_loading_filled': image_loading_filled, - 'image_loading': image_loading, - 'image_missing': image_missing, - 'image_missing_filled': image_missing_filled, - 'image': image, - 'image_history_filled': image_history_filled, - 'image_filled': image_filled, - 'image_history': image_history, - 'chip_filled': chip_filled, - 'book_filled': book_filled, - 'important_filled': important_filled, - 'fingerprint_filled': fingerprint_filled, - 'tornado': tornado, - 'pan_down': pan_down, - 'pan_end': pan_end, - 'pan_start': pan_start, - 'pan_up': pan_up, - 'phone': phone, - 'phone_old': phone_old, - 'phone_receiver': phone_receiver, - 'phone_old_filled': phone_old_filled, - 'inbox_filled': inbox_filled, - 'rule_and_pen': rule_and_pen, - 'floppy_filled': floppy_filled, - 'showers_night_filled': showers_night_filled, - 'weather_alert': weather_alert, - 'trash_full_filled': trash_full_filled, - 'trash': trash, - 'trash_filled': trash_filled, - 'trash_full': trash_full, - 'multimedia_player_filled': multimedia_player_filled, - 'information': information, - 'rotate_right': rotate_right, - 'menu': menu, - 'modem': modem, - 'education': education, - 'check_spelling': check_spelling, - 'debian': debian, - 'skip_backward': skip_backward, - 'save_as': save_as, - 'save_as_filled': save_as_filled, - 'save': save, - 'save_filled': save_filled, - 'power': power, - 'app_grid': app_grid, - 'touchpad': touchpad, - 'health': health, - 'ok_filled': ok_filled, - 'send': send, - 'user': user, - 'user_new': user_new, - 'user_new_filled': user_new_filled, - 'user_filled': user_filled, - 'fast_forward': fast_forward, - 'wind': wind, - 'tablet_filled': tablet_filled, - 'information_filled': information_filled, - 'power_filled': power_filled, - 'character_map': character_map, - 'lock': lock, - 'globe': globe, - 'games': games, - 'no_package_snap': no_package_snap, - 'no_package_snap_filled': no_package_snap_filled, - 'no_package_flatpak_filled': no_package_flatpak_filled, - 'no_package_flatpak': no_package_flatpak, - 'no_package': no_package, - 'no_package_deb': no_package_deb, - 'no_package_filled': no_package_filled, - 'no_package_deb_filled': no_package_deb_filled, - 'warning': warning, - 'sync': sync, - 'sync_error': sync_error, - 'screensaver_filled': screensaver_filled, - 'showers_filled': showers_filled, - 'bluetooth': bluetooth, - 'cloud': cloud, - 'droplets': droplets, - 'html': html, - 'playlist_play': playlist_play, - 'playlist': playlist, - 'playlist_filled': playlist_filled, - 'flatpak': flatpak, - 'kde_logo': kde_logo, - 'dictionary': dictionary, - 'notjunk': notjunk, - 'notjunk_filled': notjunk_filled, - 'gear_filled': gear_filled, - 'trowel': trowel, - 'tab_new': tab_new, - 'fog': fog, - 'text_editor_filled': text_editor_filled, - 'terminal_filled': terminal_filled, - 'placeholder_icon_filled': placeholder_icon_filled, - 'dictionary_filled': dictionary_filled, - 'hide': hide, - 'ok': ok, - 'indent_more': indent_more, - 'familly': familly, - 'snow': snow, - 'users_filled': users_filled, - 'clear_night_filled': clear_night_filled, - 'overcast_filled': overcast_filled, - 'book': book, - 'fingerprint': fingerprint, - 'home': home, - 'text_editor': text_editor, - 'overcast': overcast, - 'thunderbolt': thunderbolt, - 'paste': paste, - 'beaker': beaker, - 'mouse': mouse, - 'refresh': refresh, - 'task_list': task_list, - 'task_important_filled': task_important_filled, - 'task_warning': task_warning, - 'task_list_filled': task_list_filled, - 'task_warning_filled': task_warning_filled, - 'task_error_filled': task_error_filled, - 'task_important': task_important, - 'task_error': task_error, - 'tag': tag, - 'external_link': external_link, - 'flag_filled': flag_filled, - 'bookmark_filled': bookmark_filled, - 'reboot': reboot, - 'xfce_logo': xfce_logo, - 'location': location, - 'camera_photo': camera_photo, - 'camera_web': camera_web, - 'camera_web_filled': camera_web_filled, - 'camera_video_filed': camera_video_filed, - 'camera_photo_filed': camera_photo_filed, - 'camera_video': camera_video, - 'history_filled': history_filled, - 'rotate_left': rotate_left, - 'podcast': podcast, - 'smartphone': smartphone, - 'unordered_list_remove': unordered_list_remove, - 'unordered_list': unordered_list, - 'unordered_list_new': unordered_list_new, - 'subtitles': subtitles, - 'library_music': library_music, - 'library_music_filled': library_music_filled, - 'library_artists_filled': library_artists_filled, - 'library_artists': library_artists, - 'forward': forward, - 'lock_filled': lock_filled, - 'arrow_right': arrow_right, - 'arrow_left': arrow_left, - 'arrow_up_outlined': arrow_up_outlined, - 'arrow_left_outlined': arrow_left_outlined, - 'arrow_down': arrow_down, - 'arrow_up': arrow_up, - 'arrow_down_outlined': arrow_down_outlined, - 'arrow_right_outlined': arrow_right_outlined, - 'meter_middle': meter_middle, - 'meter_5': meter_5, - 'meter_1_filled': meter_1_filled, - 'meter_7': meter_7, - 'meter_3_filled': meter_3_filled, - 'meter_2': meter_2, - 'meter_0': meter_0, - 'meter_1': meter_1, - 'meter_0_filled': meter_0_filled, - 'meter_3': meter_3, - 'meter_6': meter_6, - 'meter_quarter_filled': meter_quarter_filled, - 'meter_8': meter_8, - 'meter_4_filled': meter_4_filled, - 'meter_2_filled': meter_2_filled, - 'meter_9': meter_9, - 'meter_7_filled': meter_7_filled, - 'meter_quarter': meter_quarter, - 'meter_three_quarter_filled': meter_three_quarter_filled, - 'meter_three_quarter': meter_three_quarter, - 'meter_9_filled': meter_9_filled, - 'meter_8_filled': meter_8_filled, - 'meter_6_filled': meter_6_filled, - 'meter_4': meter_4, - 'meter_middle_filled': meter_middle_filled, - 'meter_5_filled': meter_5_filled, - 'rain': rain, - 'disk': disk, - 'keyboard_filled': keyboard_filled, - 'compass': compass, - 'address_book': address_book, - 'address_book_new': address_book_new, - 'address_book_filled': address_book_filled, - 'address_book_filled_new': address_book_filled_new, - 'keyboard_shortcuts': keyboard_shortcuts, - 'keyboard_shortcuts_new': keyboard_shortcuts_new, - 'keyboard_shortcuts_new_filled': keyboard_shortcuts_new_filled, - 'keyboard_shortcuts_filled': keyboard_shortcuts_filled, - 'wrench': wrench, - 'private_mask': private_mask, - 'disk_filled': disk_filled, - 'mail_unread_filled': mail_unread_filled, - 'mail_open': mail_open, - 'mail_signed': mail_signed, - 'mail_signed_filled': mail_signed_filled, - 'mail_open_filled': mail_open_filled, - 'mail_forwarded_filled': mail_forwarded_filled, - 'mail_ok_filled': mail_ok_filled, - 'mail_replied_filled': mail_replied_filled, - 'mail_ok': mail_ok, - 'mail': mail, - 'mail_new': mail_new, - 'mail_new_filled': mail_new_filled, - 'mail_filled': mail_filled, - 'mail_replied': mail_replied, - 'mail_unread': mail_unread, - 'mail_forwarded': mail_forwarded, - 'undo': undo, - 'dialpad': dialpad, - 'weather_alert_filled': weather_alert_filled, - 'media_play': media_play, - 'media_pause': media_pause, - 'media_stop': media_stop, - 'media_record': media_record, - 'go_jump': go_jump, - 'go_bottom': go_bottom, - 'go_down': go_down, - 'go_last': go_last, - 'go_up': go_up, - 'go_first': go_first, - 'go_next': go_next, - 'go_top': go_top, - 'go_previous': go_previous, - 'audio_card': audio_card, - 'zoom_fit_best': zoom_fit_best, - 'zoom_out': zoom_out, - 'zoom_original': zoom_original, - 'zoom_in_filled': zoom_in_filled, - 'zoom_original_filled': zoom_original_filled, - 'zoom_out_filled': zoom_out_filled, - 'zoom_in': zoom_in, - 'selection': selection, - 'wallpaper_filled': wallpaper_filled, - 'scanner_filled': scanner_filled, - 'fog_filled': fog_filled, - 'weather_filled': weather_filled, - 'terminal': terminal, - 'gnome_logo': gnome_logo, - 'emote_glasses': emote_glasses, - 'emote_smile_big': emote_smile_big, - 'emote_confused_filled': emote_confused_filled, - 'emote_worried_filled': emote_worried_filled, - 'emote_surprise_filled': emote_surprise_filled, - 'emote_smile_big_filled': emote_smile_big_filled, - 'emote_worried': emote_worried, - 'emote_sad_filled': emote_sad_filled, - 'emote_wink_filled': emote_wink_filled, - 'emote_uncertain_filled': emote_uncertain_filled, - 'emote_embarrassed': emote_embarrassed, - 'emote_plain_filled': emote_plain_filled, - 'emote_monkey': emote_monkey, - 'emote_yawn': emote_yawn, - 'emote_sick': emote_sick, - 'emote_tired_filled': emote_tired_filled, - 'emote_kiss': emote_kiss, - 'emote_smirk_filled': emote_smirk_filled, - 'emote_kiss_filled': emote_kiss_filled, - 'emote_confused': emote_confused, - 'emote_shutmouth_filled': emote_shutmouth_filled, - 'emote_cool': emote_cool, - 'emote_sick_filled': emote_sick_filled, - 'emote_smile_filled': emote_smile_filled, - 'emote_devilish_filled': emote_devilish_filled, - 'emote_angry_filled': emote_angry_filled, - 'emote_uncertain': emote_uncertain, - 'emote_laugh': emote_laugh, - 'emote_plain': emote_plain, - 'emote_angel_filled': emote_angel_filled, - 'emote_monkey_filled': emote_monkey_filled, - 'emote_yawn_filled': emote_yawn_filled, - 'emote_crying_filled': emote_crying_filled, - 'emote_raspberry_filled': emote_raspberry_filled, - 'emote_wink': emote_wink, - 'emote_shutmouth': emote_shutmouth, - 'emote_raspberry': emote_raspberry, - 'emote_crying': emote_crying, - 'emote_devilish': emote_devilish, - 'emote_cool_filled': emote_cool_filled, - 'emote_sad': emote_sad, - 'emote_surprise': emote_surprise, - 'emote_angry': emote_angry, - 'emote_smile': emote_smile, - 'emote_embarrassed_filled': emote_embarrassed_filled, - 'emote_tired': emote_tired, - 'emote_angel': emote_angel, - 'emote_laugh_filled': emote_laugh_filled, - 'emote_smirk': emote_smirk, - 'emote_glasses_filled': emote_glasses_filled, - 'heart_filled': heart_filled, - 'screen_lock': screen_lock, - 'screen': screen, - 'screen_lock_filled': screen_lock_filled, - 'screen_filled': screen_filled, - 'speaker_high': speaker_high, - 'speaker_medium_filled': speaker_medium_filled, - 'speaker': speaker, - 'speaker_filled': speaker_filled, - 'speaker_high_filled': speaker_high_filled, - 'speaker_muted': speaker_muted, - 'speaker_low': speaker_low, - 'speaker_medium': speaker_medium, - 'speaker_muted_filled': speaker_muted_filled, - 'speaker_overamplified_filled': speaker_overamplified_filled, - 'speaker_overamplified': speaker_overamplified, - 'speaker_low_filled': speaker_low_filled, - 'sort_ascending': sort_ascending, - 'sort_descending': sort_descending, - 'download': download, - 'download_history_filled': download_history_filled, - 'download_filled': download_filled, - 'download_history': download_history, - 'justify_right': justify_right, - 'justify_left': justify_left, - 'justify_center': justify_center, - 'justify_fill': justify_fill, - 'games_filled': games_filled, - 'appliance_filled': appliance_filled, - 'monitor': monitor, - 'network_transmit': network_transmit, - 'network_wired': network_wired, - 'network_cellular_5g': network_cellular_5g, - 'network_cellular_3g': network_cellular_3g, - 'network_cellular_acquiring': network_cellular_acquiring, - 'network_cellular_signal_excellent_secure': network_cellular_signal_excellent_secure, - 'network_cellular_signal_weak_secure': network_cellular_signal_weak_secure, - 'network_cellular_signal_none_secure': network_cellular_signal_none_secure, - 'network_cellular_hardware_disabled': network_cellular_hardware_disabled, - 'network_cellular': network_cellular, - 'network_cellular_offline': network_cellular_offline, - 'network_cellular_signal_none': network_cellular_signal_none, - 'network_cellular_signal_ok_secure': network_cellular_signal_ok_secure, - 'network_cellular_connected': network_cellular_connected, - 'network_cellular_4g': network_cellular_4g, - 'network_cellular_signal_excellent': network_cellular_signal_excellent, - 'network_cellular_edge': network_cellular_edge, - 'network_cellular_signal_good': network_cellular_signal_good, - 'network_cellular_hspa': network_cellular_hspa, - 'network_cellular_signal_ok': network_cellular_signal_ok, - 'network_cellular_signal_weak': network_cellular_signal_weak, - 'network_cellular_2g': network_cellular_2g, - 'network_cellular_signal_good_secure': network_cellular_signal_good_secure, - 'network_cellular_disabled': network_cellular_disabled, - 'network_cellular_no_route': network_cellular_no_route, - 'network_cellular_gprs': network_cellular_gprs, - 'network_transmit_receive': network_transmit_receive, - 'network_wired_filled': network_wired_filled, - 'network_receive': network_receive, - 'network_hotspot': network_hotspot, - 'network': network, - 'network_offline': network_offline, - 'network_filled': network_filled, - 'network_idle': network_idle, - 'network_error_filled': network_error_filled, - 'network_wireless_acquiring': network_wireless_acquiring, - 'network_wireless_signal_excellent_secure': network_wireless_signal_excellent_secure, - 'network_wireless_signal_weak_secure': network_wireless_signal_weak_secure, - 'network_wireless_signal_none_secure': network_wireless_signal_none_secure, - 'network_wireless': network_wireless, - 'network_wireless_signal_none': network_wireless_signal_none, - 'network_wireless_signal_ok_secure': network_wireless_signal_ok_secure, - 'network_wireless_signal_excellent': network_wireless_signal_excellent, - 'network_wireless_signal_good': network_wireless_signal_good, - 'network_wireless_signal_ok': network_wireless_signal_ok, - 'network_wireless_signal_weak': network_wireless_signal_weak, - 'network_wireless_signal_good_secure': network_wireless_signal_good_secure, - 'network_wireless_disabled': network_wireless_disabled, - 'network_wireless_no_route': network_wireless_no_route, - 'network_offline_filled': network_offline_filled, - 'network_error': network_error, - 'storm_filled': storm_filled, - 'windows_filled': windows_filled, - 'call_incoming': call_incoming, - 'call_outgoing': call_outgoing, - 'call_start': call_start, - 'call_stop': call_stop, - 'drag_handle': drag_handle, - 'headphones': headphones, - 'game_controller': game_controller, - 'gear': gear, - 'search_history_filled': search_history_filled, - 'stop': stop, - 'calendar_week_filled': calendar_week_filled, - 'calendar_important_filled': calendar_important_filled, - 'calendar_warning': calendar_warning, - 'calendar_month_filled': calendar_month_filled, - 'calendar': calendar, - 'calendar_new': calendar_new, - 'calendar_month': calendar_month, - 'calendar_new_filled': calendar_new_filled, - 'calendar_filled': calendar_filled, - 'calendar_warning_filled': calendar_warning_filled, - 'calendar_error_filled': calendar_error_filled, - 'calendar_day': calendar_day, - 'calendar_important': calendar_important, - 'calendar_day_filled': calendar_day_filled, - 'calendar_week': calendar_week, - 'calendar_error': calendar_error, - 'document_open': document_open, - 'document_open_filled': document_open_filled, - 'document_template_filled': document_template_filled, - 'document_template': document_template, - 'document': document, - 'document_history_filled': document_history_filled, - 'document_new': document_new, - 'document_new_filled': document_new_filled, - 'document_filled': document_filled, - 'document_history': document_history, - 'microphone_high': microphone_high, - 'microphone_medium_filled': microphone_medium_filled, - 'microphone': microphone, - 'microphone_filled': microphone_filled, - 'microphone_high_filled': microphone_high_filled, - 'microphone_muted': microphone_muted, - 'microphone_low': microphone_low, - 'microphone_medium': microphone_medium, - 'microphone_muted_filled': microphone_muted_filled, - 'microphone_low_filled': microphone_low_filled, - 'office_presentation_filled': office_presentation_filled, - 'office_drawing': office_drawing, - 'office_drawing_filled': office_drawing_filled, - 'office_spreadsheet_filled': office_spreadsheet_filled, - 'office_presentation': office_presentation, - 'office': office, - 'office_filled': office_filled, - 'office_spreadsheet': office_spreadsheet, - 'wrench_filled': wrench_filled, - 'hourglass': hourglass, - 'script': script, - 'graphic_tablet': graphic_tablet, - 'colors': colors, - 'question_filled': question_filled, - 'script_filled': script_filled, - 'clock': clock, - 'question': question, - 'hide_filled': hide_filled, - 'smartphone_filled': smartphone_filled, - 'checkbox_mixed': checkbox_mixed, - 'checkbox': checkbox, - 'checkbox_filled': checkbox_filled, - 'checkbox_checked_filled': checkbox_checked_filled, - 'checkbox_mixed_filled': checkbox_mixed_filled, - 'checkbox_checked': checkbox_checked, - 'server': server, - 'format_remove': format_remove, - 'multimedia_filled': multimedia_filled, - 'colors_filled': colors_filled, - 'health_filled': health_filled, - 'bell': bell, - 'warning_filled': warning_filled, - 'sun_filled': sun_filled, - 'music_artist_filled': music_artist_filled, - 'music_artist': music_artist, - 'music_queue_filled': music_queue_filled, - 'music_history_filled': music_history_filled, - 'music_single_filled': music_single_filled, - 'music_note': music_note, - 'music_single': music_single, - 'music_history': music_history, - 'music_queue': music_queue, - 'touchpad_filled': touchpad_filled, - 'television': television, - 'computer_legacy_filled': computer_legacy_filled, - 'shuffle': shuffle, - 'edit_clear_all': edit_clear_all, - 'wallpaper': wallpaper, - 'bell_filled': bell_filled, - 'dialpad_filled': dialpad_filled, - 'ubuntu_logo': ubuntu_logo, - 'ubuntu_logo_large': ubuntu_logo_large, - 'ubuntu_logo_simple': ubuntu_logo_simple, - 'few_clouds_filled': few_clouds_filled, - 'multimedia_player': multimedia_player, - 'clear_night': clear_night, - 'paste_filled': paste_filled, - 'heart': heart, - 'tag_filled': tag_filled, - 'globe_filled': globe_filled, - 'view_more_horizontal': view_more_horizontal, - 'view_more': view_more, - 'package_snap': package_snap, - 'package_snap_filled': package_snap_filled, - 'package_flatpak_filled': package_flatpak_filled, - 'package_flatpak': package_flatpak, - 'package': package, - 'package_deb': package_deb, - 'package_filled': package_filled, - 'package_deb_filled': package_deb_filled, - 'error_filled': error_filled, - 'keyboard': keyboard, - 'ordered_list_remove': ordered_list_remove, - 'ordered_list': ordered_list, - 'ordered_list_new': ordered_list_new, - 'rule_and_pen_filled': rule_and_pen_filled, - 'graphic_tablet_filled': graphic_tablet_filled, - 'headset': headset, - 'tape_filled': tape_filled, - 'display_layout_filled': display_layout_filled, - 'drive_ieee1394': drive_ieee1394, - 'drive_harddisk_error': drive_harddisk_error, - 'drive_harddisk_usb_filled': drive_harddisk_usb_filled, - 'drive_harddisk_disabled': drive_harddisk_disabled, - 'drive_harddisk_warning': drive_harddisk_warning, - 'drive_multidisk_filled': drive_multidisk_filled, - 'drive_removable_media_filled': drive_removable_media_filled, - 'drive_harddisk_error_filled': drive_harddisk_error_filled, - 'drive_harddisk': drive_harddisk, - 'drive_harddisk_warning_filled': drive_harddisk_warning_filled, - 'drive_solidstatedisk_filled': drive_solidstatedisk_filled, - 'drive_optical': drive_optical, - 'drive_harddisk_broken': drive_harddisk_broken, - 'drive_harddisk_filled': drive_harddisk_filled, - 'drive_ieee1394_filled': drive_ieee1394_filled, - 'drive_harddisk_usb': drive_harddisk_usb, - 'drive_solidstatedisk': drive_solidstatedisk, - 'drive_harddisk_broken_filled': drive_harddisk_broken_filled, - 'drive_optical_filled': drive_optical_filled, - 'drive_harddisk_disabled_filled': drive_harddisk_disabled_filled, - 'drive_multidisk': drive_multidisk, - 'drive_removable_media': drive_removable_media, - 'gear_dots_filled': gear_dots_filled, - 'magnifying_glass_filled': magnifying_glass_filled, - 'puzzle_piece_filled': puzzle_piece_filled, - 'checkmark': checkmark, - 'share': share, - 'thumb_down_filled': thumb_down_filled, - 'thumb_down': thumb_down, - 'thumb_up': thumb_up, - 'thumb_up_filled': thumb_up_filled, - 'share_filled': share_filled, - 'important': important, - 'inbox': inbox, - 'tape': tape, - 'find_replace': find_replace, - 'battery_1_charging': battery_1_charging, - 'battery_6_charging': battery_6_charging, - 'battery_5': battery_5, - 'battery_7': battery_7, - 'battery_missing': battery_missing, - 'battery_2': battery_2, - 'battery_warning': battery_warning, - 'battery_1': battery_1, - 'battery_2_charging': battery_2_charging, - 'battery_3': battery_3, - 'battery_6': battery_6, - 'battery_8': battery_8, - 'battery_9_charging': battery_9_charging, - 'battery_empty': battery_empty, - 'battery_4_charging': battery_4_charging, - 'battery_full': battery_full, - 'battery_9': battery_9, - 'battery_empty_charging': battery_empty_charging, - 'battery_5_charging': battery_5_charging, - 'battery_full_charging': battery_full_charging, - 'battery_3_charging': battery_3_charging, - 'battery_4': battery_4, - 'battery_7_charging': battery_7_charging, - 'battery_8_charging': battery_8_charging, - 'flash_card_filled': flash_card_filled, - 'edit_clear_filled': edit_clear_filled, - 'key': key, - 'key_filled': key_filled, - 'clock_filled': clock_filled, - 'computer_legacy': computer_legacy, - 'history': history, - 'multimedia': multimedia, - 'localization_filled': localization_filled, - 'trowel_filled': trowel_filled, - 'junk': junk, - 'junk_filled': junk_filled, - 'outbox': outbox, - 'gear_dots': gear_dots, - 'snapcraft_bag': snapcraft_bag, - 'snapcraft_warning': snapcraft_warning, - 'snapcraft': snapcraft, - 'snapcraft_important': snapcraft_important, - 'snapcraft_info': snapcraft_info, - 'snapcraft_bag_filled': snapcraft_bag_filled, - 'snapcraft_error': snapcraft_error, - 'subtitles_filled': subtitles_filled, - 'fast_backward': fast_backward, - 'strikethrough': strikethrough, - 'flash_card': flash_card, - 'send_receive': send_receive, - 'swiss_knife': swiss_knife, - 'display_layout': display_layout, - 'magnifying_glass': magnifying_glass, - 'text_direction_rtl': text_direction_rtl, - 'find_replace_filled': find_replace_filled, - 'gears_filled': gears_filled, - 'indent_less': indent_less, - 'bookmark': bookmark, - 'human': human, - 'send_filled': send_filled, - 'copy_filled': copy_filled, - 'private_mask_filled': private_mask_filled, - 'showers_night': showers_night, - 'reply_all': reply_all, - 'radio_filled': radio_filled, - 'code': code, - 'panel_look': panel_look, - 'eye_filled': eye_filled, - 'star_semi_filled': star_semi_filled, - 'target_filled': target_filled, - 'screensaver': screensaver, - 'cloud_filled': cloud_filled, - 'video': video, - 'video_history_filled': video_history_filled, - 'video_filled': video_filled, - 'video_history': video_history, - 'revert': revert, - 'font': font, - 'window_maximize': window_maximize, - 'window_minimize': window_minimize, - 'window_restore_filled': window_restore_filled, - 'window_close': window_close, - 'window': window, - 'window_maximize_filled': window_maximize_filled, - 'window_new': window_new, - 'window_new_filled': window_new_filled, - 'window_filled': window_filled, - 'window_restore': window_restore, - 'window_top_bar': window_top_bar, - 'window_top_bar_filled': window_top_bar_filled, - 'podcast_filled': podcast_filled, - 'chat_bubble_filled': chat_bubble_filled, - 'chat_bubble': chat_bubble, - 'chat_idle_filled': chat_idle_filled, - 'chat_away': chat_away, - 'chat_offline': chat_offline, - 'chat_away_filled': chat_away_filled, - 'chat_idle': chat_idle, - 'chat_offline_filled': chat_offline_filled, - 'chat_text': chat_text, - 'chat_text_filled': chat_text_filled, - 'italic': italic, - 'eye': eye, - 'fullscreen': fullscreen, - 'fullscreen_exit': fullscreen_exit, - 'chip': chip, - 'tree_fir_filled': tree_fir_filled, - 'tree_fir': tree_fir, - 'tree': tree, - 'tree_filled': tree_filled, - 'snow_filled': snow_filled, - 'scanner': scanner, - 'search_history': search_history, - 'flag': flag, - 'few_clouds_night_filled': few_clouds_night_filled, - 'pda_filled': pda_filled, - 'skip_forward': skip_forward, - 'windows': windows, - 'storm': storm, - 'showers': showers, - 'error': error, - 'paper_clip': paper_clip, - 'battery': battery, - 'extension': extension, - 'extension_filled': extension_filled, - 'notification': notification, - 'notification_filled': notification_filled, - 'parental_control': parental_control, - 'search': search, - 'search_filled': search_filled, - 'settings': settings, - 'settings_filled': settings_filled, - 'utilities': utilities, - 'utilities_filled': utilities_filled, - }; -} diff --git a/lib/yaru_icons.dart b/lib/yaru_icons.dart deleted file mode 100644 index 185e561..0000000 --- a/lib/yaru_icons.dart +++ /dev/null @@ -1,13 +0,0 @@ -library yaru_icons; - -// Animated Icons -export 'src/widgets/animated_icons/yaru_animated_compass_icon.dart'; -export 'src/widgets/animated_icons/yaru_animated_heart_icon.dart'; -export 'src/widgets/animated_icons/yaru_animated_icon.dart'; -export 'src/widgets/animated_icons/yaru_animated_no_network_icon.dart'; -export 'src/widgets/animated_icons/yaru_animated_ok_icon.dart'; -export 'src/widgets/animated_icons/yaru_animated_star_icon.dart'; -// Widgets -export 'src/widgets/yaru_placeholder_icon.dart'; -export 'src/yaru_freedesktop_icons.dart'; -export 'src/yaru_icons.dart'; diff --git a/main.dart.js b/main.dart.js new file mode 100644 index 0000000..8514d82 --- /dev/null +++ b/main.dart.js @@ -0,0 +1,78199 @@ +(function dartProgram(){function copyProperties(a,b){var s=Object.keys(a) +for(var r=0;r=0)return true +if(typeof version=="function"&&version.length==0){var q=version() +if(/^\d+\.\d+\.\d+\.\d+$/.test(q))return true}}catch(p){}return false}() +function inherit(a,b){a.prototype.constructor=a +a.prototype["$i"+a.name]=a +if(b!=null){if(z){Object.setPrototypeOf(a.prototype,b.prototype) +return}var s=Object.create(b.prototype) +copyProperties(a.prototype,s) +a.prototype=s}}function inheritMany(a,b){for(var s=0;s2)return B.av +return B.bl}else if(B.d.n(s.toLowerCase(),"iphone")||B.d.n(s.toLowerCase(),"ipad")||B.d.n(s.toLowerCase(),"ipod"))return B.av +else if(B.d.n(r,"Android"))return B.eT +else if(B.d.d0(s,"Linux"))return B.ij +else if(B.d.d0(s,"Win"))return B.ry +else return B.Ue}, +aBE(){var s=$.cO() +return s===B.av&&B.d.n(self.window.navigator.userAgent,"OS 15_")}, +adu(){var s,r=A.anL(1,1) +if(A.U_(r,"webgl2",null)!=null){s=$.cO() +if(s===B.av)return 1 +return 2}if(A.U_(r,"webgl",null)!=null)return 1 +return-1}, +anE(){return self.Intl.v8BreakIterator!=null&&self.Intl.Segmenter!=null}, +a0(){return $.bY.cF()}, +awh(a,b){return a.setColorInt(b)}, +aon(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}, +ahS(a){var s,r,q,p=new Float32Array(9) +for(s=a.length,r=0;r<9;++r){q=B.mb[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}, +is(a){var s=new Float32Array(4) +s[0]=a.a +s[1]=a.b +s[2]=a.c +s[3]=a.d +return s}, +aBl(a){return new A.y(a[0],a[1],a[2],a[3])}, +C6(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}, +aCd(a){var s,r=a.length,q=new Uint32Array(r) +for(s=0;s"))}, +aAC(a,b){return b+a}, +Rc(){var s=0,r=A.a_(t.e),q,p,o +var $async$Rc=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:s=3 +return A.a5(A.adx(A.az_()),$async$Rc) +case 3:p=t.e +s=4 +return A.a5(A.o9(self.window.CanvasKitInit(p.a({locateFile:A.bc(A.azm())})),p),$async$Rc) +case 4:o=b +if(A.alk(o.ParagraphBuilder)&&!A.anE())throw A.h(A.dK("The CanvasKit variant you are using only works on Chromium browsers. Please use a different CanvasKit variant, or use a Chromium browser.")) +q=o +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$Rc,r)}, +adx(a){var s=0,r=A.a_(t.H),q,p,o,n +var $async$adx=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:p=new A.dz(a,a.gD(a)),o=A.l(p).c +case 3:if(!p.v()){s=4 +break}n=p.d +s=5 +return A.a5(A.azi(n==null?o.a(n):n),$async$adx) +case 5:if(c){s=1 +break}s=3 +break +case 4:throw A.h(A.dK("Failed to download any of the following CanvasKit URLs: "+a.k(0))) +case 1:return A.Y(q,r)}}) +return A.Z($async$adx,r)}, +azi(a){var s,r,q,p,o,n=$.bS +n=(n==null?$.bS=A.ew(self.window.flutterConfiguration):n).b +n=n==null?null:A.afT(n) +s=A.bD(self.document,"script") +if(n!=null)s.nonce=n +s.src=A.aAS(a) +n=new A.am($.ac,t.ot) +r=new A.bk(n,t.BT) +q=A.aX("loadCallback") +p=A.aX("errorCallback") +o=t.e +q.sck(o.a(A.bc(new A.adw(s,r)))) +p.sck(o.a(A.bc(new A.adv(s,r)))) +A.bP(s,"load",q.aF(),null) +A.bP(s,"error",p.aF(),null) +self.document.head.appendChild(s) +return n}, +ako(a){var s=null +return new A.fY(B.To,s,s,s,a,s)}, +atw(){var s=t.qN +return new A.DS(A.c([],s),A.c([],s))}, +aB0(a,b){var s,r,q,p,o +if(a.length===0||b.length===0)return null +s=new A.ae9(a,b) +r=new A.ae8(a,b) +q=B.b.iQ(a,B.b.gU(b)) +p=B.b.Ca(a,B.b.gaq(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}, +akY(a,b,c){var s=new globalThis.window.flutterCanvasKit.Font(c),r=A.c([0],t.t) +s.getGlyphBounds(r,null,null) +return new A.n4(b,a,c)}, +afg(){var s,r=new globalThis.window.flutterCanvasKit.Paint(),q=new A.os(r,B.e_,B.aM,B.Xd,B.Xf,B.hM) +r.setAntiAlias(!0) +r.setColorInt(4278190080) +s=new A.ei("Paint") +s.ip(q,r,"Paint") +q.b!==$&&A.bB() +q.b=s +return q}, +SH(a,b){var s=new A.tH(b),r=new A.ei("Path") +r.ip(s,a,"Path") +s.a!==$&&A.bB() +s.a=r +return s}, +jm(){var s,r,q,p=$.aly +if(p==null){p=$.bS +p=(p==null?$.bS=A.ew(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.ae(p)}if(p==null)p=8 +s=A.bD(self.document,"flt-canvas-container") +r=t.y1 +q=A.c([],r) +r=A.c([],r) +r=$.aly=new A.HK(new A.jl(s),Math.max(p,1),q,r) +p=r}return p}, +asc(a,b){var s,r,q,p=null +t.S3.a(a) +s=t.e.a({}) +r=A.ahg(a.a,a.b) +s.fontFamilies=r +r=a.c +if(r!=null)s.fontSize=r +r=a.d +if(r!=null)s.heightMultiplier=r +q=a.x +q=b==null?p:b.c +switch(q){case null:case void 0:break +case B.w:A.all(s,!0) +break +case B.iX:A.all(s,!1) +break}r=a.e +if(r!=null)s.leading=r +r=a.f +if(r!=null||!1)s.fontStyle=A.ahR(r,a.r) +r=a.w +if(r!=null)s.forceStrutHeight=r +s.strutEnabled=!0 +return s}, +afi(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.tJ(b,c,d,e,f,m,k,a0,g,h,j,q,a1,o,p,r,a,n,s,i,l)}, +ahR(a,b){var s=t.e.a({}) +if(a!=null)s.weight=$.aqk()[a.a] +return s}, +ahg(a,b){var s=A.c([],t.s) +if(a!=null)s.push(a) +if(b!=null&&!B.b.M7(b,new A.adC(a)))B.b.P(s,b) +B.b.P(s,$.S().gvI().gMs().at) +return s}, +aw2(a,b){var s=b.length +if(s<=B.wb.b)return a.c +if(s<=B.wc.b)return a.b +if(s<=B.wd.b)return a.a +return null}, +anV(a,b){var s,r=new A.DO(t.e.a($.apS().h(0,b).segment(a)[self.Symbol.iterator]()),t.yN),q=A.c([],t.t) +for(;r.v();){s=r.b +s===$&&A.b() +q.push(B.c.ae(s.index))}q.push(a.length) +return new Uint32Array(A.rP(q))}, +aBe(a){var s,r,q,p,o=A.aAz(a,a,$.aqE()),n=o.length,m=new Uint32Array((n+1)*2) +m[0]=0 +m[1]=0 +for(s=0;s>>16&255)/255 +s[1]=(a.gl()>>>8&255)/255 +s[2]=(a.gl()&255)/255 +s[3]=(a.gl()>>>24&255)/255 +return s}, +aiZ(){return self.window.navigator.clipboard!=null?new A.SU():new A.Vy()}, +akG(){var s=$.eO() +return s===B.cn||self.window.navigator.clipboard==null?new A.Vz():new A.SV()}, +ew(a){var s=new A.VN() +if(a!=null){s.a=!0 +s.b=a}return s}, +afT(a){var s=a.nonce +return s==null?null:s}, +ajq(a){var s=a.innerHeight +return s==null?null:s}, +ajr(a,b){return a.matchMedia(b)}, +afw(a,b){return a.getComputedStyle(b)}, +at8(a){return new A.U0(a)}, +atd(a){return a.userAgent}, +atc(a){var s=a.languages +if(s==null)s=null +else{s=J.t0(s,new A.U2(),t.N) +s=A.ah(s,!0,A.l(s).i("ba.E"))}return s}, +bD(a,b){return a.createElement(b)}, +bP(a,b,c,d){if(c!=null)if(d==null)a.addEventListener(b,c) +else a.addEventListener(b,c,d)}, +eu(a,b,c,d){if(c!=null)if(d==null)a.removeEventListener(b,c) +else a.removeEventListener(b,c,d)}, +e5(a){var s=a.timeStamp +return s==null?null:s}, +ate(a,b){a.textContent=b +return b}, +ata(a){return a.tagName}, +at9(a){var s +for(;a.firstChild!=null;){s=a.firstChild +s.toString +a.removeChild(s)}}, +R(a,b,c){a.setProperty(b,c,"")}, +anM(a){var s=A.bD(self.document,"style") +if(a!=null)s.nonce=a +return s}, +anL(a,b){var s +$.anR=$.anR+1 +s=A.bD(self.window.document,"canvas") +if(b!=null)A.ajd(s,b) +if(a!=null)A.ajc(s,a) +return s}, +ajd(a,b){a.width=b +return b}, +ajc(a,b){a.height=b +return b}, +U_(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)}}, +at7(a,b){var s +if(b===1){s=A.U_(a,"webgl",null) +s.toString +return t.e.a(s)}s=A.U_(a,"webgl2",null) +s.toString +return t.e.a(s)}, +rV(a){return A.aBt(a)}, +aBt(a){var s=0,r=A.a_(t.Lk),q,p=2,o,n,m,l,k +var $async$rV=A.W(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:p=4 +s=7 +return A.a5(A.o9(self.window.fetch(a),t.e),$async$rV) +case 7:n=c +q=new A.EB(a,n) +s=1 +break +p=2 +s=6 +break +case 4:p=3 +k=o +m=A.an(k) +throw A.h(new A.Ez(a,m)) +s=6 +break +case 3:s=2 +break +case 6:case 1:return A.Y(q,r) +case 2:return A.X(o,r)}}) +return A.Z($async$rV,r)}, +aeo(a){var s=0,r=A.a_(t.pI),q +var $async$aeo=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:s=3 +return A.a5(A.rV(a),$async$aeo) +case 3:q=c.gwA().mY() +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$aeo,r)}, +ajn(a){var s=a.height +return s==null?null:s}, +ajh(a,b){var s=b==null?null:b +a.value=s +return s}, +m7(a){var s=a.code +return s==null?null:s}, +hH(a){var s=a.key +return s==null?null:s}, +aji(a){var s=a.state +if(s==null)s=null +else{s=A.ahy(s) +s.toString}return s}, +atb(a){return a.matches}, +ajj(a){var s=a.matches +return s==null?null:s}, +fQ(a){var s=a.buttons +return s==null?null:s}, +ajk(a){var s=a.pointerId +return s==null?null:s}, +afv(a){var s=a.pointerType +return s==null?null:s}, +ajl(a){var s=a.tiltX +return s==null?null:s}, +ajm(a){var s=a.tiltY +return s==null?null:s}, +ajo(a){var s=a.wheelDeltaX +return s==null?null:s}, +ajp(a){var s=a.wheelDeltaY +return s==null?null:s}, +atf(a){var s=a.identifier +return s==null?null:s}, +U1(a,b){a.type=b +return b}, +ajg(a,b){var s=b==null?null:b +a.value=s +return s}, +aje(a){var s=a.value +return s==null?null:s}, +afu(a){var s=a.disabled +return s==null?null:s}, +ajf(a,b){a.disabled=b +return b}, +hG(a,b,c){return a.insertRule(b,c)}, +c1(a,b,c){var s=t.e.a(A.bc(c)) +a.addEventListener(b,s) +return new A.DP(b,a,s)}, +aAP(a){return new globalThis.ResizeObserver(A.bc(new A.ae5(a)))}, +aAS(a){if(self.window.trustedTypes!=null)return $.aqD().createScriptURL(a) +return a}, +anN(a){var s,r +if(self.Intl.Segmenter==null)throw A.h(A.fE("Intl.Segmenter() is not supported.")) +s=globalThis.Intl.Segmenter +r=t.N +r=A.aB(A.aD(["granularity",a],r,r)) +if(r==null)r=t.K.a(r) +return new s([],r)}, +aAT(){var s,r +if(self.Intl.v8BreakIterator==null)throw A.h(A.fE("v8BreakIterator is not supported.")) +s=globalThis.Intl.v8BreakIterator +r=A.aB(B.SR) +if(r==null)r=t.K.a(r) +return new s([],r)}, +atN(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}}, +ahM(){var s=0,r=A.a_(t.z) +var $async$ahM=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:if(!$.ahe){$.ahe=!0 +self.window.requestAnimationFrame(A.bc(new A.aeN()))}return A.Y(null,r)}}) +return A.Z($async$ahM,r)}, +atO(a,b){var s=t.S,r=A.cT(null,t.H),q=A.c(["Roboto"],t.s),p=B.b.mh(b,new A.W1()),o=B.b.mh(b,new A.W2()),n=B.b.mh(b,new A.W3()),m=B.b.mh(b,new A.W4()),l=B.b.mh(b,new A.W5()),k=B.b.mh(b,new A.W6()) +s=new A.W0(a,A.ax(s),A.ax(s),A.atP(b),p,o,n,m,l,k,r,q,A.ax(s)) +q=t.Te +s.b=new A.E5(s,A.ax(q),A.A(t.N,q)) +return s}, +atP(a){var s,r,q,p=t.Te,o=A.A(p,t.eT) +for(s=a.length,r=0;r>")) +a.ac(0,new A.XE(r,b)) +B.b.hM(r,new A.XF(b)) +s=new A.XH(b).$1(r) +s.toString +new A.XG(b).$1(s) +return new A.EN(s,b.i("EN<0>"))}, +akS(a,b){var s=A.c([a],t.R) +s.push(b) +return A.fl(a,"call",s)}, +anX(a,b){return new globalThis.Promise(A.bc(new A.aej(a,b)))}, +ahd(a){var s=B.c.ae(a) +return A.cv(B.c.ae((a-s)*1000),s)}, +ayV(a,b){var s={} +s.a=null +return new A.ad8(s,a,b)}, +auj(){var s=new A.EV(A.A(t.N,t.e)) +s.U4() +return s}, +aul(a){switch(a.a){case 0:case 4:return new A.vb(A.ahT("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.vb(A.ahT(';b1{bc1&cf1[fg1]gm2y')) +case 1:case 2:case 5:return new A.vb(A.ahT("8a2@q\u03a9qk1&kq3@q\xc6a\xe6aw2xy2\xa5\xff\u2190\xffz51)s.push(new A.kB(B.b.gU(o),B.b.gaq(o))) +else s.push(new A.kB(p,null))}return s}, +azC(a,b){var s=a.hr(b),r=A.aB1(A.bE(s.b)) +switch(s.a){case"setDevicePixelRatio":$.ct().x=r +$.aL().f.$0() +return!0}return!1}, +jW(a,b){if(a==null)return +if(b===$.ac)a.$0() +else b.rd(a)}, +C_(a,b,c){if(a==null)return +if(b===$.ac)a.$1(c) +else b.m3(a,c)}, +aBC(a,b,c,d){if(b===$.ac)a.$2(c,d) +else b.rd(new A.aey(a,c,d))}, +aB7(){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.aoc(A.afw(self.window,p).getPropertyValue("font-size")) +return(q==null?16:q)/16}, +auZ(a,b,c,d,e,f,g,h){return new A.G1(a,!1,f,e,h,d,c,g)}, +aAK(a){switch(a){case 0:return 1 +case 1:return 4 +case 2:return 2 +default:return B.h.PS(1,a)}}, +nI(a){var s=B.c.ae(a) +return A.cv(B.c.ae((a-s)*1000),s)}, +ahv(a,b){var s,r,q,p,o=$.d3 +if((o==null?$.d3=A.iE():o).x&&a.offsetX===0&&a.offsetY===0)return A.az5(a,b) +o=$.eL.x +o===$&&A.b() +s=a.target +s.toString +if(o.contains(s)){o=$.Rp() +r=o.ghd().w +if(r!=null){a.target.toString +o.ghd().c.toString +q=new A.fX(r.c).abS(a.offsetX,a.offsetY,0) +return new A.i(q.a,q.b)}}if(!J.d(a.target,b)){p=b.getBoundingClientRect() +return new A.i(a.clientX-p.x,a.clientY-p.y)}return new A.i(a.offsetX,a.offsetY)}, +az5(a,b){var s,r,q=a.clientX,p=a.clientY +for(s=b;s.offsetParent!=null;s=r){q-=s.offsetLeft-s.scrollLeft +p-=s.offsetTop-s.scrollTop +r=s.offsetParent +r.toString}return new A.i(q,p)}, +aom(a,b){var s=b.$0() +return s}, +aBk(){if($.aL().ay==null)return +$.ahp=A.BX()}, +aBh(){if($.aL().ay==null)return +$.aha=A.BX()}, +aBg(){if($.aL().ay==null)return +$.ah9=A.BX()}, +aBj(){if($.aL().ay==null)return +$.ahl=A.BX()}, +aBi(){var s,r,q=$.aL() +if(q.ay==null)return +s=$.ano=A.BX() +$.ahf.push(new A.ko(A.c([$.ahp,$.aha,$.ah9,$.ahl,s,s,0,0,0,0,1],t.t))) +$.ano=$.ahl=$.ah9=$.aha=$.ahp=-1 +if(s-$.apQ()>1e5){$.azo=s +r=$.ahf +A.C_(q.ay,q.ch,r) +$.ahf=A.c([],t.no)}}, +BX(){return B.c.ae(self.window.performance.now()*1000)}, +avF(a){var s=new A.a_h(A.A(t.N,t.qe),a) +s.U7(a) +return s}, +aA1(a){}, +aoc(a){var s=self.window.parseFloat(a) +if(s==null||isNaN(s))return null +return s}, +aBR(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.aoc(A.afw(self.window,a).getPropertyValue("font-size")):q}, +air(a){var s=a===B.fZ?"assertive":"polite",r=A.bD(self.document,"flt-announcement-"+s),q=r.style +A.R(q,"position","fixed") +A.R(q,"overflow","hidden") +A.R(q,"transform","translate(-99999px, -99999px)") +A.R(q,"width","1px") +A.R(q,"height","1px") +q=A.aB(s) +if(q==null)q=t.K.a(q) +r.setAttribute("aria-live",q) +return r}, +az1(a){var s=a.a +if((s&256)!==0)return B.a2v +else if((s&65536)!==0)return B.a2w +else return B.a2u}, +au7(a){var s=new A.Xt(A.bD(self.document,"input"),new A.Cf(a.k1),B.w7,a) +s.U3(a) +return s}, +aty(a){return new A.V4(a)}, +a1Q(a){var s=a.style +s.removeProperty("transform-origin") +s.removeProperty("transform") +s=$.cO() +if(s!==B.av)s=s===B.bl +else s=!0 +if(s){s=a.style +A.R(s,"top","0px") +A.R(s,"left","0px")}else{s=a.style +s.removeProperty("top") +s.removeProperty("left")}}, +iE(){var s=t.S,r=t.UF,q=A.c([],t.Qo),p=A.c([],t.c),o=$.cO() +o=B.wP.n(0,o)?new A.TA():new A.YO() +o=new A.Vn(B.wN,A.A(s,r),A.A(s,r),q,p,new A.Vr(),new A.a1M(o),B.cy,A.c([],t.sQ)) +o.U1() +return o}, +aBH(a){var s,r,q,p,o,n,m,l,k=a.length,j=t.t,i=A.c([],j),h=A.c([0],j) +for(s=0,r=0;r=h.length)h.push(r) +else h[o]=r +if(o>s)s=o}m=A.b4(s,0,!1,t.S) +l=h[s] +for(r=s-1;r>=0;--r){m[r]=l +l=i[l]}return m}, +aw7(a){var s,r=$.wS +if(r!=null)s=r.a===a +else s=!1 +if(s){r.toString +return r}return $.wS=new A.a1Y(a,A.c([],t.Up),$,$,$,null)}, +agI(){var s=new Uint8Array(0),r=new DataView(new ArrayBuffer(8)) +return new A.a4J(new A.Ia(s,0),r,A.dl(r.buffer,0,null))}, +aAz(a,b,c){var s,r,q,p,o,n,m,l,k=A.c([],t._f) +c.adoptText(b) +c.first() +for(s=a.length,r=0;c.next()!==-1;r=q){q=B.c.ae(c.current()) +for(p=r,o=0,n=0;p0){k.push(new A.mA(B.m8,o,n,r,p)) +r=p +o=0 +n=0}}if(o>0)l=B.hS +else l=q===s?B.m9:B.m8 +k.push(new A.mA(l,o,n,r,q))}if(k.length===0||B.b.gaq(k).c===B.hS)k.push(new A.mA(B.m9,0,0,s,s)) +return k}, +aBd(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""}, +aC7(a,b){switch(a){case B.fq:return"left" +case B.iS:return"right" +case B.fr:return"center" +case B.iT:return"justify" +case B.iU:switch(b.a){case 1:return"end" +case 0:return"left"}break +case B.bb:switch(b.a){case 1:return"" +case 0:return"right"}break +case null:case void 0:return""}}, +aBn(a){if(a<=57)return a-48 +return a-97+10}, +atA(a){switch(a){case"TextInputAction.continueAction":case"TextInputAction.next":return B.zr +case"TextInputAction.previous":return B.zw +case"TextInputAction.done":return B.z8 +case"TextInputAction.go":return B.zg +case"TextInputAction.newline":return B.ze +case"TextInputAction.search":return B.zB +case"TextInputAction.send":return B.zC +case"TextInputAction.emergencyCall":case"TextInputAction.join":case"TextInputAction.none":case"TextInputAction.route":case"TextInputAction.unspecified":default:return B.zs}}, +ajz(a,b){switch(a){case"TextInputType.number":return b?B.z2:B.zt +case"TextInputType.phone":return B.zv +case"TextInputType.emailAddress":return B.z9 +case"TextInputType.url":return B.zM +case"TextInputType.multiline":return B.zq +case"TextInputType.none":return B.k6 +case"TextInputType.text":default:return B.zJ}}, +awC(a){var s +if(a==="TextCapitalization.words")s=B.xq +else if(a==="TextCapitalization.characters")s=B.xs +else s=a==="TextCapitalization.sentences"?B.xr:B.iV +return new A.xs(s)}, +azk(a){}, +R8(a,b,c,d){var s,r="transparent",q="none",p=a.style +A.R(p,"white-space","pre-wrap") +A.R(p,"align-content","center") +A.R(p,"padding","0") +A.R(p,"opacity","1") +A.R(p,"color",r) +A.R(p,"background-color",r) +A.R(p,"background",r) +A.R(p,"outline",q) +A.R(p,"border",q) +A.R(p,"resize",q) +A.R(p,"text-shadow",r) +A.R(p,"transform-origin","0 0 0") +if(b){A.R(p,"top","-9999px") +A.R(p,"left","-9999px")}if(d){A.R(p,"width","0") +A.R(p,"height","0")}if(c)A.R(p,"pointer-events",q) +s=$.eO() +if(s!==B.bX)s=s===B.aA +else s=!0 +if(s)a.classList.add("transparentTextEditing") +A.R(p,"caret-color",r)}, +atz(a5,a6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4=null +if(a5==null)return a4 +s=t.N +r=t.e +q=A.A(s,r) +p=A.A(s,t.M1) +o=A.bD(self.document,"form") +n=$.Rp().ghd() instanceof A.GV +o.noValidate=!0 +o.method="post" +o.action="#" +A.bP(o,"submit",r.a(A.bc(new A.V8())),a4) +A.R8(o,!1,n,!0) +m=J.uP(0,s) +l=A.af9(a5,B.xp) +if(a6!=null)for(s=t.a,r=J.iu(a6,s),r=new A.dz(r,r.gD(r)),k=l.b,j=A.l(r).c,i=!n,h=a4,g=!1;r.v();){f=r.d +if(f==null)f=j.a(f) +e=s.a(f.h(0,"autofill")) +d=A.bE(f.h(0,"textCapitalization")) +if(d==="TextCapitalization.words")d=B.xq +else if(d==="TextCapitalization.characters")d=B.xs +else d=d==="TextCapitalization.sentences"?B.xr:B.iV +c=A.af9(e,new A.xs(d)) +d=c.b +m.push(d) +if(d!==k){b=A.ajz(A.bE(s.a(f.h(0,"inputType")).h(0,"name")),!1).AT() +c.a.eL(b) +c.eL(b) +A.R8(b,!1,n,i) +p.p(0,d,c) +q.p(0,d,b) +o.append(b) +if(g){h=b +g=!1}}else g=!0}else{m.push(l.b) +h=a4}B.b.im(m) +for(s=m.length,a=0,r="";a0?r+"*":r)+a0}a1=r.charCodeAt(0)==0?r:r +a2=$.Re.h(0,a1) +if(a2!=null)a2.remove() +a3=A.bD(self.document,"input") +A.R8(a3,!0,!1,!0) +a3.className="submitBtn" +A.U1(a3,"submit") +o.append(a3) +return new A.V5(o,q,p,h==null?a3:h,a1)}, +af9(a,b){var s,r=A.bE(a.h(0,"uniqueIdentifier")),q=t.kc.a(a.h(0,"hints")),p=q==null||J.t_(q)?null:A.bE(J.ob(q)),o=A.ajw(t.a.a(a.h(0,"editingValue"))) +if(p!=null){s=$.aot().a.h(0,p) +if(s==null)s=p}else s=null +return new A.Cu(o,r,s,A.cn(a.h(0,"hintText")))}, +ahm(a,b,c){var s=c.a,r=c.b,q=Math.min(s,r) +r=Math.max(s,r) +return B.d.af(a,0,q)+b+B.d.e4(a,r)}, +awE(a2,a3,a4){var s,r,q,p,o,n,m,l,k,j,i,h,g=a4.a,f=a4.b,e=a4.c,d=a4.d,c=a4.e,b=a4.f,a=a4.r,a0=a4.w,a1=new A.qt(g,f,e,d,c,b,a,a0) +c=a3==null +b=c?null:a3.b +s=b==(c?null:a3.c) +b=f.length +r=b===0 +q=r&&d!==-1 +r=!r +p=r&&!s +if(q){o=g.length-a2.a.length +e=a2.b +if(e!==(c?null:a3.b)){e=d-o +a1.c=e}else{a1.c=e +d=e+o +a1.d=d}}else if(p){e=a3.b +a1.c=e}n=a!=null&&a!==a0 +if(r&&s&&n){a.toString +e=a1.c=a}if(!(e===-1&&e===d)){m=A.ahm(g,f,new A.br(e,d)) +e=a2.a +e.toString +if(m!==e){l=B.d.n(f,".") +k=A.w4(A.ahL(f),!0,!1) +d=new A.a5o(k,e,0) +c=t.Qz +a=g.length +for(;d.v();){j=d.d +a0=(j==null?c.a(j):j).b +r=a0.index +if(!(r>=0&&r+a0[0].length<=a)){i=r+b-1 +h=A.ahm(g,f,new A.br(r,i))}else{i=l?r+a0[0].length-1:r+a0[0].length +h=A.ahm(g,f,new A.br(r,i))}if(h===e){a1.c=r +a1.d=i +break}}}}a1.e=a2.b +a1.f=a2.c +return a1}, +US(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.oP(e,r,Math.max(0,s),b,c)}, +ajw(a){var s=A.cn(a.h(0,"text")),r=B.c.ae(A.hq(a.h(0,"selectionBase"))),q=B.c.ae(A.hq(a.h(0,"selectionExtent"))),p=A.afV(a,"composingBase"),o=A.afV(a,"composingExtent"),n=p==null?-1:p +return A.US(r,n,o==null?-1:o,q,s)}, +ajv(a){var s,r,q,p=null,o=globalThis.HTMLInputElement +if(o!=null&&a instanceof o){s=A.aje(a) +r=a.selectionStart +if(r==null)r=p +r=r==null?p:B.c.ae(r) +q=a.selectionEnd +if(q==null)q=p +return A.US(r,-1,-1,q==null?p:B.c.ae(q),s)}else{o=globalThis.HTMLTextAreaElement +if(o!=null&&a instanceof o){s=a.value +if(s==null)s=p +r=a.selectionStart +if(r==null)r=p +r=r==null?p:B.c.ae(r) +q=a.selectionEnd +if(q==null)q=p +return A.US(r,-1,-1,q==null?p:B.c.ae(q),s)}else throw A.h(A.aA("Initialized with unsupported input type"))}}, +ajX(a){var s,r,q,p,o,n,m="inputType",l="autofill",k=t.a,j=A.bE(k.a(a.h(0,m)).h(0,"name")),i=A.o1(k.a(a.h(0,m)).h(0,"decimal")) +j=A.ajz(j,i===!0) +i=A.cn(a.h(0,"inputAction")) +if(i==null)i="TextInputAction.done" +s=A.o1(a.h(0,"obscureText")) +r=A.o1(a.h(0,"readOnly")) +q=A.o1(a.h(0,"autocorrect")) +p=A.awC(A.bE(a.h(0,"textCapitalization"))) +k=a.ak(l)?A.af9(k.a(a.h(0,l)),B.xp):null +o=A.atz(t.nA.a(a.h(0,l)),t.kc.a(a.h(0,"fields"))) +n=A.o1(a.h(0,"enableDeltaModel")) +return new A.XA(j,i,r===!0,s===!0,q!==!1,n===!0,k,o,p)}, +atW(a){return new A.Et(a,A.c([],t.Up),$,$,$,null)}, +aBZ(){$.Re.ac(0,new A.aeL())}, +aAE(){var s,r,q +for(s=$.Re.gbk(),s=new A.dk(J.av(s.a),s.b),r=A.l(s).z[1];s.v();){q=s.a +if(q==null)q=r.a(q) +q.remove()}$.Re.a7(0)}, +ato(a){var s=A.kA(J.t0(t.j.a(a.h(0,"transform")),new A.Ug(),t.z),!0,t.i) +return new A.Uf(A.hq(a.h(0,"width")),A.hq(a.h(0,"height")),new Float32Array(A.rP(s)))}, +anU(a){var s=A.aop(a) +if(s===B.xH)return"matrix("+A.m(a[0])+","+A.m(a[1])+","+A.m(a[4])+","+A.m(a[5])+","+A.m(a[12])+","+A.m(a[13])+")" +else if(s===B.xI)return A.aBb(a) +else return"none"}, +aop(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.xI +if(a[0]===1&&a[1]===0&&a[4]===0&&a[5]===1&&a[12]===0&&a[13]===0)return B.xG +else return B.xH}, +aBb(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.m(a[12])+"px, "+A.m(a[13])+"px, 0px)" +else return"matrix3d("+A.m(s)+","+A.m(a[1])+","+A.m(a[2])+","+A.m(a[3])+","+A.m(a[4])+","+A.m(a[5])+","+A.m(a[6])+","+A.m(a[7])+","+A.m(a[8])+","+A.m(a[9])+","+A.m(a[10])+","+A.m(a[11])+","+A.m(a[12])+","+A.m(a[13])+","+A.m(a[14])+","+A.m(a[15])+")"}, +aCi(a,b){var s=$.aqA() +s[0]=b.a +s[1]=b.b +s[2]=b.c +s[3]=b.d +A.aCh(a,s) +return new A.y(s[0],s[1],s[2],s[3])}, +aCh(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=$.aic() +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=$.aqz().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}, +aAG(a){var s,r +if(a===4278190080)return"#000000" +if((a&4278190080)>>>0===4278190080){s=B.h.jK(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.h.k(a>>>16&255)+","+B.h.k(a>>>8&255)+","+B.h.k(a&255)+","+B.c.k((a>>>24&255)/255)+")" +return r.charCodeAt(0)==0?r:r}}, +and(){if(A.aBE())return"BlinkMacSystemFont" +var s=$.cO() +if(s!==B.av)s=s===B.bl +else s=!0 +if(s)return"-apple-system, BlinkMacSystemFont" +return"Arial"}, +aAB(a){var s +if(B.Wo.n(0,a))return a +s=$.cO() +if(s!==B.av)s=s===B.bl +else s=!0 +if(s)if(a===".SF Pro Text"||a===".SF Pro Display"||a===".SF UI Text"||a===".SF UI Display")return A.and() +return'"'+A.m(a)+'", '+A.and()+", sans-serif"}, +BZ(a,b,c){if(ac)return c +else return a}, +aeA(a,b){var s +if(a==null)return b==null +if(b==null||a.length!==b.length)return!1 +for(s=0;s").av(c),r=new A.yH(s.i("yH<+key,value(1,2)>")) +r.a=r +r.b=r +return new A.F9(a,new A.uc(r,s.i("uc<+key,value(1,2)>")),A.A(b,s.i("ajs<+key,value(1,2)>")),s.i("F9<1,2>"))}, +vo(){var s=new Float32Array(16) +s[15]=1 +s[0]=1 +s[5]=1 +s[10]=1 +return new A.fX(s)}, +auA(a){return new A.fX(a)}, +ahQ(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}, +asA(a){var s=new A.Dr(a,A.agw(null,null,t.FW)) +s.U_(a) +return s}, +asU(a){var s,r +if(a!=null)return A.asA(a) +else{s=new A.Eo(A.agw(null,null,t.tW)) +r=self.window.visualViewport +if(r==null)r=self.window +s.a=A.c1(r,"resize",s.ga16()) +return s}}, +asB(a){var s=t.e.a(A.bc(new A.Jx())) +A.at9(a) +return new A.Tk(a,!0,s)}, +atx(a){if(a!=null)return A.asB(a) +else return A.atS()}, +atS(){return new A.Wi(!0,t.e.a(A.bc(new A.Jx())))}, +atB(a,b){var s=new A.DX(a,b,A.cT(null,t.H),B.dV) +s.U0(a,b) +return s}, +Ck:function Ck(a){var _=this +_.a=a +_.d=_.c=_.b=null}, +RO:function RO(a,b){this.a=a +this.b=b}, +RT:function RT(a){this.a=a}, +RS:function RS(a){this.a=a}, +RU:function RU(a){this.a=a}, +RR:function RR(a,b){this.a=a +this.b=b}, +RQ:function RQ(a){this.a=a}, +RP:function RP(a){this.a=a}, +tz:function tz(a,b){this.a=a +this.b=b}, +j2:function j2(a,b){this.a=a +this.b=b}, +eR:function eR(a){this.a=a}, +SC:function SC(a,b,c){this.a=a +this.b=b +this.c=c}, +ad9:function ad9(){}, +adw:function adw(a,b){this.a=a +this.b=b}, +adv:function adv(a,b){this.a=a +this.b=b}, +CK:function CK(a){this.a=a}, +Ey:function Ey(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}, +X3:function X3(){}, +X4:function X4(a){this.a=a}, +X0:function X0(){}, +X1:function X1(a){this.a=a}, +X2:function X2(a){this.a=a}, +kF:function kF(a,b){this.a=a +this.b=b}, +mN:function mN(a,b){this.a=a +this.b=b}, +fY:function fY(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +vv:function vv(a){this.a=a}, +DS:function DS(a,b){this.a=a +this.b=b}, +i8:function i8(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +ae9:function ae9(a,b){this.a=a +this.b=b}, +ae8:function ae8(a,b){this.a=a +this.b=b}, +Hm:function Hm(a,b,c,d,e){var _=this +_.a=a +_.b=$ +_.c=b +_.d=c +_.e=d +_.f=e +_.w=_.r=null}, +a2g:function a2g(){}, +a2h:function a2h(){}, +a2i:function a2i(a){this.a=a}, +a2j:function a2j(a){this.a=a}, +a2k:function a2k(){}, +n4:function n4(a,b,c){this.a=a +this.b=b +this.c=c}, +lc:function lc(a,b,c){this.a=a +this.b=b +this.c=c}, +mk:function mk(a,b,c){this.a=a +this.b=b +this.c=c}, +a2f:function a2f(a){this.a=a}, +CU:function CU(){}, +yk:function yk(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=$}, +yl:function yl(a,b){this.a=a +this.b=b +this.c=$}, +eb:function eb(){}, +a_6:function a_6(a){this.c=a}, +ZA:function ZA(a,b){this.a=a +this.b=b}, +oF:function oF(){}, +GO:function GO(a,b){this.c=a +this.a=null +this.b=b}, +Cx:function Cx(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +D3:function D3(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +D6:function D6(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +D5:function D5(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +FM:function FM(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +xM:function xM(a,b,c){var _=this +_.f=a +_.c=b +_.a=null +_.b=c}, +FK:function FK(a,b,c){var _=this +_.f=a +_.c=b +_.a=null +_.b=c}, +FY:function FY(a,b,c){var _=this +_.c=a +_.d=b +_.a=null +_.b=c}, +EZ:function EZ(a){this.a=a}, +Yf:function Yf(a){this.a=a +this.b=$}, +Yg:function Yg(a,b){this.a=a +this.b=b}, +We:function We(a,b,c){this.a=a +this.b=b +this.c=c}, +Wf:function Wf(a,b,c){this.a=a +this.b=b +this.c=c}, +Wg:function Wg(a,b,c){this.a=a +this.b=b +this.c=c}, +T8:function T8(){}, +SF:function SF(a,b){this.a=a +this.b=b +this.c=$}, +CW:function CW(a){this.a=a}, +ady:function ady(){}, +Zb:function Zb(){}, +ei:function ei(a){this.a=null +this.b=a}, +os:function os(a,b,c,d,e,f){var _=this +_.a=a +_.b=$ +_.c=null +_.d=b +_.e=c +_.f=0 +_.r=d +_.w=e +_.y=4278190080 +_.ax=_.at=_.as=null +_.ay=f}, +tH:function tH(a){this.a=$ +this.b=a}, +CZ:function CZ(a,b){this.a=a +this.b=b +this.c=$}, +SD:function SD(a){var _=this +_.a=a +_.b=$ +_.c=0 +_.d=null}, +CS:function CS(a){this.a=a +this.b=$}, +SI:function SI(){}, +D_:function D_(a){var _=this +_.a=$ +_.b=a +_.c=!1 +_.d=null}, +lQ:function lQ(){this.c=this.b=this.a=null}, +a_e:function a_e(a,b){this.a=a +this.b=b}, +oo:function oo(a,b){this.a=a +this.b=b}, +CM:function CM(){var _=this +_.a=null +_.b=$ +_.c=null +_.d=$}, +St:function St(a){this.a=a}, +Hg:function Hg(){}, +CT:function CT(a,b,c,d,e,f){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.a=$}, +xj:function xj(a,b){this.a=a +this.b=b}, +jl:function jl(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}, +a2P:function a2P(a){this.a=a}, +D0:function D0(a){this.a=a +this.c=!1}, +HK:function HK(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=$ +_.d=c +_.e=d}, +CY:function CY(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +tJ:function tJ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dy=_.dx=$}, +SJ:function SJ(a){this.a=a}, +tI:function tI(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}, +CX:function CX(a){var _=this +_.a=$ +_.b=-1/0 +_.c=a +_.d=0 +_.e=!1 +_.z=_.y=_.x=_.w=_.r=_.f=0 +_.Q=$ +_.as=!1}, +CV:function CV(a){this.a=a}, +SG:function SG(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=0 +_.d=c +_.e=d}, +adC:function adC(a){this.a=a}, +uO:function uO(a,b){this.a=a +this.b=b}, +CL:function CL(a){this.a=a}, +D7:function D7(a,b){this.a=a +this.b=b}, +SZ:function SZ(a,b){this.a=a +this.b=b}, +T_:function T_(a,b){this.a=a +this.b=b}, +SX:function SX(a){this.a=a}, +SY:function SY(a,b){this.a=a +this.b=b}, +SW:function SW(a){this.a=a}, +SU:function SU(){}, +SV:function SV(){}, +Vy:function Vy(){}, +Vz:function Vz(){}, +VN:function VN(){this.a=!1 +this.b=null}, +U0:function U0(a){this.a=a}, +U2:function U2(){}, +EB:function EB(a,b){this.a=a +this.b=b}, +X5:function X5(a){this.a=a}, +EA:function EA(a,b){this.a=a +this.b=b}, +Ez:function Ez(a,b){this.a=a +this.b=b}, +DP:function DP(a,b,c){this.a=a +this.b=b +this.c=c}, +ub:function ub(a,b){this.a=a +this.b=b}, +ae5:function ae5(a){this.a=a}, +adZ:function adZ(){}, +Km:function Km(a,b){this.a=a +this.b=-1 +this.$ti=b}, +dr:function dr(a,b){this.a=a +this.$ti=b}, +Kn:function Kn(a,b){this.a=a +this.b=-1 +this.$ti=b}, +jD:function jD(a,b){this.a=a +this.$ti=b}, +DO:function DO(a,b){this.a=a +this.b=$ +this.$ti=b}, +Ed:function Ed(a){var _=this +_.a=a +_.e=_.d=_.c=_.b=null +_.y=_.x=_.w=_.r=_.f=$}, +VS:function VS(a){this.a=a}, +VT:function VT(a){this.a=a}, +aeN:function aeN(){}, +aeM:function aeM(){}, +W0:function W0(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.a=a +_.b=$ +_.c=b +_.d=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=!1}, +W1:function W1(){}, +W2:function W2(){}, +W3:function W3(){}, +W4:function W4(){}, +W5:function W5(){}, +W6:function W6(){}, +W8:function W8(){}, +W7:function W7(a){this.a=a}, +W9:function W9(a){this.a=a}, +Wa:function Wa(a){this.a=a}, +E5:function E5(a,b,c){var _=this +_.a=a +_.c=b +_.d=c +_.f=null}, +VD:function VD(a,b,c){this.a=a +this.b=b +this.c=c}, +p_:function p_(a,b){this.a=a +this.b=b}, +ml:function ml(a,b){this.a=a +this.b=b}, +ux:function ux(a){this.a=a}, +aec:function aec(a){this.a=a}, +aed:function aed(a){this.a=a}, +aee:function aee(){}, +aeb:function aeb(){}, +kl:function kl(){}, +El:function El(){}, +Ej:function Ej(){}, +Ek:function Ek(){}, +Cs:function Cs(){}, +m0:function m0(a,b){this.a=a +this.b=b}, +aeu:function aeu(){}, +aev:function aev(a){this.a=a}, +aet:function aet(a){this.a=a}, +aew:function aew(){}, +EN:function EN(a,b){this.a=a +this.$ti=b}, +XE:function XE(a,b){this.a=a +this.b=b}, +XF:function XF(a){this.a=a}, +XH:function XH(a){this.a=a}, +XG:function XG(a){this.a=a}, +hQ:function hQ(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=_.e=null +_.$ti=e}, +aej:function aej(a,b){this.a=a +this.b=b}, +aeh:function aeh(a,b){this.a=a +this.b=b}, +aei:function aei(a){this.a=a}, +adE:function adE(){}, +adF:function adF(){}, +adG:function adG(){}, +adH:function adH(){}, +adI:function adI(){}, +adJ:function adJ(){}, +adK:function adK(){}, +adL:function adL(){}, +ad8:function ad8(a,b,c){this.a=a +this.b=b +this.c=c}, +EV:function EV(a){this.a=$ +this.b=a}, +XX:function XX(a){this.a=a}, +XY:function XY(a){this.a=a}, +XZ:function XZ(a){this.a=a}, +Y0:function Y0(a){this.a=a}, +hK:function hK(a){this.a=a}, +Y1:function Y1(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=null +_.e=!1 +_.f=d +_.r=e}, +Y7:function Y7(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Y8:function Y8(a){this.a=a}, +Y9:function Y9(a,b,c){this.a=a +this.b=b +this.c=c}, +Ya:function Ya(a,b){this.a=a +this.b=b}, +Y3:function Y3(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Y4:function Y4(a,b,c){this.a=a +this.b=b +this.c=c}, +Y5:function Y5(a,b){this.a=a +this.b=b}, +Y6:function Y6(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Y2:function Y2(a,b,c){this.a=a +this.b=b +this.c=c}, +Yb:function Yb(a,b){this.a=a +this.b=b}, +YV:function YV(){}, +Sg:function Sg(){}, +vu:function vu(a){var _=this +_.d=a +_.a=_.e=$ +_.c=_.b=!1}, +Z4:function Z4(){}, +wZ:function wZ(a,b){var _=this +_.d=a +_.e=b +_.f=null +_.a=$ +_.c=_.b=!1}, +a2c:function a2c(){}, +a2d:function a2d(){}, +K:function K(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=$}, +iy:function iy(a,b){this.a=a +this.b=b}, +Za:function Za(a){this.a=a}, +Ex:function Ex(a,b){this.a=a +this.b=b +this.c=$}, +DW:function DW(a,b,c,d,e){var _=this +_.a=a +_.d=b +_.e=c +_.id=_.go=_.fy=_.fx=_.fr=_.dy=_.cy=_.ch=_.ay=_.ax=_.at=_.as=_.Q=_.z=_.y=_.x=_.w=_.r=_.f=null +_.k1=d +_.p4=_.p3=_.p2=_.k4=_.k3=_.k2=null +_.R8=e +_.ry=null}, +Vl:function Vl(a,b,c){this.a=a +this.b=b +this.c=c}, +Vk:function Vk(a,b){this.a=a +this.b=b}, +Vg:function Vg(a,b){this.a=a +this.b=b}, +Vh:function Vh(a,b){this.a=a +this.b=b}, +Vi:function Vi(){}, +Vj:function Vj(a,b){this.a=a +this.b=b}, +Vf:function Vf(a){this.a=a}, +Ve:function Ve(a){this.a=a}, +Vd:function Vd(a){this.a=a}, +Vm:function Vm(a,b){this.a=a +this.b=b}, +aey:function aey(a,b,c){this.a=a +this.b=b +this.c=c}, +Io:function Io(){}, +G1:function G1(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}, +ZR:function ZR(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +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){this.b=a +this.c=b}, +a0Q:function a0Q(){}, +a0R:function a0R(){}, +G2:function G2(a,b,c){var _=this +_.a=a +_.c=b +_.d=c +_.e=$}, +a_3:function a_3(){}, +zm:function zm(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a6c:function a6c(){}, +a6d:function a6d(a){this.a=a}, +Px:function Px(){}, +ij:function ij(a,b){this.a=a +this.b=b}, +nJ:function nJ(){this.a=0}, +a9Q:function a9Q(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +a9S:function a9S(){}, +a9R:function a9R(a,b,c){this.a=a +this.b=b +this.c=c}, +a9T:function a9T(a){this.a=a}, +a9U:function a9U(a){this.a=a}, +a9V:function a9V(a){this.a=a}, +a9W:function a9W(a){this.a=a}, +a9X:function a9X(a){this.a=a}, +a9Y:function a9Y(a){this.a=a}, +ac7:function ac7(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +ac8:function ac8(a,b,c){this.a=a +this.b=b +this.c=c}, +ac9:function ac9(a){this.a=a}, +aca:function aca(a){this.a=a}, +acb:function acb(a){this.a=a}, +acc:function acc(a){this.a=a}, +a9q:function a9q(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +a9r:function a9r(a,b,c){this.a=a +this.b=b +this.c=c}, +a9s:function a9s(a){this.a=a}, +a9t:function a9t(a){this.a=a}, +a9u:function a9u(a){this.a=a}, +a9v:function a9v(a){this.a=a}, +a9w:function a9w(a){this.a=a}, +rw:function rw(a,b){this.a=null +this.b=a +this.c=b}, +ZV:function ZV(a){this.a=a +this.b=0}, +ZW:function ZW(a,b){this.a=a +this.b=b}, +age:function age(){}, +a_h:function a_h(a,b){var _=this +_.a=a +_.c=_.b=null +_.d=0 +_.e=b}, +a_i:function a_i(a){this.a=a}, +a_j:function a_j(a){this.a=a}, +a_k:function a_k(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}, +to:function to(a,b){this.a=a +this.b=b}, +Ru:function Ru(a,b){this.a=a +this.b=b}, +Rv:function Rv(a){this.a=a}, +yj:function yj(a,b){this.a=a +this.b=b}, +SB:function SB(a,b,c){var _=this +_.e=a +_.a=b +_.b=c +_.c=null}, +DK:function DK(a,b){this.a=a +this.b=b +this.c=null}, +GR:function GR(a,b){var _=this +_.d=null +_.a=a +_.b=b +_.c=!1}, +a0L:function a0L(a){this.a=a}, +Eh:function Eh(a,b,c){var _=this +_.d=a +_.a=b +_.b=c +_.c=!1}, +Cf:function Cf(a){this.a=a +this.b=null}, +Rx:function Rx(a){this.a=a}, +Ry:function Ry(a){this.a=a}, +Rw:function Rw(a,b,c){this.a=a +this.b=b +this.c=c}, +Xp:function Xp(a,b){var _=this +_.e=null +_.a=a +_.b=b +_.c=null}, +Xt:function Xt(a,b,c,d){var _=this +_.e=a +_.f=b +_.r=1 +_.w=null +_.x=!1 +_.a=c +_.b=d +_.c=null}, +Xu:function Xu(a,b){this.a=a +this.b=b}, +Xv:function Xv(a){this.a=a}, +EX:function EX(a,b){this.a=a +this.b=b +this.c=!1}, +F6:function F6(a,b){var _=this +_.d=null +_.a=a +_.b=b +_.c=!1}, +a1h:function a1h(a,b,c){var _=this +_.e=null +_.f=a +_.r=null +_.w=0 +_.a=b +_.b=c +_.c=null}, +a1o:function a1o(a){this.a=a}, +a1p:function a1p(a){this.a=a}, +a1q:function a1q(a){this.a=a}, +oS:function oS(a){this.a=a}, +V4:function V4(a){this.a=a}, +Hf:function Hf(a){this.a=a}, +He:function He(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9){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}, +hZ:function hZ(a,b){this.a=a +this.b=b}, +nc:function nc(a,b){this.a=a +this.b=b}, +G6:function G6(){}, +Wq:function Wq(a,b){this.a=a +this.b=b +this.c=null}, +jc:function jc(){}, +nm:function nm(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}, +a1R:function a1R(a){this.a=a}, +Rz:function Rz(a,b){this.a=a +this.b=b}, +mn:function mn(a,b){this.a=a +this.b=b}, +wT:function wT(a,b){this.a=a +this.b=b}, +Vn:function Vn(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}, +Vo:function Vo(a){this.a=a}, +Vp:function Vp(a,b){this.a=a +this.b=b}, +Vr:function Vr(){}, +Vq:function Vq(a){this.a=a}, +uh:function uh(a,b){this.a=a +this.b=b}, +a1M:function a1M(a){this.a=a}, +a1I:function a1I(){}, +TA:function TA(){this.a=null}, +TB:function TB(a){this.a=a}, +YO:function YO(){var _=this +_.b=_.a=null +_.c=0 +_.d=!1}, +YQ:function YQ(a){this.a=a}, +YP:function YP(a){this.a=a}, +Sl:function Sl(a,b){this.a=a +this.b=b +this.c=null}, +HQ:function HQ(a,b){var _=this +_.d=null +_.a=a +_.b=b +_.c=!1}, +a3_:function a3_(a){this.a=a}, +a1Y:function a1Y(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}, +a37:function a37(a,b){var _=this +_.f=_.e=null +_.a=a +_.b=b +_.c=null}, +a38:function a38(a){this.a=a}, +a39:function a39(a){this.a=a}, +a3a:function a3a(a,b){this.a=a +this.b=b}, +a3b:function a3b(a){this.a=a}, +a3c:function a3c(a){this.a=a}, +a3d:function a3d(a){this.a=a}, +lr:function lr(){}, +Lj:function Lj(){}, +Ia:function Ia(a,b){this.a=a +this.b=b}, +ft:function ft(a,b){this.a=a +this.b=b}, +XK:function XK(){}, +XM:function XM(){}, +a2E:function a2E(){}, +a2G:function a2G(a,b){this.a=a +this.b=b}, +a2I:function a2I(){}, +a4J:function a4J(a,b,c){var _=this +_.a=!1 +_.b=a +_.c=b +_.d=c}, +Ge:function Ge(a){this.a=a +this.b=0}, +a3e:function a3e(){}, +v3:function v3(a,b){this.a=a +this.b=b}, +mA:function mA(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=e}, +ui:function ui(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}, +Se:function Se(a){this.a=a}, +Dd:function Dd(){}, +Vb:function Vb(){}, +Zn:function Zn(){}, +Vs:function Vs(){}, +U3:function U3(){}, +WK:function WK(){}, +Zl:function Zl(){}, +a_7:function a_7(){}, +a1s:function a1s(){}, +a2_:function a2_(){}, +Vc:function Vc(){}, +Zp:function Zp(){}, +a3u:function a3u(){}, +Zq:function Zq(){}, +Tp:function Tp(){}, +ZG:function ZG(){}, +V1:function V1(){}, +a4y:function a4y(){}, +Fu:function Fu(){}, +qr:function qr(a,b){this.a=a +this.b=b}, +xs:function xs(a){this.a=a}, +V5:function V5(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +V8:function V8(){}, +V6:function V6(a,b){this.a=a +this.b=b}, +V7:function V7(a,b,c){this.a=a +this.b=b +this.c=c}, +Cu:function Cu(a,b,c,d){var _=this +_.a=a +_.b=b +_.d=c +_.e=d}, +qt:function qt(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +oP:function oP(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +XA:function XA(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}, +Et:function Et(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}, +GV:function GV(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}, +a0P:function a0P(a){this.a=a}, +u2:function u2(){}, +Tu:function Tu(a){this.a=a}, +Tv:function Tv(){}, +Tw:function Tw(){}, +Tx:function Tx(){}, +X9:function X9(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}, +Xc:function Xc(a){this.a=a}, +Xd:function Xd(a,b){this.a=a +this.b=b}, +Xa:function Xa(a){this.a=a}, +Xb:function Xb(a){this.a=a}, +RK:function RK(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}, +RL:function RL(a){this.a=a}, +VF:function VF(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}, +VH:function VH(a){this.a=a}, +VI:function VI(a){this.a=a}, +VG:function VG(a){this.a=a}, +a3h:function a3h(){}, +a3o:function a3o(a,b){this.a=a +this.b=b}, +a3v:function a3v(){}, +a3q:function a3q(a){this.a=a}, +a3t:function a3t(){}, +a3p:function a3p(a){this.a=a}, +a3s:function a3s(a){this.a=a}, +a3f:function a3f(){}, +a3l:function a3l(){}, +a3r:function a3r(){}, +a3n:function a3n(){}, +a3m:function a3m(){}, +a3k:function a3k(a){this.a=a}, +aeL:function aeL(){}, +a34:function a34(a){this.a=a}, +a35:function a35(a){this.a=a}, +X6:function X6(){var _=this +_.a=$ +_.b=null +_.c=!1 +_.d=null +_.f=$}, +X8:function X8(a){this.a=a}, +X7:function X7(a){this.a=a}, +UR:function UR(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Uf:function Uf(a,b,c){this.a=a +this.b=b +this.c=c}, +Ug:function Ug(){}, +xN:function xN(a,b){this.a=a +this.b=b}, +F9:function F9(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +fX:function fX(a){this.a=a}, +Dr:function Dr(a,b){this.a=a +this.b=$ +this.c=b}, +Tj:function Tj(a){this.a=a}, +Ti:function Ti(){}, +TF:function TF(){}, +Eo:function Eo(a){this.a=$ +this.b=a}, +Tk:function Tk(a,b,c){var _=this +_.d=a +_.a=null +_.ay$=b +_.ch$=c}, +Tl:function Tl(a){this.a=a}, +V2:function V2(){}, +a6U:function a6U(){}, +Jx:function Jx(){}, +Wi:function Wi(a,b){this.a=null +this.ay$=a +this.ch$=b}, +Wj:function Wj(a){this.a=a}, +DV:function DV(){}, +V9:function V9(a){this.a=a}, +Va:function Va(a,b){this.a=a +this.b=b}, +DX:function DX(a,b,c,d){var _=this +_.x=null +_.a=a +_.b=b +_.c=null +_.d=c +_.e=$ +_.f=d +_.r=null}, +Ip:function Ip(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Ka:function Ka(){}, +KA:function KA(){}, +Qf:function Qf(){}, +Qm:function Qm(){}, +afS:function afS(){}, +aAR(){return $}, +bH(a,b,c){if(b.i("ad<0>").b(a))return new A.yP(a,b.i("@<0>").av(c).i("yP<1,2>")) +return new A.lN(a,b.i("@<0>").av(c).i("lN<1,2>"))}, +iT(a){return new A.f1("Field '"+a+"' has not been initialized.")}, +ea(a){return new A.f1("Local '"+a+"' has not been initialized.")}, +iU(a){return new A.f1("Local '"+a+"' has already been initialized.")}, +aen(a){var s,r=a^48 +if(r<=9)return r +s=a|32 +if(97<=s&&s<=102)return s-87 +return-1}, +aBS(a,b){var s=A.aen(a.charCodeAt(b)),r=A.aen(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}, +db(a){a=a+((a&67108863)<<3)&536870911 +a^=a>>>11 +return a+((a&16383)<<15)&536870911}, +eN(a,b,c){return a}, +ahF(a){var s,r +for(s=$.oa.length,r=0;rc)A.a1(A.bK(b,0,c,"start",null))}return new A.ff(a,b,c,d.i("ff<0>"))}, +Fd(a,b,c,d){if(t.Ee.b(a))return new A.m8(a,b,c.i("@<0>").av(d).i("m8<1,2>")) +return new A.dA(a,b,c.i("@<0>").av(d).i("dA<1,2>"))}, +awz(a,b,c){var s="takeCount" +A.tn(b,s) +A.d6(b,s) +if(t.Ee.b(a))return new A.ug(a,b,c.i("ug<0>")) +return new A.np(a,b,c.i("np<0>"))}, +agu(a,b,c){var s="count" +if(t.Ee.b(a)){A.tn(b,s) +A.d6(b,s) +return new A.oQ(a,b,c.i("oQ<0>"))}A.tn(b,s) +A.d6(b,s) +return new A.ji(a,b,c.i("ji<0>"))}, +ajG(a,b,c){if(c.i("ad<0>").b(b))return new A.uf(a,b,c.i("uf<0>")) +return new A.iJ(a,b,c.i("iJ<0>"))}, +bF(){return new A.hc("No element")}, +XI(){return new A.hc("Too many elements")}, +ak_(){return new A.hc("Too few elements")}, +awm(a,b){A.HB(a,0,J.bu(a)-1,b)}, +HB(a,b,c,d){if(c-b<=32)A.HD(a,b,c,d) +else A.HC(a,b,c,d)}, +HD(a,b,c,d){var s,r,q,p,o +for(s=b+1,r=J.b1(a);s<=c;++s){q=r.h(a,s) +p=s +while(!0){if(!(p>b&&d.$2(r.h(a,p-1),q)>0))break +o=p-1 +r.p(a,p,r.h(a,o)) +p=o}r.p(a,p,q)}}, +HC(a3,a4,a5,a6){var s,r,q,p,o,n,m,l,k,j,i=B.h.eT(a5-a4+1,6),h=a4+i,g=a5-i,f=B.h.eT(a4+a5,2),e=f-i,d=f+i,c=J.b1(a3),b=c.h(a3,h),a=c.h(a3,e),a0=c.h(a3,f),a1=c.h(a3,d),a2=c.h(a3,g) +if(a6.$2(b,a)>0){s=a +a=b +b=s}if(a6.$2(a1,a2)>0){s=a2 +a2=a1 +a1=s}if(a6.$2(b,a0)>0){s=a0 +a0=b +b=s}if(a6.$2(a,a0)>0){s=a0 +a0=a +a=s}if(a6.$2(b,a1)>0){s=a1 +a1=b +b=s}if(a6.$2(a0,a1)>0){s=a1 +a1=a0 +a0=s}if(a6.$2(a,a2)>0){s=a2 +a2=a +a=s}if(a6.$2(a,a0)>0){s=a0 +a0=a +a=s}if(a6.$2(a1,a2)>0){s=a2 +a2=a1 +a1=s}c.p(a3,h,b) +c.p(a3,f,a0) +c.p(a3,g,a2) +c.p(a3,e,c.h(a3,a4)) +c.p(a3,d,c.h(a3,a5)) +r=a4+1 +q=a5-1 +if(J.d(a6.$2(a,a1),0)){for(p=r;p<=q;++p){o=c.h(a3,p) +n=a6.$2(o,a) +if(n===0)continue +if(n<0){if(p!==r){c.p(a3,p,c.h(a3,r)) +c.p(a3,r,o)}++r}else for(;!0;){n=a6.$2(c.h(a3,q),a) +if(n>0){--q +continue}else{m=q-1 +if(n<0){c.p(a3,p,c.h(a3,r)) +l=r+1 +c.p(a3,r,c.h(a3,q)) +c.p(a3,q,o) +q=m +r=l +break}else{c.p(a3,p,c.h(a3,q)) +c.p(a3,q,o) +q=m +break}}}}k=!0}else{for(p=r;p<=q;++p){o=c.h(a3,p) +if(a6.$2(o,a)<0){if(p!==r){c.p(a3,p,c.h(a3,r)) +c.p(a3,r,o)}++r}else if(a6.$2(o,a1)>0)for(;!0;)if(a6.$2(c.h(a3,q),a1)>0){--q +if(qg){for(;J.d(a6.$2(c.h(a3,r),a),0);)++r +for(;J.d(a6.$2(c.h(a3,q),a1),0);)--q +for(p=r;p<=q;++p){o=c.h(a3,p) +if(a6.$2(o,a)===0){if(p!==r){c.p(a3,p,c.h(a3,r)) +c.p(a3,r,o)}++r}else if(a6.$2(o,a1)===0)for(;!0;)if(a6.$2(c.h(a3,q),a1)===0){--q +if(q")),!0,b),l=m.length,k=0 +while(!0){if(!(k").av(c).i("bi<1,2>")) +n.$keys=m +return n}return new A.lU(A.ak7(a,b,c),b.i("@<0>").av(c).i("lU<1,2>"))}, +afm(){throw A.h(A.aA("Cannot modify unmodifiable Map"))}, +afn(){throw A.h(A.aA("Cannot modify constant Set"))}, +aoq(a){var s=v.mangledGlobalNames[a] +if(s!=null)return s +return"minified:"+a}, +ao2(a,b){var s +if(b!=null){s=b.x +if(s!=null)return s}return t.dC.b(a)}, +m(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.e1(a) +return s}, +F(a,b,c,d,e,f){return new A.uR(a,c,d,e,f)}, +aFW(a,b,c,d,e,f){return new A.uR(a,c,d,e,f)}, +f9(a){var s,r=$.akN +if(r==null)r=$.akN=Symbol("identityHashCode") +s=a[r] +if(s==null){s=Math.random()*0x3fffffff|0 +a[r]=s}return s}, +akP(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.h(A.bK(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)}, +akO(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.D7(a) +if(r==="NaN"||r==="+NaN"||r==="-NaN")return s +return null}return s}, +a_b(a){return A.avp(a)}, +avp(a){var s,r,q,p +if(a instanceof A.N)return A.eM(A.bT(a),null) +s=J.hs(a) +if(s===B.Pq||s===B.Py||t.kk.b(a)){r=B.k3(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.eM(A.bT(a),null)}, +akQ(a){if(a==null||typeof a=="number"||A.ly(a))return J.e1(a) +if(typeof a=="string")return JSON.stringify(a) +if(a instanceof A.k9)return a.k(0) +if(a instanceof A.eI)return a.JE(!0) +return"Instance of '"+A.a_b(a)+"'"}, +avr(){return Date.now()}, +avz(){var s,r +if($.a_c!==0)return +$.a_c=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 +$.a_c=1e6 +$.G8=new A.a_a(r)}, +akM(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.avA(a)}return A.akM(a)}, +avB(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.h(A.bK(a,0,1114111,null,null))}, +f8(a){if(a.date===void 0)a.date=new Date(a.a) +return a.date}, +avy(a){return a.b?A.f8(a).getUTCFullYear()+0:A.f8(a).getFullYear()+0}, +avw(a){return a.b?A.f8(a).getUTCMonth()+1:A.f8(a).getMonth()+1}, +avs(a){return a.b?A.f8(a).getUTCDate()+0:A.f8(a).getDate()+0}, +avt(a){return a.b?A.f8(a).getUTCHours()+0:A.f8(a).getHours()+0}, +avv(a){return a.b?A.f8(a).getUTCMinutes()+0:A.f8(a).getMinutes()+0}, +avx(a){return a.b?A.f8(a).getUTCSeconds()+0:A.f8(a).getSeconds()+0}, +avu(a){return a.b?A.f8(a).getUTCMilliseconds()+0:A.f8(a).getMilliseconds()+0}, +kL(a,b,c){var s,r,q={} +q.a=0 +s=[] +r=[] +q.a=b.length +B.b.P(s,b) +q.b="" +if(c!=null&&c.a!==0)c.ac(0,new A.a_9(q,r,s)) +return J.arv(a,new A.uR(B.Xj,0,s,r,0))}, +avq(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.avo(a,b,c)}, +avo(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g=Array.isArray(b)?b:A.ah(b,!0,t.z),f=g.length,e=a.$R +if(fn)return A.kL(a,g,null) +if(fe)return A.kL(a,g,c) +if(g===b)g=A.ah(g,!0,t.z) +l=Object.keys(q) +if(c==null)for(r=l.length,k=0;k=s)return A.EH(b,s,a,null,r) +return A.a_d(b,r)}, +aAZ(a,b,c){if(a>c)return A.bK(a,0,c,"start",null) +if(b!=null)if(bc)return A.bK(b,a,c,"end",null) +return new A.fL(!0,b,"end",null)}, +rS(a){return new A.fL(!0,a,null,null)}, +iq(a){return a}, +h(a){return A.ao1(new Error(),a)}, +ao1(a,b){var s +if(b==null)b=new A.js() +a.dartException=b +s=A.aCg +if("defineProperty" in Object){Object.defineProperty(a,"message",{get:s}) +a.name=""}else a.toString=s +return a}, +aCg(){return J.e1(this.dartException)}, +a1(a){throw A.h(a)}, +aeO(a,b){throw A.ao1(b,a)}, +J(a){throw A.h(A.bv(a))}, +jt(a){var s,r,q,p,o,n +a=A.ahL(a.replace(String({}),"$receiver$")) +s=a.match(/\\\$[a-zA-Z]+\\\$/g) +if(s==null)s=A.c([],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.a4o(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)}, +a4p(a){return function($expr$){var $argumentsExpr$="$arguments$" +try{$expr$.$method$($argumentsExpr$)}catch(s){return s.message}}(a)}, +alW(a){return function($expr$){try{$expr$.$method$}catch(s){return s.message}}(a)}, +afU(a,b){var s=b==null,r=s?null:b.method +return new A.ER(a,r,s?null:b.receiver)}, +an(a){if(a==null)return new A.FI(a) +if(a instanceof A.uj)return A.lC(a,a.a) +if(typeof a!=="object")return a +if("dartException" in a)return A.lC(a,a.dartException) +return A.aAm(a)}, +lC(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,f,e=null +if(!("message" in a))return a +s=a.message +if("number" in a&&typeof a.number=="number"){r=a.number +q=r&65535 +if((B.h.ix(r,16)&8191)===10)switch(q){case 438:return A.lC(a,A.afU(A.m(s)+" (Error "+q+")",e)) +case 445:case 5007:p=A.m(s) +return A.lC(a,new A.vG(p+" (Error "+q+")",e))}}if(a instanceof TypeError){o=$.ap1() +n=$.ap2() +m=$.ap3() +l=$.ap4() +k=$.ap7() +j=$.ap8() +i=$.ap6() +$.ap5() +h=$.apa() +g=$.ap9() +f=o.iW(s) +if(f!=null)return A.lC(a,A.afU(s,f)) +else{f=n.iW(s) +if(f!=null){f.method="call" +return A.lC(a,A.afU(s,f))}else{f=m.iW(s) +if(f==null){f=l.iW(s) +if(f==null){f=k.iW(s) +if(f==null){f=j.iW(s) +if(f==null){f=i.iW(s) +if(f==null){f=l.iW(s) +if(f==null){f=h.iW(s) +if(f==null){f=g.iW(s) +p=f!=null}else p=!0}else p=!0}else p=!0}else p=!0}else p=!0}else p=!0}else p=!0 +if(p)return A.lC(a,new A.vG(s,f==null?e:f.method))}}return A.lC(a,new A.Ie(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(d){}return null}(a) +return A.lC(a,new A.fL(!1,e,e,typeof s=="string"?s.replace(/^RangeError:\s*/,""):s))}if(typeof InternalError=="function"&&a instanceof InternalError)if(typeof s=="string"&&s==="too much recursion")return new A.xd() +return a}, +aE(a){var s +if(a instanceof A.uj)return a.b +if(a==null)return new A.AD(a) +s=a.$cachedTrace +if(s!=null)return s +return a.$cachedTrace=new A.AD(a)}, +o8(a){if(a==null)return J.q(a) +if(typeof a=="object")return A.f9(a) +return J.q(a)}, +aAJ(a){if(typeof a=="number")return B.c.gA(a) +if(a instanceof A.AZ)return A.f9(a) +if(a instanceof A.eI)return a.gA(a) +if(a instanceof A.jn)return a.gA(a) +return A.o8(a)}, +anT(a,b){var s,r,q,p=a.length +for(s=0;s=0}, +aB2(a){if(a.indexOf("$",0)>=0)return a.replace(/\$/g,"$$$$") +return a}, +ahL(a){if(/[[\]{}()*+?.\\^$|]/.test(a))return a.replace(/[[\]{}()*+?.\\^$|]/g,"\\$&") +return a}, +ahO(a,b,c){var s=A.aC5(a,b,c) +return s}, +aC5(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.ahL(b),"g"),A.aB2(c))}, +aC6(a,b,c,d){var s=a.indexOf(b,d) +if(s<0)return a +return A.aol(a,s,s+b.length,c)}, +aol(a,b,c,d){return a.substring(0,b)+d+a.substring(c)}, +ih:function ih(a,b){this.a=a +this.b=b}, +ry:function ry(a,b){this.a=a +this.b=b}, +N3:function N3(a,b){this.a=a +this.b=b}, +N4:function N4(a,b,c){this.a=a +this.b=b +this.c=c}, +N5:function N5(a,b,c){this.a=a +this.b=b +this.c=c}, +N6:function N6(a,b,c){this.a=a +this.b=b +this.c=c}, +zN:function zN(a){this.a=a}, +lU:function lU(a,b){this.a=a +this.$ti=b}, +oE:function oE(){}, +T9:function T9(a,b,c){this.a=a +this.b=b +this.c=c}, +bi:function bi(a,b,c){this.a=a +this.b=b +this.$ti=c}, +nR:function nR(a,b){this.a=a +this.$ti=b}, +rj:function rj(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +cq:function cq(a,b){this.a=a +this.$ti=b}, +tR:function tR(){}, +eS:function eS(a,b,c){this.a=a +this.b=b +this.$ti=c}, +di:function di(a,b){this.a=a +this.$ti=b}, +EM:function EM(){}, +pd:function pd(a,b){this.a=a +this.$ti=b}, +uR:function uR(a,b,c,d,e){var _=this +_.a=a +_.c=b +_.d=c +_.e=d +_.f=e}, +a_a:function a_a(a){this.a=a}, +a_9:function a_9(a,b,c){this.a=a +this.b=b +this.c=c}, +a4o:function a4o(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +vG:function vG(a,b){this.a=a +this.b=b}, +ER:function ER(a,b,c){this.a=a +this.b=b +this.c=c}, +Ie:function Ie(a){this.a=a}, +FI:function FI(a){this.a=a}, +uj:function uj(a,b){this.a=a +this.b=b}, +AD:function AD(a){this.a=a +this.b=null}, +k9:function k9(){}, +D9:function D9(){}, +Da:function Da(){}, +HR:function HR(){}, +HH:function HH(){}, +ol:function ol(a,b){this.a=a +this.b=b}, +K1:function K1(a){this.a=a}, +GU:function GU(a){this.a=a}, +aaA:function aaA(){}, +f0:function f0(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +XR:function XR(a){this.a=a}, +XQ:function XQ(a,b){this.a=a +this.b=b}, +XP:function XP(a){this.a=a}, +Yk:function Yk(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +b8:function b8(a,b){this.a=a +this.$ti=b}, +v4:function v4(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}, +aep:function aep(a){this.a=a}, +aeq:function aeq(a){this.a=a}, +aer:function aer(a){this.a=a}, +eI:function eI(){}, +N0:function N0(){}, +N1:function N1(){}, +N2:function N2(){}, +EQ:function EQ(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +rl:function rl(a){this.b=a}, +a5o:function a5o(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +qj:function qj(a,b){this.a=a +this.c=b}, +On:function On(a,b,c){this.a=a +this.b=b +this.c=c}, +Oo:function Oo(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +aCc(a){A.aeO(new A.f1("Field '"+a+u.N),new Error())}, +b(){A.aeO(new A.f1("Field '' has not been initialized."),new Error())}, +bB(){A.aeO(new A.f1("Field '' has already been initialized."),new Error())}, +aK(){A.aeO(new A.f1("Field '' has been assigned during initialization."),new Error())}, +aX(a){var s=new A.a6O(a) +return s.b=s}, +bX(a,b){var s=new A.a8i(a,b) +return s.b=s}, +a6O:function a6O(a){this.a=a +this.b=null}, +a8i:function a8i(a,b){this.a=a +this.b=null +this.c=b}, +BR(a,b,c){}, +rP(a){var s,r,q +if(t.RP.b(a))return a +s=J.b1(a) +r=A.b4(s.gD(a),null,!1,t.z) +for(q=0;q>>0!==a||a>=c)throw A.h(A.rU(b,a))}, +lw(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.h(A.aAZ(a,b,c)) +if(b==null)return c +return b}, +vw:function vw(){}, +vA:function vA(){}, +vx:function vx(){}, +pw:function pw(){}, +vz:function vz(){}, +f6:function f6(){}, +Fv:function Fv(){}, +Fw:function Fw(){}, +Fx:function Fx(){}, +vy:function vy(){}, +Fy:function Fy(){}, +Fz:function Fz(){}, +FA:function FA(){}, +vB:function vB(){}, +mP:function mP(){}, +zx:function zx(){}, +zy:function zy(){}, +zz:function zz(){}, +zA:function zA(){}, +al5(a,b){var s=b.c +return s==null?b.c=A.ah5(a,b.y,!0):s}, +agm(a,b){var s=b.c +return s==null?b.c=A.B2(a,"as",[b.y]):s}, +al6(a){var s=a.x +if(s===6||s===7||s===8)return A.al6(a.y) +return s===12||s===13}, +avR(a){return a.at}, +aBQ(a,b){var s,r=b.length +for(s=0;s") +for(r=1;r=0)p+=" "+r[q];++q}return p+"})"}, +ane(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.c([],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}, +eM(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.eM(a.y,b) +return s}if(m===7){r=a.y +s=A.eM(r,b) +q=r.x +return(q===12||q===13?"("+s+")":s)+"?"}if(m===8)return"FutureOr<"+A.eM(a.y,b)+">" +if(m===9){p=A.aAk(a.y) +o=a.z +return o.length>0?p+("<"+A.ant(o,b)+">"):p}if(m===11)return A.aA6(a,b) +if(m===12)return A.ane(a,b,null) +if(m===13)return A.ane(a.y,b,a.z) +if(m===14){n=a.y +return b[b.length-1-n]}return"?"}, +aAk(a){var s=v.mangledGlobalNames[a] +if(s!=null)return s +return"minified:"+a}, +ayE(a,b){var s=a.tR[b] +for(;typeof s=="string";)s=a.tR[s] +return s}, +ayD(a,b){var s,r,q,p,o,n=a.eT,m=n[b] +if(m==null)return A.Pp(a,b,!1) +else if(typeof m=="number"){s=m +r=A.B3(a,5,"#") +q=A.acn(s) +for(p=0;p0)p+="<"+A.B1(c)+">" +s=a.eC.get(p) +if(s!=null)return s +r=new A.fx(null,null) +r.x=9 +r.y=b +r.z=c +if(c.length>0)r.c=c[0] +r.at=p +q=A.jP(a,r) +a.eC.set(p,q) +return q}, +ah3(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.B1(r)+">") +p=a.eC.get(q) +if(p!=null)return p +o=new A.fx(null,null) +o.x=10 +o.y=s +o.z=r +o.at=q +n=A.jP(a,o) +a.eC.set(q,n) +return n}, +ayA(a,b,c){var s,r,q="+"+(b+"("+A.B1(c)+")"),p=a.eC.get(q) +if(p!=null)return p +s=new A.fx(null,null) +s.x=11 +s.y=b +s.z=c +s.at=q +r=A.jP(a,s) +a.eC.set(q,r) +return r}, +amC(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.B1(m) +if(j>0){s=l>0?",":"" +g+=s+"["+A.B1(k)+"]"}if(h>0){s=l>0?",":"" +g+=s+"{"+A.ayu(i)+"}"}r=n+(g+")") +q=a.eC.get(r) +if(q!=null)return q +p=new A.fx(null,null) +p.x=12 +p.y=b +p.z=c +p.at=r +o=A.jP(a,p) +a.eC.set(r,o) +return o}, +ah4(a,b,c,d){var s,r=b.at+("<"+A.B1(c)+">"),q=a.eC.get(r) +if(q!=null)return q +s=A.ayw(a,b,c,r,d) +a.eC.set(r,s) +return s}, +ayw(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.jT(a,b,r,0) +m=A.BY(a,c,r,0) +return A.ah4(a,n,m,c!==m)}}l=new A.fx(null,null) +l.x=13 +l.y=b +l.z=c +l.at=d +return A.jP(a,l)}, +amk(a,b,c,d){return{u:a,e:b,r:c,s:[],p:0,n:d}}, +amm(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.axL(r+1,q,l,k) +else if((((q|32)>>>0)-97&65535)<26||q===95||q===36||q===124)r=A.aml(a,r,l,k,!1) +else if(q===46)r=A.aml(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.lo(a.u,a.e,k.pop())) +break +case 94:k.push(A.ayz(a.u,k.pop())) +break +case 35:k.push(A.B3(a.u,5,"#")) +break +case 64:k.push(A.B3(a.u,2,"@")) +break +case 126:k.push(A.B3(a.u,3,"~")) +break +case 60:k.push(a.p) +a.p=k.length +break +case 62:A.axN(a,k) +break +case 38:A.axM(a,k) +break +case 42:p=a.u +k.push(A.amE(p,A.lo(p,a.e,k.pop()),a.n)) +break +case 63:p=a.u +k.push(A.ah5(p,A.lo(p,a.e,k.pop()),a.n)) +break +case 47:p=a.u +k.push(A.amD(p,A.lo(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.axK(a,k) +break +case 91:k.push(a.p) +a.p=k.length +break +case 93:o=k.splice(a.p) +A.amn(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.axP(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.lo(a.u,a.e,m)}, +axL(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}, +aml(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.ayE(s,o.y)[p] +if(n==null)A.a1('No "'+p+'" in "'+A.avR(o)+'"') +d.push(A.B4(s,o,n))}else d.push(p) +return m}, +axN(a,b){var s,r=a.u,q=A.amj(a,b),p=b.pop() +if(typeof p=="string")b.push(A.B2(r,p,q)) +else{s=A.lo(r,a.e,p) +switch(s.x){case 12:b.push(A.ah4(r,s,q,a.n)) +break +default:b.push(A.ah3(r,s,q)) +break}}}, +axK(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.amj(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.lo(m,a.e,l) +o=new A.KY() +o.a=q +o.b=s +o.c=r +b.push(A.amC(m,p,o)) +return +case-4:b.push(A.ayA(m,b.pop(),q)) +return +default:throw A.h(A.k2("Unexpected state under `()`: "+A.m(l)))}}, +axM(a,b){var s=b.pop() +if(0===s){b.push(A.B3(a.u,1,"0&")) +return}if(1===s){b.push(A.B3(a.u,4,"1&")) +return}throw A.h(A.k2("Unexpected extended operation "+A.m(s)))}, +amj(a,b){var s=b.splice(a.p) +A.amn(a.u,a.e,s) +a.p=b.pop() +return s}, +lo(a,b,c){if(typeof c=="string")return A.B2(a,c,a.sEA) +else if(typeof c=="number"){b.toString +return A.axO(a,b,c)}else return c}, +amn(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}, +fx:function fx(a,b){var _=this +_.a=a +_.b=b +_.w=_.r=_.c=null +_.x=0 +_.at=_.as=_.Q=_.z=_.y=null}, +KY:function KY(){this.c=this.b=this.a=null}, +AZ:function AZ(a){this.a=a}, +KB:function KB(){}, +B_:function B_(a){this.a=a}, +aBs(a,b){var s,r +if(B.d.d0(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.ro.h(0,a) +return r==null?null:r.charCodeAt(0)}if(!(s>=$.aq2()&&s<=$.aq3()))r=s>=$.aqd()&&s<=$.aqe() +else r=!0 +if(r)return b.toLowerCase().charCodeAt(0) +return null}, +ayp(a){var s=A.A(t.S,t.N) +s.Kt(B.ro.gf_().ib(0,new A.abw(),t.q9)) +return new A.abv(a,s)}, +aAj(a){var s,r,q,p,o=a.O7(),n=A.A(t.N,t.S) +for(s=a.a,r=0;r=2)return null +return a.toLowerCase().charCodeAt(0)}, +abv:function abv(a,b){this.a=a +this.b=b +this.c=0}, +abw:function abw(){}, +vb:function vb(a){this.a=a}, +axq(){var s,r,q={} +if(self.scheduleImmediate!=null)return A.aAq() +if(self.MutationObserver!=null&&self.document!=null){s=self.document.createElement("div") +r=self.document.createElement("span") +q.a=null +new self.MutationObserver(A.rT(new A.a5X(q),1)).observe(s,{childList:true}) +return new A.a5W(q,s,r)}else if(self.setImmediate!=null)return A.aAr() +return A.aAs()}, +axr(a){self.scheduleImmediate(A.rT(new A.a5Y(a),0))}, +axs(a){self.setImmediate(A.rT(new A.a5Z(a),0))}, +axt(a){A.agD(B.t,a)}, +agD(a,b){var s=B.h.eT(a.a,1000) +return A.ayq(s<0?0:s,b)}, +alQ(a,b){var s=B.h.eT(a.a,1000) +return A.ayr(s<0?0:s,b)}, +ayq(a,b){var s=new A.AW(!0) +s.Ug(a,b) +return s}, +ayr(a,b){var s=new A.AW(!1) +s.Uh(a,b) +return s}, +a_(a){return new A.J7(new A.am($.ac,a.i("am<0>")),a.i("J7<0>"))}, +Z(a,b){a.$2(0,null) +b.b=!0 +return b.a}, +a5(a,b){A.an4(a,b)}, +Y(a,b){b.e8(a)}, +X(a,b){b.AK(A.an(a),A.aE(a))}, +an4(a,b){var s,r,q=new A.ad5(b),p=new A.ad6(b) +if(a instanceof A.am)a.JA(q,p,t.z) +else{s=t.z +if(t.L0.b(a))a.ik(q,p,s) +else{r=new A.am($.ac,t.LR) +r.a=8 +r.c=a +r.JA(q,p,s)}}}, +W(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 $.ac.wJ(new A.ae0(s))}, +R1(a,b,c){var s,r,q,p +if(b===0){s=c.c +if(s!=null)s.mt(null) +else{s=c.a +s===$&&A.b() +s.bs()}return}else if(b===1){s=c.c +if(s!=null)s.fC(A.an(a),A.aE(a)) +else{s=A.an(a) +r=A.aE(a) +q=c.a +q===$&&A.b() +q.uE(s,r) +c.a.bs()}return}if(a instanceof A.zh){if(c.c!=null){b.$2(2,null) +return}s=a.b +if(s===0){s=a.a +r=c.a +r===$&&A.b() +r.J(0,s) +A.dv(new A.ad3(c,b)) +return}else if(s===1){p=a.a +s=c.a +s===$&&A.b() +s.a5a(p,!1).c1(new A.ad4(c,b),t.P) +return}}A.an4(a,b)}, +aAa(a){var s=a.a +s===$&&A.b() +return new A.ic(s,A.l(s).i("ic<1>"))}, +axu(a,b){var s=new A.J9(b.i("J9<0>")) +s.Ue(a,b) +return s}, +azY(a,b){return A.axu(a,b)}, +axF(a){return new A.zh(a,1)}, +axE(a){return new A.zh(a,0)}, +amx(a,b,c){return 0}, +RY(a,b){var s=A.eN(a,"error",t.K) +return new A.Ct(s,b==null?A.tp(a):b)}, +tp(a){var s +if(t.Lt.b(a)){s=a.grI() +if(s!=null)return s}return B.zX}, +atT(a,b){var s=new A.am($.ac,b.i("am<0>")) +A.bN(B.t,new A.Wn(s,a)) +return s}, +atU(a,b){var s=new A.am($.ac,b.i("am<0>")) +A.dv(new A.Wm(s,a)) +return s}, +cT(a,b){var s=a==null?b.a(a):a,r=new A.am($.ac,b.i("am<0>")) +r.hQ(s) +return r}, +afG(a,b,c){var s +A.eN(a,"error",t.K) +$.ac!==B.ap +if(b==null)b=A.tp(a) +s=new A.am($.ac,c.i("am<0>")) +s.t6(a,b) +return s}, +Wk(a,b,c){var s,r +if(b==null)s=!c.b(null) +else s=!1 +if(s)throw A.h(A.fM(null,"computation","The type parameter is not nullable")) +r=new A.am($.ac,c.i("am<0>")) +A.bN(a,new A.Wl(b,r,c)) +return r}, +uy(a,b){var s,r,q,p,o,n,m,l,k,j,i={},h=null,g=!1,f=new A.am($.ac,b.i("am>")) +i.a=null +i.b=0 +s=A.aX("error") +r=A.aX("stackTrace") +q=new A.Wp(i,h,g,f,s,r) +try{for(l=J.av(a),k=t.P;l.v();){p=l.gF() +o=i.b +p.ik(new A.Wo(i,o,f,h,g,s,r,b),q,k);++i.b}l=i.b +if(l===0){l=f +l.mt(A.c([],b.i("C<0>"))) +return l}i.a=A.b4(l,null,!1,b.i("0?"))}catch(j){n=A.an(j) +m=A.aE(j) +if(i.b===0||g)return A.afG(n,m,b.i("P<0>")) +else{s.b=n +r.b=m}}return f}, +asp(a){return new A.bk(new A.am($.ac,a.i("am<0>")),a.i("bk<0>"))}, +ahb(a,b,c){if(c==null)c=A.tp(b) +a.fC(b,c)}, +agP(a,b){var s,r +for(;s=a.a,(s&4)!==0;)a=a.c +if((s&24)!==0){r=b.u0() +b.ta(a) +A.rb(b,r)}else{r=b.c +b.IY(a) +a.zv(r)}}, +axC(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.IY(p) +q.a.zv(r) +return}if((s&16)===0&&b.c==null){b.ta(p) +return}b.a^=2 +A.lz(null,null,b.b,new A.a7S(q,b))}, +rb(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f={},e=f.a=a +for(s=t.L0;!0;){r={} +q=e.a +p=(q&16)===0 +o=!p +if(b==null){if(o&&(q&1)===0){e=e.c +A.o5(e.a,e.b)}return}r.a=b +n=b.a +for(e=b;n!=null;e=n,n=m){e.a=null +A.rb(f.a,e) +r.a=n +m=n.a}q=f.a +l=q.c +r.b=o +r.c=l +if(p){k=e.c +k=(k&1)!==0||(k&15)===8}else k=!0 +if(k){j=e.b.b +if(o){q=q.b===j +q=!(q||q)}else q=!1 +if(q){A.o5(l.a,l.b) +return}i=$.ac +if(i!==j)$.ac=j +else i=null +e=e.c +if((e&15)===8)new A.a7Z(r,f,o).$0() +else if(p){if((e&1)!==0)new A.a7Y(r,l).$0()}else if((e&2)!==0)new A.a7X(f,r).$0() +if(i!=null)$.ac=i +e=r.c +if(s.b(e)){q=r.a.$ti +q=q.i("as<2>").b(e)||!q.z[1].b(e)}else q=!1 +if(q){h=r.a.b +if(e instanceof A.am)if((e.a&24)!==0){g=h.c +h.c=null +b=h.u5(g) +h.a=e.a&30|h.a&1 +h.c=e.c +f.a=e +continue}else A.agP(e,h) +else h.yb(e) +return}}h=r.a.b +g=h.c +h.c=null +b=h.u5(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}}, +anp(a,b){if(t.Hg.b(a))return b.wJ(a) +if(t.C_.b(a))return a +throw A.h(A.fM(a,"onError",u.w))}, +aA_(){var s,r +for(s=$.rQ;s!=null;s=$.rQ){$.BW=null +r=s.b +$.rQ=r +if(r==null)$.BV=null +s.a.$0()}}, +aA9(){$.ahk=!0 +try{A.aA_()}finally{$.BW=null +$.ahk=!1 +if($.rQ!=null)$.ai1().$1(A.anD())}}, +anx(a){var s=new A.J8(a),r=$.BV +if(r==null){$.rQ=$.BV=s +if(!$.ahk)$.ai1().$1(A.anD())}else $.BV=r.b=s}, +aA7(a){var s,r,q,p=$.rQ +if(p==null){A.anx(a) +$.BW=$.BV +return}s=new A.J8(a) +r=$.BW +if(r==null){s.b=p +$.rQ=$.BW=s}else{q=r.b +s.b=q +$.BW=r.b=s +if(q==null)$.BV=s}}, +dv(a){var s,r=null,q=$.ac +if(B.ap===q){A.lz(r,r,B.ap,a) +return}s=!1 +if(s){A.lz(r,r,q,a) +return}A.lz(r,r,q,q.Ax(a))}, +aDw(a){A.eN(a,"stream",t.K) +return new A.Ol()}, +alw(a,b,c,d){return new A.qW(b,null,c,a,d.i("qW<0>"))}, +agw(a,b,c){return new A.y9(b,a,c.i("y9<0>"))}, +R7(a){var s,r,q +if(a==null)return +try{a.$0()}catch(q){s=A.an(q) +r=A.aE(q) +A.o5(s,r)}}, +axx(a,b,c,d,e){var s=$.ac,r=e?1:0,q=A.a6f(s,b),p=A.a6g(s,c) +return new A.r0(a,q,p,d==null?A.ahq():d,s,r)}, +axp(a){return new A.a5n(a)}, +a6f(a,b){return b==null?A.aAt():b}, +a6g(a,b){if(b==null)b=A.aAu() +if(t.hK.b(b))return a.wJ(b) +if(t.mX.b(b))return b +throw A.h(A.d0(u.y,null))}, +aA2(a){}, +aA4(a,b){A.o5(a,b)}, +aA3(){}, +amb(a){var s=new A.yE($.ac,a) +s.IB() +return s}, +an1(a,b,c){a.jh(b,c)}, +bN(a,b){var s=$.ac +if(s===B.ap)return A.agD(a,b) +return A.agD(a,s.Ax(b))}, +alP(a,b){var s=$.ac +if(s===B.ap)return A.alQ(a,b) +return A.alQ(a,s.a5B(b,t.qe))}, +o5(a,b){A.aA7(new A.adU(a,b))}, +anq(a,b,c,d){var s,r=$.ac +if(r===c)return d.$0() +$.ac=c +s=r +try{r=d.$0() +return r}finally{$.ac=s}}, +ans(a,b,c,d,e){var s,r=$.ac +if(r===c)return d.$1(e) +$.ac=c +s=r +try{r=d.$1(e) +return r}finally{$.ac=s}}, +anr(a,b,c,d,e,f){var s,r=$.ac +if(r===c)return d.$2(e,f) +$.ac=c +s=r +try{r=d.$2(e,f) +return r}finally{$.ac=s}}, +lz(a,b,c,d){if(B.ap!==c)d=c.Ax(d) +A.anx(d)}, +a5X:function a5X(a){this.a=a}, +a5W:function a5W(a,b,c){this.a=a +this.b=b +this.c=c}, +a5Y:function a5Y(a){this.a=a}, +a5Z:function a5Z(a){this.a=a}, +AW:function AW(a){this.a=a +this.b=null +this.c=0}, +ac3:function ac3(a,b){this.a=a +this.b=b}, +ac2:function ac2(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +J7:function J7(a,b){this.a=a +this.b=!1 +this.$ti=b}, +ad5:function ad5(a){this.a=a}, +ad6:function ad6(a){this.a=a}, +ae0:function ae0(a){this.a=a}, +ad3:function ad3(a,b){this.a=a +this.b=b}, +ad4:function ad4(a,b){this.a=a +this.b=b}, +J9:function J9(a){var _=this +_.a=$ +_.b=!1 +_.c=null +_.$ti=a}, +a60:function a60(a){this.a=a}, +a61:function a61(a){this.a=a}, +a63:function a63(a){this.a=a}, +a64:function a64(a,b){this.a=a +this.b=b}, +a62:function a62(a,b){this.a=a +this.b=b}, +a6_:function a6_(a){this.a=a}, +zh:function zh(a,b){this.a=a +this.b=b}, +o0:function o0(a){var _=this +_.a=a +_.e=_.d=_.c=_.b=null}, +fJ:function fJ(a,b){this.a=a +this.$ti=b}, +Ct:function Ct(a,b){this.a=a +this.b=b}, +jz:function jz(a,b){this.a=a +this.$ti=b}, +qX:function qX(a,b,c,d,e,f,g){var _=this +_.ay=0 +_.CW=_.ch=null +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.r=_.f=null +_.$ti=g}, +yf:function yf(){}, +y9:function y9(a,b,c){var _=this +_.a=a +_.b=b +_.c=0 +_.r=_.f=_.e=_.d=null +_.$ti=c}, +Wn:function Wn(a,b){this.a=a +this.b=b}, +Wm:function Wm(a,b){this.a=a +this.b=b}, +Wl:function Wl(a,b,c){this.a=a +this.b=b +this.c=c}, +Wp:function Wp(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +Wo:function Wo(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(){}, +bk:function bk(a,b){this.a=a +this.$ti=b}, +id:function id(a,b,c,d,e){var _=this +_.a=null +_.b=a +_.c=b +_.d=c +_.e=d +_.$ti=e}, +am:function am(a,b){var _=this +_.a=0 +_.b=a +_.c=null +_.$ti=b}, +a7P:function a7P(a,b){this.a=a +this.b=b}, +a7W:function a7W(a,b){this.a=a +this.b=b}, +a7T:function a7T(a){this.a=a}, +a7U:function a7U(a){this.a=a}, +a7V:function a7V(a,b,c){this.a=a +this.b=b +this.c=c}, +a7S:function a7S(a,b){this.a=a +this.b=b}, +a7R:function a7R(a,b){this.a=a +this.b=b}, +a7Q:function a7Q(a,b,c){this.a=a +this.b=b +this.c=c}, +a7Z:function a7Z(a,b,c){this.a=a +this.b=b +this.c=c}, +a8_:function a8_(a){this.a=a}, +a7Y:function a7Y(a,b){this.a=a +this.b=b}, +a7X:function a7X(a,b){this.a=a +this.b=b}, +J8:function J8(a){this.a=a +this.b=null}, +cm:function cm(){}, +a2K:function a2K(a,b){this.a=a +this.b=b}, +a2L:function a2L(a,b){this.a=a +this.b=b}, +AH:function AH(){}, +abs:function abs(a){this.a=a}, +abr:function abr(a){this.a=a}, +Ja:function Ja(){}, +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}, +ic:function ic(a,b){this.a=a +this.$ti=b}, +r0:function r0(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.r=_.f=null}, +IP:function IP(){}, +a5n:function a5n(a){this.a=a}, +a5m:function a5m(a){this.a=a}, +Ok:function Ok(a,b,c){this.c=a +this.a=b +this.b=c}, +qY:function qY(){}, +a6i:function a6i(a,b,c){this.a=a +this.b=b +this.c=c}, +a6h:function a6h(a){this.a=a}, +AI:function AI(){}, +Kd:function Kd(){}, +nL:function nL(a){this.b=a +this.a=null}, +r5:function r5(a,b){this.b=a +this.c=b +this.a=null}, +a7s:function a7s(){}, +rv:function rv(){this.a=0 +this.c=this.b=null}, +a9O:function a9O(a,b){this.a=a +this.b=b}, +yE:function yE(a,b){this.a=a +this.b=0 +this.c=b}, +Ol:function Ol(){}, +yR:function yR(a){this.$ti=a}, +yZ:function yZ(){}, +z_:function z_(a,b,c,d,e,f){var _=this +_.w=a +_.x=null +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.r=_.f=null}, +Bc:function Bc(a,b,c){this.b=a +this.a=b +this.$ti=c}, +nT:function nT(a,b,c){this.b=a +this.a=b +this.$ti=c}, +acK:function acK(){}, +adU:function adU(a,b){this.a=a +this.b=b}, +aaE:function aaE(){}, +aaF:function aaF(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +aaG:function aaG(a,b){this.a=a +this.b=b}, +aaH:function aaH(a,b,c){this.a=a +this.b=b +this.c=c}, +fp(a,b,c,d,e){if(c==null)if(b==null){if(a==null)return new A.jF(d.i("@<0>").av(e).i("jF<1,2>")) +b=A.anG()}else{if(A.aAO()===b&&A.aAN()===a)return new A.li(d.i("@<0>").av(e).i("li<1,2>")) +if(a==null)a=A.anF()}else{if(b==null)b=A.anG() +if(a==null)a=A.anF()}return A.axy(a,b,c,d,e)}, +agQ(a,b){var s=a[b] +return s===a?null:s}, +agS(a,b,c){if(c==null)a[b]=a +else a[b]=c}, +agR(){var s=Object.create(null) +A.agS(s,"",s) +delete s[""] +return s}, +axy(a,b,c,d,e){var s=c!=null?c:new A.a7d(d) +return new A.yC(a,b,s,d.i("@<0>").av(e).i("yC<1,2>"))}, +iW(a,b){return new A.f0(a.i("@<0>").av(b).i("f0<1,2>"))}, +aD(a,b,c){return A.anT(a,new A.f0(b.i("@<0>").av(c).i("f0<1,2>")))}, +A(a,b){return new A.f0(a.i("@<0>").av(b).i("f0<1,2>"))}, +ck(a){return new A.lf(a.i("lf<0>"))}, +agT(){var s=Object.create(null) +s[""]=s +delete s[""] +return s}, +iX(a){return new A.eH(a.i("eH<0>"))}, +ax(a){return new A.eH(a.i("eH<0>"))}, +bQ(a,b){return A.aB6(a,new A.eH(b.i("eH<0>")))}, +agV(){var s=Object.create(null) +s[""]=s +delete s[""] +return s}, +c8(a,b){var s=new A.lj(a,b) +s.c=a.e +return s}, +azf(a,b){return J.d(a,b)}, +azg(a){return J.q(a)}, +ak7(a,b,c){var s=A.iW(b,c) +a.ac(0,new A.Yl(s,b,c)) +return s}, +pl(a,b,c){var s=A.iW(b,c) +s.P(0,a) +return s}, +v5(a,b){var s,r=A.iX(b) +for(s=J.av(a);s.v();)r.J(0,b.a(s.gF())) +return r}, +f2(a,b){var s=A.iX(b) +s.P(0,a) +return s}, +axI(a){return new A.zl(a,a.a,a.c)}, +afY(a){var s,r={} +if(A.ahF(a))return"{...}" +s=new A.ce("") +try{$.oa.push(a) +s.a+="{" +r.a=!0 +a.ac(0,new A.YA(r,s)) +s.a+="}"}finally{$.oa.pop()}r=s.a +return r.charCodeAt(0)==0?r:r}, +kz(a,b){return new A.v6(A.b4(A.aun(a),null,!1,b.i("0?")),b.i("v6<0>"))}, +aun(a){if(a==null||a<8)return 8 +else if((a&a-1)>>>0!==0)return A.ak8(a) +return a}, +ak8(a){var s +a=(a<<1>>>0)-1 +for(;!0;a=s){s=(a&a-1)>>>0 +if(s===0)return a}}, +azj(a,b){return J.Rq(a,b)}, +aze(a){if(a.i("p(0,0)").b(A.anJ()))return A.anJ() +return A.aAF()}, +alu(a,b){var s=A.aze(a) +return new A.xa(s,new A.a2z(a),a.i("@<0>").av(b).i("xa<1,2>"))}, +agv(a,b,c){return new A.qh(a,b,c.i("qh<0>"))}, +jF:function jF(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +a82:function a82(a){this.a=a}, +li:function li(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +yC:function yC(a,b,c,d){var _=this +_.f=a +_.r=b +_.w=c +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=d}, +a7d:function a7d(a){this.a=a}, +nP:function nP(a,b){this.a=a +this.$ti=b}, +z4:function z4(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +lf:function lf(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +lg:function lg(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +eH:function eH(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +a8X:function a8X(a){this.a=a +this.c=this.b=null}, +lj:function lj(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +Yl:function Yl(a,b,c){this.a=a +this.b=b +this.c=c}, +mB:function mB(a){var _=this +_.b=_.a=0 +_.c=null +_.$ti=a}, +zl:function zl(a,b,c){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.e=!1}, +f3:function f3(){}, +aV:function aV(){}, +b2:function b2(){}, +Yz:function Yz(a){this.a=a}, +YA:function YA(a,b){this.a=a +this.b=b}, +zo:function zo(a,b){this.a=a +this.$ti=b}, +LC:function LC(a,b){this.a=a +this.b=b +this.c=null}, +Pq:function Pq(){}, +vh:function vh(){}, +nA:function nA(a,b){this.a=a +this.$ti=b}, +yG:function yG(){}, +yF:function yF(a,b,c){var _=this +_.c=a +_.d=b +_.b=_.a=null +_.$ti=c}, +yH:function yH(a){this.b=this.a=null +this.$ti=a}, +uc:function uc(a,b){this.a=a +this.b=0 +this.$ti=b}, +Kp:function Kp(a,b){this.a=a +this.b=b +this.c=null}, +v6:function v6(a,b){var _=this +_.a=a +_.d=_.c=_.b=0 +_.$ti=b}, +Lw:function Lw(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null}, +fA:function fA(){}, +rC:function rC(){}, +Oh:function Oh(){}, +ek:function ek(a,b){var _=this +_.a=a +_.c=_.b=null +_.$ti=b}, +dZ:function dZ(a,b,c){var _=this +_.d=a +_.a=b +_.c=_.b=null +_.$ti=c}, +Og:function Og(){}, +xa:function xa(a,b,c){var _=this +_.d=null +_.e=a +_.f=b +_.c=_.b=_.a=0 +_.$ti=c}, +a2z:function a2z(a){this.a=a}, +ik:function ik(){}, +jM:function jM(a,b){this.a=a +this.$ti=b}, +nZ:function nZ(a,b){this.a=a +this.$ti=b}, +Ay:function Ay(a,b){this.a=a +this.$ti=b}, +jN:function jN(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +AC:function AC(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +nY:function nY(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +qh:function qh(a,b,c){var _=this +_.d=null +_.e=a +_.f=b +_.c=_.b=_.a=0 +_.$ti=c}, +a2A:function a2A(a,b){this.a=a +this.b=b}, +Az:function Az(){}, +AA:function AA(){}, +AB:function AB(){}, +B5:function B5(){}, +adT(a,b){var s,r,q,p=null +try{p=JSON.parse(a)}catch(r){s=A.an(r) +q=A.cp(String(s),null,null) +throw A.h(q)}q=A.adc(p) +return q}, +adc(a){var s +if(a==null)return null +if(typeof a!="object")return a +if(Object.getPrototypeOf(a)!==Array.prototype)return new A.Lm(a,Object.create(null)) +for(s=0;s=0)return null +return r}return null}, +ax7(a,b,c,d){var s=a?$.apc():$.apb() +if(s==null)return null +if(0===c&&d===b.length)return A.am_(s,b) +return A.am_(s,b.subarray(c,A.dB(c,d,b.length,null,null)))}, +am_(a,b){var s,r +try{s=a.decode(b) +return s}catch(r){}return null}, +aiA(a,b,c,d,e,f){if(B.h.c9(f,4)!==0)throw A.h(A.cp("Invalid base64 padding, padded length must be multiple of four, is "+f,a,c)) +if(d+e!==f)throw A.h(A.cp("Invalid base64 padding, '=' not at the end",a,b)) +if(e>2)throw A.h(A.cp("Invalid base64 padding, more than two '=' characters",a,b))}, +axw(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.h(A.fM(b,"Not a byte value at index "+s+": 0x"+J.arC(b[s],16),null))}, +ak4(a,b,c){return new A.uU(a,b)}, +azh(a){return a.hD()}, +axG(a,b){return new A.Lo(a,[],A.anI())}, +axH(a,b,c){var s,r=new A.ce("") +A.agU(a,r,b,c) +s=r.a +return s.charCodeAt(0)==0?s:s}, +agU(a,b,c,d){var s +if(d==null)s=A.axG(b,c) +else s=new A.a8T(d,0,b,[],A.anI()) +s.m6(a)}, +amW(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""}}, +ayN(a,b,c){var s,r,q,p=c-b,o=new Uint8Array(p) +for(s=J.b1(a),r=0;r>>0!==0?255:q}return o}, +Lm:function Lm(a,b){this.a=a +this.b=b +this.c=null}, +a8Q:function a8Q(a){this.a=a}, +Ln:function Ln(a){this.a=a}, +zi:function zi(a,b,c){this.b=a +this.c=b +this.a=c}, +a4C:function a4C(){}, +a4B:function a4B(){}, +RZ:function RZ(){}, +S_:function S_(){}, +Je:function Je(a){this.a=0 +this.b=a}, +a6b:function a6b(){}, +acl:function acl(a,b){this.a=a +this.b=b}, +So:function So(){}, +a6N:function a6N(a){this.a=a}, +CR:function CR(){}, +O4:function O4(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Db:function Db(){}, +tT:function tT(){}, +KZ:function KZ(a,b){this.a=a +this.b=b}, +V3:function V3(){}, +uU:function uU(a,b){this.a=a +this.b=b}, +ES:function ES(a,b){this.a=a +this.b=b}, +XS:function XS(){}, +XU:function XU(a,b){this.a=a +this.b=b}, +a8P:function a8P(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1}, +XT:function XT(a){this.a=a}, +a8U:function a8U(){}, +a8V:function a8V(a,b){this.a=a +this.b=b}, +a8R:function a8R(){}, +a8S:function a8S(a,b){this.a=a +this.b=b}, +Lo:function Lo(a,b,c){this.c=a +this.a=b +this.b=c}, +a8T:function a8T(a,b,c,d,e){var _=this +_.f=a +_.e$=b +_.c=c +_.a=d +_.b=e}, +HI:function HI(){}, +a6Q:function a6Q(a,b){this.a=a +this.b=b}, +abu:function abu(a,b){this.a=a +this.b=b}, +AL:function AL(){}, +Pu:function Pu(a,b,c){this.a=a +this.b=b +this.c=c}, +a4z:function a4z(){}, +a4D:function a4D(){}, +Pt:function Pt(a){this.b=this.a=0 +this.c=a}, +acm:function acm(a,b){var _=this +_.d=a +_.b=_.a=0 +_.c=b}, +a4A:function a4A(a){this.a=a}, +Ba:function Ba(a){this.a=a +this.b=16 +this.c=0}, +Qc:function Qc(){}, +QX:function QX(){}, +aBv(a){return A.o8(a)}, +ajB(){return new A.uk(new WeakMap())}, +ul(a){if(A.ly(a)||typeof a=="number"||typeof a=="string"||a instanceof A.eI)A.mc(a)}, +mc(a){throw A.h(A.fM(a,"object","Expandos are not allowed on strings, numbers, bools, records or null"))}, +jV(a,b){var s=A.akP(a,b) +if(s!=null)return s +throw A.h(A.cp(a,null,null))}, +aB1(a){var s=A.akO(a) +if(s!=null)return s +throw A.h(A.cp("Invalid double",a,null))}, +atD(a,b){a=A.h(a) +a.stack=b.k(0) +throw a +throw A.h("unreachable")}, +b4(a,b,c,d){var s,r=c?J.uP(a,d):J.EP(a,d) +if(a!==0&&b!=null)for(s=0;s")) +for(s=J.av(a);s.v();)r.push(s.gF()) +if(b)return r +return J.XJ(r)}, +ah(a,b,c){var s +if(b)return A.aka(a,c) +s=J.XJ(A.aka(a,c)) +return s}, +aka(a,b){var s,r +if(Array.isArray(a))return A.c(a.slice(0),b.i("C<0>")) +s=A.c([],b.i("C<0>")) +for(r=J.av(a);r.v();)s.push(r.gF()) +return s}, +Ym(a,b){return J.ak2(A.kA(a,!1,b))}, +a2O(a,b,c){var s,r,q=null +if(Array.isArray(a)){s=a +r=s.length +c=A.dB(b,c,r,q,q) +return A.akR(b>0||c>>4]&1<<(o&15))!==0)p+=A.d5(o) +else p=d&&o===32?p+"+":p+"%"+n[o>>>4&15]+n[o&15]}return p.charCodeAt(0)==0?p:p}, +awq(){var s,r +if($.apR())return A.aE(new Error()) +try{throw A.h("")}catch(r){s=A.aE(r) +return s}}, +aso(a,b){return J.Rq(a,b)}, +asF(a,b){var s +if(Math.abs(a)<=864e13)s=!1 +else s=!0 +if(s)A.a1(A.d0("DateTime is outside valid range: "+a,null)) +A.eN(b,"isUtc",t.y) +return new A.hC(a,b)}, +asG(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}, +asH(a){if(a>=100)return""+a +if(a>=10)return"0"+a +return"00"+a}, +Dt(a){if(a>=10)return""+a +return"0"+a}, +cv(a,b){return new A.aM(a+1000*b)}, +atC(a,b){var s,r +for(s=0;s<3;++s){r=a[s] +if(r.b===b)return r}throw A.h(A.fM(b,"name","No enum value with that name"))}, +m9(a){if(typeof a=="number"||A.ly(a)||a==null)return J.e1(a) +if(typeof a=="string")return JSON.stringify(a) +return A.akQ(a)}, +atE(a,b){A.eN(a,"error",t.K) +A.eN(b,"stackTrace",t.Km) +A.atD(a,b)}, +k2(a){return new A.lF(a)}, +d0(a,b){return new A.fL(!1,null,b,a)}, +fM(a,b,c){return new A.fL(!0,a,b,c)}, +tn(a,b){return a}, +akW(a){var s=null +return new A.pQ(s,s,!1,s,s,a)}, +a_d(a,b){return new A.pQ(null,null,!0,a,b,"Value not in range")}, +bK(a,b,c,d,e){return new A.pQ(b,c,!0,a,d,"Invalid value")}, +akX(a,b,c,d){if(ac)throw A.h(A.bK(a,b,c,d,null)) +return a}, +dB(a,b,c,d,e){if(0>a||a>c)throw A.h(A.bK(a,0,c,d==null?"start":d,null)) +if(b!=null){if(a>b||b>c)throw A.h(A.bK(b,a,c,e==null?"end":e,null)) +return b}return c}, +d6(a,b){if(a<0)throw A.h(A.bK(a,0,null,b,null)) +return a}, +afN(a,b,c,d,e){var s=e==null?b.gD(b):e +return new A.uJ(s,!0,a,c,"Index out of range")}, +EH(a,b,c,d,e){return new A.uJ(b,!0,a,e,"Index out of range")}, +ajV(a,b,c,d){if(0>a||a>=b)throw A.h(A.EH(a,b,c,null,d==null?"index":d)) +return a}, +aA(a){return new A.Ih(a)}, +fE(a){return new A.qK(a)}, +aQ(a){return new A.hc(a)}, +bv(a){return new A.De(a)}, +dK(a){return new A.KC(a)}, +cp(a,b,c){return new A.kn(a,b,c)}, +aud(a,b,c){if(a<=0)return new A.e6(c.i("e6<0>")) +return new A.z0(a,b,c.i("z0<0>"))}, +ak0(a,b,c){var s,r +if(A.ahF(a)){if(b==="("&&c===")")return"(...)" +return b+"..."+c}s=A.c([],t.s) +$.oa.push(a) +try{A.azR(a,s)}finally{$.oa.pop()}r=A.agx(b,s,", ")+c +return r.charCodeAt(0)==0?r:r}, +pf(a,b,c){var s,r +if(A.ahF(a))return b+"..."+c +s=new A.ce(b) +$.oa.push(a) +try{r=s +r.a=A.agx(r.a,a,", ")}finally{$.oa.pop()}s.a+=c +r=s.a +return r.charCodeAt(0)==0?r:r}, +azR(a,b){var s,r,q,p,o,n,m,l=J.av(a),k=0,j=0 +while(!0){if(!(k<80||j<3))break +if(!l.v())return +s=A.m(l.gF()) +b.push(s) +k+=s.length+2;++j}if(!l.v()){if(j<=5)return +r=b.pop() +q=b.pop()}else{p=l.gF();++j +if(!l.v()){if(j<=4){b.push(A.m(p)) +return}r=A.m(p) +q=b.pop() +k+=r.length+2}else{o=l.gF();++j +for(;l.v();p=o,o=n){n=l.gF();++j +if(j>100){while(!0){if(!(k>75&&j>3))break +k-=b.pop().length+2;--j}b.push("...") +return}}q=A.m(p) +r=A.m(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)}, +akf(a,b,c,d,e){return new A.lO(a,b.i("@<0>").av(c).av(d).av(e).i("lO<1,2,3,4>"))}, +L(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,a0,a1){var s +if(B.a===c){s=J.q(a) +b=J.q(b) +return A.db(A.x(A.x($.cZ(),s),b))}if(B.a===d){s=J.q(a) +b=J.q(b) +c=J.q(c) +return A.db(A.x(A.x(A.x($.cZ(),s),b),c))}if(B.a===e){s=J.q(a) +b=J.q(b) +c=J.q(c) +d=J.q(d) +return A.db(A.x(A.x(A.x(A.x($.cZ(),s),b),c),d))}if(B.a===f){s=J.q(a) +b=J.q(b) +c=J.q(c) +d=J.q(d) +e=J.q(e) +return A.db(A.x(A.x(A.x(A.x(A.x($.cZ(),s),b),c),d),e))}if(B.a===g){s=J.q(a) +b=J.q(b) +c=J.q(c) +d=J.q(d) +e=J.q(e) +f=J.q(f) +return A.db(A.x(A.x(A.x(A.x(A.x(A.x($.cZ(),s),b),c),d),e),f))}if(B.a===h){s=J.q(a) +b=J.q(b) +c=J.q(c) +d=J.q(d) +e=J.q(e) +f=J.q(f) +g=J.q(g) +return A.db(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.cZ(),s),b),c),d),e),f),g))}if(B.a===i){s=J.q(a) +b=J.q(b) +c=J.q(c) +d=J.q(d) +e=J.q(e) +f=J.q(f) +g=J.q(g) +h=J.q(h) +return A.db(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.cZ(),s),b),c),d),e),f),g),h))}if(B.a===j){s=J.q(a) +b=J.q(b) +c=J.q(c) +d=J.q(d) +e=J.q(e) +f=J.q(f) +g=J.q(g) +h=J.q(h) +i=J.q(i) +return A.db(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.cZ(),s),b),c),d),e),f),g),h),i))}if(B.a===k){s=J.q(a) +b=J.q(b) +c=J.q(c) +d=J.q(d) +e=J.q(e) +f=J.q(f) +g=J.q(g) +h=J.q(h) +i=J.q(i) +j=J.q(j) +return A.db(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.cZ(),s),b),c),d),e),f),g),h),i),j))}if(B.a===l){s=J.q(a) +b=J.q(b) +c=J.q(c) +d=J.q(d) +e=J.q(e) +f=J.q(f) +g=J.q(g) +h=J.q(h) +i=J.q(i) +j=J.q(j) +k=J.q(k) +return A.db(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.cZ(),s),b),c),d),e),f),g),h),i),j),k))}if(B.a===m){s=J.q(a) +b=J.q(b) +c=J.q(c) +d=J.q(d) +e=J.q(e) +f=J.q(f) +g=J.q(g) +h=J.q(h) +i=J.q(i) +j=J.q(j) +k=J.q(k) +l=J.q(l) +return A.db(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.cZ(),s),b),c),d),e),f),g),h),i),j),k),l))}if(B.a===n){s=J.q(a) +b=J.q(b) +c=J.q(c) +d=J.q(d) +e=J.q(e) +f=J.q(f) +g=J.q(g) +h=J.q(h) +i=J.q(i) +j=J.q(j) +k=J.q(k) +l=J.q(l) +m=J.q(m) +return A.db(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($.cZ(),s),b),c),d),e),f),g),h),i),j),k),l),m))}if(B.a===o){s=J.q(a) +b=J.q(b) +c=J.q(c) +d=J.q(d) +e=J.q(e) +f=J.q(f) +g=J.q(g) +h=J.q(h) +i=J.q(i) +j=J.q(j) +k=J.q(k) +l=J.q(l) +m=J.q(m) +n=J.q(n) +return A.db(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($.cZ(),s),b),c),d),e),f),g),h),i),j),k),l),m),n))}if(B.a===p){s=J.q(a) +b=J.q(b) +c=J.q(c) +d=J.q(d) +e=J.q(e) +f=J.q(f) +g=J.q(g) +h=J.q(h) +i=J.q(i) +j=J.q(j) +k=J.q(k) +l=J.q(l) +m=J.q(m) +n=J.q(n) +o=J.q(o) +return A.db(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($.cZ(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o))}if(B.a===q){s=J.q(a) +b=J.q(b) +c=J.q(c) +d=J.q(d) +e=J.q(e) +f=J.q(f) +g=J.q(g) +h=J.q(h) +i=J.q(i) +j=J.q(j) +k=J.q(k) +l=J.q(l) +m=J.q(m) +n=J.q(n) +o=J.q(o) +p=J.q(p) +return A.db(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($.cZ(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p))}if(B.a===r){s=J.q(a) +b=J.q(b) +c=J.q(c) +d=J.q(d) +e=J.q(e) +f=J.q(f) +g=J.q(g) +h=J.q(h) +i=J.q(i) +j=J.q(j) +k=J.q(k) +l=J.q(l) +m=J.q(m) +n=J.q(n) +o=J.q(o) +p=J.q(p) +q=J.q(q) +return A.db(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($.cZ(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q))}if(B.a===a0){s=J.q(a) +b=J.q(b) +c=J.q(c) +d=J.q(d) +e=J.q(e) +f=J.q(f) +g=J.q(g) +h=J.q(h) +i=J.q(i) +j=J.q(j) +k=J.q(k) +l=J.q(l) +m=J.q(m) +n=J.q(n) +o=J.q(o) +p=J.q(p) +q=J.q(q) +r=J.q(r) +return A.db(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($.cZ(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q),r))}if(B.a===a1){s=J.q(a) +b=J.q(b) +c=J.q(c) +d=J.q(d) +e=J.q(e) +f=J.q(f) +g=J.q(g) +h=J.q(h) +i=J.q(i) +j=J.q(j) +k=J.q(k) +l=J.q(l) +m=J.q(m) +n=J.q(n) +o=J.q(o) +p=J.q(p) +q=J.q(q) +r=J.q(r) +a0=J.q(a0) +return A.db(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($.cZ(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q),r),a0))}s=J.q(a) +b=J.q(b) +c=J.q(c) +d=J.q(d) +e=J.q(e) +f=J.q(f) +g=J.q(g) +h=J.q(h) +i=J.q(i) +j=J.q(j) +k=J.q(k) +l=J.q(l) +m=J.q(m) +n=J.q(n) +o=J.q(o) +p=J.q(p) +q=J.q(q) +r=J.q(r) +a0=J.q(a0) +a1=J.q(a1) +return A.db(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($.cZ(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q),r),a0),a1))}, +bJ(a){var s,r=$.cZ() +for(s=J.av(a);s.v();)r=A.x(r,J.q(s.gF())) +return A.db(r)}, +Rf(a){A.aof(A.m(a))}, +awb(a,b,c,d){return new A.lP(a,b,c.i("@<0>").av(d).i("lP<1,2>"))}, +aws(){$.Rg() +return new A.xe()}, +az4(a,b){return 65536+((a&1023)<<10)+(b&1023)}, +nB(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.alY(a4=14)r[7]=a4 +q=r[1] +if(q>=0)if(A.anw(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.em(a5,"\\",n))if(p>0)h=B.d.em(a5,"\\",p-1)||B.d.em(a5,"\\",p-2) +else h=!1 +else h=!0 +if(h){j=a3 +k=!1}else{if(!(mn+2&&B.d.em(a5,"/..",m-3) +else h=!0 +if(h){j=a3 +k=!1}else{if(q===4)if(B.d.em(a5,"file",0)){if(p<=0){if(!B.d.em(a5,"/",n)){g="file:///" +s=3}else{g="file://" +s=2}a5=g+B.d.af(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.kR(a5,n,m,"/");++a4 +m=f}j="file"}else if(B.d.em(a5,"http",0)){if(i&&o+3===n&&B.d.em(a5,"80",o+1)){l-=3 +e=n-3 +m-=3 +a5=B.d.kR(a5,o,n,"") +a4-=3 +n=e}j="http"}else j=a3 +else if(q===5&&B.d.em(a5,"https",0)){if(i&&o+4===n&&B.d.em(a5,"443",o+1)){l-=4 +e=n-4 +m-=4 +a5=B.d.kR(a5,o,n,"") +a4-=3 +n=e}j="https"}else j=a3 +k=!0}}}}else j=a3 +if(k){if(a40)j=A.ayK(a5,0,q) +else{if(q===0)A.rL(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.jV(B.d.af(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.jV(B.d.af(a,r,c),null) +if(o>255)k.$2(l,r) +j[q]=o +return j}, +alZ(a,b,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null,d=new A.a4w(a),c=new A.a4x(d,a) +if(a.length<2)d.$2("address is too short",e) +s=A.c([],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.ce("") +if(r>>4]&1<<(o&15))!==0){if(p&&65<=o&&90>=o){if(q==null)q=new A.ce("") +if(r>>4]&1<<(o&15))!==0)A.rL(a,s,"Invalid character") +else{if((o&64512)===55296&&s+1>>4]&1<<(q&15))!==0))A.rL(a,s,"Illegal scheme character") +if(65<=q&&q<=90)r=!0}a=B.d.af(a,b,c) +return A.ayF(r?a.toLowerCase():a)}, +ayF(a){if(a==="http")return"http" +if(a==="file")return"file" +if(a==="https")return"https" +if(a==="package")return"package" +return a}, +amP(a,b,c){if(a==null)return"" +return A.B9(a,b,c,B.Qs,!1,!1)}, +amM(a,b,c,d,e,f){var s,r=e==="file",q=r||f +if(a==null)return r?"/":"" +else s=A.B9(a,b,c,B.mh,!0,!0) +if(s.length===0){if(r)return"/"}else if(q&&!B.d.d0(s,"/"))s="/"+s +return A.ayL(s,e,f)}, +ayL(a,b,c){var s=b.length===0 +if(s&&!c&&!B.d.d0(a,"/")&&!B.d.d0(a,"\\"))return A.amS(a,!s||c) +return A.amU(a)}, +amO(a,b,c,d){var s,r={} +if(a!=null){if(d!=null)throw A.h(A.d0("Both query and queryParameters specified",null)) +return A.B9(a,b,c,B.eB,!0,!1)}if(d==null)return null +s=new A.ce("") +r.a="" +d.ac(0,new A.aci(new A.acj(r,s))) +r=s.a +return r.charCodeAt(0)==0?r:r}, +amK(a,b,c){if(a==null)return null +return A.B9(a,b,c,B.eB,!0,!1)}, +ah7(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.aen(s) +p=A.aen(r) +if(q<0||p<0)return"%" +o=q*16+p +if(o<127&&(B.ez[B.h.ix(o,4)]&1<<(o&15))!==0)return A.d5(c&&65<=o&&90>=o?(o|32)>>>0:o) +if(s>=97||r>=97)return B.d.af(a,b,b+3).toUpperCase() +return null}, +ah6(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.h.a3t(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.a2O(s,0,null)}, +B9(a,b,c,d,e,f){var s=A.amR(a,b,c,d,e,f) +return s==null?B.d.af(a,b,c):s}, +amR(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.ah7(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.mi[o>>>4]&1<<(o&15))!==0){A.rL(a,r,"Invalid character") +m=i +n=m}else{if((o&64512)===55296){l=r+1 +if(l=2&&A.amJ(a.charCodeAt(0)))for(s=1;s127||(B.md[r>>>4]&1<<(r&15))===0)break}return a}, +ayI(){return A.c([],t.s)}, +amV(a){var s,r,q,p,o,n=A.A(t.N,t.yp),m=new A.ack(a,B.a3,n) +for(s=a.length,r=0,q=0,p=-1;r127)throw A.h(A.d0("Illegal percent encoding in URI",null)) +if(r===37){if(o+3>q)throw A.h(A.d0("Truncated URI",null)) +p.push(A.ayJ(a,o+1)) +o+=2}else if(e&&r===43)p.push(32) +else p.push(r)}}return d.hq(p)}, +amJ(a){var s=a|32 +return 97<=s&&s<=122}, +alY(a,b,c){var s,r,q,p,o,n,m,l,k="Invalid MIME type",j=A.c([b-1],t.t) +for(s=a.length,r=b,q=-1,p=null;rb)throw A.h(A.cp(k,a,r)) +for(;p!==44;){j.push(r);++r +for(o=-1;r=0)j.push(o) +else{n=B.b.gaq(j) +if(p!==44||r!==n+7||!B.d.em(a,"base64",n+1))throw A.h(A.cp("Expecting '='",a,r)) +break}}j.push(r) +m=r+1 +if((j.length&1)===1)a=B.z_.ab8(a,m,s) +else{l=A.amR(a,m,s,B.eB,!0,!1) +if(l!=null)a=B.d.kR(a,m,s,l)}return new A.a4u(a,j,c)}, +azd(){var s,r,q,p,o,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-._~!$&'()*+,;=",m=".",l=":",k="/",j="\\",i="?",h="#",g="/\\",f=J.ak1(22,t.H3) +for(s=0;s<22;++s)f[s]=new Uint8Array(96) +r=new A.adq(f) +q=new A.adr() +p=new A.ads() +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}, +anw(a,b,c,d,e){var s,r,q,p,o=$.aqg() +for(s=b;s95?31:q] +d=p&31 +e[p>>>5]=s}return d}, +aAi(a,b){return A.Ym(b,t.N)}, +Zo:function Zo(a,b){this.a=a +this.b=b}, +hC:function hC(a,b){this.a=a +this.b=b}, +aM:function aM(a){this.a=a}, +a7z:function a7z(){}, +bm:function bm(){}, +lF:function lF(a){this.a=a}, +js:function js(){}, +fL:function fL(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +pQ:function pQ(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.a=c +_.b=d +_.c=e +_.d=f}, +uJ:function uJ(a,b,c,d,e){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e}, +FF:function FF(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Ih:function Ih(a){this.a=a}, +qK:function qK(a){this.a=a}, +hc:function hc(a){this.a=a}, +De:function De(a){this.a=a}, +FP:function FP(){}, +xd:function xd(){}, +KC:function KC(a){this.a=a}, +kn:function kn(a,b,c){this.a=a +this.b=b +this.c=c}, +t:function t(){}, +z0:function z0(a,b,c){this.a=a +this.b=b +this.$ti=c}, +b9:function b9(a,b,c){this.a=a +this.b=b +this.$ti=c}, +bb:function bb(){}, +N:function N(){}, +Op:function Op(){}, +xe:function xe(){this.b=this.a=0}, +a0O:function a0O(a){var _=this +_.a=a +_.c=_.b=0 +_.d=-1}, +ce:function ce(a){this.a=a}, +a4v:function a4v(a){this.a=a}, +a4w:function a4w(a){this.a=a}, +a4x:function a4x(a,b){this.a=a +this.b=b}, +B8:function B8(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}, +a4u:function a4u(a,b,c){this.a=a +this.b=b +this.c=c}, +adq:function adq(a){this.a=a}, +adr:function adr(){}, +ads:function ads(){}, +O5:function O5(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}, +K3:function K3(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=$}, +uk:function uk(a){this.a=a}, +aw8(a){A.eN(a,"result",t.N) +return new A.kX()}, +aBX(a,b){var s=t.N +A.eN(a,"method",s) +if(!B.d.d0(a,"ext."))throw A.h(A.fM(a,"method","Must begin with ext.")) +if($.anb.h(0,a)!=null)throw A.h(A.d0("Extension already registered: "+a,null)) +A.eN(b,"handler",t.xd) +$.anb.p(0,a,$.ac.a5A(b,t.Z9,s,t.GU))}, +aBU(a,b,c){if(B.b.n(A.c(["VM","Isolate","Debug","GC","_Echo","HeapSnapshot","Logging","Timeline","Profiler"],t.s),c))throw A.h(A.fM(c,"stream","Cannot be a protected stream.")) +else if(B.d.d0(c,"_"))throw A.h(A.fM(c,"stream","Cannot start with an underscore.")) +return}, +alO(){return new A.a41(0,A.c([],t._x))}, +ayP(a){if(a==null||a.a===0)return"{}" +return B.cW.qi(a)}, +kX:function kX(){}, +a41:function a41(a,b){this.c=a +this.d=b}, +az6(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.ayX,a) +s[$.ahV()]=a +a.$dart_jsFunction=s +return s}, +ayX(a,b){return A.avq(a,b,null)}, +bc(a){if(typeof a=="function")return a +else return A.az6(a)}, +anm(a){return a==null||A.ly(a)||typeof a=="number"||typeof a=="string"||t.pT.b(a)||t.H3.b(a)||t.Po.b(a)||t.JZ.b(a)||t.w7.b(a)||t.XO.b(a)||t.rd.b(a)||t.s4.b(a)||t.OE.b(a)||t.pI.b(a)||t.V4.b(a)}, +aB(a){if(A.anm(a))return a +return new A.aez(new A.li(t.Fy)).$1(a)}, +ao_(){return globalThis}, +w(a,b){return a[b]}, +BS(a,b){return a[b]}, +fl(a,b,c){return a[b].apply(a,c)}, +ayY(a,b,c){return a[b](c)}, +ayZ(a,b,c,d){return a[b](c,d)}, +an5(a){return new a()}, +ayW(a,b){return new a(b)}, +o9(a,b){var s=new A.am($.ac,b.i("am<0>")),r=new A.bk(s,b.i("bk<0>")) +a.then(A.rT(new A.aeJ(r),1),A.rT(new A.aeK(r),1)) +return s}, +anl(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}, +ahy(a){if(A.anl(a))return a +return new A.ae6(new A.li(t.Fy)).$1(a)}, +aez:function aez(a){this.a=a}, +aeJ:function aeJ(a){this.a=a}, +aeK:function aeK(a){this.a=a}, +ae6:function ae6(a){this.a=a}, +FH:function FH(a){this.a=a}, +DU:function DU(){}, +hW(a,b,c){if(b==null)if(a==null)return null +else return a.a1(0,1-c) +else if(a==null)return b.a1(0,c) +else return new A.i(A.ip(a.a,b.a,c),A.ip(a.b,b.b,c))}, +a2e(a,b,c){if(b==null)if(a==null)return null +else return a.a1(0,1-c) +else if(a==null)return b.a1(0,c) +else return new A.H(A.ip(a.a,b.a,c),A.ip(a.b,b.b,c))}, +h4(a,b){var s=a.a,r=b*2/2,q=a.b +return new A.y(s-r,q-r,s+r,q+r)}, +agj(a,b,c){var s=a.a,r=c/2,q=a.b,p=b/2 +return new A.y(s-r,q-p,s+r,q+p)}, +w2(a,b){var s=a.a,r=b.a,q=a.b,p=b.b +return new A.y(Math.min(s,r),Math.min(q,p),Math.max(s,r),Math.max(q,p))}, +avI(a,b,c){var s,r,q,p,o +if(b==null)if(a==null)return null +else{s=1-c +return new A.y(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.y(r*c,q*c,p*c,o*c) +else return new A.y(A.ip(a.a,r,c),A.ip(a.b,q,c),A.ip(a.c,p,c),A.ip(a.d,o,c))}}, +vX(a,b,c){var s,r,q +if(b==null)if(a==null)return null +else{s=1-c +return new A.az(a.a*s,a.b*s)}else{r=b.a +q=b.b +if(a==null)return new A.az(r*c,q*c) +else return new A.az(A.ip(a.a,r,c),A.ip(a.b,q,c))}}, +kN(a,b){var s=b.a,r=b.b +return new A.h1(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.h1(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)}, +agg(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.h1(a.a,a.b,a.c,a.d,s,r,q,p,m,l,o,n,k)}, +auh(a){switch(a.a){case 1:return"up" +case 0:return"down" +case 2:return"repeat"}}, +M(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}, +ip(a,b,c){return a*(1-c)+b*c}, +adM(a,b,c){return a*(1-c)+b*c}, +Ra(a,b,c){if(ac)return c +if(isNaN(a))return c +return a}, +anu(a,b){return A.z(A.BZ(B.c.aJ((a.gl()>>>24&255)*b),0,255),a.gl()>>>16&255,a.gl()>>>8&255,a.gl()&255)}, +z(a,b,c,d){return new A.n(((a&255)<<24|(b&255)<<16|(c&255)<<8|d&255)>>>0)}, +afk(a){if(a<=0.03928)return a/12.92 +return Math.pow((a+0.055)/1.055,2.4)}, +u(a,b,c){if(b==null)if(a==null)return null +else return A.anu(a,1-c) +else if(a==null)return A.anu(b,c) +else return A.z(A.BZ(B.c.ae(A.adM(a.gl()>>>24&255,b.gl()>>>24&255,c)),0,255),A.BZ(B.c.ae(A.adM(a.gl()>>>16&255,b.gl()>>>16&255,c)),0,255),A.BZ(B.c.ae(A.adM(a.gl()>>>8&255,b.gl()>>>8&255,c)),0,255),A.BZ(B.c.ae(A.adM(a.gl()&255,b.gl()&255,c)),0,255))}, +T5(a,b){var s,r,q,p=a.gl()>>>24&255 +if(p===0)return b +s=255-p +r=b.gl()>>>24&255 +if(r===255)return A.z(255,B.h.eT(p*(a.gl()>>>16&255)+s*(b.gl()>>>16&255),255),B.h.eT(p*(a.gl()>>>8&255)+s*(b.gl()>>>8&255),255),B.h.eT(p*(a.gl()&255)+s*(b.gl()&255),255)) +else{r=B.h.eT(r*s,255) +q=p+r +return A.z(q,B.h.io((a.gl()>>>16&255)*p+(b.gl()>>>16&255)*r,q),B.h.io((a.gl()>>>8&255)*p+(b.gl()>>>8&255)*r,q),B.h.io((a.gl()&255)*p+(b.gl()&255)*r,q))}}, +auW(){return $.S().aL()}, +ajN(a,b,c,d,e){return $.S().a78(a,b,c,d,e,null)}, +au6(a,b){return $.S().a79(a,b)}, +awc(a){return a>0?a*0.57735+0.5:0}, +awd(a,b,c){var s,r,q=A.u(a.a,b.a,c) +q.toString +s=A.hW(a.b,b.b,c) +s.toString +r=A.ip(a.c,b.c,c) +return new A.kY(q,s,r)}, +awe(a,b,c){var s,r,q,p=a==null +if(p&&b==null)return null +if(p)a=A.c([],t.kO) +if(b==null)b=A.c([],t.kO) +s=A.c([],t.kO) +r=Math.min(a.length,b.length) +for(q=0;q=0}else q=!1 +if(!q)break +if(r>s)return-1 +if(A.ahE(a,c,d,r)&&A.ahE(a,c,d,r+p))return r +c=r+1}return-1}return A.azp(a,b,c,d)}, +azp(a,b,c,d){var s,r,q,p=new A.ix(a,d,c,0) +for(s=b.length;r=p.ie(),r>=0;){q=r+s +if(q>d)break +if(B.d.em(a,b,r)&&A.ahE(a,c,d,q))return r}return-1}, +dS:function dS(a){this.a=a}, +xh:function xh(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +aeB(a,b,c,d){if(d===208)return A.ao6(a,b,c) +if(d===224){if(A.ao5(a,b,c)>=0)return 145 +return 64}throw A.h(A.aQ("Unexpected state: "+B.h.jK(d,16)))}, +ao6(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.ir(o,p)!==6)break +r^=1}if(r===0)return 193 +else return 144}, +ao5(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.o7(r) +else{if(s>b){--s +p=a.charCodeAt(s) +o=(p&64512)===55296}else{p=0 +o=!1}if(o)q=A.ir(p,r) +else break}if(q===7)return s +if(q!==4)break}return-1}, +ahE(a,b,c,d){var s,r,q,p,o,n,m,l,k,j=u.q +if(b=c)return!0 +n=a.charCodeAt(o) +if((n&64512)!==56320)return!0 +p=A.ir(s,n)}else return(q&64512)!==55296 +if((q&64512)!==56320){m=A.o7(q) +d=r}else{d-=2 +if(b<=d){l=a.charCodeAt(d) +if((l&64512)!==55296)return!0 +m=A.ir(l,q)}else return!0}k=j.charCodeAt(j.charCodeAt(p|176)&240|m) +return((k>=208?A.aeB(a,b,d,k):k)&1)===0}return b!==c}, +aBV(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.o7(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.ir(n,r) +s=o}else q=2}else q=2 +if(q===6)m=A.ao6(a,b,s)!==144?160:48 +else{l=q===1 +if(l||q===4)if(A.ao5(a,b,s)>=0)m=l?144:128 +else m=48 +else m=u.S.charCodeAt(q|176)}return new A.ix(a,a.length,d,m).ie()}, +ix:function ix(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +ts:function ts(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Dy:function Dy(){}, +mw:function mw(a,b){this.a=a +this.$ti=b}, +pm:function pm(a,b){this.a=a +this.$ti=b}, +rK:function rK(){}, +qa:function qa(a,b){this.a=a +this.$ti=b}, +rk:function rk(a,b,c){this.a=a +this.b=b +this.c=c}, +vg:function vg(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Dw:function Dw(){}, +Ew:function Ew(a,b,c){var _=this +_.a=a +_.b=b +_.d=_.c=0 +_.$ti=c}, +aeD(){var s=0,r=A.a_(t.H),q,p +var $async$aeD=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:s=2 +return A.a5(A.axi(),$async$aeD) +case 2:if($.af==null)A.am3() +q=$.af +q.toString +p=$.aL().d.h(0,0) +p.toString +q.Pq(new A.Im(p,new A.LX(null),new A.iL(p,t.bT))) +q.DN() +return A.Y(null,r)}}) +return A.Z($async$aeD,r)}, +LX:function LX(a){this.a=a}, +a9x:function a9x(){}, +arN(a){var s=null +return new A.tF(new A.r2(new A.RV(),s,s,s,A.aBG(),A.aAD(),t.JD),s,s,B.yt,s,t.XB)}, +tk:function tk(a){this.a=a}, +RV:function RV(){}, +J6:function J6(a){this.a=null +this.b=a +this.c=null}, +a5P:function a5P(){}, +a5Q:function a5Q(){}, +a5R:function a5R(){}, +a5S:function a5S(){}, +a5T:function a5T(){}, +a5U:function a5U(){}, +a5V:function a5V(){}, +tL:function tL(a,b,c){this.c=a +this.d=b +this.a=c}, +SM:function SM(a,b){this.a=a +this.b=b}, +SL:function SL(a){this.a=a}, +p5:function p5(a,b){this.c=a +this.a=b}, +ED:function ED(a,b,c){this.c=a +this.d=b +this.a=c}, +Xg:function Xg(a){this.a=a}, +EE:function EE(a,b,c){this.c=a +this.d=b +this.a=c}, +Xh:function Xh(a){this.a=a}, +uG:function uG(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +fV(a,b,c){return new A.kp(b,c,a)}, +kp:function kp(a,b,c){this.a=a +this.b=b +this.c=c}, +adV:function adV(a){this.a=a}, +acU:function acU(){}, +acV:function acV(){}, +acW:function acW(){}, +acX:function acX(){}, +acY:function acY(){}, +acZ:function acZ(){}, +ad_:function ad_(){}, +ad0:function ad0(){}, +ad1:function ad1(){}, +ad2:function ad2(){}, +ae_:function ae_(){}, +p7:function p7(a,b){this.c=a +this.a=b}, +Xj:function Xj(){}, +Xk:function Xk(){}, +Xl:function Xl(){}, +Xm:function Xm(){}, +Xn:function Xn(a){this.a=a}, +dL:function dL(a){var _=this +_.a=!0 +_.b=48 +_.c=!1 +_.d="" +_.R$=0 +_.Z$=a +_.aD$=_.aK$=0 +_.b8$=!1}, +hx:function hx(a,b){this.a=a +this.b=b}, +bz:function bz(){}, +bC(a,b,c,d,e){var s=new A.oe(0,1,a,B.yq,b,c,B.al,B.I,new A.aJ(A.c([],t.G),t.O),new A.aJ(A.c([],t.c),t.fy)) +s.r=e.q2(s.gy6()) +s.z9(d==null?0:d) +return s}, +aiv(a,b,c){var s=new A.oe(-1/0,1/0,a,B.yr,null,null,B.al,B.I,new A.aJ(A.c([],t.G),t.O),new A.aJ(A.c([],t.c),t.fy)) +s.r=c.q2(s.gy6()) +s.z9(b) +return s}, +qU:function qU(a,b){this.a=a +this.b=b}, +Co:function Co(a,b){this.a=a +this.b=b}, +oe:function oe(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 +_.cp$=i +_.cd$=j}, +a8N:function a8N(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.a=e}, +aaz:function aaz(a,b,c,d,e,f,g){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.a=g}, +J0:function J0(){}, +J1:function J1(){}, +J2:function J2(){}, +pO(a){var s=new A.vV(new A.aJ(A.c([],t.G),t.O),new A.aJ(A.c([],t.c),t.fy),0) +s.c=a +if(a==null){s.a=B.I +s.b=0}return s}, +cR(a,b,c){var s,r=new A.tX(b,a,c) +r.JT(b.gbj()) +b.bl() +s=b.cp$ +s.b=!0 +s.a.push(r.gJS()) +return r}, +agE(a,b,c){var s,r,q=new A.ny(a,b,c,new A.aJ(A.c([],t.G),t.O),new A.aJ(A.c([],t.c),t.fy)) +if(J.d(a.gl(),b.gl())){q.a=b +q.b=null +s=b}else{if(a.gl()>b.gl())q.c=B.a3H +else q.c=B.a3G +s=a}s.ff(q.gmP()) +s=q.gAa() +q.a.T(s) +r=q.b +if(r!=null){r.bl() +r=r.cd$ +r.b=!0 +r.a.push(s)}return q}, +aiw(a,b,c){return new A.tf(a,b,new A.aJ(A.c([],t.G),t.O),new A.aJ(A.c([],t.c),t.fy),0,c.i("tf<0>"))}, +IQ:function IQ(){}, +IR:function IR(){}, +tg:function tg(){}, +vV:function vV(a,b,c){var _=this +_.c=_.b=_.a=null +_.cp$=a +_.cd$=b +_.kx$=c}, +fa:function fa(a,b,c){this.a=a +this.cp$=b +this.kx$=c}, +tX:function tX(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +P3:function P3(a,b){this.a=a +this.b=b}, +ny:function ny(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.f=_.e=null +_.cp$=d +_.cd$=e}, +oC:function oC(){}, +tf:function tf(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.d=_.c=null +_.cp$=c +_.cd$=d +_.kx$=e +_.$ti=f}, +ym:function ym(){}, +yn:function yn(){}, +yo:function yo(){}, +K0:function K0(){}, +MT:function MT(){}, +MU:function MU(){}, +MV:function MV(){}, +Nz:function Nz(){}, +NA:function NA(){}, +P0:function P0(){}, +P1:function P1(){}, +P2:function P2(){}, +vP:function vP(){}, +eq:function eq(){}, +zk:function zk(){}, +hP:function hP(a,b,c){this.a=a +this.b=b +this.c=c}, +I4:function I4(){}, +cG:function cG(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +xH:function xH(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +kj:function kj(a){this.a=a}, +K5:function K5(){}, +te:function te(){}, +td:function td(){}, +lE:function lE(){}, +k0:function k0(){}, +dD(a,b,c){return new A.ak(a,b,c.i("ak<0>"))}, +eT(a){return new A.fP(a)}, +a6:function a6(){}, +al:function al(a,b,c){this.a=a +this.b=b +this.$ti=c}, +cK:function cK(a,b,c){this.a=a +this.b=b +this.$ti=c}, +ak:function ak(a,b,c){this.a=a +this.b=b +this.$ti=c}, +ww:function ww(a,b,c,d){var _=this +_.c=a +_.a=b +_.b=c +_.$ti=d}, +ep:function ep(a,b){this.a=a +this.b=b}, +Hk:function Hk(a,b){this.a=a +this.b=b}, +w3:function w3(a,b){this.a=a +this.b=b}, +kt:function kt(a,b){this.a=a +this.b=b}, +fP:function fP(a){this.a=a}, +Bp:function Bp(){}, +ax1(a,b){var s=new A.xO(A.c([],b.i("C>")),A.c([],t.mz),b.i("xO<0>")) +s.Ud(a,b) +return s}, +alV(a,b,c){return new A.qE(a,b,c.i("qE<0>"))}, +xO:function xO(a,b,c){this.a=a +this.b=b +this.$ti=c}, +qE:function qE(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Ll:function Ll(a,b){this.a=a +this.b=b}, +aj0(a,b,c,d,e,f,g,h,i){return new A.tU(c,h,d,e,g,f,i,b,a,null)}, +tU:function tU(a,b,c,d,e,f,g,h,i,j){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.a=j}, +yu:function yu(a,b,c,d){var _=this +_.d=a +_.f=_.e=$ +_.r=!1 +_.eb$=b +_.bQ$=c +_.a=null +_.b=d +_.c=null}, +a6X:function a6X(a,b){this.a=a +this.b=b}, +Bt:function Bt(){}, +Dj(a,b){if(a==null)return null +return a instanceof A.cb?a.cR(b):a}, +cb:function cb(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}, +Td:function Td(a){this.a=a}, +JR:function JR(){}, +JQ:function JQ(){}, +Tc:function Tc(){}, +Q0:function Q0(){}, +Di:function Di(a,b,c){this.c=a +this.d=b +this.a=c}, +asq(a,b){return new A.lY(a,b,null)}, +lY:function lY(a,b,c){this.c=a +this.f=b +this.a=c}, +yv:function yv(a){var _=this +_.d=!1 +_.a=null +_.b=a +_.c=null}, +a6Y:function a6Y(a){this.a=a}, +a6Z:function a6Z(a){this.a=a}, +aj1(a,b,c,d,e,f,g,h){return new A.Dk(g,b,h,c,e,a,d,f)}, +Dk:function Dk(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}, +JS:function JS(){}, +JT:function JT(){}, +Dx:function Dx(){}, +tW:function tW(a,b,c){this.d=a +this.w=b +this.a=c}, +yx:function yx(a,b,c,d){var _=this +_.d=a +_.e=0 +_.r=_.f=$ +_.eb$=b +_.bQ$=c +_.a=null +_.b=d +_.c=null}, +a77:function a77(a){this.a=a}, +a76:function a76(){}, +a75:function a75(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Dl:function Dl(a,b,c){this.r=a +this.w=b +this.a=c}, +Bu:function Bu(){}, +asr(a){var s +if(a.gC5())return!1 +s=a.hv$ +if(s!=null&&s.length!==0)return!1 +a.gqu() +if(a.go.gbj()!==B.T)return!1 +if(a.id.gbj()!==B.I)return!1 +if(a.a.cx.a)return!1 +return!0}, +ass(a,b,c,d,e,f){var s,r,q,p,o,n,m=a.a.cx.a +a.gqu() +s=m?c:A.cR(B.xE,c,new A.kj(B.xE)) +r=$.aqc() +q=t.m +q.a(s) +p=m?d:A.cR(B.lc,d,B.Bi) +o=$.aq5() +q.a(p) +m=m?c:A.cR(B.lc,c,null) +n=$.api() +return new A.Dm(new A.al(s,r,r.$ti.i("al")),new A.al(p,o,o.$ti.i("al")),new A.al(q.a(m),n,A.l(n).i("al")),new A.r3(e,new A.Te(a),new A.Tf(a,f),null,f.i("r3<0>")),null)}, +a7_(a,b,c){var s,r,q,p,o,n,m +if(a==b)return a +if(a==null){s=b.a +if(s==null)s=b +else{r=A.a7(s).i("ae<1,n>") +r=new A.hk(A.ah(new A.ae(s,new A.a70(c),r),!0,r.i("ba.E"))) +s=r}return s}if(b==null){s=a.a +if(s==null)s=a +else{r=A.a7(s).i("ae<1,n>") +r=new A.hk(A.ah(new A.ae(s,new A.a71(c),r),!0,r.i("ba.E"))) +s=r}return s}s=A.c([],t.t_) +for(r=b.a,q=a.a,p=q==null,o=0;o"))) +return new A.oW(r)}, +oX(a){return new A.oW(a)}, +atK(a){return a}, +ajD(a,b){if($.afA===0||!1)A.aAU(J.e1(a.a),100,a.b) +else A.ahK().$1("Another exception was thrown: "+a.gQm().k(0)) +$.afA=$.afA+1}, +atL(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=A.aD(["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.awo(J.aru(a,"\n")) +for(s=0,r=0;q=d.length,r0)q.push(h.a)}B.b.im(q) +if(s===1)j.push("(elided one frame from "+B.b.gbO(q)+")") +else if(s>1){l=q.length +if(l>1)q[l-1]="and "+B.b.gaq(q) +l="(elided "+s +if(q.length>2)j.push(l+" frames from "+B.b.bW(q,", ")+")") +else j.push(l+" frames from "+B.b.bW(q," ")+")")}return j}, +ci(a){var s=$.hu() +if(s!=null)s.$1(a)}, +aAU(a,b,c){var s,r +A.ahK().$1(a) +s=A.c(B.d.D8(J.e1(c==null?A.awq():A.atK(c))).split("\n"),t.s) +r=s.length +s=J.arB(r!==0?new A.x_(s,new A.ae7(),t.Ws):s,b) +A.ahK().$1(B.b.bW(A.atL(s),"\n"))}, +axA(a,b,c){return new A.KN(c,a,!0,!0,null,b)}, +le:function le(){}, +oT:function oT(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}, +E_:function E_(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}, +DY:function DY(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}, +bf:function bf(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=e +_.r=f}, +VO:function VO(a){this.a=a}, +oW:function oW(a){this.a=a}, +VP:function VP(){}, +VQ:function VQ(){}, +VR:function VR(){}, +ae7:function ae7(){}, +KN:function KN(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +KP:function KP(){}, +KO:function KO(){}, +CA:function CA(){}, +S9:function S9(a,b){this.a=a +this.b=b}, +dW(a){return new A.dV(a,$.au())}, +T:function T(){}, +aw:function aw(a){var _=this +_.R$=0 +_.Z$=a +_.aD$=_.aK$=0 +_.b8$=!1}, +Sx:function Sx(a){this.a=a}, +nU:function nU(a){this.a=a}, +dV:function dV(a,b){var _=this +_.a=a +_.R$=0 +_.Z$=b +_.aD$=_.aK$=0 +_.b8$=!1}, +asR(a,b,c){var s=null +return A.hE("",s,b,B.b3,a,!1,s,s,B.aB,s,!1,!1,!0,c,s,t.H)}, +hE(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.es(e,!1,c,s,g,o,k,b,d,i,a,m,l,j,n,p.i("es<0>"))}, +afp(a,b,c){return new A.DH(c,a,!0,!0,null,b)}, +aT(a){return B.d.r2(B.h.jK(J.q(a)&1048575,16),5,"0")}, +asQ(a,b,c,d,e,f,g){return new A.DI(b,d,"",g,a,c,!0,!0,null,f)}, +u3:function u3(a,b){this.a=a +this.b=b}, +hF:function hF(a,b){this.a=a +this.b=b}, +a9z:function a9z(){}, +dh:function dh(){}, +es:function es(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}, +u4:function u4(){}, +DH:function DH(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +U:function U(){}, +TD:function TD(){}, +hD:function hD(){}, +DI:function DI(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}, +Kg:function Kg(){}, +ey:function ey(){}, +iY:function iY(){}, +lb:function lb(){}, +dE:function dE(a,b){this.a=a +this.$ti=b}, +ah2:function ah2(a){this.$ti=a}, +fs:function fs(){}, +v2:function v2(){}, +vH(a){return new A.aJ(A.c([],a.i("C<0>")),a.i("aJ<0>"))}, +aJ:function aJ(a,b){var _=this +_.a=a +_.b=!1 +_.c=$ +_.$ti=b}, +p2:function p2(a,b){this.a=a +this.$ti=b}, +azX(a){return A.b4(a,null,!1,t.X)}, +vQ:function vQ(a){this.a=a}, +acd:function acd(){}, +KX:function KX(a){this.a=a}, +ld:function ld(a,b){this.a=a +this.b=b}, +z3:function z3(a,b){this.a=a +this.b=b}, +cI:function cI(a,b){this.a=a +this.b=b}, +a4L(a){var s=new DataView(new ArrayBuffer(8)),r=A.dl(s.buffer,0,null) +return new A.a4K(new Uint8Array(a),s,r)}, +a4K:function a4K(a,b,c){var _=this +_.a=a +_.b=0 +_.c=!1 +_.d=b +_.e=c}, +w1:function w1(a){this.a=a +this.b=0}, +awo(a){var s=t.ZK +return A.ah(new A.jw(new A.dA(new A.aZ(A.c(B.d.D7(a).split("\n"),t.s),new A.a2C(),t.Hd),A.aC1(),t.C9),s),!0,s.i("t.E"))}, +awn(a){var s,r,q="",p=$.aoZ().Ml(a) +if(p==null)return null +s=A.c(p.b[1].split("."),t.s) +r=s.length>1?B.b.gU(s):q +return new A.hb(a,-1,q,q,q,-1,-1,r,s.length>1?A.hd(s,1,null,t.N).bW(0,"."):B.b.gbO(s))}, +awp(a){var s,r,q,p,o,n,m,l,k,j,i="" +if(a==="")return B.Xc +else if(a==="...")return B.Xb +if(!B.d.d0(a,"#"))return A.awn(a) +s=A.w4("^#(\\d+) +(.+) \\((.+?):?(\\d+){0,1}:?(\\d+){0,1}\\)$",!0,!1).Ml(a).b +r=s[2] +r.toString +q=A.ahO(r,".","") +if(B.d.d0(q,"new")){p=q.split(" ").length>1?q.split(" ")[1]:i +if(B.d.n(p,".")){o=p.split(".") +p=o[0] +q=o[1]}else q=""}else if(B.d.n(q,".")){o=q.split(".") +p=o[0] +q=o[1]}else p="" +r=s[3] +r.toString +n=A.nB(r) +m=n.giZ() +if(n.gon()==="dart"||n.gon()==="package"){l=n.gwz()[0] +r=n.giZ() +k=A.m(n.gwz()[0]) +A.akX(0,0,r.length,"startIndex") +m=A.aC6(r,k+"/","",0)}else l=i +r=s[1] +r.toString +r=A.jV(r,null) +k=n.gon() +j=s[4] +if(j==null)j=-1 +else{j=j +j.toString +j=A.jV(j,null)}s=s[5] +if(s==null)s=-1 +else{s=s +s.toString +s=A.jV(s,null)}return new A.hb(a,r,k,l,m,j,s,p,q)}, +hb:function hb(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}, +a2C:function a2C(){}, +cE:function cE(a,b){this.a=a +this.$ti=b}, +a2Q:function a2Q(a){this.a=a}, +Er:function Er(a,b){this.a=a +this.b=b}, +cj:function cj(){}, +Ep:function Ep(a,b,c){this.a=a +this.b=b +this.c=c}, +rc:function rc(a){var _=this +_.a=a +_.b=!0 +_.d=_.c=!1 +_.e=null}, +a80:function a80(a){this.a=a}, +Wr:function Wr(a){this.a=a}, +Wt:function Wt(a,b){this.a=a +this.b=b}, +Ws:function Ws(a,b,c){this.a=a +this.b=b +this.c=c}, +atJ(a,b,c,d,e,f,g){return new A.us(c,g,f,a,e,!1)}, +aaB:function aaB(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}, +p0:function p0(){}, +Wu:function Wu(a){this.a=a}, +Wv:function Wv(a,b){this.a=a +this.b=b}, +us:function us(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=e +_.r=f}, +anz(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}}, +ava(a,b){var s=A.a7(a) +return new A.jw(new A.dA(new A.aZ(a,new A.ZX(),s.i("aZ<1>")),new A.ZY(b),s.i("dA<1,aP?>")),t.FI)}, +ZX:function ZX(){}, +ZY:function ZY(a){this.a=a}, +iC:function iC(a){this.a=a}, +hI:function hI(a,b,c){this.a=a +this.b=b +this.d=c}, +hJ:function hJ(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +eV:function eV(a,b){this.a=a +this.b=b}, +ZZ(a,b){var s,r +if(a==null)return b +s=new A.cY(new Float64Array(3)) +s.jd(b.a,b.b,0) +r=a.wB(s).a +return new A.i(r[0],r[1])}, +pI(a,b,c,d){if(a==null)return c +if(b==null)b=A.ZZ(a,d) +return b.N(0,A.ZZ(a,d.N(0,c)))}, +agc(a){var s,r,q=new Float64Array(4),p=new A.hh(q) +p.rE(0,0,1,0) +s=new Float64Array(16) +r=new A.aY(s) +r.c2(a) +s[11]=q[3] +s[10]=q[2] +s[9]=q[1] +s[8]=q[0] +r.xp(2,p) +return r}, +av7(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.mU(o,d,n,0,e,a,h,B.f,0,!1,!1,0,j,i,b,c,0,0,0,l,k,g,m,0,!1,null,null)}, +avh(a,b,c,d,e,f,g,h,i,j,k,l){return new A.mZ(l,c,k,0,d,a,f,B.f,0,!1,!1,0,h,g,0,b,0,0,0,j,i,0,0,0,!1,null,null)}, +avc(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.j8(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)}, +av9(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.kJ(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)}, +avb(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.kK(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)}, +av8(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.j7(a0,d,s,h,e,b,i,B.f,a,!0,!1,j,l,k,0,c,q,m,p,o,n,g,r,0,!1,null,null)}, +avd(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.mW(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)}, +avl(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.n1(a1,e,a0,i,f,b,j,B.f,a,!1,!1,k,m,l,c,d,r,n,q,p,o,h,s,0,!1,null,null)}, +avj(a,b,c,d,e,f,g){return new A.n_(e,g,b,f,0,c,a,d,B.f,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +avk(a,b,c,d,e,f){return new A.n0(f,b,e,0,c,a,d,B.f,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +avi(a,b,c,d,e,f,g){return new A.G3(e,g,b,f,0,c,a,d,B.f,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +avf(a,b,c,d,e,f,g){return new A.j9(g,b,f,c,B.aI,a,d,B.f,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,e,null,null)}, +avg(a,b,c,d,e,f,g,h,i,j,k){return new A.mY(c,d,h,g,k,b,j,e,B.aI,a,f,B.f,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,i,null,null)}, +ave(a,b,c,d,e,f,g){return new A.mX(g,b,f,c,B.aI,a,d,B.f,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,e,null,null)}, +akI(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.mV(a0,e,s,i,f,b,j,B.f,a,!1,!1,0,l,k,c,d,q,m,p,o,n,h,r,0,!1,null,null)}, +lA(a,b){var s +switch(a.a){case 1:return 1 +case 2:case 3:case 5:case 0:case 4:s=b==null?null:b.a +return s==null?18:s}}, +ahw(a,b){var s +switch(a.a){case 1:return 2 +case 2:case 3:case 5:case 0:case 4:if(b==null)s=null +else{s=b.a +s=s!=null?s*2:null}return s==null?36:s}}, +aP:function aP(){}, +cL:function cL(){}, +IL:function IL(){}, +P8:function P8(){}, +Jy:function Jy(){}, +mU:function mU(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,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}, +P4:function P4(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +JI:function JI(){}, +mZ:function mZ(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}, +Pf:function Pf(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +JD:function JD(){}, +j8:function j8(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}, +Pa:function Pa(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +JB:function JB(){}, +kJ:function kJ(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}, +P7:function P7(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +JC:function JC(){}, +kK:function kK(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}, +P9:function P9(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +JA:function JA(){}, +j7:function j7(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}, +P6:function P6(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +JE:function JE(){}, +mW:function mW(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}, +Pb:function Pb(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +JM:function JM(){}, +n1:function n1(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}, +Pj:function Pj(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +dP:function dP(){}, +JK:function JK(){}, +n_:function n_(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 +_.B=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}, +Ph:function Ph(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +JL:function JL(){}, +n0:function n0(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}, +Pi:function Pi(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +JJ:function JJ(){}, +G3:function G3(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 +_.B=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}, +Pg:function Pg(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +JG:function JG(){}, +j9:function j9(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}, +Pd:function Pd(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +JH:function JH(){}, +mY:function mY(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}, +Pe:function Pe(a,b){var _=this +_.d=_.c=$ +_.e=a +_.f=b +_.b=_.a=$}, +JF:function JF(){}, +mX:function mX(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}, +Pc:function Pc(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Jz:function Jz(){}, +mV:function mV(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}, +P5:function P5(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Ml:function Ml(){}, +Mm:function Mm(){}, +Mn:function Mn(){}, +Mo:function Mo(){}, +Mp:function Mp(){}, +Mq:function Mq(){}, +Mr:function Mr(){}, +Ms:function Ms(){}, +Mt:function Mt(){}, +Mu:function Mu(){}, +Mv:function Mv(){}, +Mw:function Mw(){}, +Mx:function Mx(){}, +My:function My(){}, +Mz:function Mz(){}, +MA:function MA(){}, +MB:function MB(){}, +MC:function MC(){}, +MD:function MD(){}, +ME:function ME(){}, +MF:function MF(){}, +MG:function MG(){}, +MH:function MH(){}, +MI:function MI(){}, +MJ:function MJ(){}, +MK:function MK(){}, +ML:function ML(){}, +MM:function MM(){}, +MN:function MN(){}, +MO:function MO(){}, +MP:function MP(){}, +QG:function QG(){}, +QH:function QH(){}, +QI:function QI(){}, +QJ:function QJ(){}, +QK:function QK(){}, +QL:function QL(){}, +QM:function QM(){}, +QN:function QN(){}, +QO:function QO(){}, +QP:function QP(){}, +QQ:function QQ(){}, +QR:function QR(){}, +QS:function QS(){}, +QT:function QT(){}, +QU:function QU(){}, +QV:function QV(){}, +QW:function QW(){}, +ajI(a,b){var s=t.S,r=A.ck(s) +return new A.fT(B.ji,A.A(s,t.o),r,a,b,A.rX(),A.A(s,t.A))}, +ajJ(a,b,c){var s=(c-a)/(b-a) +return!isNaN(s)?A.D(s,0,1):s}, +nO:function nO(a,b){this.a=a +this.b=b}, +mm:function mm(a){this.a=a}, +fT:function fT(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}, +Wd:function Wd(a,b){this.a=a +this.b=b}, +Wb:function Wb(a){this.a=a}, +Wc:function Wc(a){this.a=a}, +DG:function DG(a){this.a=a}, +WZ(){var s=A.c([],t.om),r=new A.aY(new Float64Array(16)) +r.dD() +return new A.iM(s,A.c([r],t.Xr),A.c([],t.cR))}, +eY:function eY(a,b){this.a=a +this.b=null +this.$ti=b}, +rJ:function rJ(){}, +zs:function zs(a){this.a=a}, +rr:function rr(a){this.a=a}, +iM:function iM(a,b,c){this.a=a +this.b=b +this.c=c}, +Yp(a,b,c){var s=b==null?B.bO:b,r=t.S,q=A.ck(r),p=A.ao4() +return new A.eB(s,null,B.bA,A.A(r,t.o),q,a,c,p,A.A(r,t.A))}, +auq(a){return a===1||a===2||a===4}, +pp:function pp(a,b){this.a=a +this.b=b}, +ve:function ve(a,b,c){this.a=a +this.b=b +this.c=c}, +po:function po(a,b){this.b=a +this.c=b}, +eB:function eB(a,b,c,d,e,f,g,h,i){var _=this +_.k2=!1 +_.b7=_.bB=_.by=_.aO=_.am=_.br=_.aW=_.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}, +Ys:function Ys(a,b){this.a=a +this.b=b}, +Yr:function Yr(a,b){this.a=a +this.b=b}, +Yq:function Yq(a,b){this.a=a +this.b=b}, +jQ:function jQ(a,b,c){this.a=a +this.b=b +this.c=c}, +agX:function agX(a,b){this.a=a +this.b=b}, +a_4:function a_4(a){this.a=a +this.b=$}, +a_5:function a_5(){}, +F1:function F1(a,b,c){this.a=a +this.b=b +this.c=c}, +ath(a){return new A.hi(a.gcf(),A.b4(20,null,!1,t.av))}, +ati(a){return a===1}, +am0(a,b){var s=t.S,r=A.ck(s),q=A.ahJ() +return new A.hj(B.ai,A.ahI(),B.ch,A.A(s,t.GY),A.ax(s),A.A(s,t.o),r,a,b,q,A.A(s,t.A))}, +afK(a,b){var s=t.S,r=A.ck(s),q=A.ahJ() +return new A.fU(B.ai,A.ahI(),B.ch,A.A(s,t.GY),A.ax(s),A.A(s,t.o),r,a,b,q,A.A(s,t.A))}, +ag8(a,b,c){var s=t.S,r=a==null?A.ahJ():a,q=A.ck(s) +return new A.f7(B.ai,A.ahI(),B.ch,A.A(s,t.GY),A.ax(s),A.A(s,t.o),q,b,c,r,A.A(s,t.A))}, +akF(a,b,c){return A.ag8(a,b,c)}, +yI:function yI(a,b){this.a=a +this.b=b}, +ud:function ud(){}, +U4:function U4(a,b){this.a=a +this.b=b}, +U9:function U9(a,b){this.a=a +this.b=b}, +Ua:function Ua(a,b){this.a=a +this.b=b}, +U5:function U5(){}, +U6:function U6(a,b){this.a=a +this.b=b}, +U7:function U7(a){this.a=a}, +U8:function U8(a,b){this.a=a +this.b=b}, +hj:function hj(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}, +fU:function fU(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}, +f7:function f7(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}, +atg(a){return a===1}, +JO:function JO(){this.a=!1}, +rF:function rF(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=!1}, +fR:function fR(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}, +a__:function a__(a,b){this.a=a +this.b=b}, +a_1:function a_1(){}, +a_0:function a_0(a,b,c){this.a=a +this.b=b +this.c=c}, +a_2:function a_2(){this.b=this.a=null}, +atV(a){return!0}, +DQ:function DQ(a,b){this.a=a +this.b=b}, +c3:function c3(){}, +vJ:function vJ(){}, +uz:function uz(a,b){this.a=a +this.b=b}, +pL:function pL(){}, +a_8:function a_8(a,b){this.a=a +this.b=b}, +dO:function dO(a,b){this.a=a +this.b=b}, +L_:function L_(){}, +agz(a,b){var s=t.S,r=A.ck(s) +return new A.ef(B.as,18,B.bA,A.A(s,t.o),r,a,b,A.rX(),A.A(s,t.A))}, +qo:function qo(a,b){this.a=a +this.c=b}, +qp:function qp(){}, +Cz:function Cz(){}, +ef:function ef(a,b,c,d,e,f,g,h,i){var _=this +_.b_=_.aI=_.aB=_.Y=_.a_=_.B=_.b7=_.bB=_.by=_.aO=_.am=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}, +a2U:function a2U(a,b){this.a=a +this.b=b}, +a2V:function a2V(a,b){this.a=a +this.b=b}, +a2W:function a2W(a,b){this.a=a +this.b=b}, +a2X:function a2X(a,b){this.a=a +this.b=b}, +a2Y:function a2Y(a){this.a=a}, +au4(a){var s=t.av +return new A.ms(A.b4(20,null,!1,s),a,A.b4(20,null,!1,s))}, +fG:function fG(a){this.a=a}, +nC:function nC(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +zM:function zM(a,b){this.a=a +this.b=b}, +hi:function hi(a,b){this.a=a +this.b=b +this.c=0}, +ms:function ms(a,b,c){var _=this +_.d=a +_.a=b +_.b=c +_.c=0}, +pq:function pq(a,b,c){var _=this +_.d=a +_.a=b +_.b=c +_.c=0}, +arE(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.Ch(r,q,p,n)}, +Ch:function Ch(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +IN:function IN(){}, +ais(a){return new A.Cj(a.ga6o(),a.ga6n(),null)}, +af4(a,b){var s=b.c +if(s!=null)return s +switch(A.G(a).r.a){case 2:case 4:return A.aj3(a,b) +case 0:case 1:case 3:case 5:A.pn(a,B.cM,t.c4).toString +switch(b.b.a){case 0:return"Cut" +case 1:return"Copy" +case 2:return"Paste" +case 3:return"Select all" +case 4:return"Delete".toUpperCase() +case 5:return"Scan text" +case 6:return""}break}}, +arG(a,b){var s,r,q,p,o,n,m,l=null +switch(A.G(a).r.a){case 2:return new A.ae(b,new A.RH(),A.a7(b).i("ae<1,f>")) +case 1:case 0:s=A.c([],t.E) +for(r=0;q=b.length,r")) +case 4:return new A.ae(b,new A.RJ(a),A.a7(b).i("ae<1,f>"))}}, +Cj:function Cj(a,b,c){this.c=a +this.e=b +this.a=c}, +RH:function RH(){}, +RI:function RI(a){this.a=a}, +RJ:function RJ(a){this.a=a}, +auu(){return new A.p3(new A.YB(),A.A(t.K,t.Qu))}, +xG:function xG(a,b){this.a=a +this.b=b}, +mD:function mD(a,b,c,d,e,f){var _=this +_.e=a +_.CW=b +_.cy=c +_.db=d +_.p4=e +_.a=f}, +YB:function YB(){}, +YE:function YE(){}, +zp:function zp(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +a91:function a91(){}, +a92:function a92(){}, +arM(a,b){return b.b}, +ac4:function ac4(a){this.b=a}, +MR:function MR(a,b,c,d){var _=this +_.e=a +_.f=b +_.a=c +_.b=d}, +tl:function tl(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.x=e +_.at=f +_.ax=g +_.ay=h +_.cy=i +_.dx=j +_.fx=k +_.fy=l +_.k1=m +_.a=n}, +RN:function RN(a,b){this.a=a +this.b=b}, +y8:function y8(a){var _=this +_.d=null +_.e=!1 +_.a=null +_.b=a +_.c=null}, +a5O:function a5O(){}, +J5:function J5(a,b){this.c=a +this.a=b}, +N8:function N8(a,b,c,d){var _=this +_.t=null +_.O=a +_.a9=b +_.u$=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}, +a5M:function a5M(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this +_.ay=a +_.CW=_.ch=$ +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k +_.z=l +_.Q=m +_.as=n +_.at=o +_.ax=p}, +a5N:function a5N(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}, +aix(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.of(b==null?null:b,e,d,g,h,j,i,f,a,c,l,n,o,m,k)}, +arL(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.u(a.a,b.a,c) +r=A.u(a.b,b.b,c) +q=A.M(a.c,b.c,c) +p=A.M(a.d,b.d,c) +o=A.u(a.e,b.e,c) +n=A.u(a.f,b.f,c) +m=A.cl(a.r,b.r,c) +l=A.iO(a.w,b.w,c) +k=A.iO(a.x,b.x,c) +j=c<0.5 +if(j)i=a.y +else i=b.y +h=A.M(a.z,b.z,c) +g=A.M(a.Q,b.Q,c) +f=A.aR(a.as,b.as,c) +e=A.aR(a.at,b.at,c) +if(j)j=a.ax +else j=b.ax +return A.aix(k,s,i,q,r,l,p,o,m,n,j,h,e,g,f)}, +of:function of(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}, +J4:function J4(){}, +azZ(a,b){var s,r,q,p,o=A.aX("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.aF()}, +vn:function vn(a,b){var _=this +_.c=!0 +_.r=_.f=_.e=_.d=null +_.a=a +_.b=b}, +YC:function YC(a,b){this.a=a +this.b=b}, +r1:function r1(a,b){this.a=a +this.b=b}, +jC:function jC(a,b){this.a=a +this.b=b}, +pr:function pr(a,b){var _=this +_.e=!0 +_.r=_.f=$ +_.a=a +_.b=b}, +YD:function YD(a,b){this.a=a +this.b=b}, +arQ(a,b,c){var s,r,q,p,o,n,m +if(a===b&&!0)return a +s=A.u(a.a,b.a,c) +r=A.u(a.b,b.b,c) +q=A.M(a.c,b.c,c) +p=A.M(a.d,b.d,c) +o=A.aR(a.e,b.e,c) +n=A.cA(a.f,b.f,c) +m=A.t2(a.r,b.r,c) +return new A.oh(s,r,q,p,o,n,m,A.hW(a.w,b.w,c))}, +oh:function oh(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}, +Jd:function Jd(){}, +vl:function vl(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}, +LD:function LD(){}, +arS(a,b,c){var s,r,q,p,o,n +if(a===b&&!0)return a +s=A.u(a.a,b.a,c) +r=A.M(a.b,b.b,c) +if(c<0.5)q=a.c +else q=b.c +p=A.M(a.d,b.d,c) +o=A.u(a.e,b.e,c) +n=A.u(a.f,b.f,c) +return new A.oj(s,r,q,p,o,n,A.cA(a.r,b.r,c))}, +oj:function oj(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +Ji:function Ji(){}, +arT(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.u(a.a,b.a,c) +r=A.M(a.b,b.b,c) +q=A.iO(a.c,b.c,c) +p=A.iO(a.d,b.d,c) +o=A.u(a.e,b.e,c) +n=A.u(a.f,b.f,c) +m=A.aR(a.r,b.r,c) +l=A.aR(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.ok(s,r,q,p,o,n,m,l,j,i,h,g,f,k)}, +ok:function ok(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}, +Jj:function Jj(){}, +arU(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b)return a +s=A.u(a.a,b.a,c) +r=A.u(a.b,b.b,c) +q=A.M(a.c,b.c,c) +p=A.u(a.d,b.d,c) +o=A.u(a.e,b.e,c) +n=A.u(a.f,b.f,c) +m=A.M(a.r,b.r,c) +l=A.cl(a.w,b.w,c) +k=c<0.5 +if(k)j=a.x +else j=b.x +i=A.u(a.y,b.y,c) +h=A.a2e(a.z,b.z,c) +if(k)k=a.Q +else k=b.Q +return new A.tw(s,r,q,p,o,n,m,l,j,i,h,k,A.k5(a.as,b.as,c))}, +tw:function tw(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}, +Jk:function Jk(){}, +w0:function w0(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}, +MZ:function MZ(a,b){var _=this +_.nr$=a +_.a=null +_.b=b +_.c=null}, +Lh:function Lh(a,b,c){this.e=a +this.c=b +this.a=c}, +zW:function zW(a,b,c){var _=this +_.t=a +_.u$=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}, +aaj:function aaj(a,b){this.a=a +this.b=b}, +Qn:function Qn(){}, +arZ(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.M(a.d,b.d,c) +n=A.M(a.e,b.e,c) +m=A.cA(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.tA(r,q,p,o,n,m,l,k,s)}, +tA:function tA(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}, +Jl:function Jl(){}, +k7(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.b7(a1,c,g,m,o,s,d,n,k,f,j,h,i,q,p,l,a2,a0,b,e,a,r)}, +k8(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.gh5() +q=a7==null +p=q?a5:a7.gh5() +p=A.ay(r,p,a8,A.C5(),t.p8) +r=s?a5:a6.gbP() +o=q?a5:a7.gbP() +n=t._ +o=A.ay(r,o,a8,A.bh(),n) +r=s?a5:a6.gcQ() +r=A.ay(r,q?a5:a7.gcQ(),a8,A.bh(),n) +m=s?a5:a6.gh3() +m=A.ay(m,q?a5:a7.gh3(),a8,A.bh(),n) +l=s?a5:a6.gc3() +l=A.ay(l,q?a5:a7.gc3(),a8,A.bh(),n) +k=s?a5:a6.gcu() +k=A.ay(k,q?a5:a7.gcu(),a8,A.bh(),n) +j=s?a5:a6.gdU() +i=q?a5:a7.gdU() +h=t.PM +i=A.ay(j,i,a8,A.C8(),h) +j=s?a5:a6.gct() +g=q?a5:a7.gct() +g=A.ay(j,g,a8,A.ahz(),t.pc) +j=s?a5:a6.gh1() +f=q?a5:a7.gh1() +e=t.tW +f=A.ay(j,f,a8,A.C7(),e) +j=s?a5:a6.y +j=A.ay(j,q?a5:a7.y,a8,A.C7(),e) +d=s?a5:a6.gh_() +e=A.ay(d,q?a5:a7.gh_(),a8,A.C7(),e) +d=s?a5:a6.Q +n=A.ay(d,q?a5:a7.Q,a8,A.bh(),n) +d=s?a5:a6.gdX() +h=A.ay(d,q?a5:a7.gdX(),a8,A.C8(),h) +d=s?a5:a6.ghb() +d=A.as0(d,q?a5:a7.ghb(),a8) +c=s?a5:a6.gci() +b=q?a5:a7.gci() +b=A.ay(c,b,a8,A.ahs(),t.KX) +c=a8<0.5 +if(c)a=s?a5:a6.gh2() +else a=q?a5:a7.gh2() +if(c)a0=s?a5:a6.gh7() +else a0=q?a5:a7.gh7() +if(c)a1=s?a5:a6.gh4() +else a1=q?a5:a7.gh4() +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.t2(a4,q?a5:a7.db,a8) +if(c)s=s?a5:a6.gfv() +else s=q?a5:a7.gfv() +return A.k7(a4,a2,o,i,a3,j,r,n,h,e,f,a,m,g,l,b,d,s,k,a1,p,a0)}, +as0(a,b,c){if(a==null&&b==null)return null +return new A.Lt(a,b,c)}, +b7:function b7(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}, +Lt:function Lt(a,b,c){this.a=a +this.b=b +this.c=c}, +Jm:function Jm(){}, +as_(a,b,c,d){var s +if(d<=1)return a +else if(d>=3)return c +else if(d<=2){s=A.cA(a,b,d-1) +s.toString +return s}s=A.cA(b,c,d-2) +s.toString +return s}, +tB:function tB(){}, +yg:function yg(a,b,c){var _=this +_.r=_.f=_.e=_.d=null +_.cT$=a +_.aV$=b +_.a=null +_.b=c +_.c=null}, +a6M:function a6M(){}, +a6J:function a6J(a,b,c){this.a=a +this.b=b +this.c=c}, +a6K:function a6K(a,b){this.a=a +this.b=b}, +a6L:function a6L(a,b,c){this.a=a +this.b=b +this.c=c}, +a6m:function a6m(){}, +a6n:function a6n(){}, +a6o:function a6o(){}, +a6z:function a6z(){}, +a6C:function a6C(){}, +a6D:function a6D(){}, +a6E:function a6E(){}, +a6F:function a6F(){}, +a6G:function a6G(){}, +a6H:function a6H(){}, +a6I:function a6I(){}, +a6p:function a6p(){}, +a6q:function a6q(){}, +a6r:function a6r(){}, +a6A:function a6A(a){this.a=a}, +a6k:function a6k(a){this.a=a}, +a6B:function a6B(a){this.a=a}, +a6j:function a6j(a){this.a=a}, +a6s:function a6s(){}, +a6t:function a6t(){}, +a6u:function a6u(){}, +a6v:function a6v(){}, +a6w:function a6w(){}, +a6x:function a6x(){}, +a6y:function a6y(a){this.a=a}, +a6l:function a6l(){}, +LR:function LR(a){this.a=a}, +Li:function Li(a,b,c){this.e=a +this.c=b +this.a=c}, +zX:function zX(a,b,c){var _=this +_.t=a +_.u$=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}, +aak:function aak(a,b){this.a=a +this.b=b}, +Br:function Br(){}, +aiM(a,b,c,d,e,f,g,h,i){return new A.CI(h,a,c,d,f,e,i,b,g)}, +Sn:function Sn(a,b){this.a=a +this.b=b}, +Sm:function Sm(a,b){this.a=a +this.b=b}, +CI:function CI(a,b,c,d,e,f,g,h,i){var _=this +_.f=a +_.w=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.at=h +_.ax=i}, +Jn:function Jn(){}, +as3(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.u(a.b,b.b,c) +q=A.u(a.c,b.c,c) +p=A.u(a.d,b.d,c) +o=A.M(a.e,b.e,c) +n=A.cA(a.f,b.f,c) +return new A.tC(s,r,q,p,o,n,A.cl(a.r,b.r,c))}, +tC:function tC(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +Jo:function Jo(){}, +as6(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.ay(a.b,b.b,c,A.bh(),q) +o=A.ay(a.c,b.c,c,A.bh(),q) +q=A.ay(a.d,b.d,c,A.bh(),q) +n=A.M(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.cl(a.w,b.w,c)) +return new A.oq(r,p,o,q,n,m,s,l,A.as5(a.x,b.x,c))}, +as5(a,b,c){if(a==null||b==null)return null +if(a===b)return a +return A.ai(a,b,c)}, +oq:function oq(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}, +Jp:function Jp(){}, +aiN(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.tG(d,a,e,f,o,n,q,a1,p,s,c,i,k,a0,r,j,m,b,g,l,h)}, +asb(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.ay(a3.a,a4.a,a5,A.bh(),t._) +r=A.u(a3.b,a4.b,a5) +q=A.u(a3.c,a4.c,a5) +p=A.u(a3.d,a4.d,a5) +o=A.u(a3.e,a4.e,a5) +n=A.u(a3.f,a4.f,a5) +m=A.u(a3.r,a4.r,a5) +l=A.u(a3.w,a4.w,a5) +k=A.u(a3.x,a4.x,a5) +j=a5<0.5 +if(j)i=a3.y!==!1 +else i=a4.y!==!1 +h=A.u(a3.z,a4.z,a5) +g=A.cA(a3.Q,a4.Q,a5) +f=A.cA(a3.as,a4.as,a5) +e=A.asa(a3.at,a4.at,a5) +d=A.as9(a3.ax,a4.ax,a5) +c=A.aR(a3.ay,a4.ay,a5) +b=A.aR(a3.ch,a4.ch,a5) +if(j){j=a3.CW +if(j==null)j=B.x}else{j=a4.CW +if(j==null)j=B.x}a=A.M(a3.cx,a4.cx,a5) +a0=A.M(a3.cy,a4.cy,a5) +a1=a3.db +if(a1==null)a2=a4.db!=null +else a2=!0 +if(a2)a1=A.iO(a1,a4.db,a5) +else a1=null +return A.aiN(r,j,h,s,q,p,a,a1,g,c,f,a0,b,n,o,k,m,d,i,e,l)}, +asa(a,b,c){var s=a==null +if(s&&b==null)return null +if(s){s=b.a +return A.ai(new A.ag(A.z(0,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255),0,B.r,-1),b,c)}if(b==null){s=a.a +return A.ai(new A.ag(A.z(0,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255),0,B.r,-1),a,c)}return A.ai(a,b,c)}, +as9(a,b,c){if(a==null&&b==null)return null +return t.KX.a(A.cl(a,b,c))}, +tG:function tG(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}, +Jr:function Jr(){}, +T2(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.oy(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)}, +aiU(b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2 +switch(b4.a){case 1:s=A.afe(d6.a,$.Rh()) +r=A.aj_(s.a,s.b) +q=r.a +p=q.aR(40) +o=q.aR(100) +n=q.aR(90) +m=q.aR(10) +l=r.b +k=l.aR(40) +j=l.aR(100) +i=l.aR(90) +l=l.aR(10) +h=r.c +g=h.aR(40) +f=h.aR(100) +e=h.aR(90) +h=h.aR(10) +d=r.f +c=d.aR(40) +b=d.aR(100) +a=d.aR(90) +d=d.aR(10) +a0=r.d +a1=a0.aR(99) +a2=a0.aR(10) +a3=a0.aR(99) +a4=a0.aR(10) +r=r.e +a5=r.aR(90) +a6=r.aR(30) +a7=r.aR(50) +r=r.aR(80) +a8=a0.aR(0) +a9=a0.aR(0) +b0=a0.aR(20) +b1=A.ala(a1,c,a,a0.aR(95),q.aR(80),b0,a2,b,d,o,m,j,l,a4,a6,f,h,a7,r,p,n,a9,k,i,a8,a3,a5,g,e) +break +case 0:s=A.afe(d6.a,$.Rh()) +r=A.aj_(s.a,s.b) +q=r.a +p=q.aR(80) +o=q.aR(20) +n=q.aR(30) +m=q.aR(90) +l=r.b +k=l.aR(80) +j=l.aR(20) +i=l.aR(30) +l=l.aR(90) +h=r.c +g=h.aR(80) +f=h.aR(20) +e=h.aR(30) +h=h.aR(90) +d=r.f +c=d.aR(80) +b=d.aR(20) +a=d.aR(30) +d=d.aR(80) +a0=r.d +a1=a0.aR(10) +a2=a0.aR(90) +a3=a0.aR(10) +a4=a0.aR(90) +r=r.e +a5=r.aR(30) +a6=r.aR(80) +a7=r.aR(60) +r=r.aR(30) +a8=a0.aR(0) +a9=a0.aR(0) +b0=a0.aR(90) +b1=A.ala(a1,c,a,a0.aR(20),q.aR(40),b0,a2,b,d,o,m,j,l,a4,a6,f,h,a7,r,p,n,a9,k,i,a8,a3,a5,g,e) +break +default:b1=null}r=d1==null?new A.n(b1.a>>>0):d1 +q=c1==null?new A.n(b1.b>>>0):c1 +p=d2==null?new A.n(b1.c>>>0):d2 +o=c2==null?new A.n(b1.d>>>0):c2 +n=d4==null?new A.n(b1.e>>>0):d4 +m=c3==null?new A.n(b1.f>>>0):c3 +l=d5==null?new A.n(b1.r>>>0):d5 +k=c4==null?new A.n(b1.w>>>0):c4 +j=e0==null?new A.n(b1.x>>>0):e0 +i=c7==null?new A.n(b1.y>>>0):c7 +h=e1==null?new A.n(b1.z>>>0):e1 +g=c8==null?new A.n(b1.Q>>>0):c8 +f=b5==null?new A.n(b1.as>>>0):b5 +e=b9==null?new A.n(b1.at>>>0):b9 +d=b1.ax +c=b1.ay +b=c9==null?new A.n(b1.dy>>>0):c9 +a=d0==null?new A.n(b1.fr>>>0):d0 +a0=b3==null?new A.n(b1.ch>>>0):b3 +a1=b8==null?new A.n(b1.CW>>>0):b8 +a2=d7==null?new A.n(b1.cx>>>0):d7 +a3=c5==null?new A.n(b1.cy>>>0):c5 +a4=d9==null?new A.n(b1.db>>>0):d9 +a5=c6==null?new A.n(b1.dx>>>0):c6 +a6=b7==null?new A.n(b1.go>>>0):b7 +a7=c0==null?new A.n(b1.id>>>0):c0 +a8=b6==null?new A.n(b1.k1>>>0):b6 +a9=b1.fx +b0=d3==null?new A.n(b1.fy>>>0):d3 +b2=d8==null?new A.n(b1.a>>>0):d8 +return A.T2(a0,b4,f,new A.n(d>>>0),a8,a6,a1,e,new A.n(c>>>0),a7,q,o,m,k,a3,a5,i,g,b,a,r,p,b0,n,l,new A.n(a9>>>0),a2,b2,a4,j,h)}, +asj(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.u(r,q,b9) +p.toString +o=b7.c +n=b8.c +m=A.u(o,n,b9) +m.toString +l=b7.d +if(l==null)l=r +k=b8.d +l=A.u(l,k==null?q:k,b9) +k=b7.e +if(k==null)k=o +j=b8.e +k=A.u(k,j==null?n:j,b9) +j=b7.f +i=b8.f +h=A.u(j,i,b9) +h.toString +g=b7.r +f=b8.r +e=A.u(g,f,b9) +e.toString +d=b7.w +if(d==null)d=j +c=b8.w +d=A.u(d,c==null?i:c,b9) +c=b7.x +if(c==null)c=g +b=b8.x +c=A.u(c,b==null?f:b,b9) +b=b7.y +a=b==null +a0=a?j:b +a1=b8.y +a2=a1==null +a0=A.u(a0,a2?i:a1,b9) +a3=b7.z +a4=a3==null +a5=a4?g:a3 +a6=b8.z +a7=a6==null +a5=A.u(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.u(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.u(j,g,b9) +j=b7.at +f=b8.at +b=A.u(j,f,b9) +b.toString +a=b7.ax +a1=b8.ax +a2=A.u(a,a1,b9) +a2.toString +a3=b7.ay +j=a3==null?j:a3 +a3=b8.ay +j=A.u(j,a3==null?f:a3,b9) +f=b7.ch +if(f==null)f=a +a=b8.ch +f=A.u(f,a==null?a1:a,b9) +a=A.u(b7.CW,b8.CW,b9) +a.toString +a1=b7.cx +a3=b8.cx +a4=A.u(a1,a3,b9) +a4.toString +a6=b7.cy +a7=b8.cy +a8=A.u(a6,a7,b9) +a8.toString +a9=b7.db +b0=b8.db +b1=A.u(a9,b0,b9) +b1.toString +b2=b7.dx +if(b2==null)b2=a6 +b3=b8.dx +b2=A.u(b2,b3==null?a7:b3,b9) +b3=b7.dy +if(b3==null)b3=a9 +b4=b8.dy +b3=A.u(b3,b4==null?b0:b4,b9) +b4=b7.fr +if(b4==null)b4=a1 +b5=b8.fr +b4=A.u(b4,b5==null?a3:b5,b9) +b5=b7.fx +a1=b5==null?a1:b5 +b5=b8.fx +a1=A.u(a1,b5==null?a3:b5,b9) +a3=b7.fy +if(a3==null)a3=B.j +b5=b8.fy +a3=A.u(a3,b5==null?B.j:b5,b9) +b5=b7.go +if(b5==null)b5=B.j +b6=b8.go +b5=A.u(b5,b6==null?B.j:b6,b9) +b6=b7.id +a9=b6==null?a9:b6 +b6=b8.id +a9=A.u(a9,b6==null?b0:b6,b9) +b0=b7.k1 +a6=b0==null?a6:b0 +b0=b8.k1 +a6=A.u(a6,b0==null?a7:b0,b9) +a7=b7.k2 +o=a7==null?o:a7 +a7=b8.k2 +o=A.u(o,a7==null?n:a7,b9) +n=b7.k3 +r=n==null?r:n +n=b8.k3 +return A.T2(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.u(r,n==null?q:n,b9),b2,a0,i)}, +oy:function oy(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,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}, +Jt:function Jt(){}, +Ff:function Ff(a,b){this.b=a +this.a=b}, +asC(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.Tq(a.a,b.a,c) +r=t._ +q=A.ay(a.b,b.b,c,A.bh(),r) +p=A.M(a.c,b.c,c) +o=A.M(a.d,b.d,c) +n=A.aR(a.e,b.e,c) +r=A.ay(a.f,b.f,c,A.bh(),r) +m=A.M(a.r,b.r,c) +l=A.aR(a.w,b.w,c) +k=A.M(a.x,b.x,c) +j=A.M(a.y,b.y,c) +i=A.M(a.z,b.z,c) +h=A.M(a.Q,b.Q,c) +g=c<0.5 +f=g?a.as:b.as +g=g?a.at:b.at +return new A.u_(s,q,p,o,n,r,m,l,k,j,i,h,f,g)}, +u_:function u_(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}, +K2:function K2(){}, +asE(b5,b6,b7){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 +if(b5===b6&&!0)return b5 +s=A.u(b5.a,b6.a,b7) +r=A.M(b5.b,b6.b,b7) +q=A.u(b5.c,b6.c,b7) +p=A.u(b5.d,b6.d,b7) +o=A.cl(b5.e,b6.e,b7) +n=A.u(b5.f,b6.f,b7) +m=A.u(b5.r,b6.r,b7) +l=A.aR(b5.w,b6.w,b7) +k=A.aR(b5.x,b6.x,b7) +j=A.aR(b5.y,b6.y,b7) +i=A.aR(b5.z,b6.z,b7) +h=t._ +g=A.ay(b5.Q,b6.Q,b7,A.bh(),h) +f=A.ay(b5.as,b6.as,b7,A.bh(),h) +e=A.ay(b5.at,b6.at,b7,A.bh(),h) +d=A.ay(b5.ax,b6.ax,b7,A.bh(),h) +c=A.ay(b5.ay,b6.ay,b7,A.bh(),h) +b=A.asD(b5.ch,b6.ch,b7) +a=A.aR(b5.CW,b6.CW,b7) +a0=A.ay(b5.cx,b6.cx,b7,A.bh(),h) +a1=A.ay(b5.cy,b6.cy,b7,A.bh(),h) +a2=A.ay(b5.db,b6.db,b7,A.bh(),h) +a3=A.u(b5.dx,b6.dx,b7) +a4=A.M(b5.dy,b6.dy,b7) +a5=A.u(b5.fr,b6.fr,b7) +a6=A.u(b5.fx,b6.fx,b7) +a7=A.cl(b5.fy,b6.fy,b7) +a8=A.u(b5.go,b6.go,b7) +a9=A.u(b5.id,b6.id,b7) +b0=A.aR(b5.k1,b6.k1,b7) +b1=A.aR(b5.k2,b6.k2,b7) +b2=A.u(b5.k3,b6.k3,b7) +h=A.ay(b5.k4,b6.k4,b7,A.bh(),h) +b3=A.u(b5.ok,b6.ok,b7) +if(b7<0.5)b4=b5.p1 +else b4=b6.p1 +return new A.u0(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)}, +asD(a,b,c){var s +if(a==b)return a +if(a==null){s=b.a +return A.ai(new A.ag(A.z(0,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255),0,B.r,-1),b,c)}s=a.a +return A.ai(a,new A.ag(A.z(0,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255),0,B.r,-1),c)}, +u0:function u0(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 +_.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}, +K4:function K4(){}, +Kf:function Kf(){}, +TC:function TC(){}, +Q1:function Q1(){}, +DE:function DE(a,b,c){this.c=a +this.d=b +this.a=c}, +asP(a,b,c){var s=null +return new A.oK(b,A.jp(c,s,B.bd,s,B.xB.bJ(A.G(a).ax.a===B.R?B.i:B.B),s,s),s)}, +oK:function oK(a,b,c){this.c=a +this.d=b +this.a=c}, +ayS(a,b,c,d){return A.eX(!1,d,A.cR(B.hp,b,null))}, +asS(a,b,c,d,e,f,g,h,i,j,k){var s,r,q,p,o,n,m=null +A.pn(f,B.cM,t.c4).toString +s=A.c([],t.Zt) +r=$.ac +q=A.pO(B.bZ) +p=A.c([],t.wi) +o=A.dW(m) +n=$.ac +return new A.u5(new A.TE(e,h,!0),!0,"Dismiss",b,B.cw,A.aB_(),a,m,i,s,new A.bg(m,k.i("bg>")),new A.bg(m,t.C),new A.vM(),m,0,new A.bk(new A.am(r,k.i("am<0?>")),k.i("bk<0?>")),q,p,B.wj,o,new A.bk(new A.am(n,k.i("am<0?>")),k.i("bk<0?>")),k.i("u5<0>"))}, +DJ:function DJ(a,b,c,d,e,f,g,h,i,j){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.x=e +_.y=f +_.z=g +_.Q=h +_.as=i +_.a=j}, +Hh:function Hh(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.f=c +_.r=d +_.a=e}, +u5:function u5(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2){var _=this +_.cU=a +_.f0=b +_.cr=c +_.aX=d +_.dw=e +_.dH=f +_.t=g +_.fr=h +_.fx=i +_.fy=!1 +_.id=_.go=null +_.k1=j +_.k2=k +_.k3=l +_.k4=m +_.ok=$ +_.p1=null +_.p2=$ +_.hv$=n +_.ky$=o +_.y=p +_.z=null +_.Q=!1 +_.at=_.as=null +_.ax=q +_.CW=_.ch=null +_.e=r +_.a=null +_.b=s +_.c=a0 +_.d=a1 +_.$ti=a2}, +TE:function TE(a,b,c){this.a=a +this.b=b +this.c=c}, +a7t:function a7t(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.z=a +_.Q=b +_.as=c +_.a=d +_.b=e +_.c=f +_.d=g +_.e=h +_.f=i +_.r=j +_.w=k +_.x=l +_.y=m}, +a7u:function a7u(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.z=a +_.as=_.Q=$ +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k}, +asT(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b&&!0)return a +s=A.u(a.a,b.a,c) +r=A.M(a.b,b.b,c) +q=A.u(a.c,b.c,c) +p=A.u(a.d,b.d,c) +o=A.cl(a.e,b.e,c) +n=A.t2(a.f,b.f,c) +m=A.u(a.y,b.y,c) +l=A.aR(a.r,b.r,c) +k=A.aR(a.w,b.w,c) +return new A.m5(s,r,q,p,o,n,l,k,A.cA(a.x,b.x,c),m)}, +m5:function m5(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}, +Kh:function Kh(){}, +aja(a,b,c){var s,r=A.aft(a),q=A.G(a).y?A.agO(a):A.agN(a),p=r.a,o=p +if(o==null)o=q==null?null:q.gaj() +s=c +if(o==null)return new A.ag(B.j,s,B.r,-1) +return new A.ag(o,s,B.r,-1)}, +agN(a){return new A.a7w(a,null,16,0,0,0)}, +agO(a){return new A.a7x(a,null,16,1,0,0)}, +u7:function u7(a,b,c,d){var _=this +_.c=a +_.e=b +_.f=c +_.a=d}, +Il:function Il(a){this.a=a}, +a7w:function a7w(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +a7x:function a7x(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +at4(a,b,c){var s,r,q,p +if(a===b&&!0)return a +s=A.u(a.a,b.a,c) +r=A.M(a.b,b.b,c) +q=A.M(a.c,b.c,c) +p=A.M(a.d,b.d,c) +return new A.m6(s,r,q,p,A.M(a.e,b.e,c))}, +aft(a){var s +a.ai(t.Jj) +s=A.G(a) +return s.bB}, +m6:function m6(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Kl:function Kl(){}, +atl(a,b,c){var s,r,q,p,o,n,m +if(a===b)return a +s=A.u(a.a,b.a,c) +r=A.u(a.b,b.b,c) +q=A.M(a.c,b.c,c) +p=A.u(a.d,b.d,c) +o=A.u(a.e,b.e,c) +n=A.cl(a.f,b.f,c) +m=A.cl(a.r,b.r,c) +return new A.oL(s,r,q,p,o,n,m,A.M(a.w,b.w,c))}, +oL:function oL(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}, +Kq:function Kq(){}, +atm(a,b,c){var s,r +if(a===b&&!0)return a +s=A.aR(a.a,b.a,c) +if(c<0.5)r=a.b +else r=b.b +return new A.oM(s,r,A.ag1(a.c,b.c,c))}, +oM:function oM(a,b,c){this.a=a +this.b=b +this.c=c}, +Kr:function Kr(){}, +yQ:function yQ(a,b){this.a=a +this.b=b}, +Ky:function Ky(a){this.a=a}, +Kw:function Kw(a){this.a=a}, +Kx:function Kx(a,b){this.a=a +this.b=b}, +Q2:function Q2(){}, +Q3:function Q3(){}, +Q4:function Q4(){}, +Q5:function Q5(){}, +atu(a,b,c){if(a===b)return a +return new A.oR(A.k8(a.a,b.a,c))}, +oR:function oR(a){this.a=a}, +Kz:function Kz(){}, +ajy(a,b,c){if(b!=null&&!b.j(0,B.y))return A.T5(A.z(B.c.aJ(255*A.atv(c)),b.gl()>>>16&255,b.gl()>>>8&255,b.gl()&255),a) +return a}, +atv(a){var s,r,q,p,o,n +if(a<0)return 0 +for(s=0;r=B.me[s],q=r.a,a>=q;){if(a===q||s+1===6)return r.b;++s}p=B.me[s-1] +o=p.a +n=p.b +return n+(a-o)/(q-o)*(r.b-n)}, +ajx(a,b,c){var s,r=A.G(a) +if(c>0)if(r.a){s=r.ax +if(s.a===B.R){s=s.cy.a +s=A.z(255,b.gl()>>>16&255,b.gl()>>>8&255,b.gl()&255).j(0,A.z(255,s>>>16&255,s>>>8&255,s&255))}else s=!1}else s=!1 +else s=!1 +if(s){s=r.ax.db.a +return A.T5(A.z(B.c.aJ(255*((4.5*Math.log(c+1)+2)/100)),s>>>16&255,s>>>8&255,s&255),b)}return b}, +jE:function jE(a,b){this.a=a +this.b=b}, +atF(a,b,c){var s,r,q,p,o,n,m,l,k,j +if(a===b)return a +s=A.u(a.a,b.a,c) +r=A.u(a.b,b.b,c) +q=A.cA(a.c,b.c,c) +p=A.t2(a.d,b.d,c) +o=A.cA(a.e,b.e,c) +n=A.u(a.f,b.f,c) +m=A.u(a.r,b.r,c) +l=A.u(a.w,b.w,c) +k=A.u(a.x,b.x,c) +j=A.cl(a.y,b.y,c) +return new A.um(s,r,q,p,o,n,m,l,k,j,A.cl(a.z,b.z,c))}, +um:function um(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}, +KE:function KE(){}, +yT:function yT(a,b){this.a=a +this.b=b}, +KH:function KH(a){this.a=a}, +KG:function KG(a,b){this.a=a +this.b=b}, +Q8:function Q8(){}, +Q9:function Q9(){}, +Qa:function Qa(){}, +atG(a,b,c){if(a===b)return a +return new A.oU(A.k8(a.a,b.a,c))}, +oU:function oU(a){this.a=a}, +KI:function KI(){}, +up:function up(a,b,c,d,e,f,g){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.b=f +_.a=g}, +a7i:function a7i(){}, +yW:function yW(a,b){this.a=a +this.b=b}, +Ea:function Ea(a,b,c,d){var _=this +_.c=a +_.z=b +_.k1=c +_.a=d}, +Kv:function Kv(a,b){this.a=a +this.b=b}, +Jq:function Jq(a,b){this.c=a +this.a=b}, +zO:function zO(a,b,c,d){var _=this +_.t=null +_.O=a +_.a9=b +_.u$=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}, +a7A:function a7A(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5){var _=this +_.dx=a +_.dy=b +_.fr=c +_.fx=d +_.a=e +_.b=f +_.c=g +_.d=h +_.e=i +_.f=j +_.r=k +_.w=l +_.x=m +_.y=n +_.z=o +_.Q=p +_.as=q +_.at=r +_.ax=s +_.ay=a0 +_.ch=a1 +_.CW=a2 +_.cx=a3 +_.cy=a4 +_.db=a5}, +a7B:function a7B(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}, +am9(a,b,c,d,e){return new A.y7(c,d,a,b,new A.aJ(A.c([],t.G),t.O),new A.aJ(A.c([],t.c),t.fy),0,e.i("y7<0>"))}, +VM:function VM(){}, +a2D:function a2D(){}, +VC:function VC(){}, +VB:function VB(){}, +a7y:function a7y(){}, +VL:function VL(){}, +aaX:function aaX(){}, +y7:function y7(a,b,c,d,e,f,g,h){var _=this +_.w=a +_.x=b +_.a=c +_.b=d +_.d=_.c=null +_.cp$=e +_.cd$=f +_.kx$=g +_.$ti=h}, +Q6:function Q6(){}, +Q7:function Q7(){}, +ajC(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.oV(k,a,i,m,a1,c,j,n,b,l,r,d,o,s,a0,p,g,e,f,h,q)}, +atH(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.u(a2.a,a3.a,a4) +r=A.u(a2.b,a3.b,a4) +q=A.u(a2.c,a3.c,a4) +p=A.u(a2.d,a3.d,a4) +o=A.u(a2.e,a3.e,a4) +n=A.M(a2.f,a3.f,a4) +m=A.M(a2.r,a3.r,a4) +l=A.M(a2.w,a3.w,a4) +k=A.M(a2.x,a3.x,a4) +j=A.M(a2.y,a3.y,a4) +i=A.cl(a2.z,a3.z,a4) +h=a4<0.5 +if(h)g=a2.Q +else g=a3.Q +f=A.M(a2.as,a3.as,a4) +e=A.k5(a2.at,a3.at,a4) +d=A.k5(a2.ax,a3.ax,a4) +c=A.k5(a2.ay,a3.ay,a4) +b=A.k5(a2.ch,a3.ch,a4) +a=A.M(a2.CW,a3.CW,a4) +a0=A.cA(a2.cx,a3.cx,a4) +a1=A.aR(a2.cy,a3.cy,a4) +if(h)h=a2.db +else h=a3.db +return A.ajC(r,k,n,g,a,a0,b,a1,q,m,s,j,p,l,f,c,h,i,e,d,o)}, +oV:function oV(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}, +KM:function KM(){}, +uE(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){return new A.EC(p,k,a,m,g,c,j,i,f,!1,o,e,d,n,h,l,null)}, +mt(a,b,c,d,e,f,g,h,i,a0,a1,a2,a3,a4,a5,a6,a7,a8){var s,r,q,p,o,n,m,l=null,k=h==null,j=k&&!0?l:new A.L6(h,b) +if(k)k=i==null +else k=!1 +s=k?l:new A.L8(h,g,a0,i) +k=a6==null?l:new A.aO(a6,t.h9) +r=a4==null?l:new A.aO(a4,t.Ak) +q=a3==null?l:new A.aO(a3,t.iL) +p=f==null?l:new A.aO(f,t.iL) +o=a2==null?l:new A.aO(a2,t.iL) +n=a1==null?l:new A.aO(a1,t.QL) +m=a5==null?l:new A.aO(a5,t.kU) +return A.k7(a,l,l,l,d,p,j,l,n,o,q,new A.L7(e,c),s,r,l,m,l,l,k,a7,l,a8)}, +a8e:function a8e(a,b){this.a=a +this.b=b}, +EC:function EC(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.d=a +_.e=b +_.f=c +_.r=d +_.w=e +_.z=f +_.ax=g +_.ay=h +_.ch=i +_.CW=j +_.cx=k +_.cy=l +_.db=m +_.dx=n +_.dy=o +_.fr=p +_.a=q}, +An:function An(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}, +NQ:function NQ(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +La:function La(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.ax=a +_.ay=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.a=n}, +a8d:function a8d(a){this.a=a}, +L6:function L6(a,b){this.a=a +this.b=b}, +L8:function L8(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +L7:function L7(a,b){this.a=a +this.b=b}, +L9:function L9(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}, +a8a:function a8a(a){this.a=a}, +a8c:function a8c(a){this.a=a}, +a8b:function a8b(){}, +KJ:function KJ(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}, +a7C:function a7C(a){this.a=a}, +a7D:function a7D(a){this.a=a}, +a7F:function a7F(a){this.a=a}, +a7E:function a7E(){}, +KK:function KK(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}, +a7G:function a7G(a){this.a=a}, +a7H:function a7H(a){this.a=a}, +a7J:function a7J(a){this.a=a}, +a7I:function a7I(){}, +Mf:function Mf(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3){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}, +a9C:function a9C(a){this.a=a}, +a9D:function a9D(a){this.a=a}, +a9F:function a9F(a){this.a=a}, +a9G:function a9G(a){this.a=a}, +a9E:function a9E(){}, +Qb:function Qb(){}, +au5(a,b,c){if(a===b)return a +return new A.iN(A.k8(a.a,b.a,c))}, +Xf(a,b){return new A.uF(b,a,null)}, +ajT(a){var s=a.ai(t.g5),r=s==null?null:s.w +return r==null?A.G(a).b_:r}, +iN:function iN(a){this.a=a}, +uF:function uF(a,b,c){this.w=a +this.b=b +this.a=c}, +Lb:function Lb(){}, +ks:function ks(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}, +azx(a,b,c){if(c!=null)return c +if(b)return new A.adB(a) +return null}, +adB:function adB(a){this.a=a}, +a8p:function a8p(){}, +uL:function uL(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}, +azw(a,b,c){if(c!=null)return c +if(b)return new A.adA(a) +return null}, +azB(a,b,c,d){var s,r,q,p,o,n +if(b){if(c!=null){s=c.$0() +r=new A.H(s.c-s.a,s.d-s.b)}else r=a.gq() +q=d.N(0,B.f).gcc() +p=d.N(0,new A.i(0+r.a,0)).gcc() +o=d.N(0,new A.i(0,0+r.b)).gcc() +n=d.N(0,r.uS(B.f)).gcc() +return Math.ceil(Math.max(Math.max(q,p),Math.max(o,n)))}return 35}, +adA:function adA(a){this.a=a}, +a8q:function a8q(){}, +uM:function uM(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.z=a +_.Q=b +_.as=c +_.at=d +_.ax=e +_.ay=f +_.cx=_.CW=_.ch=$ +_.cy=null +_.e=g +_.f=h +_.a=i +_.b=j +_.c=k +_.d=!1}, +aub(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3){return new A.pb(d,a5,a7,a8,a6,p,a0,a1,a3,a4,a2,r,s,o,e,l,b0,b,f,i,m,k,a9,b1,b2,g,!1,q,!1,j,c,b3,n)}, +Xx(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.EK(c,o,s,s,s,s,n,s,s,s,s,l,m,j,!0,B.an,s,s,d,f,i,h,p,q,r,e!==!1,!1,k,!1,g,b,a0,s)}, +iQ:function iQ(){}, +pe:function pe(){}, +zL:function zL(a,b,c){this.f=a +this.b=b +this.a=c}, +pb:function pb(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p +_.cx=q +_.cy=r +_.db=s +_.dx=a0 +_.dy=a1 +_.fr=a2 +_.fx=a3 +_.fy=a4 +_.go=a5 +_.id=a6 +_.k1=a7 +_.k2=a8 +_.k3=a9 +_.k4=b0 +_.ok=b1 +_.p1=b2 +_.a=b3}, +zc:function zc(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p +_.cx=q +_.cy=r +_.db=s +_.dx=a0 +_.dy=a1 +_.fr=a2 +_.fx=a3 +_.fy=a4 +_.go=a5 +_.id=a6 +_.k1=a7 +_.k2=a8 +_.k3=a9 +_.k4=b0 +_.ok=b1 +_.p1=b2 +_.p2=b3 +_.p3=b4 +_.p4=b5 +_.a=b6}, +lh:function lh(a,b){this.a=a +this.b=b}, +zb:function zb(a,b,c,d){var _=this +_.e=_.d=null +_.f=!1 +_.r=a +_.w=$ +_.x=null +_.y=b +_.z=!1 +_.fT$=c +_.a=null +_.b=d +_.c=null}, +a8n:function a8n(){}, +a8m:function a8m(){}, +a8o:function a8o(a,b){this.a=a +this.b=b}, +a8j:function a8j(a,b){this.a=a +this.b=b}, +a8l:function a8l(a){this.a=a}, +a8k:function a8k(a,b){this.a=a +this.b=b}, +EK:function EK(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p +_.cx=q +_.cy=r +_.db=s +_.dx=a0 +_.dy=a1 +_.fr=a2 +_.fx=a3 +_.fy=a4 +_.go=a5 +_.id=a6 +_.k1=a7 +_.k2=a8 +_.k3=a9 +_.k4=b0 +_.ok=b1 +_.p1=b2 +_.a=b3}, +Bz:function Bz(){}, +eZ:function eZ(){}, +M1:function M1(a){this.a=a}, +hg:function hg(a,b){this.b=a +this.a=b}, +dm:function dm(a,b,c){this.b=a +this.c=b +this.a=c}, +atI(a){if(a===-1)return"FloatingLabelAlignment.start" +if(a===0)return"FloatingLabelAlignment.center" +return"FloatingLabelAlignment(x: "+B.h.a5(a,1)+")"}, +ajY(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){return new A.EL(b2,b3,b6,b8,b7,a0,a6,a5,a4,a9,a8,b0,a7,k,o,n,m,s,r,b5,d,!1,c0,c2,b9,c4,c3,c1,c7,c6,d1,d0,c8,c9,g,e,f,q,p,a1,b1,l,a2,a3,h,j,b,!0,c5,a,c)}, +ajZ(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){return new A.pc(a7,p,a1,a0,a2,k,j,o,n,a6,e,!1,a4,b0,a9,b2,b1,f,m,l,a8,a,q,a3,i,r,s,g,h,c,!1,d)}, +zd:function zd(a){var _=this +_.a=null +_.R$=_.b=0 +_.Z$=a +_.aD$=_.aK$=0 +_.b8$=!1}, +ze:function ze(a,b){this.a=a +this.b=b}, +Lf:function Lf(a,b,c,d,e,f,g,h,i){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=h +_.a=i}, +ye:function ye(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.a=g}, +Jg:function Jg(a,b,c){var _=this +_.x=_.w=_.r=_.f=_.e=_.d=$ +_.cT$=a +_.aV$=b +_.a=null +_.b=c +_.c=null}, +z5:function z5(a,b,c,d,e,f,g,h,i){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.a=i}, +z6:function z6(a,b,c){var _=this +_.d=$ +_.f=_.e=null +_.eb$=a +_.bQ$=b +_.a=null +_.b=c +_.c=null}, +a83:function a83(){}, +ur:function ur(a,b){this.a=a +this.b=b}, +Eb:function Eb(){}, +dq:function dq(a,b){this.a=a +this.b=b}, +K6:function K6(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}, +aac:function aac(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +zR:function zR(a,b,c,d,e,f,g,h,i){var _=this +_.B=a +_.a_=b +_.Y=c +_.aB=d +_.aI=e +_.b_=f +_.bi=g +_.R=null +_.fU$=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}, +aag:function aag(a){this.a=a}, +aaf:function aaf(a,b){this.a=a +this.b=b}, +aae:function aae(a,b){this.a=a +this.b=b}, +aad:function aad(a,b,c){this.a=a +this.b=b +this.c=c}, +K9:function K9(a,b,c,d,e,f,g){var _=this +_.d=a +_.e=b +_.f=c +_.r=d +_.w=e +_.x=f +_.a=g}, +mv:function mv(a,b,c,d,e,f,g,h,i,j){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.a=j}, +zf:function zf(a,b,c,d){var _=this +_.f=_.e=_.d=$ +_.r=a +_.w=null +_.cT$=b +_.aV$=c +_.a=null +_.b=d +_.c=null}, +a8M:function a8M(){}, +EL:function EL(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){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 +_.aW=c8 +_.br=c9 +_.am=d0 +_.aO=d1}, +pc:function pc(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9 +_.k2=b0 +_.k3=b1 +_.k4=b2}, +a8r:function a8r(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3){var _=this +_.ok=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 +_.id=a9 +_.k1=b0 +_.k2=b1 +_.k3=b2 +_.k4=b3}, +a8w:function a8w(a){this.a=a}, +a8y:function a8y(a){this.a=a}, +a8u:function a8u(a){this.a=a}, +a8v:function a8v(a){this.a=a}, +a8s:function a8s(a){this.a=a}, +a8t:function a8t(a){this.a=a}, +a8x:function a8x(a){this.a=a}, +a8z:function a8z(a){this.a=a}, +a8A:function a8A(a){this.a=a}, +a8B:function a8B(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3){var _=this +_.ok=a +_.p2=_.p1=$ +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k +_.z=l +_.Q=m +_.as=n +_.at=o +_.ax=p +_.ay=q +_.ch=r +_.CW=s +_.cx=a0 +_.cy=a1 +_.db=a2 +_.dx=a3 +_.dy=a4 +_.fr=a5 +_.fx=a6 +_.fy=a7 +_.go=a8 +_.id=a9 +_.k1=b0 +_.k2=b1 +_.k3=b2 +_.k4=b3}, +a8H:function a8H(a){this.a=a}, +a8E:function a8E(a){this.a=a}, +a8C:function a8C(a){this.a=a}, +a8J:function a8J(a){this.a=a}, +a8K:function a8K(a){this.a=a}, +a8L:function a8L(a){this.a=a}, +a8I:function a8I(a){this.a=a}, +a8F:function a8F(a){this.a=a}, +a8G:function a8G(a){this.a=a}, +a8D:function a8D(a){this.a=a}, +Lg:function Lg(){}, +Bq:function Bq(){}, +By:function By(){}, +BA:function BA(){}, +Qr:function Qr(){}, +ak9(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){return new A.v7(b,l,m,j,e,o,r,n,f,a,p,k,d,h,g,c,i,s,q)}, +auo(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.cl(a0.b,a1.b,a2) +if(s)p=a0.c +else p=a1.c +o=A.u(a0.d,a1.d,a2) +n=A.u(a0.e,a1.e,a2) +m=A.u(a0.f,a1.f,a2) +l=A.aR(a0.r,a1.r,a2) +k=A.aR(a0.w,a1.w,a2) +j=A.aR(a0.x,a1.x,a2) +i=A.cA(a0.y,a1.y,a2) +h=A.u(a0.z,a1.z,a2) +g=A.u(a0.Q,a1.Q,a2) +f=A.M(a0.as,a1.as,a2) +e=A.M(a0.at,a1.at,a2) +d=A.M(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.ak9(i,r,c,f,n,j,d,e,b,o,g,q,p,k,m,h,s,l,a)}, +v7:function v7(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}, +Lx:function Lx(){}, +xA:function xA(a,b){this.c=a +this.a=b}, +a3C:function a3C(){}, +AQ:function AQ(a,b){var _=this +_.e=_.d=null +_.f=a +_.a=null +_.b=b +_.c=null}, +abN:function abN(a){this.a=a}, +abM:function abM(a){this.a=a}, +abO:function abO(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Fa:function Fa(a,b){this.c=a +this.a=b}, +kC(a,b,c,d,e,f,g,h,i,j,k,l){return new A.vk(c,l,f,e,h,j,k,i,d,a,b,g)}, +aua(a,b){var s,r,q,p,o,n,m,l,k,j,i=t.TT,h=A.c([a],i),g=A.c([b],i) +for(s=b,r=a;r!==s;){q=r.c +p=s.c +if(q>=p){o=r.gaQ() +if(!(o instanceof A.o)||!o.lV(r))return null +h.push(o) +r=o}if(q<=p){n=s.gaQ() +if(!(n instanceof A.o)||!n.lV(s))return null +g.push(n) +s=n}}m=new A.aY(new Float64Array(16)) +m.dD() +l=new A.aY(new Float64Array(16)) +l.dD() +for(k=g.length-1;k>0;k=j){j=k-1 +g[k].cG(g[j],m)}for(k=h.length-1;k>0;k=j){j=k-1 +h[k].cG(h[j],l)}if(l.kp(l)!==0){l.dB(m) +i=l}else i=null +return i}, +kD:function kD(a,b){this.a=a +this.b=b}, +vk:function vk(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.Q=i +_.as=j +_.at=k +_.a=l}, +LH:function LH(a,b,c,d){var _=this +_.d=a +_.cT$=b +_.aV$=c +_.a=null +_.b=d +_.c=null}, +a9i:function a9i(a){this.a=a}, +zV:function zV(a,b,c,d){var _=this +_.t=a +_.a9=b +_.bd=null +_.u$=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}, +Le:function Le(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +hO:function hO(){}, +nn:function nn(a,b){this.a=a +this.b=b}, +zq:function zq(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}, +LE:function LE(a,b,c){var _=this +_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.eb$=a +_.bQ$=b +_.a=null +_.b=c +_.c=null}, +a93:function a93(){}, +a94:function a94(){}, +a95:function a95(){}, +a96:function a96(){}, +Au:function Au(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +NY:function NY(a,b,c){this.b=a +this.c=b +this.a=c}, +Qd:function Qd(){}, +LF:function LF(){}, +Dz:function Dz(){}, +jH(a){return new A.LJ(a,a.$1(B.Wl).gl())}, +agW(a){return new A.LI(a,B.j,1,B.r,-1)}, +hm(a){var s=null +return new A.LK(a,!0,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s)}, +bI(a,b,c){if(c.i("aI<0>").b(a))return a.X(b) +return a}, +ay(a,b,c,d,e){if(a==null&&b==null)return null +return new A.zj(a,b,c,d,e.i("zj<0>"))}, +YI(a){var s=A.ax(t.ui) +if(a!=null)s.P(0,a) +return new A.Fl(s,$.au())}, +bo:function bo(a,b){this.a=a +this.b=b}, +Fh:function Fh(){}, +LJ:function LJ(a,b){this.c=a +this.a=b}, +Fj:function Fj(){}, +yS:function yS(a,b){this.a=a +this.c=b}, +Fg:function Fg(){}, +LI:function LI(a,b,c,d,e){var _=this +_.x=a +_.a=b +_.b=c +_.c=d +_.d=e}, +Fk:function Fk(){}, +LK:function LK(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 +_.bB=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}, +aI:function aI(){}, +zj:function zj(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +b0:function b0(a,b){this.a=a +this.$ti=b}, +aO:function aO(a,b){this.a=a +this.$ti=b}, +Fl:function Fl(a,b){var _=this +_.a=a +_.R$=0 +_.Z$=b +_.aD$=_.aK$=0 +_.b8$=!1}, +Fi:function Fi(){}, +YH:function YH(a,b,c){this.a=a +this.b=b +this.c=c}, +YF:function YF(){}, +YG:function YG(){}, +auD(a,b,c){if(a===b)return a +return new A.Fq(A.ag1(a.a,b.a,c))}, +Fq:function Fq(a){this.a=a}, +auE(a,b,c){if(a===b)return a +return new A.pu(A.k8(a.a,b.a,c))}, +pu:function pu(a){this.a=a}, +LN:function LN(){}, +ag1(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.ay(r,p,c,A.bh(),o) +r=s?d:a.b +r=A.ay(r,q?d:b.b,c,A.bh(),o) +n=s?d:a.c +o=A.ay(n,q?d:b.c,c,A.bh(),o) +n=s?d:a.d +m=q?d:b.d +m=A.ay(n,m,c,A.C8(),t.PM) +n=s?d:a.e +l=q?d:b.e +l=A.ay(n,l,c,A.ahz(),t.pc) +n=s?d:a.f +k=q?d:b.f +j=t.tW +k=A.ay(n,k,c,A.C7(),j) +n=s?d:a.r +n=A.ay(n,q?d:b.r,c,A.C7(),j) +i=s?d:a.w +j=A.ay(i,q?d:b.w,c,A.C7(),j) +i=s?d:a.x +h=q?d:b.x +g=s?d:a.y +f=q?d:b.y +f=A.ay(g,f,c,A.ahs(),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.vq(p,r,o,m,l,k,n,j,new A.Lv(i,h,c),f,e,g,A.t2(s,q?d: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}, +Lv:function Lv(a,b,c){this.a=a +this.b=b +this.c=c}, +LO:function LO(){}, +auF(a,b,c){if(a===b)return a +return new A.mL(A.ag1(a.a,b.a,c))}, +mL:function mL(a){this.a=a}, +LP:function LP(){}, +auQ(a,b,c){var s,r,q,p,o,n,m,l,k,j +if(a===b)return a +s=A.M(a.a,b.a,c) +r=A.u(a.b,b.b,c) +q=A.M(a.c,b.c,c) +p=A.u(a.d,b.d,c) +o=A.u(a.e,b.e,c) +n=A.u(a.f,b.f,c) +m=A.cl(a.r,b.r,c) +l=A.ay(a.w,b.w,c,A.C5(),t.p8) +k=A.ay(a.x,b.x,c,A.ao0(),t.lF) +if(c<0.5)j=a.y +else j=b.y +return new A.px(s,r,q,p,o,n,m,l,k,j)}, +px:function px(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}, +LZ:function LZ(){}, +auR(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b)return a +s=A.M(a.a,b.a,c) +r=A.u(a.b,b.b,c) +q=A.M(a.c,b.c,c) +p=A.u(a.d,b.d,c) +o=A.u(a.e,b.e,c) +n=A.u(a.f,b.f,c) +m=A.cl(a.r,b.r,c) +l=a.w +l=A.a2e(l,l,c) +k=A.ay(a.x,b.x,c,A.C5(),t.p8) +return new A.vC(s,r,q,p,o,n,m,l,k,A.ay(a.y,b.y,c,A.ao0(),t.lF))}, +vC:function vC(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}, +M_:function M_(){}, +auS(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b)return a +s=A.u(a.a,b.a,c) +r=A.M(a.b,b.b,c) +q=A.aR(a.c,b.c,c) +p=A.aR(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.iO(o,b.e,c) +n=a.f +if(n==null)m=b.f==null +else m=!1 +if(m)n=null +else n=A.iO(n,b.f,c) +m=A.M(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.u(a.y,b.y,c) +i=A.cl(a.z,b.z,c) +h=A.M(a.Q,b.Q,c) +return new A.py(s,r,q,p,o,n,m,k,l,j,i,h,A.M(a.as,b.as,c))}, +py:function py(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}, +M0:function M0(){}, +a9A:function a9A(){}, +FE:function FE(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.a=c +_.b=d +_.c=e +_.d=!1}, +Mb:function Mb(a,b){this.a=a +this.b=b}, +Md:function Md(a){this.a=a}, +Mc:function Mc(a,b){this.a=a +this.b=b}, +Qi:function Qi(){}, +Qj:function Qj(){}, +Qk:function Qk(){}, +auV(a,b,c){if(a===b)return a +return new A.pz(A.k8(a.a,b.a,c))}, +pz:function pz(a){this.a=a}, +Me:function Me(){}, +ami(a,b,c){var s=null,r=A.c([],t.Zt),q=$.ac,p=A.pO(B.bZ),o=A.c([],t.wi),n=A.dW(s),m=$.ac +return new A.zK(!1,!0,s,s,r,new A.bg(s,c.i("bg>")),new A.bg(s,t.C),new A.vM(),s,0,new A.bk(new A.am(q,c.i("am<0?>")),c.i("bk<0?>")),p,o,b,n,new A.bk(new A.am(m,c.i("am<0?>")),c.i("bk<0?>")),c.i("zK<0>"))}, +mE:function mE(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var _=this +_.cr=a +_.by=b +_.bB=c +_.fr=d +_.fx=e +_.fy=!1 +_.id=_.go=null +_.k1=f +_.k2=g +_.k3=h +_.k4=i +_.ok=$ +_.p1=null +_.p2=$ +_.hv$=j +_.ky$=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}, +mF:function mF(){}, +j_:function j_(a,b,c,d,e,f){var _=this +_.r=a +_.c=b +_.d=c +_.a=d +_.b=e +_.$ti=f}, +zK:function zK(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.by=a +_.bB=b +_.fr=c +_.fx=d +_.fy=!1 +_.id=_.go=null +_.k1=e +_.k2=f +_.k3=g +_.k4=h +_.ok=$ +_.p1=null +_.p2=$ +_.hv$=i +_.ky$=j +_.y=k +_.z=null +_.Q=!1 +_.at=_.as=null +_.ax=l +_.CW=_.ch=null +_.e=m +_.a=null +_.b=n +_.c=o +_.d=p +_.$ti=q}, +zr:function zr(){}, +BD:function BD(){}, +anA(a,b,c){var s,r +a.dD() +if(b===1)return +a.l2(b,b) +s=c.a +r=c.b +a.bm(-((s*b-s)/2),-((r*b-r)/2))}, +an_(a,b,c,d){var s=new A.Bn(c,a,d,b,new A.aY(new Float64Array(16)),A.a4(),A.a4(),$.au()),r=s.gez() +a.T(r) +a.ff(s.gpf()) +d.a.T(r) +b.T(r) +return s}, +an0(a,b,c,d){var s=new A.Bo(c,d,b,a,new A.aY(new Float64Array(16)),A.a4(),A.a4(),$.au()),r=s.gez() +d.a.T(r) +b.T(r) +a.ff(s.gpf()) +return s}, +PY:function PY(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +acN:function acN(a){this.a=a}, +acO:function acO(a){this.a=a}, +acP:function acP(a){this.a=a}, +acQ:function acQ(a){this.a=a}, +lt:function lt(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +PW:function PW(a,b,c,d){var _=this +_.d=$ +_.kz$=a +_.jw$=b +_.kA$=c +_.a=null +_.b=d +_.c=null}, +lu:function lu(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +PX:function PX(a,b,c,d){var _=this +_.d=$ +_.kz$=a +_.jw$=b +_.kA$=c +_.a=null +_.b=d +_.c=null}, +h0:function h0(){}, +IK:function IK(){}, +Dn:function Dn(){}, +vN:function vN(a){this.a=a}, +Zz:function Zz(a){this.a=a}, +rN:function rN(){}, +Bn:function Bn(a,b,c,d,e,f,g,h){var _=this +_.r=a +_.w=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.R$=0 +_.Z$=h +_.aD$=_.aK$=0 +_.b8$=!1}, +acL:function acL(a,b){this.a=a +this.b=b}, +Bo:function Bo(a,b,c,d,e,f,g,h){var _=this +_.r=a +_.w=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.R$=0 +_.Z$=h +_.aD$=_.aK$=0 +_.b8$=!1}, +acM:function acM(a,b){this.a=a +this.b=b}, +Mj:function Mj(){}, +BO:function BO(){}, +BP:function BP(){}, +avm(a,b,c){var s,r,q,p,o,n,m,l,k,j +if(a===b)return a +s=A.u(a.a,b.a,c) +r=A.cl(a.b,b.b,c) +q=A.M(a.c,b.c,c) +p=A.u(a.d,b.d,c) +o=A.u(a.e,b.e,c) +n=A.aR(a.f,b.f,c) +m=A.ay(a.r,b.r,c,A.C5(),t.p8) +l=c<0.5 +if(l)k=a.w +else k=b.w +if(l)j=a.x +else j=b.x +if(l)l=a.y +else l=b.y +return new A.pK(s,r,q,p,o,n,m,k,j,l)}, +pK:function pK(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}, +MQ:function MQ(){}, +avC(a,b,c){var s,r,q,p +if(a===b)return a +s=A.u(a.a,b.a,c) +r=A.u(a.b,b.b,c) +q=A.M(a.c,b.c,c) +p=A.u(a.d,b.d,c) +return new A.pN(s,r,q,p,A.u(a.e,b.e,c))}, +pN:function pN(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +MS:function MS(){}, +avD(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.ay(a.b,b.b,c,A.bh(),q) +if(s)o=a.e +else o=b.e +q=A.ay(a.c,b.c,c,A.bh(),q) +n=A.M(a.d,b.d,c) +if(s)s=a.f +else s=b.f +return new A.pP(r,p,q,n,o,s)}, +pP:function pP(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +MW:function MW(){}, +al8(a,b,c){return new A.wy(a,c,b,null)}, +a0X(a){var s=a.qs(t.Np) +if(s!=null)return s +throw A.h(A.oX(A.c([A.kg("Scaffold.of() called with a context that does not contain a Scaffold."),A.be("No Scaffold ancestor could be found starting from the context that was passed to Scaffold.of(). This usually happens when the context provided is from the same StatefulWidget as that whose build function actually creates the Scaffold widget being sought."),A.DZ('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.DZ("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.a7x("The context used was")],t.F)))}, +eJ:function eJ(a,b){this.a=a +this.b=b}, +wz:function wz(a,b){this.c=a +this.a=b}, +GY:function GY(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.r=c +_.y=_.x=null +_.cT$=d +_.aV$=e +_.a=null +_.b=f +_.c=null}, +a0S:function a0S(a,b,c){this.a=a +this.b=b +this.c=c}, +Aa:function Aa(a,b,c){this.f=a +this.b=b +this.a=c}, +a0T:function a0T(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.e=d +_.f=e +_.r=f +_.w=g +_.y=h}, +GX:function GX(a,b){this.a=a +this.b=b}, +NF:function NF(a,b,c){var _=this +_.a=a +_.b=null +_.c=b +_.R$=0 +_.Z$=c +_.aD$=_.aK$=0 +_.b8$=!1}, +yd:function yd(a,b,c,d,e,f,g){var _=this +_.e=a +_.f=b +_.r=c +_.a=d +_.b=e +_.c=f +_.d=g}, +Jf:function Jf(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +aaV:function aaV(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}, +yU:function yU(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +yV:function yV(a,b,c){var _=this +_.x=_.w=_.r=_.f=_.e=_.d=$ +_.y=null +_.cT$=a +_.aV$=b +_.a=null +_.b=c +_.c=null}, +a7K:function a7K(a,b){this.a=a +this.b=b}, +wy:function wy(a,b,c,d){var _=this +_.e=a +_.f=b +_.ch=c +_.a=d}, +q_:function q_(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 +_.bA$=i +_.fj$=j +_.qo$=k +_.ec$=l +_.fk$=m +_.cT$=n +_.aV$=o +_.a=null +_.b=p +_.c=null}, +a0V:function a0V(a,b){this.a=a +this.b=b}, +a0U:function a0U(a,b){this.a=a +this.b=b}, +a0W:function a0W(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(a,b){this.e=a +this.a=b +this.b=null}, +NG:function NG(a,b,c){this.f=a +this.b=b +this.a=c}, +aaW:function aaW(){}, +Ab:function Ab(){}, +Ac:function Ac(){}, +Ad:function Ad(){}, +Bw:function Bw(){}, +H7:function H7(a,b,c){this.c=a +this.d=b +this.a=c}, +rm:function rm(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}, +LG:function LG(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=$ +_.cT$=b +_.aV$=c +_.a=null +_.b=d +_.c=null}, +a9b:function a9b(a){this.a=a}, +a98:function a98(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a9a:function a9a(a,b,c){this.a=a +this.b=b +this.c=c}, +a99:function a99(a,b,c){this.a=a +this.b=b +this.c=c}, +a97:function a97(a){this.a=a}, +a9h:function a9h(a){this.a=a}, +a9g:function a9g(a){this.a=a}, +a9f:function a9f(a){this.a=a}, +a9d:function a9d(a){this.a=a}, +a9e:function a9e(a){this.a=a}, +a9c:function a9c(a){this.a=a}, +avY(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.ay(a.a,b.a,c,A.aoi(),s) +q=A.ay(a.b,b.b,c,A.C8(),t.PM) +s=A.ay(a.c,b.c,c,A.aoi(),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.vX(a.f,b.f,c) +m=t._ +l=A.ay(a.r,b.r,c,A.bh(),m) +k=A.ay(a.w,b.w,c,A.bh(),m) +m=A.ay(a.x,b.x,c,A.bh(),m) +j=A.M(a.y,b.y,c) +i=A.M(a.z,b.z,c) +return new A.ni(r,q,s,p,o,n,l,k,m,j,i,A.M(a.Q,b.Q,c))}, +azT(a,b,c){return c<0.5?a:b}, +alc(a){var s +a.ai(t.NF) +s=A.G(a) +return s.w}, +ni:function ni(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}, +NL:function NL(){}, +aw_(a,b,c){var s,r,q,p,o,n,m,l,k,j +if(a===b)return a +s=A.ay(a.a,b.a,c,A.C8(),t.PM) +r=t._ +q=A.ay(a.b,b.b,c,A.bh(),r) +p=A.ay(a.c,b.c,c,A.bh(),r) +o=A.ay(a.d,b.d,c,A.bh(),r) +r=A.ay(a.e,b.e,c,A.bh(),r) +n=A.avZ(a.f,b.f,c) +m=A.ay(a.r,b.r,c,A.ahs(),t.KX) +l=A.ay(a.w,b.w,c,A.ahz(),t.pc) +k=t.p8 +j=A.ay(a.x,b.x,c,A.C5(),k) +k=A.ay(a.y,b.y,c,A.C5(),k) +return new A.wK(s,q,p,o,r,n,m,l,j,k,A.k5(a.z,b.z,c))}, +avZ(a,b,c){if(a==b)return a +return new A.Lu(a,b,c)}, +wK:function wK(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}, +Lu:function Lu(a,b,c){this.a=a +this.b=b +this.c=c}, +NM:function NM(){}, +aw1(a,b,c){var s,r,q,p,o,n,m,l +if(a===b)return a +s=A.u(a.a,b.a,c) +r=A.M(a.b,b.b,c) +q=A.u(a.c,b.c,c) +p=A.aw0(a.d,b.d,c) +o=A.akA(a.e,b.e,c) +n=a.f +m=b.f +l=A.aR(n,m,c) +n=A.aR(n,m,c) +m=A.k5(a.w,b.w,c) +return new A.wL(s,r,q,p,o,l,n,m,A.u(a.x,b.x,c))}, +aw0(a,b,c){if(a==null||b==null)return null +if(a===b)return a +return A.ai(a,b,c)}, +wL:function wL(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}, +NN:function NN(){}, +aw3(a,b,c){var s,r +if(a===b&&!0)return a +s=A.k8(a.a,b.a,c) +if(c<0.5)r=a.b +else r=b.b +return new A.wM(s,r)}, +wM:function wM(a,b){this.a=a +this.b=b}, +NO:function NO(){}, +amA(a){var s=a.re(!1) +return new A.OR(a,new A.c7(s,B.fu,B.b0),$.au())}, +ald(a,b){return new A.wN(a,b,null)}, +aw4(a,b){return A.ais(b)}, +OR:function OR(a,b,c){var _=this +_.ax=a +_.a=b +_.R$=0 +_.Z$=c +_.aD$=_.aK$=0 +_.b8$=!1}, +NR:function NR(a,b){var _=this +_.w=a +_.a=b +_.b=!0 +_.d=_.c=0 +_.f=_.e=null +_.r=!1}, +wN:function wN(a,b,c){this.c=a +this.f=b +this.a=c}, +Ao:function Ao(a,b){var _=this +_.d=$ +_.e=null +_.f=!1 +_.w=_.r=$ +_.x=a +_.a=null +_.b=b +_.c=null}, +ab4:function ab4(a,b){this.a=a +this.b=b}, +ab3:function ab3(a,b){this.a=a +this.b=b}, +ab5:function ab5(a){this.a=a}, +alq(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.x1(a7,b,k,a1,e,h,g,a,j,d,f,a3,n,i,o,a9,p,a6,a5,a8,b0,r,q,s,a0,a2,b1,l,a4,m,c)}, +awi(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.M(b2.a,b3.a,b4) +r=A.u(b2.b,b3.b,b4) +q=A.u(b2.c,b3.c,b4) +p=A.u(b2.d,b3.d,b4) +o=A.u(b2.e,b3.e,b4) +n=A.u(b2.r,b3.r,b4) +m=A.u(b2.f,b3.f,b4) +l=A.u(b2.w,b3.w,b4) +k=A.u(b2.x,b3.x,b4) +j=A.u(b2.y,b3.y,b4) +i=A.u(b2.z,b3.z,b4) +h=A.u(b2.Q,b3.Q,b4) +g=A.u(b2.as,b3.as,b4) +f=A.u(b2.at,b3.at,b4) +e=A.u(b2.ax,b3.ax,b4) +d=A.u(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.aR(b2.go,b3.go,b4) +a9=A.M(b2.id,b3.id,b4) +b0=c?b2.k1:b3.k1 +b1=c?b2.k2:b3.k2 +return A.alq(l,r,c?b2.k3:b3.k3,j,o,i,n,m,f,k,q,a9,b1,g,e,b,a4,a3,a5,a6,p,a7,h,b0,a0,a,s,a1,d,a2,a8)}, +x1:function x1(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}, +a2l:function a2l(){}, +a0K:function a0K(){}, +a0J:function a0J(){}, +Oa:function Oa(){}, +x5:function x5(a,b){this.a=a +this.b=b}, +als(a,b,c,d,e,f,g,h,i,j,k,l,m){return new A.x6(d,c,i,g,j,l,e,m,k,f,b,a,h)}, +awl(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b&&!0)return a +s=A.u(a.a,b.a,c) +r=A.u(a.b,b.b,c) +q=A.u(a.c,b.c,c) +p=A.aR(a.d,b.d,c) +o=A.M(a.e,b.e,c) +n=A.cl(a.f,b.f,c) +if(c<0.5)m=a.r +else m=b.r +l=A.M(a.w,b.w,c) +k=A.Ue(a.x,b.x,c) +j=A.u(a.z,b.z,c) +i=A.M(a.Q,b.Q,c) +h=A.u(a.as,b.as,c) +return A.als(h,i,r,s,m,j,p,A.u(a.at,b.at,c),q,o,k,n,l)}, +Hx:function Hx(a,b){this.a=a +this.b=b}, +x6:function x6(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}, +Of:function Of(){}, +awx(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b&&!0)return a +s=t._ +r=A.ay(a.a,b.a,c,A.bh(),s) +q=A.ay(a.b,b.b,c,A.bh(),s) +p=A.ay(a.c,b.c,c,A.bh(),s) +o=A.ay(a.d,b.d,c,A.C8(),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.ay(a.r,b.r,c,A.bh(),s) +k=A.M(a.w,b.w,c) +if(n)n=a.x +else n=b.x +return new A.ql(r,q,p,o,m,l,s,k,n)}, +ql:function ql(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}, +Or:function Or(){}, +awy(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g +if(a===b)return a +s=A.Tq(a.a,b.a,c) +r=A.u(a.b,b.b,c) +q=c<0.5 +p=q?a.c:b.c +o=A.u(a.d,b.d,c) +n=A.u(a.e,b.e,c) +m=A.cA(a.f,b.f,c) +l=A.aR(a.r,b.r,c) +k=A.u(a.w,b.w,c) +j=A.aR(a.x,b.x,c) +i=A.ay(a.y,b.y,c,A.bh(),t._) +h=q?a.z:b.z +g=q?a.Q:b.Q +return new A.qn(s,r,p,o,n,m,l,k,j,i,h,g,q?a.as:b.as)}, +qn:function qn(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}, +Ou:function Ou(){}, +alC(a,b,c){var s=null +return new A.HS(b,s,s,s,c,B.C,s,!1,s,!0,a,s)}, +a31(a,b,c,d,e,f,g,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2){var s,r,q,p,o,n,m,l,k,j,i,h=null +if(e==null)s=h +else s=e +r=new A.AN(a2,s) +q=c==null +if(q&&d==null)p=h +else if(d==null){q=q?h:new A.aO(c,t.Il) +p=q}else{q=new A.AN(c,d) +p=q}o=new A.OC(a2) +q=a3==null +if(q&&!0)n=h +else{q=q?h:new A.aO(a3,t.Il) +n=q}q=b1==null?h:new A.aO(b1,t.XL) +m=a7==null?h:new A.aO(a7,t.h9) +l=g==null?h:new A.aO(g,t.QL) +k=a6==null?h:new A.aO(a6,t.Ak) +j=a5==null?h:new A.aO(a5,t.iL) +i=a4==null?h:new A.aO(a4,t.iL) +return A.k7(a,b,p,l,a0,h,r,n,h,i,j,new A.OB(a1,f),o,k,m,new A.aO(a8,t.kU),h,a9,h,b0,q,b2)}, +anv(a){var s=A.G(a).y?B.ll:B.ek,r=A.c4(a,B.cQ) +r=r==null?null:r.c +return A.as_(s,B.Cl,B.Cj,r==null?1:r)}, +HS:function HS(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.a=l}, +AN:function AN(a,b){this.a=a +this.b=b}, +OC:function OC(a){this.a=a}, +OB:function OB(a,b){this.a=a +this.b=b}, +OD:function OD(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}, +abx:function abx(a){this.a=a}, +abz:function abz(a){this.a=a}, +aby:function aby(){}, +QE:function QE(){}, +awB(a,b,c){if(a===b)return a +return new A.qq(A.k8(a.a,b.a,c))}, +qq:function qq(a){this.a=a}, +OE:function OE(){}, +awG(a,b){return A.ais(b)}, +awH(a){return B.dO}, +azV(a){return A.hm(new A.adQ(a))}, +azW(a){return A.hm(new A.adR(a))}, +OG:function OG(a,b){var _=this +_.w=a +_.a=b +_.b=!0 +_.d=_.c=0 +_.f=_.e=null +_.r=!1}, +xv:function xv(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.d=a +_.f=b +_.r=c +_.y=d +_.z=e +_.as=f +_.ax=g +_.cx=h +_.cy=i +_.k2=j +_.k4=k +_.p3=l +_.xr=m +_.a=n}, +AO:function AO(a,b,c,d,e,f,g){var _=this +_.e=_.d=null +_.r=_.f=!1 +_.x=_.w=$ +_.y=a +_.bA$=b +_.fj$=c +_.qo$=d +_.ec$=e +_.fk$=f +_.a=null +_.b=g +_.c=null}, +abB:function abB(){}, +abD:function abD(a,b){this.a=a +this.b=b}, +abC:function abC(a,b){this.a=a +this.b=b}, +abF:function abF(a){this.a=a}, +abG:function abG(a){this.a=a}, +abH:function abH(a,b,c){this.a=a +this.b=b +this.c=c}, +abJ:function abJ(a){this.a=a}, +abK:function abK(a){this.a=a}, +abI:function abI(a,b){this.a=a +this.b=b}, +abE:function abE(a){this.a=a}, +adQ:function adQ(a){this.a=a}, +adR:function adR(a){this.a=a}, +acT:function acT(){}, +BL:function BL(){}, +Fm:function Fm(){}, +YJ:function YJ(){}, +OH:function OH(a,b){this.b=a +this.a=b}, +LL:function LL(){}, +awJ(a,b,c){var s,r +if(a===b)return a +s=A.u(a.a,b.a,c) +r=A.u(a.b,b.b,c) +return new A.qw(s,r,A.u(a.c,b.c,c))}, +qw:function qw(a,b,c){this.a=a +this.b=b +this.c=c}, +OJ:function OJ(){}, +awK(a,b,c){return new A.I1(a,b,c,null)}, +awQ(a,b){return new A.OK(b,null)}, +I1:function I1(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +AT:function AT(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +OO:function OO(a,b,c,d){var _=this +_.d=!1 +_.e=a +_.cT$=b +_.aV$=c +_.a=null +_.b=d +_.c=null}, +ac0:function ac0(a){this.a=a}, +ac_:function ac_(a){this.a=a}, +OP:function OP(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +OQ:function OQ(a,b,c,d){var _=this +_.t=null +_.O=a +_.a9=b +_.u$=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}, +ac1:function ac1(a,b,c){this.a=a +this.b=b +this.c=c}, +OL:function OL(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +OM:function OM(a,b,c){var _=this +_.p1=$ +_.p2=a +_.ay=null +_.ch=!1 +_.d=_.c=_.b=_.a=_.CW=null +_.e=$ +_.f=b +_.r=null +_.w=c +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +Nt:function Nt(a,b,c,d,e,f){var _=this +_.B=-1 +_.a_=a +_.Y=b +_.dd$=c +_.a2$=d +_.cO$=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}, +aap:function aap(a,b,c){this.a=a +this.b=b +this.c=c}, +aaq:function aaq(a,b,c){this.a=a +this.b=b +this.c=c}, +aas:function aas(a,b){this.a=a +this.b=b}, +aar:function aar(a,b,c){this.a=a +this.b=b +this.c=c}, +aat:function aat(a){this.a=a}, +OK:function OK(a,b){this.c=a +this.a=b}, +ON:function ON(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +Qv:function Qv(){}, +QF:function QF(){}, +awN(a){if(a===B.yn||a===B.jy)return 14.5 +return 9.5}, +awP(a){if(a===B.yo||a===B.jy)return 14.5 +return 9.5}, +awO(a,b){if(a===0)return b===1?B.jy:B.yn +if(a===b-1)return B.yo +return B.a3E}, +rH:function rH(a,b){this.a=a +this.b=b}, +I3:function I3(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +a3V(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.cs(r,q,p,a0,o,n,m,l,k,j,i,h,g,a4,a5==null?s:a5)}, +qx(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.aR(a.a,b.a,c) +r=A.aR(a.b,b.b,c) +q=A.aR(a.c,b.c,c) +p=A.aR(a.d,b.d,c) +o=A.aR(a.e,b.e,c) +n=A.aR(a.f,b.f,c) +m=A.aR(a.r,b.r,c) +l=A.aR(a.w,b.w,c) +k=A.aR(a.x,b.x,c) +j=A.aR(a.y,b.y,c) +i=A.aR(a.z,b.z,c) +h=A.aR(a.Q,b.Q,c) +g=A.aR(a.as,b.as,c) +f=A.aR(a.at,b.at,c) +return A.a3V(j,i,h,s,r,q,p,o,n,g,f,A.aR(a.ax,b.ax,c),m,l,k)}, +cs:function cs(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}, +OT:function OT(){}, +G(a){var s,r=a.ai(t.Nr),q=A.pn(a,B.cM,t.c4)==null?null:B.wl +if(q==null)q=B.wl +s=r==null?null:r.w.c +if(s==null)s=$.ap0() +return A.awV(s,s.p4.P6(q))}, +aiu(a,b,c,d){return new A.tb(c,a,b,d,null,null)}, +nt:function nt(a,b,c){this.c=a +this.d=b +this.a=c}, +za:function za(a,b,c){this.w=a +this.b=b +this.a=c}, +nu:function nu(a,b){this.a=a +this.b=b}, +tb:function tb(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +J_:function J_(a,b,c){var _=this +_.CW=null +_.e=_.d=$ +_.eb$=a +_.bQ$=b +_.a=null +_.b=c +_.c=null}, +a5L:function a5L(){}, +alL(c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8=null,b9=A.c([],t.FO),c0=A.b6() +switch(c0.a){case 0:case 1:case 2:s=B.Tb +break +case 3:case 4:case 5:s=B.ig +break +default:s=b8}r=A.ax8(c0) +d5=d5===!0 +if(d5)q=B.kg +else q=B.zT +p=c4 +o=p===B.R +if(d5){if(c7==null)c7=o?B.A8:B.A7 +n=o?c7.cy:c7.b +m=o?c7.db:c7.c +if(d2==null)d2=n +if(c5==null)c5=c7.CW +if(d3==null)d3=c7.CW +if(c3==null)c3=c7.cy +if(c6==null)c6=c7.cy +if(c9==null){c9=c7.fr +if(c9==null)c9=c7.cx}if(c2==null)c2=c7.CW +if(c8==null)c8=c7.CW +if(d1==null)d1=m +if(d0==null)d0=c7.at +if(c1==null)c1=c4===B.R}if(d2==null)d2=o?B.Aq:B.eL +l=A.eE(d2) +k=o?B.AO:B.kN +j=o?B.j:B.kz +i=l===B.R +if(o)h=B.kG +else{g=c7==null?b8:c7.f +h=g==null?B.he:g}f=o?A.z(31,255,255,255):A.z(31,0,0,0) +e=o?A.z(10,255,255,255):A.z(10,0,0,0) +if(c5==null)c5=o?B.hf:B.b4 +if(d3==null)d3=c5 +if(c6==null)c6=o?B.c_:B.i +if(c9==null)c9=o?B.B9:B.B8 +if(c7==null){d=o?B.kG:B.ea +g=o?B.ec:B.hj +c=A.eE(B.eL)===B.R +b=A.eE(d) +a=c?B.i:B.j +b=b===B.R?B.i:B.j +a0=o?B.i:B.j +a1=c?B.i:B.j +c7=A.T2(g,p,B.kP,b8,b8,b8,a1,o?B.j:B.i,b8,b8,a,b8,b,b8,a0,b8,b8,b8,b8,b8,B.eL,b8,b8,d,b8,b8,c6,b8,b8,b8,b8)}a2=o?B.D:B.E +a3=o?B.ec:B.kS +if(c8==null)c8=o?B.c_:B.i +if(d1==null){d1=c7.f +if(d1.j(0,d2))d1=B.i}a4=o?B.Ai:A.z(153,0,0,0) +a5=A.aiM(o?B.he:B.AW,c7,b8,f,b8,e,s,b8,b8) +a6=o?B.Ad:B.Ac +a7=o?B.kj:B.ha +a8=o?B.kj:B.Af +if(d5){a9=A.alX(c0,b8,b8,B.a0M,B.a0L,B.a0H) +g=c7.a===B.x +b0=g?c7.db:c7.cy +b1=g?c7.cy:c7.db +g=a9.a.KJ(b0,b0,b0) +b=a9.b.KJ(b1,b1,b1) +b2=new A.qF(g,b,a9.c,a9.d,a9.e)}else b2=A.ax2(c0) +b3=o?b2.b:b2.a +b4=i?b2.b:b2.a +d4=b3.b9(d4) +b5=b4.b9(b8) +b6=o?B.m3:B.Pc +b7=i?B.m3:B.Pd +if(d0==null)d0=B.kP +if(c2==null)c2=o?B.ec:B.hj +if(c3==null)c3=o?B.c_:B.i +return A.agB(b8,b8,B.ys,c1===!0,c2,B.yu,B.T4,c3,B.yI,B.yJ,B.yK,B.yW,a5,c5,c6,B.A1,B.A2,B.A3,c7,b8,B.By,B.Bz,c8,B.BK,a6,c9,B.BL,B.BO,B.BP,B.Cp,d0,B.Cs,A.awT(b9),B.CB,B.CF,f,a7,a4,e,B.CM,b6,d1,B.Pp,B.PH,s,B.Tf,B.Tg,B.Th,B.Tq,B.Tr,B.Ts,B.Uk,B.Ul,c0,B.V9,d2,j,k,b7,b5,B.Va,B.Vb,d3,B.VG,B.VH,B.VI,a3,B.VJ,B.B4,B.j,B.X3,B.X6,a8,q,B.Xi,B.Xm,B.Xp,B.XI,d4,B.a0Y,B.a0Z,h,B.a11,b2,a2,d5,r)}, +agB(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8,f9,g0,g1,g2,g3,g4,g5,g6,g7){return new A.fD(d,a0,b3,c3,c5,d3,d4,e4,f4,g6,g7,h,n,o,s,a3,a5,a6,b6,b7,b8,b9,c2,d6,d7,d8,e3,e7,e9,f0,f3,g5,c1,d9,e0,f9,g4,a,c,f,g,i,j,k,l,m,p,q,r,a1,a2,a4,a7,a8,a9,b0,b2,b4,b5,c0,c4,c6,c7,c8,c9,d0,d1,d2,d5,e1,e2,e5,e6,e8,f1,f2,f5,f6,f7,f8,g0,g1,g3,b,b1,e,g2)}, +awR(){var s=null +return A.alL(s,s,s,B.x,s,s,s,s,s,s,s,s,s,s,s)}, +awV(a,b){return $.ap_().bK(new A.rf(a,b),new A.a3Z(a,b))}, +eE(a){var s=0.2126*A.afk((a.gl()>>>16&255)/255)+0.7152*A.afk((a.gl()>>>8&255)/255)+0.0722*A.afk((a.gl()&255)/255)+0.05 +if(s*s>0.15)return B.x +return B.R}, +awS(a,b,c){var s=a.c.qP(0,new A.a3X(b,c),t.K,t.Ag) +s.Kt(b.c.gf_().j8(0,new A.a3Y(a))) +return s}, +awT(a){var s,r,q=t.K,p=t.ZF,o=A.A(q,p) +for(s=0;!1;++s){r=a[s] +o.p(0,A.bl(A.a7(r).i("cX.T")),p.a(r))}return A.afl(o,q,t.Ag)}, +awU(h6,h7,h8){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8,f9,g0,g1,g2,g3,g4,g5,g6,g7,g8,g9,h0,h1,h2,h3,h4,h5 +if(h6===h7)return h6 +s=h8<0.5 +r=s?h6.a:h7.a +q=s?h6.b:h7.b +p=A.awS(h6,h7,h8) +o=s?h6.d:h7.d +n=s?h6.e:h7.e +m=s?h6.f:h7.f +l=s?h6.r:h7.r +k=A.avY(h6.w,h7.w,h8) +j=s?h6.x:h7.x +i=s?h6.y:h7.y +h=A.ax9(h6.z,h7.z,h8) +g=A.u(h6.as,h7.as,h8) +g.toString +f=A.u(h6.at,h7.at,h8) +f.toString +e=A.asj(h6.ax,h7.ax,h8) +d=A.u(h6.ay,h7.ay,h8) +d.toString +c=A.u(h6.ch,h7.ch,h8) +c.toString +b=A.u(h6.CW,h7.CW,h8) +b.toString +a=A.u(h6.cx,h7.cx,h8) +a.toString +a0=A.u(h6.cy,h7.cy,h8) +a0.toString +a1=A.u(h6.db,h7.db,h8) +a1.toString +a2=A.u(h6.dx,h7.dx,h8) +a2.toString +a3=A.u(h6.dy,h7.dy,h8) +a3.toString +a4=A.u(h6.fr,h7.fr,h8) +a4.toString +a5=A.u(h6.fx,h7.fx,h8) +a5.toString +a6=A.u(h6.fy,h7.fy,h8) +a6.toString +a7=A.u(h6.go,h7.go,h8) +a7.toString +a8=A.u(h6.id,h7.id,h8) +a8.toString +a9=A.u(h6.k2,h7.k2,h8) +a9.toString +b0=A.u(h6.k3,h7.k3,h8) +b0.toString +b1=A.u(h6.k4,h7.k4,h8) +b1.toString +b2=A.iO(h6.ok,h7.ok,h8) +b3=A.iO(h6.p1,h7.p1,h8) +b4=A.qx(h6.p2,h7.p2,h8) +b5=A.qx(h6.p3,h7.p3,h8) +b6=A.ax3(h6.p4,h7.p4,h8) +b7=A.arE(h6.R8,h7.R8,h8) +b8=A.arL(h6.RG,h7.RG,h8) +b9=A.arQ(h6.rx,h7.rx,h8) +c0=h6.ry +c1=h7.ry +c2=A.u(c0.a,c1.a,h8) +c3=A.u(c0.b,c1.b,h8) +c4=A.u(c0.c,c1.c,h8) +c5=A.u(c0.d,c1.d,h8) +c6=A.aR(c0.e,c1.e,h8) +c7=A.M(c0.f,c1.f,h8) +c8=A.cA(c0.r,c1.r,h8) +c0=A.cA(c0.w,c1.w,h8) +c1=A.arS(h6.to,h7.to,h8) +c9=A.arT(h6.x1,h7.x1,h8) +d0=A.arU(h6.x2,h7.x2,h8) +d1=A.arZ(h6.xr,h7.xr,h8) +d2=s?h6.y1:h7.y1 +d3=A.as3(h6.y2,h7.y2,h8) +d4=A.as6(h6.aW,h7.aW,h8) +d5=A.asb(h6.br,h7.br,h8) +d6=A.asC(h6.am,h7.am,h8) +d7=A.asE(h6.aO,h7.aO,h8) +d8=A.asT(h6.by,h7.by,h8) +d9=A.at4(h6.bB,h7.bB,h8) +e0=A.atl(h6.b7,h7.b7,h8) +e1=A.atm(h6.B,h7.B,h8) +e2=A.atu(h6.a_,h7.a_,h8) +e3=A.atF(h6.Y,h7.Y,h8) +e4=A.atG(h6.aB,h7.aB,h8) +e5=A.atH(h6.aI,h7.aI,h8) +e6=A.au5(h6.b_,h7.b_,h8) +e7=A.auo(h6.bi,h7.bi,h8) +e8=A.auD(h6.R,h7.R,h8) +e9=A.auE(h6.Z,h7.Z,h8) +f0=A.auF(h6.aK,h7.aK,h8) +f1=A.auQ(h6.aD,h7.aD,h8) +f2=A.auR(h6.b8,h7.b8,h8) +f3=A.auS(h6.eN,h7.eN,h8) +f4=A.auV(h6.cj,h7.cj,h8) +f5=A.avm(h6.ew,h7.ew,h8) +f6=A.avC(h6.cP,h7.cP,h8) +f7=A.avD(h6.cz,h7.cz,h8) +f8=A.aw_(h6.dG,h7.dG,h8) +f9=A.aw1(h6.ap,h7.ap,h8) +g0=A.aw3(h6.iK,h7.iK,h8) +g1=A.awi(h6.u,h7.u,h8) +g2=A.awl(h6.a4,h7.a4,h8) +g3=A.awx(h6.cq,h7.cq,h8) +g4=A.awy(h6.bR,h7.bR,h8) +g5=A.awB(h6.ed,h7.ed,h8) +g6=A.awJ(h6.cU,h7.cU,h8) +g7=A.awW(h6.f0,h7.f0,h8) +g8=A.awX(h6.cr,h7.cr,h8) +g9=A.awZ(h6.aX,h7.aX,h8) +s=s?h6.dw:h7.dw +h0=h6.O +h0.toString +h1=h7.O +h1.toString +h1=A.u(h0,h1,h8) +h0=h6.k1 +h0.toString +h2=h7.k1 +h2.toString +h2=A.u(h0,h2,h8) +h0=h6.dH +h0.toString +h3=h7.dH +h3.toString +h3=A.u(h0,h3,h8) +h0=h6.t +h0.toString +h4=h7.t +h4.toString +h4=A.u(h0,h4,h8) +h0=h6.Q +h0.toString +h5=h7.Q +h5.toString +return A.agB(b7,s,b8,r,h4,b9,new A.vl(c2,c3,c4,c5,c6,c7,c8,c0),A.u(h0,h5,h8),c1,c9,d0,d1,d2,g,f,d3,d4,d5,e,q,d6,d7,d,d8,c,b,d9,e0,e1,e2,h3,e3,p,e4,e5,a,a0,a1,a2,e6,b2,a3,o,e7,n,e8,e9,f0,f1,f2,f3,f4,m,l,f5,a4,a5,a6,b3,b4,f6,f7,a7,k,f8,f9,a8,g0,h2,a9,g1,g2,b0,j,g3,g4,g5,g6,b5,g7,g8,h1,g9,b6,b1,i,h)}, +aux(a,b){return new A.Fe(a,b,B.jf,b.a,b.b,b.c,b.d,b.e,b.f,b.r)}, +ax8(a){switch(a.a){case 0:case 2:case 1:break +case 3:case 4:case 5:return B.a2c}return B.cN}, +ax9(a,b,c){var s,r +if(a===b)return a +s=A.M(a.a,b.a,c) +s.toString +r=A.M(a.b,b.b,c) +r.toString +return new A.jv(s,r)}, +cX:function cX(){}, +mG:function mG(a,b){this.a=a +this.b=b}, +fD:function fD(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8,f9,g0,g1,g2,g3,g4,g5,g6,g7){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 +_.aW=c8 +_.br=c9 +_.am=d0 +_.aO=d1 +_.by=d2 +_.bB=d3 +_.b7=d4 +_.B=d5 +_.a_=d6 +_.Y=d7 +_.aB=d8 +_.aI=d9 +_.b_=e0 +_.bi=e1 +_.R=e2 +_.Z=e3 +_.aK=e4 +_.aD=e5 +_.b8=e6 +_.eN=e7 +_.cj=e8 +_.ew=e9 +_.cP=f0 +_.cz=f1 +_.dG=f2 +_.ap=f3 +_.iK=f4 +_.u=f5 +_.a4=f6 +_.cq=f7 +_.bR=f8 +_.ed=f9 +_.cU=g0 +_.f0=g1 +_.cr=g2 +_.aX=g3 +_.dw=g4 +_.dH=g5 +_.t=g6 +_.O=g7}, +a3Z:function a3Z(a,b){this.a=a +this.b=b}, +a3X:function a3X(a,b){this.a=a +this.b=b}, +a3Y:function a3Y(a){this.a=a}, +Fe:function Fe(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}, +rf:function rf(a,b){this.a=a +this.b=b}, +KF:function KF(a,b,c){this.a=a +this.b=b +this.$ti=c}, +jv:function jv(a,b){this.a=a +this.b=b}, +OV:function OV(){}, +Pw:function Pw(){}, +awW(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.ai(s,r,a4)}}r=A.u(a2.a,a3.a,a4) +q=A.k8(a2.b,a3.b,a4) +p=A.k8(a2.c,a3.c,a4) +o=A.u(a2.e,a3.e,a4) +n=t.KX.a(A.cl(a2.f,a3.f,a4)) +m=A.u(a2.r,a3.r,a4) +l=A.aR(a2.w,a3.w,a4) +k=A.u(a2.x,a3.x,a4) +j=A.u(a2.y,a3.y,a4) +i=A.u(a2.z,a3.z,a4) +h=A.aR(a2.Q,a3.Q,a4) +g=A.M(a2.as,a3.as,a4) +f=A.u(a2.at,a3.at,a4) +e=A.aR(a2.ax,a3.ax,a4) +d=A.u(a2.ay,a3.ay,a4) +c=A.cl(a2.ch,a3.ch,a4) +b=A.u(a2.CW,a3.CW,a4) +a=A.aR(a2.cx,a3.cx,a4) +if(a4<0.5)a0=a2.cy +else a0=a3.cy +a1=A.cA(a2.db,a3.db,a4) +return new A.xJ(r,q,p,s,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,A.cl(a2.dx,a3.dx,a4))}, +xJ:function xJ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2){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}, +OX:function OX(){}, +alR(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.xK(o,e,d,m,g,h,i,j,n,k,a,l,f,c,b)}, +awX(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.aR(a.a,b.a,c) +r=A.k5(a.b,b.b,c) +q=A.u(a.c,b.c,c) +p=A.u(a.d,b.d,c) +o=A.u(a.e,b.e,c) +n=A.u(a.f,b.f,c) +m=A.u(a.r,b.r,c) +l=A.u(a.w,b.w,c) +k=A.u(a.y,b.y,c) +j=A.u(a.x,b.x,c) +i=A.u(a.z,b.z,c) +h=A.u(a.Q,b.Q,c) +g=A.u(a.as,b.as,c) +f=A.hA(a.ax,b.ax,c) +return A.alR(i,f,A.M(a.at,b.at,c),q,r,g,o,n,m,l,k,h,p,j,s)}, +xK:function xK(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}, +OY:function OY(){}, +amd(a,b,c){return new A.KD(b,null,c,B.bw,a,null)}, +qA(a,b,c,d){return new A.nw(b,c,a,d,null)}, +ax_(){var s,r,q +if($.nx.length!==0){s=A.c($.nx.slice(0),A.a7($.nx)) +for(r=s.length,q=0;q>>16&255,r.gl()>>>8&255,r.gl()&255) +break +default:p=null}switch(q.a){case 1:o=b.a +break +case 0:r=b.a +o=A.z(0,r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255) +break +default:o=null}r=a.d +q=b.d +if(r!==q){n=A.u(p,o,c) +n.toString +q=A.M(r,q,c) +q.toString +return new A.ag(n,s,B.r,q)}q=A.u(p,o,c) +q.toString +return new A.ag(q,s,B.r,r)}, +cl(a,b,c){var s,r +if(a==b)return a +s=b!=null?b.cW(a,c):null +if(s==null&&a!=null)s=a.cX(b,c) +if(s==null)r=c<0.5?a:b +else r=s +return r}, +akA(a,b,c){var s,r +if(a==b)return a +s=b!=null?b.cW(a,c):null +if(s==null&&a!=null)s=a.cX(b,c) +if(s==null)r=c<0.5?a:b +else r=s +return r}, +ama(a,b,c){var s,r,q,p,o,n,m=a instanceof A.fI?a.a:A.c([a],t.Fi),l=b instanceof A.fI?b.a:A.c([b],t.Fi),k=A.c([],t.N_),j=Math.max(m.length,l.length) +for(s=1-c,r=0;r0){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.a9H(r,q,b-p,p)}o=Math.sqrt(k-m)/(2*l) +s=-(n/2*l) +return new A.acg(o,s,b,(c-s*b)/o)}, +a2B:function a2B(a,b,c){this.a=a +this.b=b +this.c=c}, +xb:function xb(a,b){this.a=a +this.b=b}, +HE:function HE(){}, +nh:function nh(a,b,c){this.b=a +this.c=b +this.a=c}, +a6V:function a6V(a,b,c){this.a=a +this.b=b +this.c=c}, +a9H:function a9H(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +acg:function acg(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +I7:function I7(a,b){this.a=a +this.c=b}, +avK(a,b,c,d,e,f,g){var s=null,r=new A.Gj(new A.Hk(s,s),B.we,b,g,A.a4(),a,f,s,A.a4()) +r.au() +r.saN(s) +r.U8(a,s,b,c,d,e,f,g) +return r}, +pV:function pV(a,b){this.a=a +this.b=b}, +Gj:function Gj(a,b,c,d,e,f,g,h,i){var _=this +_.cJ=_.bU=$ +_.bw=a +_.c5=$ +_.d5=null +_.i4=b +_.lB=c +_.Mc=d +_.Md=e +_.t=null +_.O=f +_.a9=g +_.u$=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}, +a_E:function a_E(a){this.a=a}, +pY:function pY(){}, +a0A:function a0A(a){this.a=a}, +a0z:function a0z(a){this.a=a}, +yc:function yc(a,b){var _=this +_.a=a +_.R$=0 +_.Z$=b +_.aD$=_.aK$=0 +_.b8$=!1}, +lJ(a){var s=a.a,r=a.b +return new A.ar(s,s,r,r)}, +eo(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.ar(p,q,r,s?1/0:a)}, +lK(a,b){var s,r,q=b!==1/0,p=q?b:0 +q=q?b:1/0 +s=a!==1/0 +r=s?a:0 +return new A.ar(p,q,r,s?a:1/0)}, +ty(a){return new A.ar(0,a.a,0,a.b)}, +k5(a,b,c){var s,r,q,p +if(a==b)return a +if(a==null)return b.a1(0,c) +if(b==null)return a.a1(0,1-c) +s=a.a +if(isFinite(s)){s=A.M(s,b.a,c) +s.toString}else s=1/0 +r=a.b +if(isFinite(r)){r=A.M(r,b.b,c) +r.toString}else r=1/0 +q=a.c +if(isFinite(q)){q=A.M(q,b.c,c) +q.toString}else q=1/0 +p=a.d +if(isFinite(p)){p=A.M(p,b.d,c) +p.toString}else p=1/0 +return new A.ar(s,r,q,p)}, +aiL(a){return new A.k6(a.a,a.b,a.c)}, +ar:function ar(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Sc:function Sc(){}, +k6:function k6(a,b,c){this.a=a +this.b=b +this.c=c}, +lM:function lM(a,b){this.c=a +this.a=b +this.b=null}, +e3:function e3(a){this.a=a}, +tS:function tS(){}, +ri:function ri(a,b){this.a=a +this.b=b}, +zg:function zg(a,b){this.a=a +this.b=b}, +v:function v(){}, +a_G:function a_G(a,b){this.a=a +this.b=b}, +a_I:function a_I(a,b){this.a=a +this.b=b}, +a_H:function a_H(a,b){this.a=a +this.b=b}, +cD:function cD(){}, +a_F:function a_F(a,b,c){this.a=a +this.b=b +this.c=c}, +yq:function yq(){}, +fu:function fu(a,b,c){var _=this +_.e=null +_.c0$=a +_.ab$=b +_.a=c}, +Z2:function Z2(){}, +wb:function wb(a,b,c,d,e){var _=this +_.B=a +_.dd$=b +_.a2$=c +_.cO$=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(){}, +Nb:function Nb(){}, +al0(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=null,e={} +e.a=b +if(a==null)a=B.hV +s=J.b1(a) +r=s.gD(a)-1 +q=A.b4(0,f,!1,t.LQ) +p=0<=r +while(!0){if(!!1)break +s.h(a,0) +b[0].gw2() +break}while(!0){if(!!1)break +s.h(a,r) +b[-1].gw2() +break}o=A.aX("oldKeyedChildren") +if(p){o.sck(A.A(t.D2,t.bu)) +for(n=o.a,m=0;m<=r;){l=s.h(a,m) +k=l.a +if(k!=null){j=o.b +if(j===o)A.a1(A.ea(n)) +J.rZ(j,k,l)}++m}p=!0}else m=0 +for(n=o.a,i=0;!1;){h=e.a[i] +if(p){g=h.gw2() +k=o.b +if(k===o)A.a1(A.ea(n)) +l=J.rY(k,g) +if(l!=null){h.gw2() +l=f}}else l=f +q[i]=A.al_(l,h);++i}s.gD(a) +while(!0){if(!!1)break +q[i]=A.al_(s.h(a,m),e.a[i]);++i;++m}return new A.dx(q,A.a7(q).i("dx<1,bM>"))}, +al_(a,b){var s,r=a==null?A.wQ(b.gw2(),null):a,q=b.gO0(),p=A.i1() +q.gQ7() +p.k2=q.gQ7() +p.e=!0 +q.ga5S() +s=q.ga5S() +p.bq(B.wC,!0) +p.bq(B.W2,s) +q.gab0() +s=q.gab0() +p.bq(B.wC,!0) +p.bq(B.W3,s) +q.gPz() +p.bq(B.wH,q.gPz()) +q.ga5K() +p.bq(B.wL,q.ga5K()) +q.glM() +p.bq(B.W4,q.glM()) +q.gacN() +p.bq(B.wB,q.gacN()) +q.gQ4() +p.bq(B.W6,q.gQ4()) +q.gaar() +p.bq(B.W_,q.gaar()) +q.gCM() +p.bq(B.wz,q.gCM()) +q.ga8t() +p.bq(B.wE,q.ga8t()) +q.ga8u() +p.bq(B.iI,q.ga8u()) +q.gni() +s=q.gni() +p.bq(B.wK,!0) +p.bq(B.wA,s) +q.ga9S() +p.bq(B.W0,q.ga9S()) +q.gqY() +p.bq(B.wy,q.gqY()) +q.gab4() +p.bq(B.wJ,q.gab4()) +q.ga9D() +p.bq(B.ff,q.ga9D()) +q.ga9B() +p.bq(B.wI,q.ga9B()) +q.gPu() +p.bq(B.wD,q.gPu()) +q.gab6() +p.bq(B.wG,q.gab6()) +q.gaaE() +p.bq(B.wF,q.gaaE()) +q.gCe() +p.sCe(q.gCe()) +q.gvi() +p.svi(q.gvi()) +q.gacX() +s=q.gacX() +p.bq(B.W5,!0) +p.bq(B.VY,s) +q.ga9Q() +p.bq(B.VZ,q.ga9Q()) +q.gaas() +p.RG=new A.c9(q.gaas(),B.aq) +p.e=!0 +q.gl() +p.rx=new A.c9(q.gl(),B.aq) +p.e=!0 +q.ga9V() +p.ry=new A.c9(q.ga9V(),B.aq) +p.e=!0 +q.ga7v() +p.to=new A.c9(q.ga7v(),B.aq) +p.e=!0 +q.ga9J() +p.x1=new A.c9(q.ga9J(),B.aq) +p.e=!0 +q.gbT() +p.aW=q.gbT() +p.e=!0 +q.gkM() +p.skM(q.gkM()) +q.gkL() +p.skL(q.gkL()) +q.gwr() +p.swr(q.gwr()) +q.gws() +p.sws(q.gws()) +q.gwt() +p.swt(q.gwt()) +q.gwq() +p.swq(q.gwq()) +q.gCr() +p.sCr(q.gCr()) +q.gCl() +p.sCl(q.gCl()) +q.gwf() +p.swf(q.gwf()) +q.gwg() +p.swg(q.gwg()) +q.gwp() +p.swp(q.gwp()) +q.gwn() +p.swn(q.gwn()) +q.gwl() +p.swl(q.gwl()) +q.gwo() +p.swo(q.gwo()) +q.gwm() +p.swm(q.gwm()) +q.gwu() +p.swu(q.gwu()) +q.gwv() +p.swv(q.gwv()) +q.gwi() +p.swi(q.gwi()) +q.gCm() +p.sCm(q.gCm()) +q.gwj() +p.swj(q.gwj()) +r.jL(B.hV,p) +r.sb0(b.gb0()) +r.sbG(b.gbG()) +r.dy=b.gadQ() +return r}, +Ds:function Ds(){}, +wc:function wc(a,b,c,d,e,f,g){var _=this +_.t=a +_.O=b +_.a9=c +_.bd=d +_.dz=e +_.fm=_.f1=_.fV=_.dA=null +_.u$=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}, +Tn:function Tn(){}, +amq(a){var s=new A.Nc(a,A.a4()) +s.au() +return s}, +amy(){return new A.AP($.S().aL(),B.cm,B.bW,$.au())}, +nr:function nr(a,b){this.a=a +this.b=b}, +a4E:function a4E(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=!0 +_.r=f}, +n5:function n5(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3){var _=this +_.aB=_.Y=_.a_=_.B=null +_.aI=$ +_.b_=a +_.bi=b +_.aD=_.aK=_.Z=_.R=null +_.b8=c +_.eN=d +_.cj=e +_.ew=f +_.cP=g +_.cz=h +_.dG=i +_.ap=j +_.u=_.iK=null +_.a4=k +_.cq=l +_.bR=m +_.ed=n +_.cU=o +_.f0=p +_.cr=q +_.aX=r +_.dw=s +_.dH=a0 +_.t=a1 +_.O=a2 +_.a9=a3 +_.bd=a4 +_.dA=!1 +_.fV=$ +_.f1=a5 +_.fm=0 +_.kB=a6 +_.jy=_.dI=_.hz=null +_.lE=_.kC=$ +_.a87=_.no=_.dV=null +_.lA=$ +_.Bv=null +_.iI=a7 +_.Bw=null +_.vB=_.vA=_.vz=_.Bx=!1 +_.Ma=null +_.Mb=a8 +_.dd$=a9 +_.a2$=b0 +_.cO$=b1 +_.vD$=b2 +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=b3 +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a_M:function a_M(a){this.a=a}, +a_L:function a_L(){}, +a_K:function a_K(a,b){this.a=a +this.b=b}, +a_N:function a_N(){}, +a_J:function a_J(){}, +Nc:function Nc(a,b){var _=this +_.B=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}, +kP:function kP(){}, +AP:function AP(a,b,c,d){var _=this +_.r=a +_.x=_.w=null +_.y=b +_.z=c +_.R$=0 +_.Z$=d +_.aD$=_.aK$=0 +_.b8$=!1}, +yh:function yh(a,b,c){var _=this +_.r=!0 +_.w=!1 +_.x=a +_.y=$ +_.Q=_.z=null +_.as=b +_.ax=_.at=null +_.R$=0 +_.Z$=c +_.aD$=_.aK$=0 +_.b8$=!1}, +r_:function r_(a,b){var _=this +_.r=a +_.R$=0 +_.Z$=b +_.aD$=_.aK$=0 +_.b8$=!1}, +zS:function zS(){}, +zT:function zT(){}, +Nd:function Nd(){}, +we:function we(a,b){var _=this +_.B=a +_.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}, +any(a,b,c){switch(a.a){case 0:switch(b){case B.a1:return!0 +case B.bc:return!1 +case null:case void 0:return null}break +case 1:switch(c){case B.j8:return!0 +case B.a2a:return!1 +case null:case void 0:return null}break}}, +E9:function E9(a,b){this.a=a +this.b=b}, +ev:function ev(a,b,c){var _=this +_.f=_.e=null +_.c0$=a +_.ab$=b +_.a=c}, +Fc:function Fc(a,b){this.a=a +this.b=b}, +Fb:function Fb(a,b){this.a=a +this.b=b}, +lX:function lX(a,b){this.a=a +this.b=b}, +wf:function wf(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.B=a +_.a_=b +_.Y=c +_.aB=d +_.aI=e +_.b_=f +_.bi=g +_.R=0 +_.Z=h +_.aK=i +_.a8c$=j +_.adG$=k +_.dd$=l +_.a2$=m +_.cO$=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}, +a_R:function a_R(){}, +a_P:function a_P(){}, +a_Q:function a_Q(){}, +a_O:function a_O(){}, +a8W:function a8W(a,b,c){this.a=a +this.b=b +this.c=c}, +Nf:function Nf(){}, +Ng:function Ng(){}, +zU:function zU(){}, +a4(){return new A.EY()}, +auY(a){return new A.FZ(a,A.A(t.S,t.M),A.a4())}, +auU(a){return new A.hV(a,A.A(t.S,t.M),A.a4())}, +alU(a){return new A.qD(a,B.f,A.A(t.S,t.M),A.a4())}, +ag6(){return new A.FN(B.f,A.A(t.S,t.M),A.a4())}, +aiz(a){return new A.tt(a,B.e_,A.A(t.S,t.M),A.a4())}, +afW(a,b){return new A.v1(a,b,A.A(t.S,t.M),A.a4())}, +ajH(a){var s,r,q=new A.aY(new Float64Array(16)) +q.dD() +for(s=a.length-1;s>0;--s){r=a[s] +if(r!=null)r.mX(a[s-1],q)}return q}, +W_(a,b,c,d){var s,r +if(a==null||b==null)return null +if(a===b)return a +s=a.z +r=b.z +if(sr){c.push(a.r) +return A.W_(a.r,b,c,d)}c.push(a.r) +d.push(b.r) +return A.W_(a.r,b.r,c,d)}, +tj:function tj(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Cp:function Cp(a,b){this.a=a +this.$ti=b}, +dj:function dj(){}, +Yh:function Yh(a,b){this.a=a +this.b=b}, +Yi:function Yi(a,b){this.a=a +this.b=b}, +EY:function EY(){this.a=null}, +FZ:function FZ(a,b,c){var _=this +_.ax=a +_.ay=null +_.CW=_.ch=!1 +_.a=b +_.b=0 +_.d=_.c=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +dH:function dH(){}, +hV:function hV(a,b,c){var _=this +_.k3=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=_.c=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +tO:function tO(a,b,c){var _=this +_.k3=null +_.k4=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=_.c=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +tN:function tN(a,b,c){var _=this +_.k3=null +_.k4=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=_.c=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +tM:function tM(a,b,c){var _=this +_.k3=null +_.k4=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=_.c=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +qD:function qD(a,b,c,d){var _=this +_.aW=a +_.am=_.br=null +_.aO=!0 +_.k3=b +_.ay=_.ax=null +_.a=c +_.b=0 +_.d=_.c=!1 +_.e=d +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +FN:function FN(a,b,c){var _=this +_.aW=null +_.k3=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=_.c=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +tt:function tt(a,b,c,d){var _=this +_.k3=a +_.k4=b +_.ay=_.ax=null +_.a=c +_.b=0 +_.d=_.c=!1 +_.e=d +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +v_:function v_(){var _=this +_.b=_.a=null +_.c=!1 +_.d=null}, +v1:function v1(a,b,c,d){var _=this +_.k3=a +_.k4=b +_.ay=_.ax=null +_.a=c +_.b=0 +_.d=_.c=!1 +_.e=d +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +uw:function uw(a,b,c,d,e,f){var _=this +_.k3=a +_.k4=b +_.ok=c +_.p1=d +_.p4=_.p3=_.p2=null +_.R8=!0 +_.ay=_.ax=null +_.a=e +_.b=0 +_.d=_.c=!1 +_.e=f +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +ti:function ti(a,b,c,d,e,f){var _=this +_.k3=a +_.k4=b +_.ok=c +_.ay=_.ax=null +_.a=d +_.b=0 +_.d=_.c=!1 +_.e=e +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null +_.$ti=f}, +Lr:function Lr(){}, +hS:function hS(a,b,c){this.c0$=a +this.ab$=b +this.a=c}, +wi:function wi(a,b,c,d,e){var _=this +_.B=a +_.dd$=b +_.a2$=c +_.cO$=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}, +a01:function a01(a){this.a=a}, +a02:function a02(a){this.a=a}, +a_Y:function a_Y(a){this.a=a}, +a_Z:function a_Z(a){this.a=a}, +a0_:function a0_(a){this.a=a}, +a00:function a00(a){this.a=a}, +a_W:function a_W(a){this.a=a}, +a_X:function a_X(a){this.a=a}, +Nh:function Nh(){}, +Ni:function Ni(){}, +auH(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.gbp().j(0,b.gbp())}, +auG(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.go9() +p=a4.geE() +o=a4.gbx() +n=a4.gcf() +m=a4.ghs() +l=a4.gbp() +k=a4.gnb() +j=a4.gd3() +a4.gqY() +i=a4.gwD() +h=a4.gr6() +g=a4.gcc() +f=a4.gBh() +e=a4.gq() +d=a4.gCI() +c=a4.gCL() +b=a4.gCK() +a=a4.gCJ() +a0=a4.gr_() +a1=a4.gD0() +s.ac(0,new A.YX(r,A.avb(j,k,m,g,f,a4.gvt(),0,n,!1,a0,o,l,h,i,d,a,b,c,e,a4.goH(),a1,p,q).be(a4.gbG()),s)) +q=A.l(r).i("b8<1>") +p=q.i("aZ") +a2=A.ah(new A.aZ(new A.b8(r,q),new A.YY(s),p),!0,p.i("t.E")) +p=a4.go9() +q=a4.geE() +a1=a4.gbx() +e=a4.gcf() +c=a4.ghs() +b=a4.gbp() +a=a4.gnb() +d=a4.gd3() +a4.gqY() +i=a4.gwD() +h=a4.gr6() +l=a4.gcc() +o=a4.gBh() +a0=a4.gq() +n=a4.gCI() +f=a4.gCL() +g=a4.gCK() +m=a4.gCJ() +k=a4.gr_() +j=a4.gD0() +a3=A.av9(d,a,c,l,o,a4.gvt(),0,e,!1,k,a1,b,h,i,n,m,g,f,a0,a4.goH(),j,q,p).be(a4.gbG()) +for(q=new A.cx(a2,A.a7(a2).i("cx<1>")),q=new A.dz(q,q.gD(q)),p=A.l(q).c;q.v();){o=q.d +if(o==null)o=p.a(o) +if(o.gDk()&&o.gCn()!=null){n=o.gCn() +n.toString +n.$1(a3.be(r.h(0,o)))}}}, +LT:function LT(a,b){this.a=a +this.b=b}, +LU:function LU(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Ft:function Ft(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.R$=0 +_.Z$=d +_.aD$=_.aK$=0 +_.b8$=!1}, +YZ:function YZ(){}, +Z1:function Z1(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Z0:function Z0(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Z_:function Z_(a){this.a=a}, +YX:function YX(a,b,c){this.a=a +this.b=b +this.c=c}, +YY:function YY(a){this.a=a}, +Qg:function Qg(){}, +akE(a,b,c){var s,r,q=a.ch,p=t.sI.a(q.a) +if(p==null){s=a.o8(null) +q.sal(s) +q=s}else{p.CR() +a.o8(p) +q=p}a.db=!1 +r=new A.pE(q,a.giX()) +b=r +a.zu(b,B.f) +b.rM()}, +auX(a){var s=a.ch.a +s.toString +a.o8(t.gY.a(s)) +a.db=!1}, +avO(a){a.FD()}, +avP(a){a.a1X()}, +amw(a,b){if(a==null)return null +if(a.ga6(a)||b.Nk())return B.U +return A.akm(b,a)}, +ayl(a,b,c,d){var s,r,q=b.gaQ() +q.toString +for(s=q;s!==a;s=q,b=r){s.cG(b,c) +q=s.gaQ() +q.toString +r=b.gaQ() +r.toString}a.cG(b,c) +a.cG(b,d)}, +amv(a,b){if(a==null)return b +if(b==null)return a +return a.ef(b)}, +bR:function bR(){}, +pE:function pE(a,b){var _=this +_.a=a +_.b=b +_.e=_.d=_.c=null}, +ZD:function ZD(a,b,c){this.a=a +this.b=b +this.c=c}, +ZC:function ZC(a,b,c){this.a=a +this.b=b +this.c=c}, +ZB:function ZB(a,b,c){this.a=a +this.b=b +this.c=c}, +Ta:function Ta(){}, +vR:function vR(a,b,c,d,e,f,g,h){var _=this +_.b=a +_.c=b +_.d=c +_.e=null +_.f=!1 +_.r=d +_.y=_.w=!1 +_.z=e +_.Q=f +_.as=!1 +_.at=null +_.ax=0 +_.ay=!1 +_.ch=g +_.CW=h +_.cx=null}, +ZI:function ZI(){}, +ZH:function ZH(){}, +ZJ:function ZJ(){}, +ZK:function ZK(){}, +o:function o(){}, +a08:function a08(a){this.a=a}, +a0b:function a0b(a,b,c){this.a=a +this.b=b +this.c=c}, +a09:function a09(a){this.a=a}, +a0a:function a0a(){}, +a05:function a05(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}, +a06:function a06(a,b,c){this.a=a +this.b=b +this.c=c}, +a07:function a07(a,b){this.a=a +this.b=b}, +aj:function aj(){}, +cQ:function cQ(){}, +a8:function a8(){}, +pU:function pU(){}, +a_D:function a_D(a){this.a=a}, +ab9:function ab9(){}, +Jw:function Jw(a,b,c){this.b=a +this.c=b +this.a=c}, +ej:function ej(){}, +NC:function NC(a,b,c){var _=this +_.e=a +_.b=b +_.c=null +_.a=c}, +z7:function z7(a,b,c){var _=this +_.e=a +_.b=b +_.c=null +_.a=c}, +o_:function o_(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}, +NV:function NV(){var _=this +_.b=_.a=null +_.d=_.c=$ +_.e=!1}, +Nk:function Nk(){}, +avL(a,b,c){var s,r,q,p,o=a.b +o.toString +s=t.l.a(o).b +if(s==null)o=B.V4 +else{o=c.$2(a,new A.ar(0,b,0,1/0)) +r=s.b +q=s.c +$label0$0:{if(B.eY===r||B.eZ===r||B.bQ===r||B.f0===r||B.f_===r){p=null +break $label0$0}if(B.eX===r){q.toString +p=a.oe(q) +break $label0$0}p=null}q=new A.pG(o,r,p,q) +o=q}return o}, +ah1(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.ae?1:-1}}, +j5:function j5(a,b){this.b=a +this.a=b}, +fC:function fC(a,b){var _=this +_.b=_.a=null +_.c0$=a +_.ab$=b}, +Gv:function Gv(){}, +a_U:function a_U(a){this.a=a}, +wm:function wm(a,b,c,d,e,f,g,h,i){var _=this +_.B=a +_.aI=_.aB=_.Y=_.a_=null +_.b_=b +_.bi=c +_.R=d +_.Z=null +_.aK=!1 +_.cj=_.eN=_.b8=_.aD=null +_.vD$=e +_.dd$=f +_.a2$=g +_.cO$=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}, +a0g:function a0g(){}, +a0h:function a0h(){}, +a0f:function a0f(){}, +a0e:function a0e(){}, +a0c:function a0c(){}, +a0d:function a0d(a,b){this.a=a +this.b=b}, +jK:function jK(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.r=_.f=_.e=_.d=null +_.w=$ +_.x=null +_.R$=0 +_.Z$=d +_.aD$=_.aK$=0 +_.b8$=!1}, +A_:function A_(){}, +Nl:function Nl(){}, +Nm:function Nm(){}, +AR:function AR(){}, +Qy:function Qy(){}, +Qz:function Qz(){}, +akZ(a){var s=new A.wa(a,null,A.a4()) +s.au() +s.saN(null) +return s}, +a_V(a,b){if(b==null)return a +return B.c.hn(a/b)*b}, +avM(a,b,c,d,e,f){var s=b==null?B.aC:b +s=new A.wj(!0,c,e,d,a,s,null,A.a4()) +s.au() +s.saN(null) +return s}, +GE:function GE(){}, +dC:function dC(){}, +uD:function uD(a,b){this.a=a +this.b=b}, +wn:function wn(){}, +wa:function wa(a,b,c){var _=this +_.t=a +_.u$=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}, +Gx:function Gx(a,b,c,d){var _=this +_.t=a +_.O=b +_.u$=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}, +w8:function w8(a,b,c){var _=this +_.t=a +_.u$=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}, +wh:function wh(a,b,c,d){var _=this +_.t=a +_.O=b +_.u$=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}, +Gz:function Gz(a,b,c,d,e){var _=this +_.t=a +_.O=b +_.a9=c +_.u$=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}, +w6:function w6(){}, +Gi:function Gi(a,b,c,d,e,f){var _=this +_.np$=a +_.BA$=b +_.nq$=c +_.BB$=d +_.u$=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}, +Gk:function Gk(a,b,c,d){var _=this +_.t=a +_.O=b +_.u$=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}, +tY:function tY(){}, +kZ:function kZ(a,b){this.b=a +this.c=b}, +rz:function rz(){}, +Gp:function Gp(a,b,c,d){var _=this +_.t=a +_.O=null +_.a9=b +_.dz=_.bd=null +_.u$=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}, +Go:function Go(a,b,c,d,e,f){var _=this +_.bw=a +_.c5=b +_.t=c +_.O=null +_.a9=d +_.dz=_.bd=null +_.u$=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}, +Gm:function Gm(a,b,c,d){var _=this +_.bw=null +_.c5=$ +_.t=a +_.O=null +_.a9=b +_.dz=_.bd=null +_.u$=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}, +Gn:function Gn(a,b,c,d){var _=this +_.t=a +_.O=null +_.a9=b +_.dz=_.bd=null +_.u$=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}, +A0:function A0(){}, +GA:function GA(a,b,c,d,e,f,g,h,i){var _=this +_.hv=a +_.ky=b +_.bw=c +_.c5=d +_.d5=e +_.t=f +_.O=null +_.a9=g +_.dz=_.bd=null +_.u$=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}, +a0i:function a0i(a,b){this.a=a +this.b=b}, +GB:function GB(a,b,c,d,e,f,g){var _=this +_.bw=a +_.c5=b +_.d5=c +_.t=d +_.O=null +_.a9=e +_.dz=_.bd=null +_.u$=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}, +a0j:function a0j(a,b){this.a=a +this.b=b}, +Dv:function Dv(a,b){this.a=a +this.b=b}, +Gq:function Gq(a,b,c,d,e){var _=this +_.t=null +_.O=a +_.a9=b +_.bd=c +_.u$=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}, +GJ:function GJ(a,b,c){var _=this +_.a9=_.O=_.t=null +_.bd=a +_.dA=_.dz=null +_.u$=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}, +a0w:function a0w(a){this.a=a}, +Gt:function Gt(a,b,c,d){var _=this +_.t=a +_.O=b +_.u$=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}, +a_T:function a_T(a){this.a=a}, +GC:function GC(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.cw=a +_.dW=b +_.bU=c +_.cJ=d +_.bw=e +_.c5=f +_.d5=g +_.i4=h +_.lB=i +_.t=j +_.u$=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}, +wj:function wj(a,b,c,d,e,f,g,h){var _=this +_.cw=a +_.dW=b +_.bU=c +_.cJ=d +_.bw=e +_.c5=!0 +_.t=f +_.u$=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}, +GF:function GF(a,b){var _=this +_.O=_.t=0 +_.u$=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}, +wg:function wg(a,b,c,d){var _=this +_.t=a +_.O=b +_.u$=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}, +wk:function wk(a,b,c){var _=this +_.t=a +_.u$=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}, +w5:function w5(a,b,c,d){var _=this +_.t=a +_.O=b +_.u$=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}, +jb:function jb(a,b,c){var _=this +_.bw=_.cJ=_.bU=_.dW=_.cw=null +_.t=a +_.u$=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}, +wo:function wo(a,b,c,d,e,f,g,h){var _=this +_.t=a +_.O=b +_.a9=c +_.bd=d +_.dz=e +_.kB=_.fm=_.f1=_.fV=_.dA=null +_.hz=f +_.u$=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}, +Gl:function Gl(a,b,c){var _=this +_.t=a +_.u$=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}, +Gy:function Gy(a,b){var _=this +_.u$=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}, +Gr:function Gr(a,b,c){var _=this +_.t=a +_.u$=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}, +Gu:function Gu(a,b,c){var _=this +_.t=a +_.u$=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}, +Gw:function Gw(a,b,c){var _=this +_.t=a +_.O=null +_.u$=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}, +Gs:function Gs(a,b,c,d,e,f,g){var _=this +_.t=a +_.O=b +_.a9=c +_.bd=d +_.dz=e +_.u$=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}, +a_S:function a_S(a){this.a=a}, +w7:function w7(a,b,c,d,e){var _=this +_.t=a +_.O=b +_.u$=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}, +N7:function N7(){}, +A1:function A1(){}, +A2:function A2(){}, +alf(a,b){var s +if(a.n(0,b))return B.ay +s=b.b +if(sa.d)return B.aP +return b.a>=a.c?B.aP:B.aQ}, +aw5(a,b,c){var s,r +if(a.n(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.a1?new A.i(a.a,r):new A.i(a.c,r) +else{s=a.d +return c===B.a1?new A.i(a.c,s):new A.i(a.a,s)}}, +kW:function kW(a,b){this.a=a +this.b=b}, +d9:function d9(){}, +Hb:function Hb(){}, +wO:function wO(a,b){this.a=a +this.b=b}, +qu:function qu(a,b){this.a=a +this.b=b}, +a1u:function a1u(){}, +tK:function tK(a){this.a=a}, +nj:function nj(a,b){this.b=a +this.a=b}, +q4:function q4(a,b){this.a=a +this.b=b}, +wP:function wP(a,b){this.a=a +this.b=b}, +kV:function kV(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +nk:function nk(a,b,c){this.a=a +this.b=b +this.c=c}, +xE:function xE(a,b){this.a=a +this.b=b}, +n7:function n7(){}, +a0k:function a0k(a,b,c){this.a=a +this.b=b +this.c=c}, +wl:function wl(a,b,c,d){var _=this +_.t=null +_.O=a +_.a9=b +_.u$=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}, +Gh:function Gh(){}, +GD:function GD(a,b,c,d,e,f){var _=this +_.bU=a +_.cJ=b +_.t=null +_.O=c +_.a9=d +_.u$=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}, +a29:function a29(){}, +wd:function wd(a,b,c){var _=this +_.t=a +_.u$=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}, +A4:function A4(){}, +jU(a,b){switch(b.a){case 0:return a +case 1:return A.aB9(a)}}, +aAn(a,b){switch(b.a){case 0:return a +case 1:return A.aBa(a)}}, +jj(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.Hr(h,g,f,s,e,r,f>0,b,i,q)}, +Ev:function Ev(a,b){this.a=a +this.b=b}, +l0:function l0(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}, +Hr:function Hr(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}, +qf:function qf(a,b,c){this.a=a +this.b=b +this.c=c}, +Ht:function Ht(a,b,c){var _=this +_.c=a +_.d=b +_.a=c +_.b=null}, +x2:function x2(){}, +l2:function l2(a){this.a=a}, +jk:function jk(a,b,c){this.c0$=a +this.ab$=b +this.a=c}, +cr:function cr(){}, +a0l:function a0l(){}, +a0m:function a0m(a,b){this.a=a +this.b=b}, +Ob:function Ob(){}, +Oe:function Oe(){}, +a2p:function a2p(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a2q:function a2q(){}, +a2r:function a2r(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +a2n:function a2n(){}, +a2o:function a2o(a){this.a=a}, +qe:function qe(a,b,c){var _=this +_.b=_.w=null +_.c=!1 +_.nu$=a +_.c0$=b +_.ab$=c +_.a=null}, +GG:function GG(a,b,c,d,e,f,g){var _=this +_.cr=a +_.am=b +_.aO=c +_.by=$ +_.bB=!0 +_.dd$=d +_.a2$=e +_.cO$=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}, +GH:function GH(a,b,c,d,e,f){var _=this +_.am=a +_.aO=b +_.by=$ +_.bB=!0 +_.dd$=c +_.a2$=d +_.cO$=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}, +a0n:function a0n(a,b,c){this.a=a +this.b=b +this.c=c}, +fW:function fW(){}, +a0r:function a0r(){}, +ed:function ed(a,b,c){var _=this +_.b=null +_.c=!1 +_.nu$=a +_.c0$=b +_.ab$=c +_.a=null}, +n8:function n8(){}, +a0o:function a0o(a,b,c){this.a=a +this.b=b +this.c=c}, +a0q:function a0q(a,b){this.a=a +this.b=b}, +a0p:function a0p(){}, +A6:function A6(){}, +Np:function Np(){}, +Nq:function Nq(){}, +Oc:function Oc(){}, +Od:function Od(){}, +wp:function wp(){}, +GI:function GI(a,b,c,d){var _=this +_.a4=null +_.cq=a +_.bR=b +_.u$=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}, +No:function No(){}, +n9(a,b){var s,r,q,p +for(s=t.B,r=a,q=0;r!=null;){p=r.b +p.toString +s.a(p) +if(!p.gw1())q=Math.max(q,A.iq(b.$1(r))) +r=p.ab$}return q}, +al1(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.cV.wS(c.a-s-n)}else{n=b.x +r=n!=null?B.cV.wS(n):B.cV}n=b.e +if(n!=null&&b.r!=null){s=b.r +s.toString +n.toString +r=r.wR(c.b-s-n)}else{n=b.y +if(n!=null)r=r.wR(n)}a.bz(r,!0) +q=b.w +if(!(q!=null)){n=b.f +q=n!=null?c.a-n-a.gq().a:d.ls(t.Q.a(c.N(0,a.gq()))).a}p=(q<0||q+a.gq().a>c.a)&&!0 +o=b.e +if(!(o!=null)){n=b.r +o=n!=null?c.b-n-a.gq().b:d.ls(t.Q.a(c.N(0,a.gq()))).b}if(o<0||o+a.gq().b>c.b)p=!0 +b.a=new A.i(q,o) +return p}, +a_C:function a_C(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +dp:function dp(a,b,c){var _=this +_.y=_.x=_.w=_.r=_.f=_.e=null +_.c0$=a +_.ab$=b +_.a=c}, +HG:function HG(a,b){this.a=a +this.b=b}, +wq:function wq(a,b,c,d,e,f,g,h,i){var _=this +_.B=!1 +_.a_=null +_.Y=a +_.aB=b +_.aI=c +_.b_=d +_.bi=e +_.dd$=f +_.a2$=g +_.cO$=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}, +a0v:function a0v(a){this.a=a}, +a0t:function a0t(a){this.a=a}, +a0u:function a0u(a){this.a=a}, +a0s:function a0s(a){this.a=a}, +Nr:function Nr(){}, +Ns:function Ns(){}, +k_:function k_(a,b){this.a=a +this.b=b}, +In:function In(a,b){this.a=a +this.b=b}, +GK:function GK(a,b,c,d,e){var _=this +_.fx=a +_.fy=b +_.go=c +_.k1=null +_.u$=d +_.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}, +Nu:function Nu(){}, +avJ(a){var s +for(s=t.NW;a!=null;){if(s.b(a))return a +a=a.gaQ()}return null}, +al2(a,b,c,d,e,f){var s,r,q,p,o,n,m +if(b==null)return e +s=f.m8(b,0,e) +r=f.m8(b,1,e) +q=d.at +q.toString +p=s.a +o=r.a +if(pp)n=s +else{if(!(q0)return a>=1e5 +return!0}, +ra:function ra(a){this.a=a +this.b=null}, +ne:function ne(a,b){this.a=a +this.b=b}, +ZF:function ZF(a){this.a=a}, +dn:function dn(){}, +a0Z:function a0Z(a){this.a=a}, +a10:function a10(a){this.a=a}, +a11:function a11(a,b){this.a=a +this.b=b}, +a12:function a12(a,b){this.a=a +this.b=b}, +a0Y:function a0Y(a){this.a=a}, +a1_:function a1_(a){this.a=a}, +agC(){var s=new A.nv(new A.bk(new A.am($.ac,t.V),t.gR)) +s.JC() +return s}, +qy:function qy(a,b){var _=this +_.a=null +_.b=!1 +_.c=null +_.d=a +_.e=null +_.f=b +_.r=$}, +nv:function nv(a){this.a=a +this.c=this.b=null}, +a4_:function a4_(a){this.a=a}, +xI:function xI(a){this.a=a}, +Hc:function Hc(){}, +a1L:function a1L(a){this.a=a}, +aj7(a){var s=$.aj5.h(0,a) +if(s==null){s=$.aj6 +$.aj6=s+1 +$.aj5.p(0,a,s) +$.aj4.p(0,s,a)}return s}, +aw6(a,b){var s +if(a.length!==b.length)return!1 +for(s=0;s=0){q.af(r,0,p).split("\n") +q.e4(r,p+2) +n.push(new A.v2())}else n.push(new A.v2())}return n}, +aw9(a){switch(a){case"AppLifecycleState.resumed":return B.fW +case"AppLifecycleState.inactive":return B.jG +case"AppLifecycleState.hidden":return B.jH +case"AppLifecycleState.paused":return B.fX +case"AppLifecycleState.detached":return B.dZ}return null}, +q9:function q9(){}, +a22:function a22(a){this.a=a}, +a21:function a21(a){this.a=a}, +a7e:function a7e(){}, +a7f:function a7f(a){this.a=a}, +a7g:function a7g(a){this.a=a}, +Sf:function Sf(){}, +D8(a){var s=0,r=A.a_(t.H) +var $async$D8=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:s=2 +return A.a5(B.aZ.cA("Clipboard.setData",A.aD(["text",a.a],t.N,t.z),t.H),$async$D8) +case 2:return A.Y(null,r)}}) +return A.Z($async$D8,r)}, +T0(a){var s=0,r=A.a_(t.VC),q,p +var $async$T0=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:s=3 +return A.a5(B.aZ.cA("Clipboard.getData",a,t.a),$async$T0) +case 3:p=c +if(p==null){q=null +s=1 +break}q=new A.ow(A.bE(p.h(0,"text"))) +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$T0,r)}, +T1(){var s=0,r=A.a_(t.y),q,p +var $async$T1=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:s=3 +return A.a5(B.aZ.cA("Clipboard.hasStrings","text/plain",t.a),$async$T1) +case 3:p=b +if(p==null){q=!1 +s=1 +break}q=A.lv(p.h(0,"value")) +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$T1,r)}, +ow:function ow(a){this.a=a}, +aui(a){var s,r,q=a.c,p=B.SN.h(0,q) +if(p==null)p=new A.j(q) +q=a.d +s=B.SX.h(0,q) +if(s==null)s=new A.e(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.kw(p,s,null,r,a.f) +case 2:return new A.uZ(p,s,a.e,r,!1)}}, +pi:function pi(a,b,c){this.c=a +this.a=b +this.b=c}, +fq:function fq(){}, +my:function my(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +kw:function kw(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +uZ:function uZ(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +WN:function WN(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.e=null}, +ET:function ET(a,b){this.a=a +this.b=b}, +uY:function uY(a,b){this.a=a +this.b=b}, +EU:function EU(a,b,c,d){var _=this +_.a=null +_.b=a +_.c=b +_.d=null +_.e=c +_.f=d}, +Lp:function Lp(){}, +Yc:function Yc(a,b,c){this.a=a +this.b=b +this.c=c}, +Yd:function Yd(){}, +e:function e(a){this.a=a}, +j:function j(a){this.a=a}, +Lq:function Lq(){}, +agb(a,b,c,d){return new A.pH(a,c,b,d)}, +ag2(a){return new A.vr(a)}, +hT:function hT(a,b){this.a=a +this.b=b}, +pH:function pH(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +vr:function vr(a){this.a=a}, +a2N:function a2N(){}, +XL:function XL(){}, +XN:function XN(){}, +a2F:function a2F(){}, +a2H:function a2H(a,b){this.a=a +this.b=b}, +a2J:function a2J(){}, +axz(a){var s,r,q +for(s=new A.dk(J.av(a.a),a.b),r=A.l(s).z[1];s.v();){q=s.a +if(q==null)q=r.a(q) +if(!q.j(0,B.bw))return q}return null}, +YW:function YW(a,b){this.a=a +this.b=b}, +vs:function vs(){}, +c5:function c5(){}, +Kc:function Kc(){}, +Ot:function Ot(a,b){this.a=a +this.b=b}, +i3:function i3(a){this.a=a}, +LS:function LS(){}, +k3:function k3(a,b,c){this.a=a +this.b=b +this.$ti=c}, +S7:function S7(a,b){this.a=a +this.b=b}, +mM:function mM(a,b){this.a=a +this.b=b}, +YN:function YN(a,b){this.a=a +this.b=b}, +fZ:function fZ(a,b){this.a=a +this.b=b}, +Vu:function Vu(){}, +Vx:function Vx(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Vv:function Vv(a,b){this.a=a +this.b=b}, +Vw:function Vw(a,b,c){this.a=a +this.b=b +this.c=c}, +avE(a){var s,r,q,p,o={} +o.a=null +s=new A.a_g(o,a).$0() +r=$.aeV().d +q=A.l(r).i("b8<1>") +p=A.f2(new A.b8(r,q),q.i("t.E")).n(0,s.gig()) +q=a.h(0,"type") +q.toString +A.bE(q) +switch(q){case"keydown":return new A.i_(o.a,p,s) +case"keyup":return new A.pS(null,!1,s) +default:throw A.h(A.ut("Unknown key event type: "+q))}}, +mz:function mz(a,b){this.a=a +this.b=b}, +f4:function f4(a,b){this.a=a +this.b=b}, +vZ:function vZ(){}, +h3:function h3(){}, +a_g:function a_g(a,b){this.a=a +this.b=b}, +i_:function i_(a,b,c){this.a=a +this.b=b +this.c=c}, +pS:function pS(a,b,c){this.a=a +this.b=b +this.c=c}, +a_l:function a_l(a,b){this.a=a +this.d=b}, +cf:function cf(a,b){this.a=a +this.b=b}, +MY:function MY(){}, +MX:function MX(){}, +Gd:function Gd(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +wv:function wv(a,b){var _=this +_.b=_.a=null +_.f=_.e=_.d=_.c=!1 +_.r=a +_.R$=0 +_.Z$=b +_.aD$=_.aK$=0 +_.b8$=!1}, +a0F:function a0F(a){this.a=a}, +a0G:function a0G(a){this.a=a}, +cw:function cw(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}, +a0C:function a0C(){}, +a0D:function a0D(){}, +a0B:function a0B(){}, +a0E:function a0E(){}, +asL(a,b){var s,r,q,p,o=A.c([],t.bt),n=J.b1(a),m=0,l=0 +while(!0){if(!(m1 +if(a1===0)l=0===a1 +else l=!1 +k=m&&sa +p=!k +h=p&&!l&&qa3||!p||j +if(c===n)return new A.qs(c,o,r) +else if((!g||h)&&q)return new A.HT(new A.br(!m?a-1:b,a),c,o,r) +else if((b===a||i)&&q)return new A.HU(B.d.af(a0,a3,a3+(a1-a3)),a,c,o,r) +else if(d)return new A.HV(a0,new A.br(b,a),c,o,r) +return new A.qs(c,o,r)}, +l5:function l5(){}, +HU:function HU(a,b,c,d,e){var _=this +_.d=a +_.e=b +_.a=c +_.b=d +_.c=e}, +HT:function HT(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.c=d}, +HV:function HV(a,b,c,d,e){var _=this +_.d=a +_.e=b +_.a=c +_.b=d +_.c=e}, +qs:function qs(a,b,c){this.a=a +this.b=b +this.c=c}, +OF:function OF(){}, +Fp:function Fp(a,b){this.a=a +this.b=b}, +l6:function l6(){}, +LW:function LW(a,b){this.a=a +this.b=b}, +abA:function abA(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=!1}, +E6:function E6(a,b,c){this.a=a +this.b=b +this.c=c}, +VE:function VE(a,b,c){this.a=a +this.b=b +this.c=c}, +alE(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.a3i(i,l,!1,!0,c,m,n,!0,f,h,o,j,!0,a,!1)}, +aAf(a){switch(a){case"TextAffinity.downstream":return B.l +case"TextAffinity.upstream":return B.ae}return null}, +alD(a){var s,r,q,p,o=A.bE(a.h(0,"text")),n=A.fk(a.h(0,"selectionBase")) +if(n==null)n=-1 +s=A.fk(a.h(0,"selectionExtent")) +if(s==null)s=-1 +r=A.aAf(A.cn(a.h(0,"selectionAffinity"))) +if(r==null)r=B.l +q=A.o1(a.h(0,"selectionIsDirectional")) +p=A.bt(r,n,s,q===!0) +n=A.fk(a.h(0,"composingBase")) +if(n==null)n=-1 +s=A.fk(a.h(0,"composingExtent")) +return new A.c7(o,p,new A.br(n,s==null?-1:s))}, +alF(a){var s=A.c([],t.u1),r=$.alG +$.alG=r+1 +return new A.a3j(s,r,a)}, +aAh(a){switch(a){case"TextInputAction.none":return B.Xw +case"TextInputAction.unspecified":return B.Xx +case"TextInputAction.go":return B.XA +case"TextInputAction.search":return B.XB +case"TextInputAction.send":return B.XC +case"TextInputAction.next":return B.XD +case"TextInputAction.previous":return B.XE +case"TextInputAction.continueAction":return B.XF +case"TextInputAction.join":return B.XG +case"TextInputAction.route":return B.Xy +case"TextInputAction.emergencyCall":return B.Xz +case"TextInputAction.done":return B.iW +case"TextInputAction.newline":return B.xx}throw A.h(A.oX(A.c([A.kg("Unknown text input action: "+a)],t.F)))}, +aAg(a){switch(a){case"FloatingCursorDragState.start":return B.lD +case"FloatingCursorDragState.update":return B.hN +case"FloatingCursorDragState.end":return B.hO}throw A.h(A.oX(A.c([A.kg("Unknown text cursor action: "+a)],t.F)))}, +a2x:function a2x(a,b){this.a=a +this.b=b}, +a2y:function a2y(a,b){this.a=a +this.b=b}, +xz:function xz(a,b,c){this.a=a +this.b=b +this.c=c}, +eg:function eg(a,b){this.a=a +this.b=b}, +a32:function a32(a,b){this.a=a +this.b=b}, +a3i:function a3i(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 +_.z=j +_.Q=k +_.as=l +_.at=m +_.ax=n +_.ay=o}, +uq:function uq(a,b){this.a=a +this.b=b}, +a_f:function a_f(a,b){this.a=a +this.b=b}, +c7:function c7(a,b,c){this.a=a +this.b=b +this.c=c}, +a36:function a36(a,b){this.a=a +this.b=b}, +fz:function fz(a,b){this.a=a +this.b=b}, +a3T:function a3T(){}, +a3g:function a3g(){}, +nl:function nl(a,b,c){this.a=a +this.b=b +this.c=c}, +a3j:function a3j(a,b,c){var _=this +_.d=_.c=_.b=_.a=null +_.e=a +_.f=b +_.r=c}, +HX:function HX(a,b,c){var _=this +_.a=a +_.b=b +_.c=$ +_.d=null +_.e=$ +_.f=c +_.w=_.r=!1}, +a3z:function a3z(a){this.a=a}, +a3x:function a3x(){}, +a3w:function a3w(a,b){this.a=a +this.b=b}, +a3y:function a3y(a){this.a=a}, +a3A:function a3A(a){this.a=a}, +xy:function xy(){}, +Mk:function Mk(){}, +a9P:function a9P(){}, +Ql:function Ql(){}, +Ib:function Ib(a,b){this.a=a +this.b=b}, +Ic:function Ic(){this.a=$ +this.b=null}, +a4t:function a4t(){}, +azy(a){var s=A.aX("parent") +a.j7(new A.adD(s)) +return s.aF()}, +t1(a,b){return new A.iv(a,b,null)}, +Ci(a,b){var s,r=t.L1,q=a.f8(r) +for(;s=q!=null,s;){if(b.$1(q))break +q=A.azy(q).f8(r)}return s}, +af1(a){var s={} +s.a=null +A.Ci(a,new A.RC(s)) +return B.yY}, +af3(a,b,c){var s={} +s.a=null +if((b==null?null:A.r(b))==null)A.bl(c) +A.Ci(a,new A.RF(s,b,a,c)) +return s.a}, +af2(a,b){var s={} +s.a=null +A.bl(b) +A.Ci(a,new A.RD(s,null,b)) +return s.a}, +RB(a,b,c){var s,r=b==null?null:A.r(b) +if(r==null)r=A.bl(c) +s=a.r.h(0,r) +if(c.i("aU<0>?").b(s))return s +else return null}, +lD(a,b,c){var s={} +s.a=null +A.Ci(a,new A.RE(s,b,a,c)) +return s.a}, +arF(a,b,c){var s={} +s.a=null +A.Ci(a,new A.RG(s,b,a,c)) +return s.a}, +ajb(a){return new A.u8(a,new A.aJ(A.c([],t.g),t.b))}, +adD:function adD(a){this.a=a}, +aN:function aN(){}, +aU:function aU(){}, +ch:function ch(){}, +c0:function c0(a,b,c){var _=this +_.c=a +_.a=b +_.b=null +_.$ti=c}, +RA:function RA(){}, +iv:function iv(a,b,c){this.d=a +this.e=b +this.a=c}, +RC:function RC(a){this.a=a}, +RF:function RF(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +RD:function RD(a,b,c){this.a=a +this.b=b +this.c=c}, +RE:function RE(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +RG:function RG(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +y5:function y5(a,b,c){var _=this +_.d=a +_.e=b +_.a=null +_.b=c +_.c=null}, +a5l:function a5l(a){this.a=a}, +y4:function y4(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.w=c +_.b=d +_.a=e}, +Ir:function Ir(a){this.a=a +this.b=null}, +u8:function u8(a,b){this.c=a +this.a=b +this.b=null}, +oc:function oc(){}, +on:function on(){}, +et:function et(){}, +DM:function DM(){}, +ja:function ja(){}, +G9:function G9(a){var _=this +_.f=_.e=$ +_.a=a +_.b=null}, +rt:function rt(){}, +zH:function zH(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.f=b +_.a88$=c +_.a89$=d +_.a8a$=e +_.a8b$=f +_.a=g +_.b=null +_.$ti=h}, +zI:function zI(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.f=b +_.a88$=c +_.a89$=d +_.a8a$=e +_.a8b$=f +_.a=g +_.b=null +_.$ti=h}, +yr:function yr(a,b,c,d){var _=this +_.c=a +_.d=b +_.a=c +_.b=null +_.$ti=d}, +IO:function IO(){}, +IM:function IM(){}, +Lk:function Lk(){}, +BB:function BB(){}, +BC:function BC(){}, +af8(a,b,c,d){return new A.ta(b,a,c,d,null)}, +ta:function ta(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +IZ:function IZ(a,b,c){var _=this +_.eb$=a +_.bQ$=b +_.a=null +_.b=c +_.c=null}, +IY:function IY(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.x=e +_.y=f +_.c=g +_.a=h}, +Q_:function Q_(){}, +th:function th(a,b,c,d){var _=this +_.e=a +_.c=b +_.a=c +_.$ti=d}, +aAv(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.gU(a0) +s=t.N +r=t.da +q=A.fp(b,b,b,s,r) +p=A.fp(b,b,b,s,r) +o=A.fp(b,b,b,s,r) +n=A.fp(b,b,b,s,r) +m=A.fp(b,b,b,t.ob,r) +for(l=0;l<1;++l){k=a0[l] +s=k.a +r=B.bj.h(0,s) +if(r==null)r=s +j=k.c +i=B.bD.h(0,j) +if(i==null)i=j +i=r+"_null_"+A.m(i) +if(q.h(0,i)==null)q.p(0,i,k) +r=B.bj.h(0,s) +r=(r==null?s:r)+"_null" +if(o.h(0,r)==null)o.p(0,r,k) +r=B.bj.h(0,s) +if(r==null)r=s +i=B.bD.h(0,j) +if(i==null)i=j +i=r+"_"+A.m(i) +if(p.h(0,i)==null)p.p(0,i,k) +r=B.bj.h(0,s) +s=r==null?s:r +if(n.h(0,s)==null)n.p(0,s,k) +s=B.bD.h(0,j) +if(s==null)s=j +if(m.h(0,s)==null)m.p(0,s,k)}for(h=b,g=h,f=0;f"))}, +am3(){var s=null,r=A.c([],t.GA),q=$.ac,p=A.c([],t.Jh),o=A.b4(7,s,!1,t.JI),n=t.S,m=t.j1 +n=new A.Is(s,$,r,!0,new A.bk(new A.am(q,t.V),t.gR),!1,s,!1,$,!1,s,$,!1,0,!1,$,$,0,s,$,$,new A.Os(A.ax(t.M)),$,$,$,$,s,p,s,A.aAy(),new A.Ew(A.aAx(),o,t.G7),!1,0,A.A(n,t.h1),A.ck(n),A.c([],m),A.c([],m),s,!1,B.cJ,!0,!1,s,B.t,B.t,s,0,s,!1,s,s,0,A.kz(s,t.qL),new A.a__(A.A(n,t.rr),A.A(t.Ld,t.iD)),new A.Wr(A.A(n,t.cK)),new A.a_2(),A.A(n,t.Fn),$,!1,B.C1) +n.TZ() +return n}, +acs:function acs(a){this.a=a}, +fH:function fH(){}, +xU:function xU(){}, +acr:function acr(a,b){this.a=a +this.b=b}, +a4I:function a4I(a,b){this.a=a +this.b=b}, +n6:function n6(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.$ti=e}, +a03:function a03(a,b,c){this.a=a +this.b=b +this.c=c}, +a04:function a04(a){this.a=a}, +kQ:function kQ(a,b,c){var _=this +_.ay=_.p2=_.p1=null +_.ch=!1 +_.d=_.c=_.b=_.a=_.CW=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1 +_.$ti=c}, +Is:function Is(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){var _=this +_.a4$=a +_.cq$=b +_.bR$=c +_.ed$=d +_.cU$=e +_.f0$=f +_.cr$=g +_.aX$=h +_.b7$=i +_.B$=j +_.a_$=k +_.Y$=l +_.aB$=m +_.aI$=n +_.b_$=o +_.bi$=p +_.By$=q +_.Bz$=r +_.vC$=s +_.Me$=a0 +_.Mf$=a1 +_.qp$=a2 +_.cj$=a3 +_.ew$=a4 +_.cP$=a5 +_.cz$=a6 +_.dG$=a7 +_.db$=a8 +_.dx$=a9 +_.dy$=b0 +_.fr$=b1 +_.fx$=b2 +_.fy$=b3 +_.go$=b4 +_.id$=b5 +_.k1$=b6 +_.k2$=b7 +_.k3$=b8 +_.k4$=b9 +_.ok$=c0 +_.p1$=c1 +_.p2$=c2 +_.p3$=c3 +_.p4$=c4 +_.R8$=c5 +_.RG$=c6 +_.rx$=c7 +_.ry$=c8 +_.to$=c9 +_.x1$=d0 +_.x2$=d1 +_.xr$=d2 +_.y1$=d3 +_.y2$=d4 +_.aW$=d5 +_.br$=d6 +_.am$=d7 +_.aO$=d8 +_.by$=d9 +_.bB$=e0 +_.a=!1 +_.b=null +_.c=0}, +zZ:function zZ(){}, +Be:function Be(){}, +Bf:function Bf(){}, +Bg:function Bg(){}, +Bh:function Bh(){}, +Bi:function Bi(){}, +Bj:function Bj(){}, +Bk:function Bk(){}, +m1(a,b,c){return new A.u1(b,c,a,null)}, +lV(a,b,c,d,e,f,g,h,i,j,k,l,m){var s +if(m!=null||h!=null){s=e==null?null:e.D_(h,m) +if(s==null)s=A.eo(h,m)}else s=e +return new A.Df(b,a,j,d,f,g,s,i,k,l,c,null)}, +u1:function u1(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +Df:function Df(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.a=l}, +K7:function K7(a,b){this.b=a +this.c=b}, +lW:function lW(a,b){this.a=a +this.b=b}, +d2:function d2(a,b,c){this.a=a +this.b=b +this.c=c}, +aiY(){var s=$.oG +if(s!=null)s.ej(0) +$.oG=null +if($.iz!=null)$.iz=null}, +Dg:function Dg(){}, +Tb:function Tb(a,b){this.a=a +this.b=b}, +Tr(a,b,c,d,e){return new A.kc(b,e,d,a,c)}, +asK(a,b){var s=null +return new A.e4(new A.Ts(s,s,s,b,a),s)}, +kc:function kc(a,b,c,d,e){var _=this +_.w=a +_.x=b +_.y=c +_.b=d +_.a=e}, +Ts:function Ts(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +M7:function M7(a){this.a=a}, +asM(){switch(A.b6().a){case 0:return $.ahW() +case 1:return $.aow() +case 2:return $.aox() +case 3:return $.aoy() +case 4:return $.ahX() +case 5:return $.aoA()}}, +DB:function DB(a,b){this.c=a +this.a=b}, +DF:function DF(a){this.b=a}, +at0(a){var s=a.ai(t.I) +s.toString +switch(s.w.a){case 0:return B.TX +case 1:return B.f}}, +at1(a){var s=a.ch,r=A.a7(s) +return new A.dA(new A.aZ(s,new A.TY(),r.i("aZ<1>")),new A.TZ(),r.i("dA<1,y>"))}, +at_(a,b){var s,r,q,p,o=B.b.gU(a),n=A.aj9(b,o) +for(s=a.length,r=0;rr)return a.N(0,new A.i(p,r)).gcc() +else return p-q}}else{p=b.c +if(q>p){s=a.b +r=b.b +if(sr)return a.N(0,new A.i(p,r)).gcc() +else return q-p}}else{q=a.b +p=b.b +if(qp)return q-p +else return 0}}}}, +at2(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=t.AO,f=A.c([a],g) +for(s=new A.dk(J.av(b.a),b.b),r=A.l(s).z[1];s.v();f=p){q=s.a +if(q==null)q=r.a(q) +p=A.c([],g) +for(o=f.length,n=q.a,m=q.b,l=q.d,q=q.c,k=0;k=m&&j.d<=l){h=j.a +if(hq)p.push(new A.y(q,i,q+(h-q),i+(j.d-i)))}else{h=j.a +if(h>=n&&j.c<=q){if(il)p.push(new A.y(h,l,h+(j.c-h),l+(i-l)))}else p.push(j)}}}return f}, +asZ(a,b){var s,r=a.a +if(r>=0)if(r<=b.a){s=a.b +s=s>=0&&s<=b.b}else s=!1 +else s=!1 +if(s)return a +else return new A.i(Math.min(Math.max(0,r),b.a),Math.min(Math.max(0,a.b),b.b))}, +DN:function DN(a,b,c){this.c=a +this.d=b +this.a=c}, +TY:function TY(){}, +TZ:function TZ(){}, +oN:function oN(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +yK:function yK(a,b,c){var _=this +_.d=$ +_.e=a +_.f=b +_.a=null +_.b=c +_.c=null}, +awD(a){var s=a==null?B.xv:new A.c7(a,B.fu,B.b0) +return new A.xu(s,$.au())}, +aju(a,b,c,d,e,f,g,h,i,j,k,l,m,n,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){var s,r,q,p,o +if(e0==null)s=B.xg +else s=e0 +if(e1==null)r=B.xh +else r=e1 +if(t.qY.b(d5)&&!0)q=B.xF +else q=c7?B.a1_:B.a10 +p=b2==null?A.atq(d,b4):b2 +if(b4===1){o=A.c([$.aoB()],t.VS) +B.b.P(o,a9==null?B.zb:a9)}else o=a9 +return new A.oO(j,a7,b8,!1,e8,f1,c7,a8,q,d9,d8==null?!c7:d8,!0,s,r,!0,e4,f3,e3,e5,e7,e6,f0,k,b,f,b4,b5,!1,e,d4,d5,p,e9,c0,c1,c4,b9,c2,c3,c5,o,b6,!0,a1,l,a0,n,m,c6,d6,d7,b1,d2,a4,a2,d1,d3,!0,d,c,g,c9,!0,h,i,e2,b3,b0)}, +atq(a,b){return b===1?B.xy:B.xz}, +atp(a){var s,r=a==null,q=r?null:a.a,p=r||a.j(0,B.dO) +r=q==null +if(r){$.af.toString +$.aL() +s=!1}else s=!0 +if(p||!s)return B.dO +if(r){r=new A.Tt() +r.b=B.Uf}else r=q +return a.a6H(r)}, +ls(a,b,c,d,e,f,g){return new A.B6(a,e,f,d,b,c,new A.aJ(A.c([],t.g),t.b),g.i("B6<0>"))}, +Jv:function Jv(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +N9:function N9(a,b,c,d){var _=this +_.t=a +_.O=null +_.a9=b +_.u$=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}, +xu:function xu(a,b){var _=this +_.a=a +_.R$=0 +_.Z$=b +_.aD$=_.aK$=0 +_.b8$=!1}, +xL:function xL(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +eG:function eG(a,b){this.a=a +this.b=b}, +a7v:function a7v(a,b,c){var _=this +_.b=a +_.c=b +_.d=0 +_.a=c}, +oO:function oO(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){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 +_.fx=a2 +_.fy=a3 +_.go=a4 +_.id=a5 +_.k1=a6 +_.k2=a7 +_.k3=a8 +_.k4=a9 +_.ok=b0 +_.p1=b1 +_.p2=b2 +_.p3=b3 +_.p4=b4 +_.R8=b5 +_.RG=b6 +_.rx=b7 +_.ry=b8 +_.to=b9 +_.x1=c0 +_.x2=c1 +_.xr=c2 +_.y1=c3 +_.y2=c4 +_.aW=c5 +_.br=c6 +_.am=c7 +_.aO=c8 +_.by=c9 +_.bB=d0 +_.b7=d1 +_.B=d2 +_.a_=d3 +_.Y=d4 +_.aB=d5 +_.aI=d6 +_.b_=d7 +_.bi=d8 +_.R=d9 +_.Z=e0 +_.aK=e1 +_.aD=e2 +_.eN=e3 +_.cj=e4 +_.ew=e5 +_.cP=e6 +_.cz=e7 +_.a=e8}, +kf:function kf(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.e=_.d=null +_.f=$ +_.r=a +_.w=b +_.x=c +_.Q=_.z=null +_.as=d +_.at=null +_.ax=e +_.ay=f +_.ch=g +_.CW=!1 +_.cx=null +_.db=_.cy=$ +_.fr=_.dy=_.dx=null +_.fx=!0 +_.k2=_.k1=_.id=_.go=_.fy=null +_.k3=0 +_.p1=_.ok=_.k4=!1 +_.p2=$ +_.p3=0 +_.R8=_.p4=null +_.RG=$ +_.rx=-1 +_.ry=null +_.y1=_.xr=_.x2=_.x1=_.to=$ +_.cT$=h +_.aV$=i +_.fT$=j +_.a=null +_.b=k +_.c=null}, +Um:function Um(){}, +UI:function UI(a){this.a=a}, +UN:function UN(a){this.a=a}, +Uz:function Uz(a){this.a=a}, +UA:function UA(a){this.a=a}, +UB:function UB(a){this.a=a}, +UC:function UC(a){this.a=a}, +UD:function UD(a){this.a=a}, +UE:function UE(a){this.a=a}, +UF:function UF(a){this.a=a}, +UG:function UG(a){this.a=a}, +UH:function UH(a){this.a=a}, +UJ:function UJ(a){this.a=a}, +UL:function UL(a){this.a=a}, +Ui:function Ui(a,b){this.a=a +this.b=b}, +Uq:function Uq(a,b){this.a=a +this.b=b}, +UK:function UK(a){this.a=a}, +Uk:function Uk(a){this.a=a}, +Uu:function Uu(a){this.a=a}, +Un:function Un(){}, +Uo:function Uo(a){this.a=a}, +Up:function Up(a){this.a=a}, +Uj:function Uj(){}, +Ul:function Ul(a){this.a=a}, +UQ:function UQ(a){this.a=a}, +UM:function UM(a){this.a=a}, +UO:function UO(a){this.a=a}, +UP:function UP(a,b,c){this.a=a +this.b=b +this.c=c}, +Ur:function Ur(a,b){this.a=a +this.b=b}, +Us:function Us(a,b){this.a=a +this.b=b}, +Ut:function Ut(a,b){this.a=a +this.b=b}, +Uh:function Uh(a){this.a=a}, +Ux:function Ux(a){this.a=a}, +Uw:function Uw(a){this.a=a}, +Uy:function Uy(a,b){this.a=a +this.b=b}, +Uv:function Uv(a){this.a=a}, +yL:function yL(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.x=e +_.y=f +_.z=g +_.Q=h +_.as=i +_.at=j +_.ax=k +_.ay=l +_.ch=m +_.CW=n +_.cx=o +_.cy=p +_.db=q +_.dx=r +_.dy=s +_.fr=a0 +_.fx=a1 +_.fy=a2 +_.go=a3 +_.id=a4 +_.k1=a5 +_.k2=a6 +_.k3=a7 +_.k4=a8 +_.ok=a9 +_.p1=b0 +_.p2=b1 +_.p3=b2 +_.p4=b3 +_.R8=b4 +_.RG=b5 +_.rx=b6 +_.ry=b7 +_.to=b8 +_.c=b9 +_.a=c0}, +aaY:function aaY(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}, +Ae:function Ae(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +NH:function NH(a,b){var _=this +_.d=a +_.a=null +_.b=b +_.c=null}, +aaZ:function aaZ(a){this.a=a}, +ho:function ho(a,b,c,d,e){var _=this +_.x=a +_.e=b +_.b=c +_.c=d +_.a=e}, +jB:function jB(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.a=d +_.b=null +_.$ti=e}, +B6:function B6(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.x=e +_.y=f +_.a=g +_.b=null +_.$ti=h}, +B7:function B7(a,b,c){var _=this +_.e=a +_.r=_.f=null +_.a=b +_.b=null +_.$ti=c}, +NP:function NP(a,b){this.e=a +this.a=b +this.b=null}, +JN:function JN(a,b){this.e=a +this.a=b +this.b=null}, +L2:function L2(a,b){this.a=a +this.b=b}, +yM:function yM(){}, +Ks:function Ks(){}, +yN:function yN(){}, +Kt:function Kt(){}, +Ku:function Ku(){}, +aAH(a){var s,r,q +for(s=a.length,r=!1,q=0;q>")) +for(s=new A.dz(n,n.gD(n)),r=A.l(s).c,q=null;s.v();){p=s.d +o=p==null?r.a(p):p +q=(q==null?o:q).qE(o)}if(q.ga6(q))return B.b.gU(a).a +return B.b.a8o(B.b.gU(a).gLN(),q.gfg(q)).w}, +amp(a,b){A.jY(a,new A.aa2(b),t.zP)}, +ayc(a,b){A.jY(a,new A.aa_(b),t.h7)}, +agi(){return new A.a_y(A.A(t.l5,t.UJ),A.aBc())}, +ajF(a,b){return new A.uv(b==null?A.agi():b,a,null)}, +VX(a){var s +for(;s=a.Q,s!=null;a=s){if(a.e==null)return null +if(a instanceof A.yY)return a}return null}, +oZ(a){var s,r=A.afE(a,!1,!0) +if(r==null)return null +s=A.VX(r) +return s==null?null:s.dy}, +adz:function adz(a){this.a=a}, +r9:function r9(a,b){this.b=a +this.c=b}, +l9:function l9(a,b){this.a=a +this.b=b}, +I9:function I9(a,b){this.a=a +this.b=b}, +Eg:function Eg(){}, +VZ:function VZ(a,b){this.a=a +this.b=b}, +VY:function VY(){}, +r6:function r6(a,b){this.a=a +this.b=b}, +Ki:function Ki(a){this.a=a}, +TG:function TG(){}, +aa3:function aa3(a){this.a=a}, +TO:function TO(a,b){this.a=a +this.b=b}, +TQ:function TQ(a){this.a=a}, +TP:function TP(a){this.a=a}, +TR:function TR(a){this.a=a}, +TS:function TS(a){this.a=a}, +TI:function TI(a){this.a=a}, +TJ:function TJ(a){this.a=a}, +TK:function TK(){}, +TL:function TL(a){this.a=a}, +TM:function TM(a){this.a=a}, +TN:function TN(){}, +TH:function TH(a,b,c){this.a=a +this.b=b +this.c=c}, +TT:function TT(a){this.a=a}, +TU:function TU(a){this.a=a}, +TV:function TV(a){this.a=a}, +TW:function TW(a){this.a=a}, +cM:function cM(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +aa0:function aa0(){}, +aa2:function aa2(a){this.a=a}, +aa1:function aa1(){}, +ig:function ig(a){this.a=a +this.b=null}, +a9Z:function a9Z(){}, +aa_:function aa_(a){this.a=a}, +a_y:function a_y(a,b){this.qn$=a +this.a=b}, +a_z:function a_z(){}, +a_A:function a_A(){}, +a_B:function a_B(a){this.a=a}, +uv:function uv(a,b,c){this.c=a +this.f=b +this.a=c}, +yY:function yY(a,b,c,d,e,f,g,h,i){var _=this +_.dy=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=null +_.f=f +_.r=g +_.y=_.x=_.w=null +_.z=!1 +_.Q=null +_.as=h +_.ax=_.at=null +_.ay=!1 +_.R$=0 +_.Z$=i +_.aD$=_.aK$=0 +_.b8$=!1}, +KV:function KV(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +GM:function GM(a){this.a=a +this.b=null}, +mQ:function mQ(){}, +FD:function FD(a){this.a=a +this.b=null}, +n3:function n3(){}, +G5:function G5(a){this.a=a +this.b=null}, +u6:function u6(a,b){this.c=a +this.a=b +this.b=null}, +KW:function KW(){}, +N_:function N_(){}, +Qo:function Qo(){}, +Qp:function Qp(){}, +axD(a){a.dT() +a.aT(A.aeg())}, +ats(a,b){var s,r,q,p=a.e +p===$&&A.b() +s=b.e +s===$&&A.b() +r=p-s +if(r!==0)return r +q=b.as +if(a.as!==q)return q?-1:1 +return 0}, +att(a,b){var s=A.a7(b).i("ae<1,dh>") +return A.asQ(!0,A.ah(new A.ae(b,new A.UV(),s),!0,s.i("ba.E")),a,B.QL,!0,B.BJ,null)}, +atr(a){a.bL() +a.aT(A.anW())}, +Vt(a){var s=a.a,r=s instanceof A.oW?s:null +return new A.E0("",r,new A.lb())}, +awr(a){var s=a.ah(),r=new A.eD(s,a,B.P) +s.c=r +s.a=a +return r}, +au8(a){return new A.e9(A.fp(null,null,null,t.h,t.X),a,B.P)}, +auI(a){return new A.f5(A.ck(t.h),a,B.P)}, +ahn(a,b,c,d){var s=new A.bf(b,c,"widgets library",a,d,!1) +A.ci(s) +return s}, +hL:function hL(){}, +bg:function bg(a,b){this.a=a +this.$ti=b}, +iL:function iL(a,b){this.a=a +this.$ti=b}, +f:function f(){}, +aa:function aa(){}, +V:function V(){}, +abk:function abk(a,b){this.a=a +this.b=b}, +a3:function a3(){}, +aG:function aG(){}, +cU:function cU(){}, +aS:function aS(){}, +a9:function a9(){}, +F0:function F0(){}, +aH:function aH(){}, +dN:function dN(){}, +r7:function r7(a,b){this.a=a +this.b=b}, +Ld:function Ld(a){this.a=!1 +this.b=a}, +a8f:function a8f(a,b){this.a=a +this.b=b}, +Sj:function Sj(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}, +Sk:function Sk(a,b,c){this.a=a +this.b=b +this.c=c}, +vF:function vF(){}, +a9B:function a9B(a,b){this.a=a +this.b=b}, +at:function at(){}, +UY:function UY(a){this.a=a}, +UW:function UW(a){this.a=a}, +UV:function UV(){}, +UZ:function UZ(a){this.a=a}, +V_:function V_(a){this.a=a}, +V0:function V0(a){this.a=a}, +UT:function UT(a){this.a=a}, +UX:function UX(){}, +UU:function UU(a){this.a=a}, +E0:function E0(a,b,c){this.d=a +this.e=b +this.a=c}, +tQ:function tQ(){}, +T6:function T6(){}, +T7:function T7(){}, +qi:function qi(a,b){var _=this +_.ay=null +_.ch=!1 +_.d=_.c=_.b=_.a=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +eD:function eD(a,b,c){var _=this +_.ok=a +_.p1=!1 +_.ay=null +_.ch=!1 +_.d=_.c=_.b=_.a=null +_.e=$ +_.f=b +_.r=null +_.w=c +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +vW:function vW(){}, +mT:function mT(a,b,c){var _=this +_.ay=null +_.ch=!1 +_.d=_.c=_.b=_.a=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1 +_.$ti=c}, +ZE:function ZE(a){this.a=a}, +e9:function e9(a,b,c){var _=this +_.am=a +_.ay=null +_.ch=!1 +_.d=_.c=_.b=_.a=null +_.e=$ +_.f=b +_.r=null +_.w=c +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +b5:function b5(){}, +a0I:function a0I(){}, +F_:function F_(a,b){var _=this +_.ay=null +_.ch=!1 +_.d=_.c=_.b=_.a=_.CW=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +wX:function wX(a,b){var _=this +_.ay=_.p1=null +_.ch=!1 +_.d=_.c=_.b=_.a=_.CW=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +f5:function f5(a,b,c){var _=this +_.p1=$ +_.p2=a +_.ay=null +_.ch=!1 +_.d=_.c=_.b=_.a=_.CW=null +_.e=$ +_.f=b +_.r=null +_.w=c +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +Z3:function Z3(a){this.a=a}, +kr:function kr(a,b,c){this.a=a +this.b=b +this.$ti=c}, +M3:function M3(a,b){var _=this +_.d=_.c=_.b=_.a=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +M8:function M8(a){this.a=a}, +Oj:function Oj(){}, +p1(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.Eq(b,a1,a2,s,a0,o,q,r,p,f,k,h,j,i,g,l,n,m,a,d,c,e)}, +mo:function mo(){}, +bw:function bw(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Eq:function Eq(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 +_.aW=o +_.br=p +_.aO=q +_.by=r +_.bi=s +_.R=a0 +_.Z=a1 +_.a=a2}, +Ww:function Ww(a){this.a=a}, +Wx:function Wx(a,b){this.a=a +this.b=b}, +Wy:function Wy(a){this.a=a}, +WC:function WC(a,b){this.a=a +this.b=b}, +WD:function WD(a){this.a=a}, +WE:function WE(a,b){this.a=a +this.b=b}, +WF:function WF(a){this.a=a}, +WG:function WG(a,b){this.a=a +this.b=b}, +WH:function WH(a){this.a=a}, +WI:function WI(a,b){this.a=a +this.b=b}, +WJ:function WJ(a){this.a=a}, +Wz:function Wz(a,b){this.a=a +this.b=b}, +WA:function WA(a){this.a=a}, +WB:function WB(a,b){this.a=a +this.b=b}, +h2:function h2(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +pR:function pR(a,b){var _=this +_.d=a +_.a=_.e=null +_.b=b +_.c=null}, +L0:function L0(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +a1K:function a1K(){}, +a7j:function a7j(a){this.a=a}, +a7o:function a7o(a){this.a=a}, +a7n:function a7n(a){this.a=a}, +a7k:function a7k(a){this.a=a}, +a7l:function a7l(a){this.a=a}, +a7m:function a7m(a,b){this.a=a +this.b=b}, +a7p:function a7p(a){this.a=a}, +a7q:function a7q(a){this.a=a}, +a7r:function a7r(a,b){this.a=a +this.b=b}, +ajP(a,b){return new A.mq(b,a,null)}, +ajQ(a,b,c){var s=A.A(t.K,t.U3) +a.aT(new A.WY(c,new A.WX(s,b))) +return s}, +amh(a,b){var s,r=a.gW() +r.toString +t.x.a(r) +s=r.ba(b==null?null:b.gW()) +r=r.gq() +return A.dM(s,new A.y(0,0,0+r.a,0+r.b))}, +p4:function p4(a,b){this.a=a +this.b=b}, +mq:function mq(a,b,c){this.c=a +this.e=b +this.a=c}, +WX:function WX(a,b){this.a=a +this.b=b}, +WY:function WY(a,b){this.a=a +this.b=b}, +re:function re(a,b){var _=this +_.d=a +_.e=null +_.f=!0 +_.a=null +_.b=b +_.c=null}, +a88:function a88(a,b){this.a=a +this.b=b}, +a87:function a87(){}, +a84:function a84(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=$}, +jG:function jG(a,b){var _=this +_.a=a +_.b=$ +_.c=null +_.d=b +_.f=_.e=$ +_.r=null +_.x=_.w=!1}, +a85:function a85(a){this.a=a}, +a86:function a86(a,b){this.a=a +this.b=b}, +p3:function p3(a,b){this.a=a +this.b=b}, +WW:function WW(){}, +WV:function WV(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +WU:function WU(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +Xe(a,b,c,d){return new A.e8(a,d,b,c,null)}, +e8:function e8(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.x=c +_.z=d +_.a=e}, +a:function a(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +EF(a,b,c){return new A.mu(b,a,c)}, +p6(a,b){return new A.e4(new A.Xi(null,b,a),null)}, +afL(a){var s,r,q,p,o,n,m=A.ajU(a).X(a),l=m.a,k=l==null +if(!k)if(m.b!=null)if(m.c!=null)if(m.d!=null)if(m.e!=null)if(m.f!=null){s=m.r +s=(s==null?null:A.D(s,0,1))!=null}else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +if(s)l=m +else{if(k)l=24 +k=m.b +if(k==null)k=0 +s=m.c +if(s==null)s=400 +r=m.d +if(r==null)r=0 +q=m.e +if(q==null)q=48 +p=m.f +if(p==null)p=B.j +o=m.r +o=o==null?null:A.D(o,0,1) +if(o==null)o=A.D(1,0,1) +n=m.w +l=m.q0(p,k,r,o,q,n==null?null:n,l,s)}return l}, +ajU(a){var s=a.ai(t.Oh),r=s==null?null:s.w +return r==null?B.Pe:r}, +mu:function mu(a,b,c){this.w=a +this.b=b +this.a=c}, +Xi:function Xi(a,b,c){this.a=a +this.b=b +this.c=c}, +iO(a,b,c){var s,r,q,p,o,n,m,l,k,j,i=null +if(a==b&&a!=null)return a +s=a==null +r=s?i:a.a +q=b==null +r=A.M(r,q?i:b.a,c) +p=s?i:a.b +p=A.M(p,q?i:b.b,c) +o=s?i:a.c +o=A.M(o,q?i:b.c,c) +n=s?i:a.d +n=A.M(n,q?i:b.d,c) +m=s?i:a.e +m=A.M(m,q?i:b.e,c) +l=s?i:a.f +l=A.u(l,q?i:b.f,c) +if(s)k=i +else{k=a.r +k=k==null?i:A.D(k,0,1)}if(q)j=i +else{j=b.r +j=j==null?i:A.D(j,0,1)}j=A.M(k,j,c) +s=s?i:a.w +return new A.bj(r,p,o,n,m,l,j,A.awe(s,q?i:b.w,c))}, +bj:function bj(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}, +Lc:function Lc(){}, +asI(a,b){return new A.iB(a,b)}, +af7(a,b,c){return new A.t4(a,b,null,B.a0,c,null,null)}, +ait(a,b,c,d,e){return new A.t9(a,d,e,b,c,null,null)}, +arK(a,b,c,d){return new A.t6(a,d,b,c,null,null)}, +arJ(a,b,c,d){return new A.t5(a,d,b,c,null,null)}, +lL:function lL(a,b){this.a=a +this.b=b}, +iB:function iB(a,b){this.a=a +this.b=b}, +ue:function ue(a,b){this.a=a +this.b=b}, +iD:function iD(a,b){this.a=a +this.b=b}, +lI:function lI(a,b){this.a=a +this.b=b}, +mI:function mI(a,b){this.a=a +this.b=b}, +ns:function ns(a,b){this.a=a +this.b=b}, +EG:function EG(){}, +p9:function p9(){}, +Xs:function Xs(a){this.a=a}, +Xr:function Xr(a){this.a=a}, +Xq:function Xq(a,b){this.a=a +this.b=b}, +od:function od(){}, +RM:function RM(){}, +t4:function t4(a,b,c,d,e,f,g){var _=this +_.r=a +_.y=b +_.Q=c +_.c=d +_.d=e +_.e=f +_.a=g}, +IS:function IS(a,b,c){var _=this +_.fx=_.fr=_.dy=_.dx=_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.eb$=a +_.bQ$=b +_.a=null +_.b=c +_.c=null}, +a5p:function a5p(){}, +a5q:function a5q(){}, +a5r:function a5r(){}, +a5s:function a5s(){}, +a5t:function a5t(){}, +a5u:function a5u(){}, +a5v:function a5v(){}, +a5w:function a5w(){}, +t7:function t7(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +IV:function IV(a,b,c){var _=this +_.CW=null +_.e=_.d=$ +_.eb$=a +_.bQ$=b +_.a=null +_.b=c +_.c=null}, +a5z:function a5z(){}, +t9:function t9(a,b,c,d,e,f,g){var _=this +_.r=a +_.w=b +_.x=c +_.c=d +_.d=e +_.e=f +_.a=g}, +IX:function IX(a,b,c){var _=this +_.dy=_.dx=_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.eb$=a +_.bQ$=b +_.a=null +_.b=c +_.c=null}, +a5E:function a5E(){}, +a5F:function a5F(){}, +a5G:function a5G(){}, +a5H:function a5H(){}, +a5I:function a5I(){}, +a5J:function a5J(){}, +t6:function t6(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +IU:function IU(a,b,c){var _=this +_.z=null +_.e=_.d=_.Q=$ +_.eb$=a +_.bQ$=b +_.a=null +_.b=c +_.c=null}, +a5y:function a5y(){}, +t5:function t5(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +IT:function IT(a,b,c){var _=this +_.CW=null +_.e=_.d=$ +_.eb$=a +_.bQ$=b +_.a=null +_.b=c +_.c=null}, +a5x:function a5x(){}, +t8:function t8(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}, +IW:function IW(a,b,c){var _=this +_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.eb$=a +_.bQ$=b +_.a=null +_.b=c +_.c=null}, +a5A:function a5A(){}, +a5B:function a5B(){}, +a5C:function a5C(){}, +a5D:function a5D(){}, +rg:function rg(){}, +au9(a,b,c,d){var s=a.f8(d) +if(s==null)return +c.push(s) +d.a(s.gaP()) +return}, +bn(a,b,c){var s,r,q,p,o,n +if(b==null)return a.ai(c) +s=A.c([],t.Fa) +A.au9(a,b,s,c) +if(s.length===0)return null +r=B.b.gaq(s) +for(q=s.length,p=0;p>")),i).c1(new A.adP(k,h),t.e3)}, +vd(a){var s=a.ai(t.Gk) +return s==null?null:s.r.f}, +pn(a,b,c){var s=a.ai(t.Gk) +return s==null?null:c.i("0?").a(s.r.e.h(0,b))}, +ru:function ru(a,b){this.a=a +this.b=b}, +adN:function adN(a){this.a=a}, +adO:function adO(){}, +adP:function adP(a,b){this.a=a +this.b=b}, +eA:function eA(){}, +PA:function PA(){}, +DD:function DD(){}, +zn:function zn(a,b,c,d){var _=this +_.r=a +_.w=b +_.b=c +_.a=d}, +vc:function vc(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +Lz:function Lz(a,b,c){var _=this +_.d=a +_.e=b +_.a=_.f=null +_.b=c +_.c=null}, +a9_:function a9_(a){this.a=a}, +a90:function a90(a,b){this.a=a +this.b=b}, +a8Z:function a8Z(a,b,c){this.a=a +this.b=b +this.c=c}, +aur(a,b){var s +a.ai(t.bS) +s=A.aut(a,b) +if(s==null)return null +a.rQ(s,null) +return b.a(s.gaP())}, +aut(a,b){var s,r,q,p=a.f8(b) +if(p==null)return null +s=a.f8(t.bS) +if(s!=null){r=s.e +r===$&&A.b() +q=p.e +q===$&&A.b() +q=r>q +r=q}else r=!1 +if(r)return null +return p}, +aus(a,b){var s={} +s.a=null +a.j7(new A.Yv(s,b)) +s=s.a +if(s==null)s=null +else{s=s.ok +s.toString}return b.i("0?").a(s)}, +Yw(a,b){var s={} +s.a=null +a.j7(new A.Yx(s,b)) +s=s.a +if(s==null)s=null +else{s=s.ok +s.toString}return b.i("0?").a(s)}, +akc(a,b){var s={} +s.a=null +a.j7(new A.Yu(s,b)) +s=s.a +s=s==null?null:s.gW() +return b.i("0?").a(s)}, +Yv:function Yv(a,b){this.a=a +this.b=b}, +Yx:function Yx(a,b){this.a=a +this.b=b}, +Yu:function Yu(a,b){this.a=a +this.b=b}, +akd(a,b){var s,r=b.a,q=a.a +if(rq?B.f.M(0,new A.i(q-r,0)):B.f}r=b.b +q=a.b +if(rq)s=s.M(0,new A.i(0,q-r))}return b.cE(s)}, +ake(a,b,c){return new A.vf(a,null,null,null,b,c)}, +iZ:function iZ(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +HZ:function HZ(a,b){this.a=a +this.b=b}, +a3B:function a3B(){}, +mC:function mC(){this.b=this.a=null}, +Yy:function Yy(a,b){this.a=a +this.b=b}, +vf:function vf(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +w_:function w_(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +LB:function LB(a,b,c){this.c=a +this.d=b +this.a=c}, +Ko:function Ko(a,b){this.b=a +this.c=b}, +LA:function LA(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +Nj:function Nj(a,b,c,d,e){var _=this +_.t=a +_.O=b +_.a9=c +_.u$=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}, +pt(a,b,c){return new A.mK(b,a,c)}, +c4(a,b){var s=A.bn(a,b,t.w) +return s==null?null:s.w}, +FO:function FO(a,b){this.a=a +this.b=b}, +ds:function ds(a,b){this.a=a +this.b=b}, +vp:function vp(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q}, +YL:function YL(a){this.a=a}, +mK:function mK(a,b,c){this.w=a +this.b=b +this.a=c}, +Zc:function Zc(a,b){this.a=a +this.b=b}, +zt:function zt(a,b,c){this.c=a +this.e=b +this.a=c}, +LM:function LM(a){var _=this +_.a=_.e=_.d=null +_.b=a +_.c=null}, +a9j:function a9j(a,b){this.a=a +this.b=b}, +Qe:function Qe(){}, +ag3(a,b,c,d,e,f,g){return new A.Fs(c,d,e,!0,f,b,g,null)}, +Fs:function Fs(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}, +YR:function YR(a,b){this.a=a +this.b=b}, +Cn:function Cn(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +qV:function qV(a,b,c,d,e,f,g,h,i){var _=this +_.am=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}, +J3:function J3(a){this.a=a}, +LQ:function LQ(a,b,c){this.c=a +this.d=b +this.a=c}, +FB:function FB(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +AX:function AX(a,b){this.a=a +this.b=b}, +ac5:function ac5(a,b,c){var _=this +_.d=a +_.e=b +_.f=c +_.c=_.b=null}, +aks(a,b,c,d,e,f,g,h,i,j,k){return new A.vD(i,g,b,f,h,d,k,e,j,a,c)}, +akv(a){return A.FC(a,!1).aaW(null)}, +FC(a,b){var s,r,q +if(a instanceof A.eD){s=a.ok +s.toString +s=s instanceof A.fv}else s=!1 +if(s){s=a.ok +s.toString +t.uK.a(s) +r=s}else r=null +if(b){q=a.a8k(t.uK) +r=q==null?r:q +s=r}else{if(r==null)r=a.qs(t.uK) +s=r}s.toString +return s}, +aku(a){var s,r=a.ok +r.toString +if(r instanceof A.fv)s=r +else s=null +if(s==null)s=a.qs(t.uK) +return s}, +auT(a,b){var s,r,q,p,o,n,m=null,l=A.c([],t.ny) +if(B.d.d0(b,"/")&&b.length>1){b=B.d.e4(b,1) +s=t.z +l.push(a.u6("/",!0,m,s)) +r=b.split("/") +if(b.length!==0)for(q=r.length,p=0,o="";p=3}, +ayk(a){return a.gOW()}, +ams(a){return new A.aaM(a)}, +akt(a,b){var s,r,q,p +for(s=a.a,r=s.gwx(),q=r.length,p=0;p2?s[2]:null,B.jq) +case 1:s=s.dE(a,1)[1] +s.toString +t.pO.a(A.av5(new A.Sr(A.em(s)))) +return null}}, +pZ:function pZ(a,b){this.a=a +this.b=b}, +bA:function bA(){}, +a0N:function a0N(a){this.a=a}, +a0M:function a0M(a){this.a=a}, +fb:function fb(a,b){this.a=a +this.b=b}, +j4:function j4(){}, +kE:function kE(){}, +mr:function mr(a,b,c){this.f=a +this.b=b +this.a=c}, +jd:function jd(){}, +I8:function I8(){}, +DC:function DC(){}, +Tz:function Tz(a,b,c){this.a=a +this.b=b +this.c=c}, +vD:function vD(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.c=a +_.d=b +_.f=c +_.r=d +_.w=e +_.x=f +_.y=g +_.Q=h +_.as=i +_.at=j +_.a=k}, +Zk:function Zk(){}, +du:function du(a,b){this.a=a +this.b=b}, +M2:function M2(a,b,c){var _=this +_.a=null +_.b=a +_.c=b +_.d=c}, +dt:function dt(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}, +aaL:function aaL(a,b){this.a=a +this.b=b}, +aaJ:function aaJ(){}, +aaK:function aaK(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +aaI:function aaI(a,b){this.a=a +this.b=b}, +aaM:function aaM(a){this.a=a}, +lm:function lm(){}, +rq:function rq(a,b){this.a=a +this.b=b}, +rp:function rp(a,b){this.a=a +this.b=b}, +zB:function zB(a,b){this.a=a +this.b=b}, +zC:function zC(a,b){this.a=a +this.b=b}, +fv:function fv(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 +_.bA$=j +_.fj$=k +_.qo$=l +_.ec$=m +_.fk$=n +_.cT$=o +_.aV$=p +_.a=null +_.b=q +_.c=null}, +Zj:function Zj(a){this.a=a}, +Ze:function Ze(){}, +Zf:function Zf(){}, +Zg:function Zg(a){this.a=a}, +Zh:function Zh(){}, +Zi:function Zi(){}, +Zd:function Zd(a){this.a=a}, +A9:function A9(a,b){this.a=a +this.b=b}, +Nx:function Nx(){}, +LY:function LY(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=null}, +agM:function agM(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=null}, +L5:function L5(a){var _=this +_.y=null +_.a=!1 +_.c=_.b=null +_.R$=0 +_.Z$=a +_.aD$=_.aK$=0 +_.b8$=!1}, +a89:function a89(){}, +a9y:function a9y(){}, +zD:function zD(){}, +zE:function zE(){}, +FG:function FG(){}, +d4:function d4(a,b,c,d){var _=this +_.d=a +_.b=b +_.a=c +_.$ti=d}, +zF:function zF(a,b,c){var _=this +_.ay=null +_.ch=!1 +_.d=_.c=_.b=_.a=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1 +_.$ti=c}, +fr:function fr(){}, +Qh:function Qh(){}, +mS(a,b){return new A.j3(a,b,A.dW(null),new A.bg(null,t.af))}, +ayg(a){return a.a8()}, +ayf(a,b){var s,r=a.ai(t.pR) +if(r!=null)return r +s=A.c([A.kg("No Overlay widget found."),A.be(A.r(a.gaP()).k(0)+" widgets require an Overlay widget ancestor.\nAn overlay lets widgets float on top of other widget children."),A.DZ("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.F) +B.b.P(s,a.a7y(B.a1x)) +throw A.h(A.oX(s))}, +j3:function j3(a,b,c,d){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=c +_.e=null +_.f=d +_.r=!1}, +Zr:function Zr(a){this.a=a}, +jJ:function jJ(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +zG:function zG(a){var _=this +_.d=$ +_.e=null +_.r=_.f=$ +_.a=null +_.b=a +_.c=null}, +a9I:function a9I(){}, +pA:function pA(a,b,c){this.c=a +this.d=b +this.a=c}, +pC:function pC(a,b,c,d){var _=this +_.d=a +_.cT$=b +_.aV$=c +_.a=null +_.b=d +_.c=null}, +Zw:function Zw(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Zv:function Zv(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Zx:function Zx(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Zu:function Zu(){}, +Zt:function Zt(){}, +AV:function AV(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +OU:function OU(a,b,c){var _=this +_.p1=$ +_.p2=a +_.ay=null +_.ch=!1 +_.d=_.c=_.b=_.a=_.CW=null +_.e=$ +_.f=b +_.r=null +_.w=c +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +nX:function nX(){}, +aau:function aau(a){this.a=a}, +rI:function rI(a,b,c){var _=this +_.y=_.x=_.w=_.r=_.f=_.e=_.at=null +_.c0$=a +_.ab$=b +_.a=c}, +lq:function lq(a,b,c,d,e,f,g,h){var _=this +_.B=null +_.a_=a +_.Y=b +_.aB=c +_.aI=!1 +_.b_=d +_.dd$=e +_.a2$=f +_.cO$=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}, +aay:function aay(a){this.a=a}, +aaw:function aaw(a){this.a=a}, +aax:function aax(a){this.a=a}, +aav:function aav(a){this.a=a}, +Zs:function Zs(){this.b=this.a=null}, +vK:function vK(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +Mh:function Mh(a){var _=this +_.d=null +_.e=!0 +_.a=_.f=null +_.b=a +_.c=null}, +a9J:function a9J(a,b){this.a=a +this.b=b}, +a9L:function a9L(a,b){this.a=a +this.b=b}, +a9K:function a9K(a){this.a=a}, +ln:function ln(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.hy$=_.hx$=_.hw$=_.e=_.d=null}, +nW:function nW(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +rs:function rs(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +Mg:function Mg(a,b){var _=this +_.ay=_.p2=_.p1=null +_.ch=!1 +_.d=_.c=_.b=_.a=_.CW=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +Kb:function Kb(a,b){this.c=a +this.a=b}, +lp:function lp(a,b,c){var _=this +_.t=a +_.O=!1 +_.a9=!0 +_.dz=_.bd=!1 +_.hy$=_.hx$=_.hw$=null +_.u$=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}, +aah:function aah(a){this.a=a}, +aai:function aai(a){this.a=a}, +zY:function zY(a,b){var _=this +_.t=null +_.u$=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}, +Mi:function Mi(){}, +Qs:function Qs(){}, +Qt:function Qt(){}, +BG:function BG(){}, +Qw:function Qw(){}, +ajM(a,b,c){return new A.uA(a,c,b,null)}, +amg(a,b,c){var s,r,q=null,p=t.Y,o=new A.ak(0,0,p),n=new A.ak(0,0,p),m=new A.z1(B.fC,o,n,b,a,$.au()),l=A.bC(q,q,q,q,c) +l.bl() +s=l.cp$ +s.b=!0 +s.a.push(m.gyc()) +m.b!==$&&A.bB() +m.b=l +r=A.cR(B.cq,l,q) +r.a.T(m.gez()) +t.m.a(r) +p=p.i("al") +m.r!==$&&A.bB() +m.r=new A.al(r,o,p) +m.x!==$&&A.bB() +m.x=new A.al(r,n,p) +p=c.q2(m.ga3Y()) +m.y!==$&&A.bB() +m.y=p +return m}, +awt(a,b,c){return new A.xg(a,c,b,null)}, +uA:function uA(a,b,c,d){var _=this +_.e=a +_.f=b +_.w=c +_.a=d}, +z2:function z2(a,b,c,d){var _=this +_.r=_.f=_.e=_.d=null +_.w=a +_.cT$=b +_.aV$=c +_.a=null +_.b=d +_.c=null}, +rd:function rd(a,b){this.a=a +this.b=b}, +z1:function z1(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 +_.R$=0 +_.Z$=f +_.aD$=_.aK$=0 +_.b8$=!1}, +a81:function a81(a){this.a=a}, +L1:function L1(a,b,c,d){var _=this +_.b=a +_.c=b +_.d=c +_.a=d}, +Om:function Om(a,b){this.a=a +this.b=b}, +xg:function xg(a,b,c,d){var _=this +_.c=a +_.e=b +_.f=c +_.a=d}, +AK:function AK(a,b,c){var _=this +_.d=$ +_.f=_.e=null +_.r=0 +_.w=!0 +_.cT$=a +_.aV$=b +_.a=null +_.b=c +_.c=null}, +abt:function abt(a,b,c){this.a=a +this.b=b +this.c=c}, +rE:function rE(a,b){this.a=a +this.b=b}, +AJ:function AJ(a,b,c,d){var _=this +_.b=_.a=$ +_.c=a +_.d=b +_.e=0 +_.f=c +_.R$=0 +_.Z$=d +_.aD$=_.aK$=0 +_.b8$=!1}, +vL:function vL(a,b){this.a=a +this.fl$=b}, +zJ:function zJ(){}, +Bx:function Bx(){}, +BK:function BK(){}, +akB(a,b){var s=a.gaP() +return!(s instanceof A.pD)}, +akD(a){var s=a.BC(t.Mf) +return s==null?null:s.d}, +AE:function AE(a){this.a=a}, +vM:function vM(){this.a=null}, +Zy:function Zy(a){this.a=a}, +pD:function pD(a,b,c){this.c=a +this.d=b +this.a=c}, +h_:function h_(){}, +YM:function YM(){}, +ZQ:function ZQ(){}, +DA:function DA(a,b){this.a=a +this.d=b}, +akK(a){return new A.pM(null,null,B.Wm,a,null)}, +akL(a,b){var s,r=a.BC(t.bb) +if(r==null)return!1 +s=A.a19(a).l_(a) +if(r.w.n(0,s))return r.r===b +return!1}, +G7(a){var s=a.ai(t.bb) +return s==null?null:s.f}, +pM:function pM(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.w=c +_.b=d +_.a=e}, +na(a){var s=a.ai(t.lQ) +return s==null?null:s.f}, +If(a,b){return new A.xQ(a,b,null)}, +kR:function kR(a,b,c){this.c=a +this.d=b +this.a=c}, +Ny:function Ny(a,b,c,d,e,f){var _=this +_.bA$=a +_.fj$=b +_.qo$=c +_.ec$=d +_.fk$=e +_.a=null +_.b=f +_.c=null}, +xQ:function xQ(a,b,c){this.f=a +this.b=b +this.a=c}, +wx:function wx(a,b,c){this.c=a +this.d=b +this.a=c}, +A8:function A8(a){var _=this +_.d=null +_.e=!1 +_.r=_.f=null +_.w=!1 +_.a=null +_.b=a +_.c=null}, +aaD:function aaD(a){this.a=a}, +aaC:function aaC(a,b){this.a=a +this.b=b}, +cV:function cV(){}, +h6:function h6(){}, +a0H:function a0H(a,b){this.a=a +this.b=b}, +acR:function acR(){}, +Qx:function Qx(){}, +cc:function cc(){}, +hn:function hn(){}, +A7:function A7(){}, +wu:function wu(a,b,c){var _=this +_.cy=a +_.y=null +_.a=!1 +_.c=_.b=null +_.R$=0 +_.Z$=b +_.aD$=_.aK$=0 +_.b8$=!1 +_.$ti=c}, +wt:function wt(a,b){var _=this +_.cy=a +_.y=null +_.a=!1 +_.c=_.b=null +_.R$=0 +_.Z$=b +_.aD$=_.aK$=0 +_.b8$=!1}, +acS:function acS(){}, +nd:function nd(a,b){this.b=a +this.c=b}, +GS:function GS(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f +_.$ti=g}, +GQ:function GQ(a,b){this.a=a +this.b=b}, +rB:function rB(a,b,c,d,e,f,g,h){var _=this +_.e=_.d=null +_.f=a +_.r=$ +_.w=!1 +_.bA$=b +_.fj$=c +_.qo$=d +_.ec$=e +_.fk$=f +_.a=null +_.b=g +_.c=null +_.$ti=h}, +aaT:function aaT(a){this.a=a}, +aaU:function aaU(a){this.a=a}, +aaS:function aaS(a){this.a=a}, +aaQ:function aaQ(a,b,c){this.a=a +this.b=b +this.c=c}, +aaN:function aaN(a){this.a=a}, +aaO:function aaO(a,b){this.a=a +this.b=b}, +aaR:function aaR(){}, +aaP:function aaP(){}, +ND:function ND(a,b,c,d,e,f,g){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.b=f +_.a=g}, +Nv:function Nv(a){var _=this +_.y=null +_.a=!1 +_.c=_.b=null +_.R$=0 +_.Z$=a +_.aD$=_.aK$=0 +_.b8$=!1}, +rO:function rO(){}, +YT(a,b){var s=a.ai(t.Fe),r=s==null?null:s.x +return b.i("eC<0>?").a(r)}, +pB:function pB(){}, +dc:function dc(){}, +a4n:function a4n(a,b,c){this.a=a +this.b=b +this.c=c}, +a4l:function a4l(a,b,c){this.a=a +this.b=b +this.c=c}, +a4m:function a4m(a,b,c){this.a=a +this.b=b +this.c=c}, +a4k:function a4k(a,b){this.a=a +this.b=b}, +F7:function F7(){}, +Kk:function Kk(a,b){this.e=a +this.a=b +this.b=null}, +zw:function zw(a,b,c,d,e,f){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.b=e +_.a=f}, +ro:function ro(a,b,c){this.c=a +this.a=b +this.$ti=c}, +jI:function jI(a,b,c,d){var _=this +_.d=null +_.e=$ +_.f=a +_.r=b +_.a=null +_.b=c +_.c=null +_.$ti=d}, +a9k:function a9k(a){this.a=a}, +a9o:function a9o(a){this.a=a}, +a9p:function a9p(a){this.a=a}, +a9n:function a9n(a){this.a=a}, +a9l:function a9l(a){this.a=a}, +a9m:function a9m(a){this.a=a}, +eC:function eC(){}, +YU:function YU(a,b){this.a=a +this.b=b}, +YS:function YS(){}, +vT:function vT(){}, +vY:function vY(){}, +rn:function rn(){}, +al7(a,b,c){return new A.GW(c,a,b,null)}, +GW:function GW(a,b,c,d){var _=this +_.d=a +_.f=b +_.x=c +_.a=d}, +H_:function H_(){}, +kq:function kq(a){this.a=a}, +X_:function X_(a,b){this.b=a +this.a=b}, +a1a:function a1a(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}, +Ub:function Ub(a,b){this.b=a +this.a=b}, +Cy:function Cy(a,b){this.b=$ +this.c=a +this.a=b}, +DR:function DR(a){this.c=this.b=$ +this.a=a}, +a19(a){var s=a.ai(t.Cy),r=s==null?null:s.f +return r==null?B.zA:r}, +Cl:function Cl(a,b){this.a=a +this.b=b}, +H0:function H0(){}, +a16:function a16(){}, +a17:function a17(){}, +a18:function a18(){}, +act:function act(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}, +wB:function wB(a,b,c){this.f=a +this.b=b +this.a=c}, +H1(){return new A.wC(A.c([],t.ZP),$.au())}, +wC:function wC(a,b){var _=this +_.f=a +_.R$=0 +_.Z$=b +_.aD$=_.aK$=0 +_.b8$=!1}, +ani(a,b){return b}, +a2m:function a2m(){}, +NE:function NE(a){this.a=a}, +Hq:function Hq(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.w=f}, +Ar:function Ar(a,b){this.c=a +this.a=b}, +As:function As(a,b){var _=this +_.f=_.e=_.d=null +_.r=!1 +_.fT$=a +_.a=null +_.b=b +_.c=null}, +ab8:function ab8(a,b){this.a=a +this.b=b}, +QB:function QB(){}, +je:function je(){}, +E7:function E7(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +KL:function KL(){}, +agn(a,b,c,d,e){var s=new A.h7(c,e,d,a,0) +if(b!=null)s.fl$=b +return s}, +aAW(a){return a.fl$===0}, +eF:function eF(){}, +Iq:function Iq(){}, +ec:function ec(){}, +wH:function wH(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.fl$=d}, +h7:function h7(a,b,c,d,e){var _=this +_.d=a +_.e=b +_.a=c +_.b=d +_.fl$=e}, +hX:function hX(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.f=c +_.a=d +_.b=e +_.fl$=f}, +kT:function kT(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.fl$=d}, +Ij:function Ij(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.fl$=d}, +Ah:function Ah(){}, +Ag:function Ag(a,b,c){this.f=a +this.b=b +this.a=c}, +lk:function lk(a){var _=this +_.a=a +_.hy$=_.hx$=_.hw$=null}, +wE:function wE(a,b){this.c=a +this.a=b}, +wF:function wF(a,b){var _=this +_.d=a +_.a=null +_.b=b +_.c=null}, +a1b:function a1b(a){this.a=a}, +a1c:function a1c(a){this.a=a}, +a1d:function a1d(a){this.a=a}, +arV(a,b,c){var s,r +if(a>0){s=a/c +if(b"))}, +ahh(a,b){var s=$.af.a4$.z.h(0,a).gW() +s.toString +return t.x.a(s).fu(b)}, +wJ:function wJ(a,b){this.a=a +this.b=b}, +q2:function q2(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 +_.R$=0 +_.Z$=o +_.aD$=_.aK$=0 +_.b8$=!1}, +a1r:function a1r(){}, +pT:function pT(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}, +i0:function i0(a,b,c,d,e){var _=this +_.w=_.r=_.f=_.e=_.d=null +_.y=_.x=$ +_.z=a +_.as=_.Q=!1 +_.at=$ +_.cT$=b +_.aV$=c +_.a=null +_.b=d +_.c=null +_.$ti=e}, +a_v:function a_v(a){this.a=a}, +a_r:function a_r(a){this.a=a}, +a_s:function a_s(a){this.a=a}, +a_o:function a_o(a){this.a=a}, +a_p:function a_p(a){this.a=a}, +a_q:function a_q(a){this.a=a}, +a_t:function a_t(a){this.a=a}, +a_u:function a_u(a){this.a=a}, +a_w:function a_w(a){this.a=a}, +a_x:function a_x(a){this.a=a}, +il:function il(a,b,c,d,e,f,g,h,i,j){var _=this +_.cz=a +_.k2=!1 +_.b7=_.bB=_.by=_.aO=_.am=_.br=_.aW=_.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}, +im:function im(a,b,c,d,e,f,g,h,i,j){var _=this +_.f0=a +_.b_=_.aI=_.aB=_.Y=_.a_=_.B=_.b7=_.bB=_.by=_.aO=_.am=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}, +rx:function rx(){}, +auK(a,b){var s,r=a.b,q=b.b,p=r-q +if(!(p<1e-10&&a.d-b.d>-1e-10))s=q-r<1e-10&&b.d-a.d>-1e-10 +else s=!0 +if(s)return 0 +if(Math.abs(p)>1e-10)return r>q?1:-1 +return a.d>b.d?1:-1}, +auJ(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}, +pv:function pv(){}, +Z5:function Z5(a){this.a=a}, +Z6:function Z6(a,b,c){this.a=a +this.b=b +this.c=c}, +Z7:function Z7(){}, +Z8:function Z8(a,b){this.a=a +this.b=b}, +Z9:function Z9(a){this.a=a}, +LV:function LV(){}, +H9(a){var s=a.ai(t.Wu) +return s==null?null:s.f}, +ale(a,b){return new A.q5(b,a,null)}, +q3:function q3(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +NS:function NS(a,b,c,d){var _=this +_.d=a +_.ns$=b +_.lC$=c +_.a=null +_.b=d +_.c=null}, +q5:function q5(a,b,c){this.f=a +this.b=b +this.a=c}, +H8:function H8(){}, +QA:function QA(){}, +BH:function BH(){}, +wU:function wU(a,b){this.c=a +this.a=b}, +NZ:function NZ(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +O_:function O_(a,b,c){this.x=a +this.b=b +this.a=c}, +da(a,b,c,d,e){return new A.aq(a,c,e,b,d)}, +awf(a){var s=A.A(t.y6,t.Xw) +a.ac(0,new A.a25(s)) +return s}, +agr(a,b,c){return new A.no(null,c,a,b,null)}, +aq:function aq(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +nH:function nH(a,b){this.a=a +this.b=b}, +qc:function qc(a,b){var _=this +_.b=a +_.c=null +_.R$=0 +_.Z$=b +_.aD$=_.aK$=0 +_.b8$=!1}, +a25:function a25(a){this.a=a}, +a24:function a24(){}, +a26:function a26(a){this.a=a}, +a27:function a27(a){this.a=a}, +no:function no(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +Aw:function Aw(a){var _=this +_.a=_.d=null +_.b=a +_.c=null}, +wW:function wW(a,b){var _=this +_.c=a +_.R$=0 +_.Z$=b +_.aD$=_.aK$=0 +_.b8$=!1}, +wV:function wV(a,b){this.c=a +this.a=b}, +Av:function Av(a,b,c){var _=this +_.d=a +_.e=b +_.a=null +_.b=c +_.c=null}, +O2:function O2(a,b,c){this.f=a +this.b=b +this.a=c}, +O0:function O0(){}, +O1:function O1(){}, +O3:function O3(){}, +O6:function O6(){}, +O7:function O7(){}, +PZ:function PZ(){}, +alh(a,b){return new A.Hi(b,a,null)}, +Hi:function Hi(a,b,c){this.e=a +this.x=b +this.a=c}, +a2a:function a2a(a,b,c){this.a=a +this.b=b +this.c=c}, +rD:function rD(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +O9:function O9(a,b){var _=this +_.ay=_.p1=null +_.ch=!1 +_.d=_.c=_.b=_.a=_.CW=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +A5:function A5(a,b,c,d,e,f){var _=this +_.B=a +_.a_=b +_.Y=c +_.aB=d +_.u$=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}, +aao:function aao(a,b){this.a=a +this.b=b}, +aan:function aan(a,b){this.a=a +this.b=b}, +BF:function BF(){}, +QC:function QC(){}, +QD:function QD(){}, +alr(a,b){return new A.qg(b,A.alu(t.S,t.Dv),a,B.P)}, +awj(a,b,c,d,e){if(b===e-1)return d +return d+(d-c)/(b-a+1)*(e-b-1)}, +aug(a,b){return new A.uV(b,a,null)}, +Hw:function Hw(){}, +l1:function l1(){}, +Hu:function Hu(a,b){this.d=a +this.a=b}, +Hs:function Hs(a,b,c){this.f=a +this.d=b +this.a=c}, +qg:function qg(a,b,c,d){var _=this +_.p1=a +_.p2=b +_.p4=_.p3=null +_.R8=!1 +_.ay=null +_.ch=!1 +_.d=_.c=_.b=_.a=_.CW=null +_.e=$ +_.f=c +_.r=null +_.w=d +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +a2v:function a2v(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a2t:function a2t(){}, +a2u:function a2u(a,b){this.a=a +this.b=b}, +a2s:function a2s(a,b,c){this.a=a +this.b=b +this.c=c}, +a2w:function a2w(a,b){this.a=a +this.b=b}, +uV:function uV(a,b,c){this.f=a +this.b=b +this.a=c}, +x3:function x3(){}, +ha:function ha(){}, +l3:function l3(){}, +x4:function x4(a,b,c,d,e){var _=this +_.p1=a +_.p2=b +_.ay=_.p3=null +_.ch=!1 +_.d=_.c=_.b=_.a=_.CW=null +_.e=$ +_.f=c +_.r=null +_.w=d +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1 +_.$ti=e}, +Ax:function Ax(){}, +alt(a,b,c,d,e){return new A.HA(c,d,!0,e,b,null)}, +Hy:function Hy(a,b){this.a=a +this.b=b}, +x7:function x7(a){var _=this +_.a=!1 +_.R$=0 +_.Z$=a +_.aD$=_.aK$=0 +_.b8$=!1}, +HA:function HA(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.c=e +_.a=f}, +rA:function rA(a,b,c,d,e,f,g){var _=this +_.t=a +_.O=b +_.a9=c +_.bd=d +_.dz=e +_.fV=_.dA=null +_.f1=!1 +_.fm=null +_.u$=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}, +Hz:function Hz(){}, +yD:function yD(){}, +az7(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=A.c([],t.bt) +for(s=J.b1(c),r=0,q=0,p=0;r=0){g=p+k +f=g+(n-m) +p=f+1 +q=g-m +e.push(new A.l4(new A.br(g,f),o.b))}++r}return e}, +aAA(a,b,c,d,e){var s=e.b,r=e.a,q=a.a +if(r!==q)s=A.az7(q,r,s) +if(A.b6()===B.aS)return A.bW(A.ayT(s,a,c,d,b),c,null) +return A.bW(A.ayU(s,a,c,d,a.b.c),c,null)}, +ayU(a,b,c,d,e){var s,r,q,p,o=A.c([],t.Ne),n=b.a,m=c.b9(d),l=n.length,k=J.b1(a),j=0,i=0 +while(!0){if(!(jj){r=r=e?c:m +o.push(A.bW(null,s,B.d.af(n,r,p)));++i +j=p}}k=n.length +if(je){r=r=e&&g<=r&&f){o.push(A.bW(p,c,B.d.af(n,e,j))) +o.push(A.bW(p,l,B.d.af(n,j,g))) +o.push(A.bW(p,c,B.d.af(n,g,r)))}else o.push(A.bW(p,c,B.d.af(n,e,r))) +e=r}else{q=s.b +q=q=j&&q<=g&&f?l:k +o.push(A.bW(p,s,B.d.af(n,r,q)));++d +e=q}}j=n.length +if(ea/2 +n=s?o:o+B.b.gU(c).a.a +r=m.b +q=B.b.gU(c) +o=s?m.c:o+B.b.gaq(c).a.a +p=B.b.gaq(c) +n+=(o-n)/2 +o=m.d +return new A.xF(new A.i(n,A.D(r+q.a.b-d,r,o)),new A.i(n,A.D(r+p.a.b,r,o)))}, +xF:function xF(a,b){this.a=a +this.b=b}, +awM(a,b,c){var s=b/2,r=a-s +if(r<0)return 0 +if(a+s>c)return c-b +return r}, +I2:function I2(a,b,c){this.b=a +this.c=b +this.d=c}, +alN(a){var s=a.ai(t.l3),r=s==null?null:s.f +return r!==!1}, +alM(a){var s=a.Ds(t.l3),r=s==null?null:s.r +return r==null?B.zO:r}, +qz:function qz(a,b,c){this.c=a +this.d=b +this.a=c}, +OW:function OW(a,b){var _=this +_.d=!0 +_.e=a +_.a=null +_.b=b +_.c=null}, +yO:function yO(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +fd:function fd(){}, +cJ:function cJ(){}, +Pz:function Pz(a,b,c){var _=this +_.w=a +_.a=null +_.b=!1 +_.c=null +_.d=b +_.e=null +_.f=c +_.r=$}, +yp:function yp(){}, +I6:function I6(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +x0(a,b,c,d){return new A.Hp(c,d,a,b,null)}, +al9(a,b){return new A.GZ(a,b,null)}, +al4(a,b){return new A.GP(a,b,null)}, +eX(a,b,c){return new A.E4(c,!1,b,null)}, +hw(a,b,c){return new A.Cm(b,c,a,null)}, +tc:function tc(){}, +y6:function y6(a){this.a=null +this.b=a +this.c=null}, +a5K:function a5K(){}, +Hp:function Hp(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +GZ:function GZ(a,b,c){this.r=a +this.c=b +this.a=c}, +GP:function GP(a,b,c){this.r=a +this.c=b +this.a=c}, +E4:function E4(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +Du:function Du(a,b,c,d){var _=this +_.e=a +_.r=b +_.c=c +_.a=d}, +v8:function v8(){}, +Cm:function Cm(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +aAd(a,b,c){var s={} +s.a=null +return new A.adY(s,A.aX("arg"),a,b,c)}, +qH:function qH(a,b,c,d,e,f,g,h){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.a=g +_.$ti=h}, +qI:function qI(a,b,c){var _=this +_.d=a +_.e=$ +_.f=null +_.r=!1 +_.a=_.x=_.w=null +_.b=b +_.c=null +_.$ti=c}, +a4s:function a4s(a){this.a=a}, +qJ:function qJ(a,b){this.a=a +this.b=b}, +xP:function xP(a,b,c,d){var _=this +_.w=a +_.x=b +_.a=c +_.R$=0 +_.Z$=d +_.aD$=_.aK$=0 +_.b8$=!1}, +Po:function Po(a,b){this.a=a +this.b=-1 +this.$ti=b}, +adY:function adY(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +adX:function adX(a,b,c){this.a=a +this.b=b +this.c=c}, +B0:function B0(){}, +a4F(a){var s=A.aur(a,t._l) +return s==null?null:s.f}, +Im:function Im(a,b,c){this.c=a +this.d=b +this.a=c}, +Bb:function Bb(a,b,c){this.f=a +this.b=b +this.a=c}, +am1(a,b){var s +switch(b.a){case 0:s=a.ai(t.I) +s.toString +return A.ahP(s.w) +case 1:return B.J +case 2:s=a.ai(t.I) +s.toString +return A.ahP(s.w) +case 3:return B.J}}, +xR:function xR(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}, +Pv:function Pv(a,b,c){var _=this +_.b7=!1 +_.B=null +_.p1=$ +_.p2=a +_.ay=null +_.ch=!1 +_.d=_.c=_.b=_.a=_.CW=null +_.e=$ +_.f=b +_.r=null +_.w=c +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +QY:function QY(){}, +QZ:function QZ(){}, +am2(a,b){var s={},r=A.c([],t.E) +s.a=0 +a.aT(new A.a4H(s,r,b)) +return r}, +qN:function qN(){}, +a4H:function a4H(a,b,c){this.a=a +this.b=b +this.c=c}, +Py:function Py(a,b,c){this.f=a +this.b=b +this.a=c}, +Jb:function Jb(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +A3:function A3(a,b,c,d,e){var _=this +_.B=a +_.a_=b +_.Y=c +_.u$=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}, +aam:function aam(a){this.a=a}, +aal:function aal(a){this.a=a}, +Qu:function Qu(){}, +Gf:function Gf(){}, +ZU:function ZU(a){this.a=a}, +afe(a5,a6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=A.aiW(a5),b=c[0],a=c[1],a0=c[2],a1=a6.as,a2=a1[0]*(0.401288*b+0.650173*a-0.051461*a0),a3=a1[1]*(-0.250268*b+1.204414*a+0.045854*a0),a4=a1[2]*(-0.002079*b+0.048952*a+0.953127*a0) +a1=a6.at +s=Math.pow(a1*Math.abs(a2)/100,0.42) +r=Math.pow(a1*Math.abs(a3)/100,0.42) +q=Math.pow(a1*Math.abs(a4)/100,0.42) +p=A.Fn(a2)*400*s/(s+27.13) +o=A.Fn(a3)*400*r/(r+27.13) +n=A.Fn(a4)*400*q/(q+27.13) +m=(11*p+-12*o+n)/11 +l=(p+o-2*n)/9 +a1=20*o +k=Math.atan2(l,m)*180/3.141592653589793 +if(k<0)j=k+360 +else j=k>=360?k-360:k +i=j*3.141592653589793/180 +h=a6.r +g=a6.y +f=100*Math.pow((40*p+a1+n)/20*a6.w/h,g*a6.ay)/100 +Math.sqrt(f) +e=Math.pow(3846.153846153846*(0.25*(Math.cos((j<20.14?j+360:j)*3.141592653589793/180+2)+3.8))*a6.z*a6.x*Math.sqrt(m*m+l*l)/((20*p+a1+21*n)/20+0.305),0.9)*Math.pow(1.64-Math.pow(0.29,a6.f),0.73) +d=e*Math.sqrt(f) +Math.sqrt(e*g/(h+4)) +Math.log(1+0.0228*(d*a6.ax)) +Math.cos(i) +Math.sin(i) +return new A.Ss(j,d,A.c([0,0,0],t.n))}, +Ss:function Ss(a,b,c){this.a=a +this.b=b +this.y=c}, +WS:function WS(){var _=this +_.d=_.c=_.b=_.a=$}, +a4G:function a4G(a,b,c,d,e,f,g,h,i,j){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.z=f +_.as=g +_.at=h +_.ax=i +_.ay=j}, +aj_(a,b){var s=t.S +return new A.Dh(new A.jr(a,Math.max(48,b),A.A(s,s)),new A.jr(a,16,A.A(s,s)),new A.jr(a+60,24,A.A(s,s)),new A.jr(a,4,A.A(s,s)),new A.jr(a,8,A.A(s,s)),new A.jr(25,84,A.A(s,s)))}, +Dh:function Dh(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +jr:function jr(a,b,c){this.a=a +this.b=b +this.c=c}, +a42:function a42(a){this.a=a}, +a43:function a43(a,b,c){this.a=a +this.b=b +this.c=c}, +ala(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9){return new A.a13(a0,j,a1,k,a3,l,a4,m,a8,p,a9,q,b,h,c,i,a,g,a6,n,a7,o,r,s,a5,a2,f,d,e)}, +a13:function a13(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9}, +awg(a){return new A.wY(null,a,B.P)}, +a2b:function a2b(){}, +abj:function abj(a){this.a=a}, +l_:function l_(){}, +wY:function wY(a,b,c){var _=this +_.a8d$=a +_.ay=null +_.ch=!1 +_.d=_.c=_.b=_.a=null +_.e=$ +_.f=b +_.r=null +_.w=c +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +O8:function O8(){}, +Yo:function Yo(){}, +ZL:function ZL(){}, +av_(a,b,c){var s=$.aeU() +A.ul(a) +if(b!==s.a.get(a))throw A.h(A.k2("Platform interfaces must not be implemented with `implements`"))}, +ZP:function ZP(){}, +as4(a,b){if(b!=null)b.m()}, +tF:function tF(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e +_.$ti=f}, +aup(a,b){if(b!=null)b.T(a.gNu()) +return new A.Yn(b,a)}, +v9:function v9(){}, +Yn:function Yn(a,b){this.a=a +this.b=b}, +kU(a,b,c,d){var s,r,q,p=A.akT(a,c) +try{q=p +s=q==null?null:q.gmx().gl() +if(!c.b(s)){q=A.agf(A.bl(c),A.r(a.gaP())) +throw A.h(q)}r=b.$1(s) +if(p!=null)a.ju(p,new A.a1t(c,a,b,r)) +else a.ai(c.i("dF<0?>")) +return r}finally{}}, +vU(a,b,c){var s=A.akT(a,c),r=s==null?null:s.gmx().gl() +if($.apU()){if(!c.b(r))throw A.h(A.agf(A.bl(c),A.r(a.gaP()))) +return r}return r==null?c.a(r):r}, +akT(a,b){var s=b.i("nQ<0?>?").a(a.f8(b.i("dF<0?>"))) +if(s==null&&!b.b(null))throw A.h(new A.Ga(A.bl(b),A.r(a.gaP()))) +return s}, +agf(a,b){return new A.Gb(a,b)}, +pa:function pa(){}, +z9:function z9(a,b,c){var _=this +_.a8d$=a +_.ay=null +_.ch=!1 +_.d=_.c=_.b=_.a=null +_.e=$ +_.f=b +_.r=null +_.w=c +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +a1t:function a1t(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +dF:function dF(a,b,c,d){var _=this +_.f=a +_.b=b +_.a=c +_.$ti=d}, +nM:function nM(a,b){var _=this +_.b=_.a=!1 +_.c=a +_.$ti=b}, +nQ:function nQ(a,b,c,d){var _=this +_.ew=_.cj=!1 +_.cP=!0 +_.dG=_.cz=!1 +_.ap=$ +_.am=a +_.ay=null +_.ch=!1 +_.d=_.c=_.b=_.a=null +_.e=$ +_.f=b +_.r=null +_.w=c +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1 +_.$ti=d}, +a8g:function a8g(a,b){this.a=a +this.b=b}, +a8h:function a8h(a){this.a=a}, +Ke:function Ke(){}, +hl:function hl(){}, +r2:function r2(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.$ti=g}, +ys:function ys(a){var _=this +_.b=null +_.c=!1 +_.a=_.f=_.e=_.d=null +_.$ti=a}, +Gb:function Gb(a,b){this.a=a +this.b=b}, +Ga:function Ga(a,b){this.a=a +this.b=b}, +mJ(a){var s=new A.aY(new Float64Array(16)) +if(s.kp(a)===0)return null +return s}, +auB(){return new A.aY(new Float64Array(16))}, +auC(){var s=new A.aY(new Float64Array(16)) +s.dD() +return s}, +j0(a,b,c){var s=new Float64Array(16),r=new A.aY(s) +r.dD() +s[14]=c +s[13]=b +s[12]=a +return r}, +ps(a,b,c){var s=new Float64Array(16) +s[15]=1 +s[10]=c +s[5]=b +s[0]=a +return new A.aY(s)}, +akU(){var s=new Float64Array(4) +s[3]=1 +return new A.kM(s)}, +mH:function mH(a){this.a=a}, +aY:function aY(a){this.a=a}, +kM:function kM(a){this.a=a}, +cY:function cY(a){this.a=a}, +hh:function hh(a){this.a=a}, +dX(a,b,c,d){var s=A.agJ(a),r=new A.a4Q() +return new A.mp(r.$2((a.gl()>>>24&255)/255,b),r.$3(s.b,0,360),r.$2(s.c,d),r.$2(s.d,c)).D1()}, +a4P(a,b){var s,r,q=A.agJ(a),p=q.a +p=p<=1?p:1 +s=q.c +r=q.d +s=s<=b?s:b +r=r<=1?r:1 +return new A.mp(p,q.b,s,r).D1()}, +am6(a,b){var s,r,q=A.agJ(a),p=q.a +p=p>=0?p:0 +s=q.c +r=q.d +s=s>=0?s:0 +r=r>=b?r:b +return new A.mp(p,q.b,s,r).D1()}, +agJ(a){var s,r,q,p,o=(a.gl()>>>16&255)/255,n=(a.gl()>>>8&255)/255,m=(a.gl()&255)/255,l=Math.max(o,Math.max(n,m)),k=Math.min(o,Math.min(n,m)),j=l-k,i=a.gl(),h=A.aX("hue") +if(l===0)h.b=0 +else if(l===o)h.b=60*B.c.c9((n-m)/j,6) +else if(l===n)h.b=60*((m-o)/j+2) +else if(l===m)h.b=60*((o-n)/j+4) +h.b=isNaN(h.aF())?0:h.aF() +s=h.aF() +r=(l+k)/2 +q=r===1?0:A.D(j/(1-Math.abs(2*r-1)),0,1) +p=r===0?0:q +return new A.mp((i>>>24&255)/255,s,p,r)}, +a4Q:function a4Q(){}, +anP(a){var s=A.eK(96,B.hR,a),r=A.eK(60,B.hR,a),q=A.eK(48,B.m,a),p=A.eK(40,B.m,a),o=A.eK(34,B.m,a),n=A.eK(24,B.m,a),m=A.eK(20,B.F,a),l=A.eK(16,B.m,a),k=A.eK(14,B.F,a) +return A.a3V(A.eK(16,B.m,a),A.eK(14,B.m,a),A.eK(12,B.m,a),s,r,q,p,o,n,A.eK(14,B.F,a),A.eK(12,B.m,a),A.eK(10,B.m,a),m,l,k)}, +eK(a,b,c){var s=null +return new A.Pn(!0,c,s,"packages/yaru/Ubuntu",s,"yaru",a,b,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s)}, +Pn:function Pn(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +an7(a){var s,r,q,p,o=null,n=A.e2(6),m=a.a===B.x,l=m?B.kW:B.As,k=a.b +if(B.b.n(B.aj,k)){s=a.fx +r=s==null?a.cx:s}else{s=a.fr +r=s==null?a.cx:s}q=m?B.kW:B.Az +m=a.at +s=a.db +p=B.dT.bJ(A.dX(s,0,-0.2,0)) +return A.ajZ(B.jN,!1,new A.dm(4,n,new A.ag(r,1,B.r,-1)),o,B.C7,o,new A.dm(4,n,new A.ag(q,1,B.r,0)),new A.dm(4,n,new A.ag(r,1,B.r,0)),new A.dm(4,n,new A.ag(m,1,B.r,0)),o,o,l,!0,B.e2,B.eq,o,o,new A.dm(4,n,new A.ag(k,1,B.r,-1)),new A.dm(4,n,new A.ag(m,1,B.r,0)),o,B.dT,B.dT,o,s,!1,!0,B.dT,B.jN,o,B.dT.bJ(A.dX(s,0,-0.2,0)),o,p)}, +azb(a){var s=null,r=t.T +return new A.ql(new A.b0(new A.adm(a),r),new A.b0(new A.adn(a),r),A.jH(new A.ado()),s,s,s,s,s,s)}, +azz(a,b){var s +if(a.n(0,B.q)){if(a.n(0,B.O)){s=b.db.a +return A.z(B.c.aJ(127.5),s>>>16&255,s>>>8&255,s&255)}s=b.db.a +return A.z(B.c.aJ(127.5),s>>>16&255,s>>>8&255,s&255)}else return b.c}, +azA(a,b){var s,r,q,p=b.db.a,o=p>>>16&255,n=p>>>8&255 +p&=255 +s=A.z(64,o,n,p) +r=A.z(38,o,n,p) +q=A.z(46,o,n,p) +if(a.n(0,B.q)){if(a.n(0,B.O))return q +return r}else if(a.n(0,B.O))return b.b +else return s}, +anf(a,b){var s +if(!a.n(0,B.q)){if(a.n(0,B.O))return b.b +s=b.db.a +return A.z(191,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.O)){s=b.db.a +return A.z(51,s>>>16&255,s>>>8&255,s&255)}s=b.db.a +return A.z(51,s>>>16&255,s>>>8&255,s&255)}, +azv(a,b){if(!a.n(0,B.q))return A.eE(b.b)===B.x?B.j:B.i +return B.ee}, +az8(a){var s=null,r=t.T +return new A.oq(s,new A.b0(new A.add(a),r),new A.b0(new A.ade(a),r),s,s,s,s,new A.bd(A.e2(3),B.n),s)}, +aza(a){var s=null +return new A.pP(s,new A.b0(new A.adl(a),t.T),s,s,s,s)}, +azc(a,b){var s=null,r=a.a===B.x?a.db:A.z(204,255,255,255) +return new A.qn(s,a.b,s,b,r,s,s,s,s,A.jH(new A.adp(a)),s,s,s)}, +an8(a){var s,r,q=null +if(a.a===B.R){s=a.dx +r=s==null?a.cy:s}else r=a.cy +return new A.vq(new A.b0(new A.adf(r),t.T),q,A.jH(new A.adg(r)),new A.b0(new A.adh(),t.F9),q,q,q,q,A.agW(new A.adi(a)),new A.b0(new A.adj(a),t.iJ),q,q,q)}, +az9(a){var s=null,r=a.cy,q=a.db.a +return new A.px(64,r,s,s,r,A.z(B.c.aJ(25.5),q>>>16&255,q>>>8&255,q&255),s,s,new A.b0(new A.adk(a),t.gO),s)}, +anQ(d9,e0,e1,e2,e3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8=null +if(e0==null)if(B.b.n(B.aj,d9.b)){s=d9.fx +e0=s==null?d9.cx:s}else{s=d9.fr +e0=s==null?d9.cx:s}r=d9.db +q=A.anP(r) +s=d9.a +p=s===B.R +o=p?d9.cy:d9.b +n=p?r:d9.c +m=d9.CW +l=d9.cy +k=r.a +j=k>>>16&255 +i=k>>>8&255 +k&=255 +h=A.alL(p,m,l,s,m,l,d9,m,A.z(31,j,i,k),d9.at,n,o,m,d8,!0) +g=d9.b +f=B.c.aJ(76.5) +e=A.z(f,g.gl()>>>16&255,g.gl()>>>8&255,g.gl()&255) +d=A.z(f,g.gl()>>>16&255,g.gl()>>>8&255,g.gl()&255) +c=A.azc(d9,e0) +b=p?B.kA:B.b4 +a=A.e2(8) +if(p)a0=new A.ag(A.z(B.c.aJ(255*(B.b.n(B.aj,g)?1:0.2)),255,255,255),1,B.r,-1) +else a0=B.n +a1=$.apM() +if(B.b.n(B.aj,g)){a2=d9.fx +if(a2==null)a2=d9.cx}else{a2=d9.fr +if(a2==null)a2=d9.cx}a3=A.e2(6) +a4=new A.Mb(r,d8) +a5=new A.Md(r) +a6=t.kU +a2=A.k7(d8,d8,d8,d8,d8,d8,a4,d8,d8,d8,d8,new A.Mc(d8,d8),a5,d8,d8,new A.aO(new A.bd(a3,B.n),a6),new A.aO(new A.ag(a2,1,B.r,-1),t.e1),d8,d8,d8,d8,d8).b9(B.e1) +a3=e1==null +a7=a3?g:e1 +if(e2==null)a8=A.eE(a7)===B.x?B.j:B.i +else a8=e2 +if(B.b.n(B.aj,g)){a9=d9.fx +a9=new A.ag(a9==null?d9.cx:a9,1,B.r,-1)}else a9=B.n +b0=A.e2(6) +b1=new A.yQ(a7,d8) +a4=new A.yQ(a8,d8) +a5=new A.Ky(a8) +b2=t.wG +b3=t.h9 +a9=A.k7(d8,d8,b1,new A.Kw(0),d8,d8,a4,d8,d8,d8,d8,new A.Kx(d8,d8),a5,d8,new A.aO(B.y,b3),new A.aO(new A.bd(b0,a9),a6),d8,d8,d8,d8,new A.aO(d8,b2),d8).b9(B.e1) +b0=A.z(31,j,i,k) +b4=B.c.aJ(25.5) +b5=A.z(b4,j,i,k) +b6=A.z(b4,j,i,k) +if(B.b.n(B.aj,g)){b7=d9.fx +b7=new A.ag(b7==null?d9.cx:b7,1,B.r,-1)}else b7=B.n +b8=A.e2(6) +a4=new A.yT(r,d8) +a6=A.k7(d8,d8,new A.yT(b5,b0),new A.aO(0,t.Ve),d8,d8,a4,d8,d8,d8,d8,new A.KG(d8,d8),new A.KH(r),d8,new A.aO(B.y,b3),new A.aO(new A.bd(b8,b7),a6),d8,d8,new A.aO(b6,b3),d8,new A.aO(d8,b2),d8).b9(B.e1) +b0=A.a31(d8,d8,d8,d8,d8,d8,d8,d8,d8,g,g,d8,d8,d8,d8,new A.bd(A.e2(6),B.n),d8,d8,d8,d8).b9(B.e1) +b3=A.mt(d8,d8,d8,d8,d8,B.iQ,d8,r,A.z(13,j,i,k),d8,20,B.iQ,B.iQ,B.at,d8,m,B.ig,d8) +b2=A.k7(B.Q,d8,d8,d8,d8,d8,d8,d8,d8,B.T9,B.T7,d8,d8,d8,d8,d8,d8,d8,d8,B.ig,new A.aO(q.z,b2),d8) +b5=A.azb(d9) +b6=A.az8(d9) +b7=A.aza(d9) +b8=p?g:d8 +if(B.b.n(B.aj,g)){b9=d9.fx +if(b9==null)b9=d9.cx}else b9=A.z(B.c.aJ(255*(s===B.x?0.2:0.07)),j,i,k) +c0=s===B.x +c1=c0?B.xn:B.xo +c1=A.aix(new A.bj(d8,d8,d8,d8,d8,r,d8,d8),l,d8,0,r,new A.bj(20,d8,d8,d8,d8,r,d8,d8),0,d8,new A.cu(B.n,B.n,new A.ag(b9,1,B.r,-1),B.n),l,c1,d8,A.anP(r).r.a6L(r,B.m),46,d8) +c2=a3?g:e1 +b9=A.eE(c2)===B.x?B.j:B.i +c3=A.e2(30) +if(B.b.n(B.aj,g)){c4=d9.fx +c4=new A.ag(c4==null?d9.cx:c4,1,B.r,-1)}else c4=B.n +c4=A.ajC(c2,3,3,d8,d8,d8,d8,d8,d8,3,b9,3,d8,3,d8,d8,d8,new A.bd(c3,c4),d8,d8,d8) +c3=A.z(204,j,i,k) +b9=A.an7(d9) +if(B.b.n(B.aj,g)){c5=d9.fx +if(c5==null)c5=d9.cx}else{c5=d9.fr +if(c5==null)c5=d9.cx}if(B.b.n(B.aj,g)){c6=d9.fx +if(c6==null)c6=d9.cx}else c6=d8 +c7=d9.fr +if(c7==null)c7=d9.cx +c6=A.alR(c5,B.jK,d8,d8,B.yN,d8,d8,c7,d8,d8,A.z(13,j,i,k),c6,r,d8,d8) +c7=A.z(102,g.gl()>>>16&255,g.gl()>>>8&255,g.gl()&255) +c5=A.an7(d9) +c5=A.ajZ(c5.dx,!1,c5.k2,B.yO,c5.z,c5.CW,c5.id,c5.k1,c5.fx,c5.r,c5.f,c5.cy,c5.cx,c5.x,c5.w,c5.b,c5.dy,c5.fy,c5.go,c5.d,c5.c,c5.e,c5.fr,d8,!1,c5.y,c5.a,c5.db,c5.ax,c5.at,c5.ch,c5.ay) +c8=A.an8(d9) +c9=A.an8(d9) +if(p){d0=d9.dx +d1=d0==null?l:d0}else d1=l +d0=A.e2(10) +if(B.b.n(B.aj,g)){d2=d9.fx +if(d2==null)d2=d9.cx}else d2=A.z(B.c.aJ(255*(c0?0.3:0.2)),j,i,k) +d3=A.az9(d9) +b4=A.z(b4,j,i,k) +d4=A.z(204,j,i,k) +d5=a3?g:e1 +d6=A.eE(a3?g:e1)===B.x?B.j:B.i +d7=A.z(B.c.aJ(255*(c0?0.4:0.7)),g.gl()>>>16&255,g.gl()>>>8&255,g.gl()&255) +d7=A.alq(d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,A.z(f,j,i,k),d8,d8,d8,d7,B.zy,d8,d8,d8,d8,d8,d8,B.i,d8,B.zz,d8,d8,d8,d8,d8,d8) +f=c0?B.y:B.kE +k=A.ak9(d8,d8,d8,d8,A.z(204,j,i,k),d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,d8) +i=A.als(B.y,d8,B.i,A.z(242,20,20,20),B.xi,B.i,B.a_j,B.y,A.z(B.c.aJ(178.5),255,255,255),0,d8,new A.bd(A.e2(34),B.n),350) +j=a3?g:e1 +return h.a6Z(c1,p,new A.oh(d5,d6,d8,d8,d8,d8,d8,d8),new A.oj(l,d8,d8,d8,d8,d8,d8),new A.ok(d8,d8,d8,d8,g,c3,d8,d8,d8,d8,d8,d8,d8,d8),s,a1,m,l,b6,A.aiN(d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,A.z(102,j.gl()>>>16&255,j.gl()>>>8&255,j.gl()&255),d8,d8,d8,d8,d8,d8),m,new A.m5(b,d8,d8,b,new A.bd(a,a0),d8,d8,d8,d8,d8),e0,new A.m6(e0,1,0,d8,d8),new A.oL(m,d8,d8,d8,d8,new A.bd(B.yz,new A.ag(f,1,B.r,-1)),d8,d8),new A.oM(d8,c5,c8),new A.oR(a9),new A.oU(a6),c4,new A.iN(b3),new A.bj(20,d8,d8,d8,d8,r,d8,d8),g,b9,k,new A.pu(b2),new A.mL(c9),d3,new A.py(l,d8,d8,d8,new A.bj(20,d8,d8,d8,d8,d4,d8,d8),new A.bj(20,d8,d8,d8,d8,r,d8,d8),d8,d8,d8,b4,d8,d8,d8),new A.pz(a2),B.a2n,new A.pK(d1,new A.dm(4,d0,new A.ag(d2,1,B.r,-1)),d8,d8,d1,d8,d8,d8,d8,d8),g,b8,new A.bj(d8,d8,d8,d8,d8,r,d8,d8),new A.pN(g,d,d8,e,d8),b7,m,B.VF,d7,i,B.zV,b5,c,new A.qq(b0),new A.qw(r,c7,d8),q,c6,B.a12)}, +de(a,b){var s=A.a4P(A.dX(b,0,0.2,0),0.9),r=A.a4P(A.dX(b,0,0.85,0),0.5),q=A.a4P(A.dX(b,0,0.5,0),0.8),p=A.a4P(A.dX(b,0,0.75,0),0.75),o=A.eE(b)===B.x?B.j:B.i,n=A.eE(s)===B.x?B.j:B.i,m=A.eE(r)===B.x?B.j:B.i,l=A.eE(q)===B.x?B.j:B.i,k=A.aiU(B.i,B.x,B.AQ,B.cs,B.cs,B.cs,B.i,B.b4,o,B.cs,n,m,B.cs,B.hg,l,A.eE(p)===B.x?B.j:B.i,B.AV,B.j,b,B.b4,B.j,s,r,b,B.i,B.ee,B.ee,q,p) +return A.anQ(k,B.b.n(B.aj,k.b)?null:B.AU,a,null,!0)}, +dd(a,b,c,d){var s=A.dX(d,0,-0.3,-0.15),r=A.am6(A.dX(d,0,-0.6,-0.75),0.175),q=A.dX(d,0,-0.5,-0.25),p=A.am6(A.dX(d,0,-0.5,-0.65),0.2),o=A.eE(d)===B.x?B.j:B.i,n=A.aiU(B.kA,B.R,B.AY,B.b4,B.b4,B.b4,B.i,B.Aw,o,B.b4,A.eE(A.dX(d,0,-0.25,0))===B.x?B.j:B.i,B.i,B.b4,B.ee,B.b4,B.b4,B.AA,B.i,d,B.hg,B.j,s,r,d,B.cs,B.hg,B.d2,q,p) +return A.anQ(n,B.b.n(B.aj,n.b)?null:B.kE,a,b,!0)}, +ado:function ado(){}, +adm:function adm(a){this.a=a}, +adn:function adn(a){this.a=a}, +add:function add(a){this.a=a}, +ade:function ade(a){this.a=a}, +adl:function adl(a){this.a=a}, +adp:function adp(a){this.a=a}, +adg:function adg(a){this.a=a}, +adj:function adj(a){this.a=a}, +adi:function adi(a){this.a=a}, +adh:function adh(){}, +adf:function adf(a){this.a=a}, +adk:function adk(a){this.a=a}, +IF:function IF(a){this.a=a}, +PI:function PI(){}, +PH:function PH(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +PT:function PT(){}, +PS:function PS(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +cy:function cy(a,b){this.a=a +this.b=b}, +amZ(a,b){return new A.PJ(b,a,null)}, +ah8(a,b){return a.a6V(b.d,b.e,b.r)}, +y1:function y1(a,b,c){this.c=a +this.f=b +this.a=c}, +PQ:function PQ(a){var _=this +_.a=_.f=_.e=_.d=null +_.b=a +_.c=null}, +nF:function nF(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +PJ:function PJ(a,b,c){this.w=a +this.b=b +this.a=c}, +PP:function PP(){}, +F8:function F8(){}, +It:function It(a){this.a=a}, +Iu:function Iu(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +PB:function PB(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.a=e}, +acu:function acu(a){this.a=a}, +Iv:function Iv(a){this.a=a}, +Iw:function Iw(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +PC:function PC(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.a=e}, +jx(a,b,c){return new A.nD(a,c,b,null)}, +a4O:function a4O(a,b){this.a=a +this.b=b}, +nD:function nD(a,b,c,d){var _=this +_.c=a +_.f=b +_.w=c +_.a=d}, +PD:function PD(a,b,c){var _=this +_.d=$ +_.eb$=a +_.bQ$=b +_.a=null +_.b=c +_.c=null}, +acv:function acv(a){this.a=a}, +a4M:function a4M(){}, +BM:function BM(){}, +a4N:function a4N(){}, +Ix:function Ix(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +PE:function PE(a,b,c,d){var _=this +_.b=a +_.c=b +_.d=c +_.a=d}, +R0:function R0(){}, +Iy:function Iy(a){this.a=a}, +Iz:function Iz(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +PF:function PF(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.a=e}, +xW:function xW(a,b){this.a=a +this.b=b}, +IA:function IA(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +PG:function PG(a,b,c,d,e,f){var _=this +_.r=a +_.b=b +_.c=c +_.d=d +_.e=e +_.a=f}, +II:function II(){}, +a4X:function a4X(a){this.a=a}, +a4Y:function a4Y(a){this.a=a}, +PO:function PO(){}, +qP:function qP(a,b){this.c=a +this.a=b}, +PM:function PM(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.a=e}, +IE:function IE(a,b,c){var _=this +_.a=a +_.c=b +_.R$=0 +_.Z$=c +_.aD$=_.aK$=0 +_.b8$=!1}, +xX:function xX(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +Bl:function Bl(a){var _=this +_.f=_.e=_.d=$ +_.a=null +_.b=a +_.c=null}, +acy:function acy(){}, +acx:function acx(){}, +acw:function acw(){}, +a4U(a){var s +a.ai(t.Tp) +s=t.lx.a(A.G(a).c.h(0,A.bl(t.eQ))) +if(s==null){s=A.G(a).ax +s=new A.i9(null,B.a2o,!0,s.a===B.x?A.dX(s.CW,0,-0.029,0):s.cy)}return s}, +i9:function i9(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +PK:function PK(){}, +ID:function ID(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.a=g}, +a4V:function a4V(a,b){this.a=a +this.b=b}, +a4W:function a4W(a,b){this.a=a +this.b=b}, +agK(a,b,c,d){return new A.nE(a,b,d,c,null)}, +xZ:function xZ(a,b){this.a=a +this.b=b}, +nE:function nE(a,b,c,d,e){var _=this +_.d=a +_.e=b +_.f=c +_.w=d +_.a=e}, +PL:function PL(a){var _=this +_.a=_.d=null +_.b=a +_.c=null}, +acz:function acz(a,b){this.a=a +this.b=b}, +xY:function xY(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.w=c +_.b=d +_.a=e}, +IC:function IC(a,b,c,d,e,f){var _=this +_.w=a +_.y=b +_.Q=c +_.at=d +_.ay=e +_.a=f}, +a4S:function a4S(a){this.a=a}, +a4R:function a4R(a){this.a=a}, +a4T:function a4T(a){this.a=a}, +y_:function y_(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.ax=k +_.ay=l +_.ch=m +_.a=n}, +Bm:function Bm(a){var _=this +_.e=_.d=$ +_.a=null +_.b=a +_.c=null}, +acA:function acA(a){this.a=a}, +y0:function y0(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.z=d +_.Q=e +_.as=f +_.a=g}, +PN:function PN(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +acC:function acC(a){this.a=a}, +acB:function acB(a){this.a=a}, +IG:function IG(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.f=c +_.r=d +_.x=e +_.y=f +_.a=g}, +IH:function IH(a,b){this.a=a +this.b=b}, +axJ(a,b){var s=A.a7(a).i("fS<1,f>") +s=A.agu(new A.fS(a,new A.a8Y(b),s),1,s.i("t.E")) +return A.ah(s,!0,A.l(s).i("t.E"))}, +axh(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){return new A.y3(a6,p,a,f,a7,g,b,a4,c,a5,i,j,k,l,m,n,q,r,s,a0,a1,a2,h,a3,d,e,o)}, +axi(){$.agL.a7(0) +return A.a5k().c1(new A.a5j(),t.H)}, +axb(a){return A.akv(a)}, +qQ:function qQ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p +_.cx=q +_.cy=r +_.db=s +_.dx=a0 +_.dy=a1 +_.fr=a2 +_.fx=a3 +_.fy=a4 +_.go=a5 +_.id=a6 +_.a=a7}, +a51:function a51(a,b){this.a=a +this.b=b}, +a50:function a50(a){this.a=a}, +a59:function a59(a,b){this.a=a +this.b=b}, +a52:function a52(a,b){this.a=a +this.b=b}, +a57:function a57(a,b){this.a=a +this.b=b}, +a58:function a58(a,b){this.a=a +this.b=b}, +a53:function a53(a,b){this.a=a +this.b=b}, +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}, +a8Y:function a8Y(a){this.a=a}, +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,a3,a4,a5,a6,a7){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p +_.cx=q +_.cy=r +_.db=s +_.dx=a0 +_.dy=a1 +_.fr=a2 +_.fx=a3 +_.fy=a4 +_.go=a5 +_.id=a6 +_.a=a7}, +a5j:function a5j(){}, +a5i:function a5i(a,b,c){this.a=a +this.b=b +this.c=c}, +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){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p +_.cx=q +_.cy=r +_.db=s +_.dx=a0 +_.dy=a1 +_.fr=a2 +_.fx=a3 +_.fy=a4 +_.go=a5 +_.id=a6 +_.a=a7}, +axQ(){var s=t.S,r=A.ck(s) +s=new A.ie(B.as,18,B.bA,A.A(s,t.o),r,null,null,A.rX(),A.A(s,t.A)) +s.Uf() +return s}, +axR(){return A.axQ()}, +IJ:function IJ(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.r=d +_.a=e}, +a4Z:function a4Z(a,b){this.a=a +this.b=b}, +a5_:function a5_(a,b){this.a=a +this.b=b}, +ie:function ie(a,b,c,d,e,f,g,h,i){var _=this +_.b_=_.aI=_.aB=_.Y=_.a_=_.B=_.b7=_.bB=_.by=_.aO=_.am=_.aX=_.cr=_.f0=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}, +a9M:function a9M(){}, +a9N:function a9N(){}, +axe(a,b,c){var s=a==null +if(s&&b==null)return null +if(s){s=b.a +return A.ai(new A.ag(A.z(0,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255),0,B.r,-1),b,c)}if(b==null){s=a.a +return A.ai(new A.ag(A.z(0,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255),0,B.r,-1),a,c)}return A.ai(a,b,c)}, +am7(a){var s +a.ai(t.al) +s=t.lc.a(A.G(a).c.h(0,A.bl(t.KL))) +return s==null?B.a2r:s}, +y2:function y2(a,b){this.a=a +this.b=b}, +ia:function ia(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}, +PR:function PR(){}, +a5b(a,b,c,d){return new A.qR(d,c,b,a,null)}, +qS:function qS(a,b){this.a=a +this.b=b}, +a5c:function a5c(a,b){this.a=a +this.b=b}, +qR:function qR(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +PV:function PV(a,b,c){var _=this +_.e=_.d=!1 +_.w=_.r=$ +_.cT$=a +_.aV$=b +_.a=null +_.b=c +_.c=null}, +acI:function acI(a,b){this.a=a +this.b=b}, +acH:function acH(a,b){this.a=a +this.b=b}, +acF:function acF(a){this.a=a}, +acG:function acG(a){this.a=a}, +acD:function acD(a){this.a=a}, +acE:function acE(a){this.a=a}, +acJ:function acJ(a,b){this.a=a +this.b=b}, +PU:function PU(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.a=e}, +BN:function BN(){}, +nG(a){var s=$.am8.h(0,a) +if(s==null){s=new A.qT(a) +$.am8.p(0,a,s)}return s}, +axj(a){var s=A.nG(0) +return $.it().n4(s.a)}, +axk(a){var s=A.nG(0) +return $.it().vu(s.a)}, +axl(a){var s=A.nG(0) +return $.it().wa(s.a)}, +axm(a){var s=A.nG(0) +return $.it().wd(s.a)}, +axn(a){var s=A.nG(0) +return $.it().wO(s.a)}, +axo(a){var s=A.nG(0) +return $.it().rG(s.a)}, +a5k(){var s=0,r=A.a_(t.nE),q,p +var $async$a5k=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:if($.af==null)A.am3() +$.af.toString +p=A.nG(0) +s=3 +return A.a5($.it().vX(p.a),$async$a5k) +case 3:q=p +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$a5k,r)}, +qT:function qT(a){this.a=a}, +a5d:function a5d(){this.c=null}, +a5e:function a5e(){}, +a5g:function a5g(a,b){this.a=a +this.b=b}, +a5f:function a5f(){}, +a5h:function a5h(){}, +axg(a){return new A.fj(a.h(0,"active"),a.h(0,"closable"),a.h(0,"fullscreen"),a.h(0,"maximizable"),a.h(0,"maximized"),a.h(0,"minimizable"),a.h(0,"minimized"),a.h(0,"movable"),a.h(0,"restorable"),a.h(0,"title"),a.h(0,"visible"))}, +fj:function fj(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}, +a5a:function a5a(){}, +aeC(){var s=0,r=A.a_(t.H) +var $async$aeC=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:s=2 +return A.a5(A.ae1(new A.aeE(),new A.aeF()),$async$aeC) +case 2:return A.Y(null,r)}}) +return A.Z($async$aeC,r)}, +aeF:function aeF(){}, +aeE:function aeE(){}, +asz(a){a.ai(t.H5) +return null}, +aof(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)}, +axX(){throw A.h(A.aA("Platform._numberOfProcessors"))}, +ay_(){throw A.h(A.aA("Platform._pathSeparator"))}, +axY(){throw A.h(A.aA("Platform._operatingSystem"))}, +axZ(){throw A.h(A.aA("Platform._operatingSystemVersion"))}, +axV(){throw A.h(A.aA("Platform._localHostname"))}, +axT(){throw A.h(A.aA("Platform._executable"))}, +ay0(){throw A.h(A.aA("Platform._resolvedExecutable"))}, +axU(){throw A.h(A.aA("Platform._executableArguments"))}, +ay2(){throw A.h(A.aA("Platform._version"))}, +axW(){throw A.h(A.aA("Platform._localeName"))}, +ay1(){throw A.h(A.aA("Platform._script"))}, +ayn(a){throw A.h(A.aA("StdIOUtils._getStdioInputStream"))}, +ayo(a){throw A.h(A.aA("StdIOUtils._getStdioOutputStream"))}, +ajS(){$.apT() +return null}, +av2(){return A.ay5()}, +av0(){return $.apn()}, +av3(){return $.apo()}, +av4(){return A.aya()}, +av1(){return A.ay3()}, +ay5(){var s=A.axW() +return s}, +ay6(){return A.axX()}, +ay9(){return A.ay_()}, +ay7(){return A.axY()}, +aya(){return A.ay1()}, +ay8(){A.axZ() +var s=$.axS +s.toString +return s}, +ay4(){A.axV()}, +ay3(){return A.axU()}, +ayb(){return A.ay2()}, +aC2(){A.ajS() +var s=$.aqx() +return s}, +aC3(){A.ajS() +var s=$.aqy() +return s}, +ajL(a){return A.bc(a)}, +ajt(a){return a}, +auf(a){return a}, +awv(a){return a}, +ahH(a,b){return Math.max(a,b)}, +aC0(a){return Math.sqrt(a)}, +aB4(a){return Math.exp(a)}, +ao3(a){return Math.log(a)}, +C3(a,b){return Math.pow(a,b)}, +o7(a){var s=u.R.charCodeAt(a>>>6)+(a&63),r=s&1,q=u.I.charCodeAt(s>>>1) +return q>>>4&-r|q&15&r-1}, +ir(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}, +ahr(a){a=A.ahO(a,"_"," ") +return a.length!==0?a[0].toUpperCase()+B.d.e4(a,1).toLowerCase():""}, +ast(a){return B.dO}, +ae4(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.a_(f),q +var $async$ae4=A.W(function(g,h){if(g===1)return A.X(h,r) +while(true)switch(s){case 0:s=3 +return A.a5(null,$async$ae4) +case 3:q=a.$1(b) +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$ae4,r)}, +ahN(a,b){var s,r,q +if(a==null)return b==null +if(b==null||a.a!==b.gD(b))return!1 +if(a===b)return!0 +for(s=A.c8(a,a.r),r=A.l(s).c;s.v();){q=s.d +if(!b.n(0,q==null?r.a(q):q))return!1}return!0}, +cg(a,b){var s,r,q +if(a==null)return b==null +if(b==null||J.bu(a)!==J.bu(b))return!1 +if(a===b)return!0 +for(s=J.b1(a),r=J.b1(b),q=0;qc)return c +if(isNaN(a))return c +return a}, +anS(a,b){var s=t.s,r=A.c(a.split("\n"),s) +$.Rm().P(0,r) +if(!$.ahc)A.ana()}, +ana(){var s,r=$.ahc=!1,q=$.ai3() +if(A.cv(q.gM_(),0).a>1e6){if(q.b==null)q.b=$.G8.$0() +q.o_() +$.R2=0}while(!0){if($.R2<12288){q=$.Rm() +q=!q.ga6(q)}else q=r +if(!q)break +s=$.Rm().rb() +$.R2=$.R2+s.length +A.aof(s)}r=$.Rm() +if(!r.ga6(r)){$.ahc=!0 +$.R2=0 +A.bN(B.eh,A.aBW()) +if($.adt==null)$.adt=new A.bk(new A.am($.ac,t.V),t.gR)}else{$.ai3().ow() +r=$.adt +if(r!=null)r.iG() +$.adt=null}}, +afz(a){var s=0,r=A.a_(t.H),q +var $async$afz=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)$async$outer:switch(s){case 0:a.gW().xl(B.Xn) +switch(A.G(a).r.a){case 0:case 1:q=A.HM(B.Xk) +s=1 +break $async$outer +case 2:case 3:case 4:case 5:q=A.cT(null,t.H) +s=1 +break $async$outer}case 1:return A.Y(q,r)}}) +return A.Z($async$afz,r)}, +afy(a){a.gW().xl(B.SJ) +switch(A.G(a).r.a){case 0:case 1:return A.WM() +case 2:case 3:case 4:case 5:return A.cT(null,t.H)}}, +aBT(a,b,c,d,e){var s,r,q=d.b,p=q+e,o=a.b,n=c.b-10,m=p+o<=n +o=q-e-o +s=(o>=10===m?b:m)?Math.min(p,n):Math.max(o,10) +q=a.a +r=c.a-q +return new A.i(r<=20?r/2:A.D(d.a-q/2,10,r-10),s)}, +ajO(a,b,c){return a}, +ag_(a){var s=a.a +if(s[0]===1&&s[1]===0&&s[2]===0&&s[3]===0&&s[4]===0&&s[5]===1&&s[6]===0&&s[7]===0&&s[8]===0&&s[9]===0&&s[10]===1&&s[11]===0&&s[14]===0&&s[15]===1)return new A.i(s[12],s[13]) +return null}, +ag0(a,b){var s,r,q +if(a==b)return!0 +if(a==null){b.toString +return A.Fo(b)}if(b==null)return A.Fo(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]}, +Fo(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}, +bp(a,b){var s=a.a,r=b.a,q=b.b,p=s[0]*r+s[4]*q+s[12],o=s[1]*r+s[5]*q+s[13],n=s[3]*r+s[7]*q+s[15] +if(n===1)return new A.i(p,o) +else return new A.i(p/n,o/n)}, +YK(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=$.aeT() +s[2]=q +s[0]=q +s[3]=p +s[1]=p}else{s=$.aeT() +if(qs[2])s[2]=q +if(p>s[3])s[3]=p}}, +dM(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.YK(a4,a5,a6,!0,s) +A.YK(a4,a7,a6,!1,s) +A.YK(a4,a5,a9,!1,s) +A.YK(a4,a7,a9,!1,s) +a7=$.aeT() +return new A.y(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.y(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.y(A.akk(f,d,a0,a2),A.akk(e,b,a1,a3),A.akj(f,d,a0,a2),A.akj(e,b,a1,a3))}}, +akk(a,b,c,d){var s=ab?a:b,r=c>d?c:d +return s>r?s:r}, +akm(a,b){var s +if(A.Fo(a))return b +s=new A.aY(new Float64Array(16)) +s.c2(a) +s.kp(s) +return A.dM(s,b)}, +akl(a){var s,r=new A.aY(new Float64Array(16)) +r.dD() +s=new A.hh(new Float64Array(4)) +s.rE(0,0,0,a.a) +r.xp(0,s) +s=new A.hh(new Float64Array(4)) +s.rE(0,0,0,a.b) +r.xp(1,s) +return r}, +C2(a,b,c){if(a==null||!1)return a===b +return a>b-c&&a100.01||b>100.01||a>100.01)return 0 +return((A.oz(g)&255)<<16|(A.oz(f[1])&255)<<8|A.oz(f[2])&255|4278190080)>>>0}a1-=(a0-a9)*a1/(2*a0)}return 0}, +au3(a,b,c){var s,r,q,p,o +if(b<0.0001||c<0.0001||c>99.9999){s=A.oz(A.T4(c)) +return A.aiV(s,s,s)}r=B.c.c9(a,360) +q=(r<0?r+360:r)/180*3.141592653589793 +p=A.T4(c) +o=A.au_(q,b,p) +if(o!==0)return o +return A.asn(A.atX(p,q))}, +aiV(a,b,c){return((a&255)<<16|(b&255)<<8|c&255|4278190080)>>>0}, +asn(a){return A.aiV(A.oz(a[0]),A.oz(a[1]),A.oz(a[2]))}, +aiW(a){return A.afZ(A.c([A.afj(a>>>16&255),A.afj(a>>>8&255),A.afj(a&255)],t.n),$.asm)}, +T4(a){return 100*A.asl((a+16)/116)}, +afj(a){var s=a/255 +if(s<=0.040449936)return s/12.92*100 +else return Math.pow((s+0.055)/1.055,2.4)*100}, +oz(a){var s=a/100 +return A.auy(0,255,B.c.aJ((s<=0.0031308?s*12.92:1.055*Math.pow(s,0.4166666666666667)-0.055)*255))}, +ask(a){if(a>0.008856451679035631)return Math.pow(a,0.3333333333333333) +else return(903.2962962962963*a+16)/116}, +asl(a){var s=a*a*a +if(s>0.008856451679035631)return s +else return(116*a-16)/903.2962962962963}, +Fn(a){if(a<0)return-1 +else if(a===0)return 0 +else return 1}, +auz(a,b,c){return(1-c)*a+c*b}, +auy(a,b,c){if(cb)return b +return c}, +afZ(a,b){var s,r,q,p,o=a[0],n=b[0],m=n[0],l=a[1],k=n[1],j=a[2] +n=n[2] +s=b[1] +r=s[0] +q=s[1] +s=s[2] +p=b[2] +return A.c([o*m+l*k+j*n,o*r+l*q+j*s,o*p[0]+l*p[1]+j*p[2]],t.n)}, +am5(a,b,c,d){var s,r +a.dq() +s=b.a +r=b.b +a.bm(s,r) +a.l2(d.a,d.b) +a.bm(-s,-r) +c.$1(a) +a.cm()}},J={ +ahG(a,b,c,d){return{i:a,p:b,e:c,x:d}}, +aem(a){var s,r,q,p,o,n=a[v.dispatchPropertyName] +if(n==null)if($.ahC==null){A.aBx() +n=a[v.dispatchPropertyName]}if(n!=null){s=n.p +if(!1===s)return n.i +if(!0===s)return a +r=Object.getPrototypeOf(a) +if(s===r)return n.i +if(n.e===r)throw A.h(A.fE("Return interceptor for "+A.m(s(a,n))))}q=a.constructor +if(q==null)p=null +else{o=$.a8O +if(o==null)o=$.a8O=v.getIsolateTag("_$dart_js") +p=q[o]}if(p!=null)return p +p=A.aBI(a) +if(p!=null)return p +if(typeof a=="function")return B.Px +s=Object.getPrototypeOf(a) +if(s==null)return B.w5 +if(s===Object.prototype)return B.w5 +if(typeof q=="function"){o=$.a8O +if(o==null)o=$.a8O=v.getIsolateTag("_$dart_js") +Object.defineProperty(q,o,{value:B.j7,enumerable:false,writable:true,configurable:true}) +return B.j7}return B.j7}, +EP(a,b){if(a<0||a>4294967295)throw A.h(A.bK(a,0,4294967295,"length",null)) +return J.ku(new Array(a),b)}, +uP(a,b){if(a<0)throw A.h(A.d0("Length must be a non-negative integer: "+a,null)) +return A.c(new Array(a),b.i("C<0>"))}, +ak1(a,b){if(a<0)throw A.h(A.d0("Length must be a non-negative integer: "+a,null)) +return A.c(new Array(a),b.i("C<0>"))}, +ku(a,b){return J.XJ(A.c(a,b.i("C<0>")))}, +XJ(a){a.fixed$length=Array +return a}, +ak2(a){a.fixed$length=Array +a.immutable$list=Array +return a}, +aue(a,b){return J.Rq(a,b)}, +ak3(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}}, +afP(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.ak3(r))break}return b}, +hs(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.pg.prototype +return J.uT.prototype}if(typeof a=="string")return J.iR.prototype +if(a==null)return J.uS.prototype +if(typeof a=="boolean")return J.uQ.prototype +if(Array.isArray(a))return J.C.prototype +if(typeof a!="object"){if(typeof a=="function")return J.iS.prototype +return a}if(a instanceof A.N)return a +return J.aem(a)}, +aBo(a){if(typeof a=="number")return J.kv.prototype +if(typeof a=="string")return J.iR.prototype +if(a==null)return a +if(Array.isArray(a))return J.C.prototype +if(typeof a!="object"){if(typeof a=="function")return J.iS.prototype +return a}if(a instanceof A.N)return a +return J.aem(a)}, +b1(a){if(typeof a=="string")return J.iR.prototype +if(a==null)return a +if(Array.isArray(a))return J.C.prototype +if(typeof a!="object"){if(typeof a=="function")return J.iS.prototype +return a}if(a instanceof A.N)return a +return J.aem(a)}, +bZ(a){if(a==null)return a +if(Array.isArray(a))return J.C.prototype +if(typeof a!="object"){if(typeof a=="function")return J.iS.prototype +return a}if(a instanceof A.N)return a +return J.aem(a)}, +aBp(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.pg.prototype +return J.uT.prototype}if(a==null)return a +if(!(a instanceof A.N))return J.ju.prototype +return a}, +ahA(a){if(typeof a=="number")return J.kv.prototype +if(a==null)return a +if(!(a instanceof A.N))return J.ju.prototype +return a}, +anY(a){if(typeof a=="number")return J.kv.prototype +if(typeof a=="string")return J.iR.prototype +if(a==null)return a +if(!(a instanceof A.N))return J.ju.prototype +return a}, +ael(a){if(typeof a=="string")return J.iR.prototype +if(a==null)return a +if(!(a instanceof A.N))return J.ju.prototype +return a}, +arm(a,b){if(typeof a=="number"&&typeof b=="number")return a+b +return J.aBo(a).M(a,b)}, +d(a,b){if(a==null)return b==null +if(typeof a!="object")return b!=null&&a===b +return J.hs(a).j(a,b)}, +arn(a,b){if(typeof a=="number"&&typeof b=="number")return a*b +return J.anY(a).a1(a,b)}, +aro(a,b){if(typeof a=="number"&&typeof b=="number")return a-b +return J.ahA(a).N(a,b)}, +rY(a,b){if(typeof b==="number")if(Array.isArray(a)||typeof a=="string"||A.ao2(a,a[v.dispatchPropertyName]))if(b>>>0===b&&b>>0===b&&b0?1:a<0?-1:a +return J.aBp(a).gxv(a)}, +art(a,b,c){return J.bZ(a).rq(a,b,c)}, +aio(a){return J.bZ(a).C9(a)}, +aru(a,b){return J.bZ(a).bW(a,b)}, +t0(a,b,c){return J.bZ(a).ib(a,b,c)}, +arv(a,b){return J.hs(a).E(a,b)}, +arw(a){return J.bZ(a).ej(a)}, +aip(a,b){return J.bZ(a).C(a,b)}, +arx(a){return J.bZ(a).ii(a)}, +ary(a,b){return J.b1(a).sD(a,b)}, +af0(a,b){return J.bZ(a).hL(a,b)}, +arz(a,b){return J.bZ(a).hM(a,b)}, +arA(a,b){return J.ael(a).Qa(a,b)}, +arB(a,b){return J.bZ(a).CY(a,b)}, +Rt(a){return J.bZ(a).fs(a)}, +arC(a,b){return J.ahA(a).jK(a,b)}, +e1(a){return J.hs(a).k(a)}, +arD(a){return J.ael(a).ad4(a)}, +aiq(a,b){return J.bZ(a).j8(a,b)}, +uN:function uN(){}, +uQ:function uQ(){}, +uS:function uS(){}, +aC:function aC(){}, +kx:function kx(){}, +G0:function G0(){}, +ju:function ju(){}, +iS:function iS(){}, +C:function C(a){this.$ti=a}, +XO:function XO(a){this.$ti=a}, +k1:function k1(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +kv:function kv(){}, +pg:function pg(){}, +uT:function uT(){}, +iR:function iR(){}},B={} +var w=[A,J,B] +var $={} +A.Ck.prototype={ +sa7m(a){var s,r,q,p=this +if(J.d(a,p.c))return +if(a==null){p.ya() +p.c=null +return}s=p.a.$0() +r=a.a +q=s.a +if(rr){p.ya() +p.b=A.bN(A.cv(0,r-q),p.gzW())}p.c=a}, +ya(){var s=this.b +if(s!=null)s.b4() +this.b=null}, +a4_(){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.bN(A.cv(0,q-p),s.gzW())}} +A.RO.prototype={ +n_(){var s=0,r=A.a_(t.H),q=this +var $async$n_=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:s=2 +return A.a5(q.a.$0(),$async$n_) +case 2:s=3 +return A.a5(q.b.$0(),$async$n_) +case 3:return A.Y(null,r)}}) +return A.Z($async$n_,r)}, +abY(){var s=A.bc(new A.RT(this)) +return t.e.a({initializeEngine:A.bc(new A.RU(this)),autoStart:s})}, +a1U(){return t.e.a({runApp:A.bc(new A.RQ(this))})}} +A.RT.prototype={ +$0(){return A.anX(new A.RS(this.a).$0(),t.e)}, +$S:73} +A.RS.prototype={ +$0(){var s=0,r=A.a_(t.e),q,p=this +var $async$$0=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:s=3 +return A.a5(p.a.n_(),$async$$0) +case 3:q=t.e.a({}) +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$$0,r)}, +$S:154} +A.RU.prototype={ +$1(a){return A.anX(new A.RR(this.a,a).$0(),t.e)}, +$0(){return this.$1(null)}, +$C:"$1", +$R:0, +$D(){return[null]}, +$S:146} +A.RR.prototype={ +$0(){var s=0,r=A.a_(t.e),q,p=this,o +var $async$$0=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:o=p.a +s=3 +return A.a5(o.a.$1(p.b),$async$$0) +case 3:q=o.a1U() +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$$0,r)}, +$S:154} +A.RQ.prototype={ +$1(a){return new globalThis.Promise(A.bc(new A.RP(this.a)))}, +$0(){return this.$1(null)}, +$C:"$1", +$R:0, +$D(){return[null]}, +$S:146} +A.RP.prototype={ +$2(a,b){return this.P0(a,b)}, +P0(a,b){var s=0,r=A.a_(t.H),q=this +var $async$$2=A.W(function(c,d){if(c===1)return A.X(d,r) +while(true)switch(s){case 0:s=2 +return A.a5(q.a.b.$0(),$async$$2) +case 2:A.akS(a,t.e.a({})) +return A.Y(null,r)}}) +return A.Z($async$$2,r)}, +$S:203} +A.tz.prototype={ +H(){return"BrowserEngine."+this.b}} +A.j2.prototype={ +H(){return"OperatingSystem."+this.b}} +A.eR.prototype={ +h9(a,b){var s=b==null?null:b.a +A.agt(this.a,s,A.is(a),null,null)}, +xf(a,b,c){t.p1.a(b) +b.MZ(new A.SC(this,c,a))}} +A.SC.prototype={ +$1(a){A.agt(this.a.a,this.b.a,A.is(this.c),a,0)}, +$S:2} +A.ad9.prototype={ +$1(a){var s=$.bS +s=(s==null?$.bS=A.ew(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/0545f8705df301877d787107bac1a6e9fc9ee1ad/":s)+a}, +$S:77} +A.adw.prototype={ +$1(a){this.a.remove() +this.b.e8(!0)}, +$S:2} +A.adv.prototype={ +$1(a){this.a.remove() +this.b.e8(!1)}, +$S:2} +A.CK.prototype={ +dq(){B.c.ae(this.a.a.save())}, +h9(a,b){var s=t.qo,r=this.a +if(a==null){s.a(b) +A.agt(r.a,b.a,null,null,null)}else r.h9(a,s.a(b))}, +cm(){this.a.a.restore()}, +bm(a,b){this.a.a.translate(a,b)}, +l2(a,b){this.a.a.scale(a,b) +return null}, +CV(a){this.a.a.rotate(a*180/3.141592653589793,0,0)}, +aa(a){this.a.a.concat(A.aon(A.ahQ(a)))}, +La(a,b,c){this.a.a.clipRect(A.is(a),$.ai9()[b.a],c)}, +a67(a,b){return this.La(a,B.h7,b)}, +v2(a){return this.La(a,B.h7,!0)}, +L9(a,b){this.a.a.clipRRect(A.C6(a),$.Rl(),b)}, +a64(a){return this.L9(a,!0)}, +L8(a,b){var s=t.E_.a(a).a +s===$&&A.b() +s=s.a +s.toString +this.a.a.clipPath(s,$.Rl(),b)}, +AJ(a){return this.L8(a,!0)}, +hu(a,b,c){A.fl(this.a.a,"drawLine",[a.a,a.b,b.a,b.b,t.qo.a(c).a])}, +LX(a){this.a.a.drawPaint(t.qo.a(a).a)}, +d4(a,b){t.qo.a(b) +this.a.a.drawRect(A.is(a),b.a)}, +dF(a,b){t.qo.a(b) +this.a.a.drawRRect(A.C6(a),b.a)}, +Bl(a,b,c){t.qo.a(c) +this.a.a.drawDRRect(A.C6(a),A.C6(b),c.a)}, +LW(a,b){t.qo.a(b) +this.a.a.drawOval(A.is(a),b.a)}, +kv(a,b,c){this.a.a.drawCircle(a.a,a.b,b,t.qo.a(c).a)}, +cv(a,b){var s +t.E_.a(a) +t.qo.a(b) +s=a.a +s===$&&A.b() +s=s.a +s.toString +this.a.a.drawPath(s,b.a)}, +LY(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)}, +LZ(a,b,c,d){var s,r,q,p,o,n,m,l,k +t.E_.a(a) +s=$.ct().x +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}r=d?5:4 +q=A.z(B.c.aJ((b.gl()>>>24&255)*0.039),b.gl()>>>16&255,b.gl()>>>8&255,b.gl()&255) +p=A.z(B.c.aJ((b.gl()>>>24&255)*0.25),b.gl()>>>16&255,b.gl()>>>8&255,b.gl()&255) +o=t.e.a({ambient:A.rW(q),spot:A.rW(p)}) +n=$.bY.cF().computeTonalColors(o) +m=a.a +m===$&&A.b() +m=m.a +m.toString +l=new Float32Array(3) +l[2]=s*c +k=new Float32Array(3) +k[0]=0 +k[1]=-450 +k[2]=s*600 +A.fl(this.a.a,"drawShadow",[m,l,k,s*1.1,n.ambient,n.spot,r])}, +$iaff:1} +A.Ey.prototype={ +Pg(){var s=this.b.a +return new A.ae(s,new A.X3(),A.a7(s).i("ae<1,eR>"))}, +Vy(a){var s,r,q,p,o,n,m=this.Q +if(m.ak(a)){s=null.querySelector("#sk_path_defs") +s.toString +r=A.c([],t.J) +q=m.h(0,a) +q.toString +for(p=t.qr,p=A.bH(new A.dr(s.children,p),p.i("t.E"),t.e),s=J.av(p.a),p=A.l(p),p=p.i("@<1>").av(p.z[1]).z[1];s.v();){o=p.a(s.gF()) +if(q.n(0,o.id))r.push(o)}for(s=r.length,n=0;n") +a1.LT(A.f2(new A.aZ(m,new A.X4(a3),l),l.i("t.E"))) +B.b.P(a2,s) +i.Oe(s) +a2=a3.c +if(a2){m=a3.d +m.toString +h=a1.d.h(0,m).gwP()}else h=null +for(m=a3.b,l=m.length,g=a1.d,f=$.cF.a,k=0;k") +q=A.ah(new A.ae(s,new A.X0(),r),!0,r.i("ba.E")) +if(q.length>A.jm().b-1)B.b.ii(q) +r=m.ga_u() +p=m.e +if(l){l=A.jm() +o=l.d +B.b.P(l.e,o) +B.b.a7(o) +p.a7(0) +B.b.ac(q,r)}else{l=A.l(p).i("b8<1>") +n=A.ah(new A.b8(p,l),!0,l.i("t.E")) +new A.aZ(n,new A.X1(q),A.a7(n).i("aZ<1>")).ac(0,m.ga28()) +new A.aZ(q,new A.X2(m),A.a7(q).i("aZ<1>")).ac(0,r)}}, +Ph(a){var s,r,q,p,o,n,m,l,k=A.jm().b-1 +if(k===0)return B.QN +s=A.c([],t.jT) +r=t.t +q=new A.kF(A.c([],r),!1) +for(p=0;p")) +return new A.dz(s,s.gD(s))}} +A.DS.prototype={} +A.i8.prototype={} +A.ae9.prototype={ +$1(a){var s,r,q,p,o=null +for(s=this.a,r=this.b,q=0;p=q+a,p=0;++q){if(!J.d(r[p],s[s.length-1-q]))return o +if(q===s.length-1){s=r.length +if(a===s-1)return new A.i8(B.b.ca(r,0,s-q-1),B.dc,!1,o) +else if(a===q)return new A.i8(B.b.dE(r,a+1),B.dc,!1,o) +else return o}}return new A.i8(B.b.dE(r,a+1),B.b.ca(s,0,s.length-1-a),!0,B.b.gU(r))}, +$S:102} +A.Hm.prototype={ +gMs(){var s,r,q=this.b +if(q===$){s=$.bS +s=(s==null?$.bS=A.ew(self.window.flutterConfiguration):s).b +if(s==null)s=null +else{s=s.useColorEmoji +if(s==null)s=null}s=s===!0 +r=A.c([new A.K("Noto Sans","notosans/v28/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.ttf","w|2m;4g|k7;oq|5;p0|6;p8|;pa|j;pv|1q;s0|8v;1s0|3j;59s|g;5mo|8;5ow|12;5q0|1;5q8|6x;5x7|7u;654|5;65c|11;66g|5;66o|7;66x|;66z|;671|;673|u;680|1g;69i|e;69y|d;6ae|5;6al|i;6b6|2;6ba|8;6bk|2s;6ee|b;6es|q;6fk|c;6g0|v;6i8|;6io|2n;6mc|;6mh|;6qa|;6qd|;7gs|;8rk|v;928|36;wu8|2n;wzk|5b;x4y|8;x6d|a;x80|9;xcw|v;xf2|;xtc|1n;1dkw|6;1e68|;1e74|f;1edb|;1ekc|1;")],t.Qg) +if(s)r.push(new A.K("Noto Color Emoji","notocoloremoji/v24/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFab5s79iz64w.ttf","w|;z|;16|;1c|9;4p|;4u|;6bx|;6d8|;6dl|;6hv|;6jm|;6k9|;6ms|5;6nd|1;6xm|1;6y0|;72n|;73d|a;73s|2;79e|;7fu|1;7g6|;7gg|;7i3|3;7i8|4;7im|;7ip|;7is|1;7iw|;7j1|;7j4|;7j6|1;7ja|;7je|;7ji|1;7js|2;7k0|;7k2|;7k8|b;7kv|1;7kz|;7l1|1;7l4|;7ln|;7lq|1;7ma|5;7mh|;7mj|1;7mo|1;7mv|;7my|1;7n4|1;7nh|1;7no|1;7ns|;7ny|1;7o1|;7o3|1;7op|1;7ow|5;7p3|3;7p9|;7pe|;7ph|;7pk|5;7pr|;7pu|;7pw|;7py|;7q5|;7q9|;7qg|;7qr|1;7r8|;7rb|;7rg|;7ri|;7rn|2;7rr|;7s3|1;7th|2;7tt|;7u8|;7un|;850|1;8hx|2;8ij|1;8k0|;8k5|;9io|;9j1|;9zr|;9zt|;2pz8|;2q4v|;2q9c|1;2q9q|1;2qa6|;2qa9|9;2qcm|p;2qdd|1;2qe2|;2qen|;2qeq|8;2qfk|1;2qkg|x;2qlg|33;2qom|1;2qop|2;2qou|2a;2qr7|2;2qrb|7a;2qyn|1q;2r0p|5;2r0w|n;2r1r|1;2r1v|7;2r2f|;2r2i|3;2r2o|;2r2t|1;2r38|1;2r3c|;2r3l|1;2r3w|;2r42|2;2r4h|2;2r4s|2;2r4x|;2r4z|;2r54|;2r5b|;2r5f|;2r5m|2d;2r9c|1x;2rbf|7;2rbp|2;2rbw|9;2rc9|;2rcb|1;2rcg|;2rcj|9;2rj4|b;2rjk|;2rrg|1a;2rss|9;2rt3|54;2s1c|c;2s1s|8;2s28|19;2s3j|6;2s3y|d;2s4g|8;2s4w|8;jnzk|9;jo0x|p;jo1r|;mbqd|9;mcdo|;mcdq|9;")) +if(!s)r.push(new A.K("Noto Emoji","notoemoji/v39/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0jwvS-FGJCMY.ttf","w|;z|;16|;1c|9;4p|;4u|;6bx|;6d8|;6dl|;6hv|;6jm|;6k9|;6ms|5;6nd|1;6xm|1;6y0|;72n|;73d|a;73s|2;79e|;7fu|1;7g6|;7gg|;7i3|3;7i8|4;7im|;7ip|;7is|1;7iw|;7j1|;7j4|;7j6|1;7ja|;7je|;7ji|1;7js|2;7k0|;7k2|;7k8|b;7kv|1;7kz|;7l1|1;7l4|;7ln|;7lq|1;7ma|5;7mh|;7mj|1;7mo|1;7mv|;7my|1;7n4|1;7nh|1;7no|1;7ns|;7ny|1;7o1|;7o3|1;7op|1;7ow|5;7p3|3;7p9|;7pe|;7ph|;7pk|5;7pr|;7pu|;7pw|;7py|;7q5|;7q9|;7qg|;7qr|1;7r8|;7rb|;7rg|;7ri|;7rn|2;7rr|;7s3|1;7th|2;7tt|;7u8|;7un|;850|1;8hx|2;8ij|1;8k0|;8k5|;9io|;9j1|;9zr|;9zt|;1e6m|1;2pz8|;2q4v|;2q9c|1;2q9q|1;2qa6|;2qa9|9;2qcm|p;2qdd|1;2qe2|;2qen|;2qeq|8;2qfk|1;2qkg|x;2qlg|33;2qom|1;2qop|2;2qou|2a;2qr7|2;2qrb|7a;2qyn|1q;2r0p|5;2r0w|n;2r1r|1;2r1v|7;2r2f|;2r2i|3;2r2o|;2r2t|1;2r38|1;2r3c|;2r3l|1;2r3w|;2r42|2;2r4h|2;2r4s|2;2r4x|;2r4z|;2r54|;2r5b|;2r5f|;2r5m|2d;2r9c|1x;2rbf|7;2rbp|2;2rbw|9;2rc9|;2rcb|1;2rcg|;2rcj|9;2rj4|b;2rjk|;2rrg|1a;2rss|9;2rt3|54;2s1c|c;2s1s|8;2s28|19;2s3j|6;2s3y|d;2s4g|8;2s4w|8;jnzk|9;jo0x|p;jo1r|;mbqd|9;mcdo|;mcdq|9;")) +r.push(new A.K("Noto Sans Symbols","notosanssymbols/v40/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ8gavVFRkzrbQ.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6hp|3;6hu|2;6jm|;6lc|z;6md|3;6mi|1;6mo|9;6qa|;6ww|f;6xd|4;6xj|;6xo|3;6xu|1;6y1|1;6y4|9;70c|;70g|k;712|4;71r|;726|f;72o|b;736|6;76o|4f;7gs|;7ii|3;7ir|;7j8|b;7js|3;7jx|m;7l5|l;7m8|d;7mq|7;7n1|f;7ny|;7oi|t;7q5|4;7sm|t;84h|1;2q68|c;2q6o|2k;2q9c|w;2qaj|h;2r0m|3;2r0v|;2r68|;2rcw|37;")) +r.push(new A.K("Noto Sans Symbols 2","notosanssymbols2/v17/I_uyMoGduATTei9eI8daxVHDyfisHr71ypPqfX71-AI.ttf","w|2n;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6hu|1;6jm|;6nj|;6p2|a;6pf|;6qa|;6qg|1;6u1|;6v8|2;6xi|;6xk|;6xm|1;6xw|4;6y3|;70b|;70d|2;710|;72m|1;73d|1;73h|2;73l|1h;75s|a;7fk|2x;7im|4;7is|f;7jk|7;7jw|;7kk|k;7lr|g;7mm|3;7my|2;7nh|g;7nz|i;7pc|4;7pi|3;7pn|h;7qa|5;7qh|y;7rh|;7rj|4;7rq|v;7tg|;7tk|n;7u9|d;7wg|73;875|;88v|;8a3|;8hs|d;8ia|t;8jx|12;8l2|v;8lz|2u;8ov|;fcw|1r;1ek9|2;1etc|26;1evk|c;1ew0|;1exc|19;1f4w|r;1heo|u;2k80|j;2k8w|2e;2kbk|o;2pz4|17;2q0g|2r;2q3k|e;2q41|e;2q4h|e;2q4x|10;2qkt|2;2ql1|;2ql8|;2qld|b;2qly|;2qns|;2qnx|;2qoj|c;2qp3|;2qp8|2;2qpu|;2qpw|;2qpy|;2qq2|4;2qqc|c;2qr1|;2qr5|2;2qr9|2;2qrs|;2qs5|;2qsf|;2qsm|;2qtb|;2qtd|1;2qti|3;2qto|2;2qtv|;2qui|;2qv1|;2qw3|;2qwg|;2qwj|;2qwp|;2qwr|;2qwv|;2qx4|3;2qxm|;2qxr|;2qxw|2;2qy2|3;2qyf|;2qyh|2;2qyl|1;2qyr|;2qyv|3;2qz1|;2qz6|1;2r0e|7;2r0q|;2r0w|15;2r23|p;2r2v|c;2r39|2d;2r80|1b;2r9j|;2r9p|;2r9t|;2r9w|;2ra0|;2ral|;2raq|;2rax|1;2rb0|;2rba|5;2rbh|2;2rbn|4;2rc0|a;2rcg|3;2rcn|5;2rgg|2g;2rj4|b;2rk0|b;2rkg|1j;2rm8|9;2rmo|13;2ro0|t;2row|1;2rsr|;2rt2|;2ry8|2b;2s0w|d;2s1c|4;2s1k|2;2s1s|6;2s28|o;2s34|6;2s3k|2;2s40|6;2s5c|42;2s9g|1i;2sc0|9;")) +r.push(new A.K("Noto Sans Adlam","notosansadlam/v21/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufnv0TGnBZLwhuvk.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;17j|;18g|;60w|5;61q|;642|1;6c3|2;6c8|6;6cg|2;6cm|;6cw|;6d5|1;6dg|;6dr|;6gc|;6jm|;6qa|;7gs|;948|1;94x|;2olc|23;2onk|9;2ony|1;")) +r.push(new A.K("Noto Sans Anatolian Hieroglyphs","notosansanatolianhieroglyphs/v14/ijw9s4roRME5LLRxjsRb8A0gKPSWq4BbDmHHu6j2pEtUJzZWXybIymc5QYo.ttf","w|;4g|;6bv|;1s00|g6;")) +r.push(new A.K("Noto Sans Arabic","notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyvu3CBFQLaig.ttf","w|1;18|2;1c|a;4g|;4r|;57|;nj|;16o|s;17i|69;1g0|1b;1pc|k;1py|8;1qr|18;6bv|6;6dr|;7gs|;94x|;1dn4|35;1dqr|a4;1e1c|1r;1e36|1h;1e5s|d;1e9c|4;1e9i|3q;")) +r.push(new A.K("Noto Sans Armenian","notosansarmenian/v42/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxb60iYy6zF3Eg.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;10x|11;121|1d;13h|2;60w|5;61q|;642|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6ck|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1dlf|4;")) +r.push(new A.K("Noto Sans Avestan","notosansavestan/v20/bWti7ejKfBziStx7lIzKOLQZKhIJkyu9SASLji8U.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;94g|1;1gqo|1h;1gs9|6;")) +r.push(new A.K("Noto Sans Balinese","notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov7fdhE5Vd222PPY.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5c0|23;5e8|18;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +r.push(new A.K("Noto Sans Bamum","notosansbamum/v26/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEddO-_gLykxEkxA.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;www|2f;1z40|fs;")) +r.push(new A.K("Noto Sans Bassa Vah","notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MaAc6p34gH-GD7.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1zo0|t;1zow|5;")) +r.push(new A.K("Noto Sans Batak","notosansbatak/v16/gok2H6TwAEdtF9N8-mdTCQvT-Zdgo4_PHuk74A.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5hc|1f;5j0|3;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +r.push(new A.K("Noto Sans Bengali","notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLudCk8izI0lc.ttf","w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jg|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;1vk|3;1vp|7;1vz|1;1w3|l;1wq|6;1wy|;1x2|3;1x8|8;1xj|1;1xn|3;1xz|;1y4|1;1y7|4;1ye|o;5ow|;5oy|;5p1|1;5p4|;5pd|;5pm|;5pp|;5pu|;5px|2;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;xdd|;")) +r.push(new A.K("Noto Sans Bhaiksuki","notosansbhaiksuki/v15/UcC63EosKniBH4iELXATsSBWdvUHXxhj8rLUdU4wh9U.ttf","w|;4g|;6bv|;7gs|;1k3k|8;1k3u|18;1k54|d;1k5s|s;")) +r.push(new A.K("Noto Sans Brahmi","notosansbrahmi/v15/vEFK2-VODB8RrNDvZSUmQQIIByV18tK1W77HtMo.ttf","w|;4g|;6bv|2;7gs|;1hq8|25;1hsi|t;1htr|;")) +r.push(new A.K("Noto Sans Buginese","notosansbuginese/v18/esDM30ldNv-KYGGJpKGk18phe_7Da6_gtfuEXLmNtw.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;54w|r;55q|1;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xjj|;")) +r.push(new A.K("Noto Sans Buhid","notosansbuhid/v18/Dxxy8jiXMW75w3OmoDXVWJD7YwzAe6tgnaFoGA.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4l1|1;4lc|j;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +r.push(new A.K("Noto Sans Canadian Aboriginal","notosanscanadianaboriginal/v21/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLn_yAsg0q0uhQ.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;3y8|hr;4vk|1x;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1ju8|f;")) +r.push(new A.K("Noto Sans Carian","notosanscarian/v15/LDIpaoiONgYwA9Yc6f0gUILeMIOgs7ob9yGLmfI.ttf","w|;4g|;1f34|1c;")) +r.push(new A.K("Noto Sans Caucasian Albanian","notosanscaucasianalbanian/v16/nKKA-HM_FYFRJvXzVXaANsU0VzsAc46QGOkWytlTs-TXrYDmoVmRSZo.ttf","w|;4g|;lg|;mp|;7gs|;1e74|f;1flc|1f;1fn3|;")) +r.push(new A.K("Noto Sans Chakma","notosanschakma/v17/Y4GQYbJ8VTEp4t3MKJSMjg5OIzhi4JjTQhYBeYo.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1ye|9;37k|9;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1hxc|1g;1hyu|h;")) +r.push(new A.K("Noto Sans Cham","notosanscham/v27/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcERwcv7GykboaLg.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xkw|1i;xmo|d;xn4|9;xng|3;")) +r.push(new A.K("Noto Sans Cherokee","notosanscherokee/v19/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5PDkm5rAffjl0.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;mb|1;me|2;mo|1;3vk|2d;3y0|5;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;xv4|27;")) +r.push(new A.K("Noto Sans Coptic","notosanscoptic/v17/iJWfBWmUZi_OHPqn4wq6kgqumOEd78u_VG0xR4Y.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jd|;jq|1;jt|;k8|5;lc|8;lm|2;lt|1;mb|;me|2;n3|;ny|;o1|;ok|1;rm|d;16t|;5vx|;60w|5;61q|;642|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6dv|;6dy|;6e0|1;6gc|;6jm|;6qa|;7gs|;8sg|37;8vt|6;93r|;94j|1;1e78|2;1f4w|r;")) +r.push(new A.K("Noto Sans Cuneiform","notosanscuneiform/v15/bMrrmTWK7YY-MF22aHGGd7H8PhJtvBDWgb9JlRQueeQ.ttf","w|;4g|;1kw0|pl;1log|32;1lrk|4;1ls0|5f;")) +r.push(new A.K("Noto Sans Cypriot","notosanscypriot/v15/8AtzGta9PYqQDjyp79a6f8Cj-3a3cxIsK5MPpahF.ttf","w|;4g|;1g5c|5;1g5k|;1g5m|17;1g6v|1;1g70|;1g73|;")) +r.push(new A.K("Noto Sans Deseret","notosansdeseret/v15/MwQsbgPp1eKH6QsAVuFb9AZM6MMr2Vq9ZnJSZtQG.ttf","w|;4g|;1fcw|27;")) +r.push(new A.K("Noto Sans Devanagari","notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQly-AzoFoW4Ow.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jg|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1s0|3j;5ow|12;5q0|1;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6i8|;6jm|;6qa|;7gs|;x80|9;xcw|v;")) +r.push(new A.K("Noto Sans Duployan","notosansduployan/v16/gokzH7nwAEdtF9N8-mdTDx_X9JM5wsvrFsIn6WYDvA.ttf","w|;4g|;6bw|1;7gs|;2fpc|2y;2fsg|c;2fsw|8;2ftc|9;2fto|7;")) +r.push(new A.K("Noto Sans Egyptian Hieroglyphs","notosansegyptianhieroglyphs/v26/vEF42-tODB8RrNDvZSUmRhcQHzx1s7y_F9-j3qSzEcbEYindSVK8xRg7iw.ttf","w|;4g|;6bw|1;7gs|;1o1s|tq;")) +r.push(new A.K("Noto Sans Elbasan","notosanselbasan/v15/-F6rfiZqLzI2JPCgQBnw400qp1trvHdlre4dFcFh.ttf","w|;4g|;53|;lh|;pd|g;pv|6;re|;rg|;ri|;7gs|;1fk0|13;")) +r.push(new A.K("Noto Sans Elymaic","notosanselymaic/v15/UqyKK9YTJW5liNMhTMqe9vUFP65ZD4AjWOT0zi2V.ttf","w|;4g|;1hpc|m;")) +r.push(new A.K("Noto Sans Georgian","notosansgeorgian/v42/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzFj-f5WK0OQV.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;13d|;3a8|11;3bb|;3bh|;3bk|1b;5n4|16;5od|2;60w|5;61q|;642|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gu|;6jm|;6qa|;8w0|11;8x3|;8x9|;")) +r.push(new A.K("Noto Sans Glagolitic","notosansglagolitic/v15/1q2ZY4-BBFBst88SU_tOj4J-4yuNF_HI4ERK4Amu7nM1.ttf","w|;4g|;lf|;lh|;w4|;w7|;8ow|1a;8q8|1a;wvj|;2mtc|6;2mtk|g;2mu3|6;2mub|1;2mue|4;")) +r.push(new A.K("Noto Sans Gothic","notosansgothic/v15/TuGKUUVzXI5FBtUq5a8bj6wRbzxTFMX40kFQRx0.ttf","w|;4g|;lg|1;lk|;mp|;1f74|q;")) +r.push(new A.K("Noto Sans Grantha","notosansgrantha/v17/3y976akwcCjmsU8NDyrKo3IQfQ4o-r8cFeulHc6N.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;2ay|;2b9|;2cm|c;5ow|;5oy|1;5pu|2;5q0|1;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6i8|;6jm|;6qa|;7gs|;1ibk|3;1ibp|7;1ibz|1;1ic3|l;1icq|6;1icy|1;1id1|4;1id7|9;1idj|1;1idn|2;1ids|;1idz|;1ie5|6;1iee|6;1ieo|4;")) +r.push(new A.K("Noto Sans Gujarati","notosansgujarati/v23/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFwPM_OdiEH0s.ttf","w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;22p|2;22t|8;233|2;237|l;23u|6;242|1;245|4;24c|9;24n|2;24r|2;24w|;25c|3;25i|b;261|6;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;x80|9;")) +r.push(new A.K("Noto Sans Gunjala Gondi","notosansgunjalagondi/v15/bWto7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5hcVXYMTK4q1.ttf","w|1;11|;13|8;1m|;1o|3;4g|;5z|;6v|;6bw|1;6c8|1;6cc|1;6cm|;6qa|;7gs|;1kdc|5;1kdj|1;1kdm|10;1keo|1;1ker|5;1kf4|9;")) +r.push(new A.K("Noto Sans Gurmukhi","notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1OenbxZ_trdp7h.ttf","w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jg|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;1z5|2;1z9|5;1zj|1;1zn|l;20a|6;20i|1;20l|1;20o|1;20s|;20u|4;213|1;217|2;21d|;21l|3;21q|;21y|g;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;7jg|;x80|9;")) +r.push(new A.K("Noto Sans HK","notosanshk/v21/nKKQ-GM_FYFRJvXzVXaAPe9hMnB3Eu7mOQ.otf","w|2m;4g|2r;7k|3;7u|1;88|3;8z|1;93|1;98|3;9e|1;a0|5;b6|;bk|1;bz|1;ct|f;e0|1;gh|;gx|;jf|;jr|;jt|2;k9|;kq|1;lc|1;lg|;lj|;lo|;pd|g;pv|6;q9|o;sh|;sw|1r;up|;5z2|1;61s|2h;6bm|1;6c0|6;6c8|2;6cc|2;6cg|2;6cl|2;6cw|;6cy|1;6d1|;6d5|3;6de|;6dj|2;6dt|;6es|;6g9|;6gb|1;6hp|1;6io|;6ir|;6it|;6ix|1;6j3|;6j7|;6ja|;6jl|1;6jq|1;6jv|;6jy|;6k5|;6kb|;6lc|b;6ls|b;6mo|9;6ns|1;6o4|2;6ob|1;6og|;6oi|;6ok|;6p2|3;6ph|;6ps|;6pu|1;6px|6;6q7|;6q9|2;6qd|;6qi|;6ql|3;6qr|;6qt|9;6r8|3;6rh|;6rn|;6rp|;6rs|;6rw|;6s2|;6sg|2;6sk|3;6sq|1;6su|1;6sy|1;6t2|1;6te|5;6tm|1;6tx|4;6u8|;6ud|;6v3|;6vu|1;6wf|;6x1|2;6xe|;6xk|;6y1|1;71s|1;726|e;72m|;72y|1;74z|;76o|97;7g1|2;7g6|1;7gc|1;7gg|1;7gm|6;7gu|5;7he|4;7hr|;7i8|3;7id|1;7ih|;7im|1;7iu|1;7j0|3;7jj|;7k0|2;7kw|f;7le|b;7mo|;7nh|1;7pe|;7pv|;7q2|;7r1|;7r3|1;7rq|;7sm|t;7tt|;850|1;88v|;8ai|1;8hx|2;8ii|;8lx|;94q|1;96o|p;97f|2g;9a8|5x;9gw|b;9hc|1r;9j5|2d;9ll|2u;9ol|16;9pt|1e;9r9|15;9sg|17;9ts|z;9v4|1a;9wg|7f;a3x|5u;ab9|;abk|;abu|;abw|;ack|;acz|;ad6|;ad9|1;adv|;ady|;aed|;aen|;af0|;af5|;afc|;afz|;ag4|;ag6|;agr|;ah2|;aim|;aj5|;aj7|;ajd|;ajl|;ajx|;ak0|;ak2|;ak7|1;akk|;al3|1;ald|;alh|;alp|;am7|;am9|;amd|;amf|;ami|;amm|;amq|;amu|;amz|;an1|;anl|2;anv|;any|;ao9|;aoo|;aoq|;aoz|;ap1|;ap9|;aph|;apl|;apq|;apz|2;aq6|;aqn|;aqp|;are|;arl|;asa|;asl|;asq|;ass|;asw|1;at1|;at5|;at8|;atd|;atf|2;atj|1;atv|1;aty|;au5|;au9|1;aud|1;aut|;av5|;av7|;avc|;ave|;avh|;avw|;aw2|1;aw5|;awc|1;awg|;awi|1;awq|;aww|;awz|;axu|;ay7|;azb|;azk|;b09|;b0e|;b12|;b1u|;b20|;b23|;b2n|;b2x|;b34|;b3h|;b3q|;b3s|;b4z|;b5h|;b6o|;b7n|;b7w|;b81|;b84|;b96|;b9k|;b9w|;baf|;baq|;bb3|;bbh|;bc3|;bco|;bcw|;bd5|1;bde|;bdl|;bdn|;bdt|;bdw|;beg|;bfg|;bfm|;bfp|;bfw|;bg8|;bgb|;bge|;bgh|;bgj|;bgm|;bh3|1;bhl|1;bhw|;bij|;biq|;biv|;bj0|;bj2|;bja|1;bkn|;bl7|;blp|;bmm|;bmo|;bn4|;bn6|;bn9|;bnf|;bny|;bo9|;boi|;bor|;bp5|;bpe|;bq0|;bq8|;bqp|1;bqz|1;br4|;brp|1;brt|;bs1|;bss|;bsu|;bsy|;bt0|;btj|;btp|;bu4|;bua|2;bv1|;bv5|;bv9|;bvc|;bx0|;byj|;c0b|;c0d|;c0h|;c0m|;c0s|;c17|;c1b|;c2a|1;c2l|;c36|;c3f|;c3q|;c3w|;c3y|;c41|;c4f|;c4i|;c4p|1;c4v|;c51|;c59|;c5h|;c5k|;c5m|;c5r|;c5t|;c6d|;c6l|;c6s|;c73|;c7a|1;c7d|;c7g|1;c7n|;c7v|;c87|1;c8b|;c8j|1;c8n|;c8s|1;c92|;cao|;car|;caw|;cb9|;cc4|;cdk|2;cdp|;cdt|;ce0|;ce7|;cea|;cef|;cei|;cek|;ceo|1;ceu|1;cey|1;cf2|;cf5|1;cfb|;cfd|;cff|1;cfk|;cfn|1;cfu|;cfw|;cfz|1;cg4|;cg6|1;cge|;cib|;cig|1;cir|;cjg|;ck3|;clc|;clk|;clz|;cm4|;cmd|;cml|;cmx|1;cn8|;cnd|;cnx|;cop|;cp1|;cpf|;cpj|;cpu|;cpx|;cq2|;cq7|;cq9|;crs|;cs4|;csb|;csf|;cso|;ct4|;ctb|;cu0|;cu2|;cua|2;cuh|;cum|;cvl|1;cx3|;cx8|;cxa|;cxo|;cxr|;cxt|;cy8|;cz6|;czo|;czu|;czz|;d0b|;d0t|;d0v|;d15|;d1t|;d2b|;d34|;d40|;d4a|;d4m|;d4q|;d58|;d5g|;d5u|;d6d|;d6h|;d6k|;d84|;d8b|1;d8q|;d9n|;dbi|;dcn|;dcq|;ddm|;ddt|;deh|;den|;df1|;df4|;df6|;dfl|1;dg3|;dgl|;dgt|;diy|;djj|;djl|;djz|1;dk2|;dkg|;dkn|;dkt|;dkw|;dkz|;dl1|;dla|;dlp|2;dlt|;dlw|;dm1|3;dmc|;dmr|1;dmx|;dmz|;dna|;dnf|;dnh|;dnr|;dny|;do3|;do6|;dob|;dod|;dof|;doj|;dox|1;dp1|;dp4|;dp8|;dpd|1;dpm|;dpp|;dpz|1;dqd|;dra|;drn|;dsq|;dt5|1;dtv|;dty|;du7|;dud|;duf|;dwb|;dx6|;dxc|;dy9|;dym|;dyz|;dzj|1;e0l|;e0n|;e1f|;e1k|;e2e|;e2s|;e32|1;e4c|;e54|;e5i|;e6t|;e7h|;e7o|;e80|;e8b|;e9j|;eal|;eb5|;ecb|;ect|1;eds|;ee5|;eel|;eer|;eey|;efa|;efl|;efy|;eg5|;ega|;egd|;egf|1;egl|;egs|;egu|;eh1|;ehd|;ehf|;ehx|;ei2|;eia|;eix|;ejl|;ejr|;elb|;elh|;elj|;emn|;en1|;en8|;enp|;eqe|;eqs|;er8|;erc|;es1|;esk|;etb|;ets|;eu1|;eu8|;euk|;euv|;ewf|1;ewi|;ewr|;ewu|;exa|;exc|;exf|;exi|1;exp|;eyl|1;eyo|;f0k|;f0n|;f0u|;f1u|;f23|;f26|;f28|;f2f|;f2v|;f2z|;f3h|;f3r|;f3v|;f3x|;f41|;f45|;f50|;f5a|;f5c|;f5j|;f65|;f6p|1;f71|;f7r|;f7t|;f80|;f90|;fau|1;fbd|;fbl|;fbw|;feo|1;fer|1;fev|a;ff8|2;ffc|2;ffg|;ffi|1;ffl|1;ffo|;ffq|;ffs|;ffu|9;fg6|3;fgb|2;fgf|;fgi|1;fgl|;fgn|2;fgr|;fgt|2;fgy|1;fh2|;fh4|7;fhl|1;fhv|;fi0|;fi6|b;fij|3;fip|4;fiw|3;fj2|8;fjc|;fjf|3;fjn|;fjq|1;fjt|3;fjz|5;fk6|5;fkd|1;fkk|6;fks|3;fkx|;fkz|2;fl4|3;fla|;flc|8;fln|;flp|;flr|6;fm0|3;fm5|8;fmf|3;fml|;fmq|;fmw|1;fn0|1;fn3|1;fn6|2;fna|9;fnl|2;fnp|4;fnv|p;fon|;fop|3;fou|2;foy|p;fpp|;fpr|3;fpw|4;fq2|4;fqa|;fqg|;fqj|;fqm|2;fqq|5;fqx|2;fr1|;fr3|6;frb|a;frn|1;frq|b;fs4|1;fsc|;fse|c;fst|1;fsw|;fsz|;ft1|4;ft7|4;ftd|b;ftq|5;ftx|c;fub|2;fuf|;fuj|1;fuo|1;fur|;fut|a;fv5|;fv7|;fv9|3;fve|c;fvs|8;fw2|5;fwa|;fwd|;fwg|3;fwl|;fwn|1;fwr|3;fww|2;fx0|2;fx4|6;fxe|1;fxi|;fxo|c;fy2|5;fy9|1;fyc|7;fyl|4;fyr|4;fyx|2;fz1|;fz3|2;fz7|7;fzg|5;fzn|3;fzs|1;fzv|j;g0g|5;g0n|1;g0q|;g0s|;g0v|3;g10|2;g15|2;g19|1;g1c|5;g1j|6;g1r|2;g1v|6;g23|2;g29|1;g2c|3;g2h|a;g2t|;g2v|7;g35|;g38|5;g3g|;g3k|;g3m|;g3q|4;g3x|;g3z|;g41|7;g4a|;g4c|;g4e|;g4g|;g4i|;g4k|1;g4n|1;g4q|2;g4u|;g4w|9;g58|2;g5f|h;g5z|1;g63|7;g6c|;g6l|;g6o|1;g6r|3;g6w|2;g70|2;g74|3;g79|7;g7i|;g7k|3;g7q|1;g7w|5;g84|6;g8e|;g8g|8;g8q|2;g8x|;g8z|1;g92|1;g95|6;g9e|;g9g|3;g9l|9;ga0|7;gaa|3;gaf|6;gan|5;gav|6;gb3|2;gb7|1;gba|5;gbj|2;gbn|1;gbq|;gbs|6;gc5|;gc9|;gcb|1;gce|;gcg|3;gcl|;gcn|;gcp|;gcs|1;gcw|3;gd1|4;gd7|;gd9|7;gdi|;gdl|;gdn|;gdr|2;gdv|2;gdz|5;ge6|1;ge9|;ged|1;geg|3;gel|5;get|2;gex|1;gf0|1;gf3|5;gfb|;gfe|;gfg|1;gfj|5;gfr|2;gfv|a;gg7|3;ggc|2;ggh|3;ggn|;ggq|;ggs|5;ggz|1;gh2|1;gh5|;gh8|9;ghj|2;ghn|4;ghu|;ghw|;gi2|;gi6|1;gia|2;gie|4;gik|4;giq|;gis|a;gj4|;gj6|;gj8|;gja|;gjd|;gjf|;gjl|2;gjp|;gjs|5;gk0|2;gk4|;gk6|5;gkf|7;gko|b;gl1|3;gl7|1;gla|;gld|;glf|1;gli|e;gly|;gm0|9;gmb|m;gmz|8;gn9|3;gne|5;gno|;go0|d;gof|9;goq|8;gp0|4;gp7|d;gpm|;gpo|;gpq|;gps|k;gqe|j;gqz|5;gra|;gre|;gri|;grk|b;grx|2;gs1|2;gs7|1;gsa|3;gsf|;gsh|j;gt3|1;gt6|;gta|;gtf|;gth|3;gtm|f;gu3|1;gu6|3;gub|8;gul|6;gut|2;gv0|3;gv5|5;gvd|2;gvl|2;gvp|2;gvt|;gvv|9;gw6|f;gwo|2;gws|1;gwv|;gwx|d;gxc|5;gxl|3;gxr|w;gyp|9;gz0|;gz2|4;gz9|2;gzd|9;gzo|2;gzs|1;gzw|b;h0b|8;h0l|;h0n|;h0p|1;h0s|4;h0y|9;h19|6;h1h|1;h1k|2;h1o|4;h1u|2;h1z|3;h25|1;h28|6;h2g|c;h2u|6;h32|9;h3d|7;h3m|1;h3p|;h3r|3;h3w|3;h41|;h44|4;h4a|5;h4h|6;h4p|;h4s|7;h51|1;h54|5;h5d|;h5f|1;h5i|1;h5m|1;h5p|5;h5w|1;h5z|;h62|1;h65|4;h6f|;h6h|2;h6l|;h6n|5;h6v|6;h76|4;h7c|;h7e|6;h7m|1;h7s|2;h7w|4;h82|2;h8b|;h8d|6;h8l|2;h8p|9;h90|;h93|;h97|;h9b|;h9d|1;h9g|;h9i|5;h9p|;h9r|8;ha2|6;haa|1;hag|;hai|3;han|1;har|2;hav|e;hbb|;hbe|;hbi|;hbn|3;hbs|7;hc1|3;hc6|2;hcb|1;hce|2;hci|;hck|1;hcn|;hcs|b;hd5|;hd8|i;hds|e;he8|;hea|;hec|;heg|1;hej|3;heo|a;hf0|f;hfh|;hfj|1;hfo|;hfr|8;hg1|4;hg7|8;hgi|3;hgo|1;hgr|2;hgv|;hgx|5;hh5|a;hhh|6;hhq|6;hhy|;hi0|2;hi4|5;hib|;hid|7;him|3;hir|;hit|1;hiy|5;hj5|1;hj9|4;hjf|;hji|8;hjs|8;hk2|2;hk7|2;hkb|1;hkf|1;hki|2;hkp|6;hky|5;hl6|;hl8|3;hld|1;hlg|3;hll|1;hlo|1;hlr|1;hlu|;hlw|1;hlz|;hm1|6;hm9|1;hmc|;hmf|1;hmk|;hmm|;hmo|;hms|1;hmv|3;hn2|3;hn7|2;hnb|1;hne|;hng|;hnk|2;hnp|;hnr|;hnt|5;ho0|9;hob|a;hop|1;hot|3;hoy|2;hp2|4;hp9|b;hpo|;hpq|j;hqb|h;hqu|;hqw|6;hr4|1;hr7|3;hrc|r;hs9|4;hsf|;hsh|2;hsl|7;hsu|3;hsz|2;ht3|;ht5|5;htf|;hth|4;hto|2;hts|a;hu4|1;hu8|u;hv4|1;hvb|8;hvl|3;hvq|;hvs|;hvu|2;hvy|9;hw9|9;hwk|3;hwp|3;hwu|m;hxi|9;hxt|;hxv|;hxx|h;hyg|6;hyo|;hyq|9;hz1|2;hz5|2;hz9|;hzb|2;hzf|2;hzj|2;hzn|4;hzt|2;hzx|4;i03|5;i0a|6;i0i|;i0k|;i0o|;i0s|5;i0z|5;i16|7;i1f|5;i1m|3;i1r|;i1u|4;i20|1;i23|3;i28|8;i2i|3;i2n|6;i2v|2;i2z|1;i32|2;i36|1;i39|a;i3m|6;i3u|;i3w|2;i40|;i43|6;i4f|8;i4q|4;i4w|9;i57|;i5a|e;i5q|5;i5x|1;i60|;i62|;i67|;i69|;i6b|2;i6f|f;i6y|;i70|;i72|2;i76|3;i7c|;i7e|;i7g|;i7k|1;i7n|;i7r|5;i7y|3;i84|d;i8j|3;i8o|1;i8s|2;i8w|;i8y|3;i93|3;i98|3;i9d|;i9f|1;i9k|4;i9q|;i9v|;i9x|1;ia0|5;ia7|6;iah|1;iak|l;ib7|;ib9|3;ibe|;ibl|1;ibq|6;iby|d;ice|1;icl|;ico|2;ics|5;id0|5;id7|2;idb|2;idi|1;idn|7;idw|7;ie5|3;iea|7;iek|;iem|c;if0|7;if9|7;ifi|;ifk|2;ifp|2;ift|;ifv|;ify|;ig2|1;ig5|;ig7|2;igb|1;igf|3;igk|;ign|b;ih0|7;ih9|1;ihe|3;ihj|;ihl|1;iho|6;ihw|;ihz|b;iic|6;iik|1;iio|3;iiu|1;iix|;iiz|;ij1|;ij3|;ij5|1;ij8|4;ijf|;ijh|5;ijp|3;ijv|;ijy|;ik0|5;ik7|;ik9|;ikd|2;iki|2;ikm|;ikp|3;iku|;ikx|1;il0|7;il9|;ilb|6;ilk|1;iln|;ilp|1;ilv|1;ily|2;im5|1;im8|5;img|;imi|5;imr|2;imv|2;imz|8;ina|a;inm|4;ins|8;io2|2;io6|7;iof|;ioi|;iol|2;iop|3;iow|;ioy|6;ip6|4;ipc|9;ipp|1;ipt|1;ipw|a;iq8|j;iqt|4;ir0|;ir2|1;ir5|3;ira|6;iri|1;irl|1;iro|1;irr|1;iru|5;is2|3;is7|1;isa|1;isd|;isf|;isi|7;ist|1;isw|1;isz|;it1|3;it6|2;itc|;itf|3;itk|9;itw|;ity|3;iu4|2;iu9|4;iuf|;iuh|4;iun|5;iuu|3;iuz|8;iv9|7;ivk|2;ivq|3;ivv|1;ivy|3;iw4|b;iwh|1;iwl|2;iwp|c;ix5|;ix8|1;ixb|3;ixg|5;ixn|;ixp|4;ixv|2;iy0|;iy2|1;iy5|2;iy9|;iyb|2;iyf|1;iyi|1;iyl|;iyn|1;iyx|e;izd|5;izk|f;j01|4;j07|;j09|;j0b|;j0g|7;j0p|4;j0w|;j0y|3;j14|3;j19|2;j1e|e;j1u|;j1x|;j1z|;j26|3;j2b|7;j2k|2;j2o|;j2q|;j2s|3;j2y|6;j36|2;j3a|2;j3k|h;j43|c;j4h|;j4j|2;j4n|d;j52|3;j5c|h;j5v|d;j6a|4;j6g|5;j6n|1;j6q|1;j6v|2;j6z|1;j72|2;j76|;j78|;j7a|1;j7f|;j7h|5;j7o|c;j82|4;j88|g;j8q|2;j8u|9;j95|1;j98|2;j9c|3;j9j|;j9l|5;j9s|6;ja0|5;ja7|;ja9|1;jac|;jaf|j;jb0|;jb2|5;jb9|8;jbj|1;jbn|;jbq|;jbs|;jbu|;jby|2;jc2|9;jcd|1;jcg|2;jcl|c;jcz|1;jd3|3;jd8|2;jdc|2;jdg|2;jdl|2;jdr|6;jdz|;je1|5;je8|;jea|2;jee|1;jeh|1;jel|6;jeu|8;jf4|4;jfc|4;jfi|;jfk|6;jfs|;jfx|7;jg6|1;jg9|h;jgs|;jgu|a;jh9|;jhg|;jhi|;jhk|9;jhv|3;ji0|1;ji3|4;ji9|r;jj3|;jj9|;jjf|o;jk7|2;jkb|6;jkj|3;jko|;jl4|7;jld|d;jls|h;jmc|6;jml|;jms|1;jmv|2;jmz|7;jn9|8;jnj|6;jnr|b;jo4|;jo6|3;job|a;jon|a;jp5|;jp9|1;jpc|j;jpx|m;jql|9;jqw|1;jqz|1;jr2|;jra|1;jrd|7;jrm|6;jru|2;jry|a;jsa|6;jsi|9;jst|4;jsz|;jt7|;jt9|1;jtc|4;jtk|9;jtx|4;ju3|i;jun|;juq|;jut|;juv|6;jv3|4;jv9|5;jvg|4;jvm|4;jvt|;jvv|9;jw6|;jwb|a;jwn|;jwp|2;jwt|3;jwy|2;jx2|5;jx9|;jxc|d;jxr|5;jxz|1;jy2|7;jyb|1;jye|1;jyh|1;jyk|5;jyr|6;jyz|b;jzd|7;jzm|7;jzv|;jzx|2;k01|;k03|;k05|1;k08|2;k0d|;k0f|;k0h|;k0j|7;k0s|3;k0y|6;k16|3;k1b|;k1e|a;k1r|a;k23|1;k28|2;k2c|3;k2h|;k2j|7;k2s|1;k2v|1;k2y|2;k32|2;k36|1;k39|4;k3f|4;k3l|5;k3v|9;k46|1;k4a|1;k4d|6;k4l|1;k4o|1;k4s|9;k56|3;k5b|1;k5e|j;k60|;k64|c;k6j|;k6l|9;k6x|1;k75|4;k7b|6;k7j|;k7l|2;k7r|;k7t|f;k8a|2;k8e|6;k8m|8;k8w|;k90|a;k9c|2;k9g|6;k9p|;k9r|3;k9w|;ka0|3;ka5|e;kal|3;kas|;kau|9;kb6|;kba|;kbc|6;kbk|;kbn|1;kbq|3;kbv|3;kc0|4;kc6|3;kcc|;kce|7;kco|8;kcy|7;kd7|;kd9|6;kdh|3;kdm|4;kdt|;kdv|3;ke0|7;kec|5;kej|6;ker|;ket|2;kex|1;kf0|6;kfb|;kfe|l;kg1|6;kg9|;kgb|a;kgn|3;kgs|1;kgv|1;kh0|;kh8|;kha|d;khr|7;ki0|c;kie|9;kiq|5;kix|h;kjg|;kji|6;kjx|;kk0|;kk2|2;kk6|2;kka|8;kkl|1;kko|3;kkt|2;kkx|d;klc|h;klv|3;km5|;kmd|;kmj|;kml|2;kmp|1;kms|5;kmz|h;knj|5;knq|2;knv|2;knz|5;ko6|g;kop|;kot|;kox|;koz|b;kpc|8;kpm|;kpo|5;kpv|1;kpy|6;kq6|f;kqo|l;krb|4;krp|;kru|;krw|;krz|1;ks2|7;ksb|b;kso|4;ksu|1;ksx|16;ku8|;kua|1;kud|1;kui|;kul|1;kuo|1;kur|9;kv2|p;kvt|;kvv|9;kw6|;kw9|8;kwj|3;kwp|;kwx|1;kx0|5;kx7|3;kxd|3;kxi|n;ky7|;ky9|;kyb|e;kyr|;kyt|4;kyz|2;kz6|3;kzc|9;kzn|6;kzv|g;l0d|e;l0t|;l0v|;l0x|;l10|;l12|;l16|;l1a|7;l1j|;l1l|1;l1o|b;l21|f;l2j|4;l2p|a;l31|1;l36|1;l39|8;l3j|2;l3n|1;l3s|9;l45|;l47|1;l4a|2;l4e|3;l4j|;l4m|;l4o|4;l4w|;l4y|3;l54|3;l5b|4;l5i|4;l5p|1;l5s|1;l5v|;l5x|;l60|;l64|1;l67|;l69|e;l6p|2;l6t|9;l74|2;l78|3;l7d|;l7f|1;l7i|9;l7u|;l7x|;l7z|;l82|;l84|;l86|5;l8e|6;l8m|;l8o|2;l8s|3;l8x|;l90|5;l97|;l9a|2;l9e|5;l9m|1;l9p|3;l9u|1;l9x|2;la2|;la4|1;la7|2;lab|a;lan|1;laq|2;lau|2;lay|2;lb2|;lb4|4;lba|2;lbe|2;lbj|1;lbm|1;lbr|f;lc8|1;lcb|2;lcf|2;lcj|3;lco|5;lcv|2;lcz|5;ld6|2;lda|d;ldp|6;ldy|;le1|7;lea|;lec|1;lef|a;let|6;lf1|9;lfc|3;lfh|j;lg2|4;lg8|5;lgf|;lgi|;lgq|a;lh2|h;lhl|e;li1|a;lid|;lif|c;lit|;lix|;lj3|j;ljq|5;ljx|3;lk2|;lk4|u;lla|;llj|5;llq|c;lm4|6;lmc|10;lne|;lno|1;lnu|2;lny|1;lo1|4;lo7|9;loi|;lok|9;lov|n;lpk|f;lq1|5;lq8|;lqa|3;lqi|;lqn|;lqt|;lqw|5;lr3|n;lrs|9;ls3|4;ls9|2;lsd|s;lt7|;lta|1;ltd|3;lti|3;lto|;lty|;lu0|1;lu3|;lu5|3;lua|2;lue|h;luy|1;lv2|14;lw8|5;lwi|;lwo|1;lwr|4;lwx|1;lx0|r;lxu|8;ly4|;ly6|9;lyh|o;lz7|1;lzi|a;lzu|a;m06|1;m09|7;m0i|2;m0m|c;m10|a;m1c|;m1e|5;m1p|p;m2g|c;m2u|9;m37|2;m3c|c;m3q|3;m3v|7;m44|;m46|2;m4a|2;m4e|3;m4j|4;m4p|6;m4x|;m50|g;m5i|6;m5r|6;m5z|5;m66|8;m6g|5;m6o|2;m6s|4;m6y|i;m7i|3;m7o|6;m7w|3;m81|5;m89|2;m8e|1;m8h|5;m8o|2;m8v|2;m8z|4;m95|;m97|6;m9f|2;m9j|7;m9s|;m9w|4;ma2|g;mak|6;mas|;mb3|2;mb7|d;mbm|;mbo|2;mbt|5;mc0|;mc3|;mc7|;mc9|a;mcl|1;mco|1;mcr|1;mcu|8;md6|1;mda|;mdc|7;mdl|b;mdy|4;me4|g;mem|;meo|8;mey|4;mf4|2;mf8|6;mfg|;mfi|4;mfo|;mfq|f;mg7|3;mgc|1;mgf|6;mgn|3;mgs|f;mha|4;mhg|2;mhk|5;mhr|3;mhw|4;mi3|3;mi8|2;mic|2;mig|1;mij|8;mit|2;mix|1;mj0|4;mj7|4;mjd|2;mjh|2;mjm|c;mk0|;mk5|1;mk8|3;mkd|5;mkk|;mkm|6;mkv|1;mky|1;ml1|e;mli|1;mll|1;mlo|;mlq|2;mlu|2;mly|3;mm3|7;mmc|5;mmj|d;mmy|1;mn1|2;mn5|9;mng|4;mnm|;mno|1;mnu|;mnx|;mnz|7;mo9|5;mog|2;mok|;mom|4;mos|;mov|5;mp2|;mp4|3;mpf|1;mpi|c;mpw|;mpz|1;mq2|2;mq7|4;mqe|3;mqj|3;mqq|1;mqt|9;mr4|c;mri|7;mrs|2;mrw|6;ms7|4;msd|5;msl|7;msu|a;mt6|i;mtq|1;mtu|6;mu4|6;muc|9;muq|a;mv2|2;mv6|e;mvm|c;mw0|b;mwd|2;mwj|q;mxd|1;mxg|3;mxl|d;my0|i;myk|;myn|o;mzd|c;mzr|f;n09|1;n0c|7;n0l|8;n0w|;n0y|;n10|1;n13|a;n1f|8;n1p|;n1r|3;n1w|7;n25|6;n2d|1;n2g|;n2i|2;n2n|1;n2r|m;n3g|;n3i|;n3k|2;n3o|4;n3v|;n3x|3;n42|3;n47|1;n4b|f;n4s|3;n4x|1;n51|1;n54|d;n5j|4;n5p|3;n5u|;n5y|2;n62|5;n69|;n6b|2;n6h|4;n6n|1;n6q|5;n6y|6;n76|;n7a|4;n7h|3;n7n|1;n7q|1;n7u|8;n84|1;n88|2;n8d|1;n8i|3;n8n|;n8q|1;n8w|6;n94|d;n9j|1;n9m|8;n9w|1;n9z|d;nae|1;nal|;nan|k;nbb|6;nbj|2;nbn|3;nbt|g;ncc|1;ncf|6;nco|;ncq|3;ncw|;ncy|1;nd2|3;nd8|8;ndi|4;ndo|;ndr|3;ndw|3;ne1|1;ne4|a;neg|7;nep|1;nes|;neu|5;nf2|2;nf6|1;nf9|1;nfd|5;nfl|;nfo|2;nfu|1;nfx|3;ng4|1;ng7|1;nga|1;ngd|2;ngi|4;ngo|2;ngs|2;ngy|2;nh2|;nh5|6;nhd|;nhf|4;nhl|1;nho|9;nhz|5;ni6|;ni9|;nib|2;nif|5;nim|5;nit|;nix|2;nj1|3;nj6|7;njf|;njh|;njj|;njl|d;nk0|;nk3|4;nka|5;nki|;nkk|2;nko|4;nku|5;nl1|a;nle|;nlj|e;nlz|2;nm3|4;nm9|;nmb|;nmd|;nmf|c;nmt|;nmv|1;nmy|3;nn3|8;nnd|6;nnm|3;nnr|;nnt|7;no3|2;no7|7;nog|;noi|1;nol|4;nos|8;np3|7;npe|1;nph|1;npk|1;npo|8;nq0|;nq4|7;nqd|g;nqv|2;nr0|1;nr6|3;nrb|7;nrk|4;nrw|2;ns0|;ns2|;ns4|2;ns8|9;nsp|3;nsu|3;nsz|6;nt8|3;ntd|;ntf|7;ntq|7;ntz|6;nu7|5;nue|;nug|4;num|;nup|;nur|2;nuv|e;nvb|1;nve|1;nvh|8;nvr|3;nvw|9;nw7|;nw9|6;nwh|1;nwk|2;nwp|;nws|;nwu|;nww|4;nx3|;nx5|;nx7|3;nxd|;nxf|c;nxt|5;ny0|a;nyc|8;nyn|m;nzb|4;nzh|;nzk|4;nzt|1;nzw|7;o06|2;o0a|1;o0d|g;o0v|3;o10|a;o1c|4;o1i|5;o1p|4;o1w|2;o20|a;o2c|2;o2g|;o2k|4;o2q|2;o2u|1;o2x|5;o35|;o38|;o3a|2;o3e|1;o3k|;o3m|4;o3s|;o3u|4;o40|5;o47|5;o4e|2;o4i|;o4m|;o4o|;o4q|8;o53|;o55|7;o5f|b;o5w|;o5y|2;o62|2;o67|3;o6d|;o6f|2;o6j|3;o6o|2;o6s|2;o6w|3;o71|4;o77|9;o7j|a;o7y|2;o82|1;o88|4;o8e|a;o8q|2;o8u|7;o93|4;o9b|;o9d|;o9f|;o9k|5;o9r|1;o9u|5;oa1|2;oa5|2;oae|1;oah|8;oas|2;oaw|4;ob2|6;obc|3;obh|3;obm|j;oc8|1;ocb|;ocg|;oci|g;od0|2;od4|;odc|7;odl|;odo|c;oe3|;oea|;oec|1;oef|1;oei|8;oes|9;of4|4;ofg|3;ofl|1;ofo|1;ofr|2;ofy|;og0|1;og4|3;og9|3;oge|2;ogk|1;ogo|k;ohc|4;ohj|c;ohx|2;oi1|9;oid|;oih|;oij|8;oit|8;oj4|;oj7|;oj9|;ojb|2;ojf|5;ojm|3;ojr|3;ojw|1;ok0|1;ok3|1;ok6|1;ok9|4;okf|1;okj|4;okp|7;oky|3;ol4|9;olf|3;olk|2;olo|2;olt|1;olw|4;om4|;om6|1;om9|2;omd|3;omk|;omm|1;omp|4;omw|7;on6|1;on9|;onb|7;onk|7;ont|1;onw|4;oo2|;oo6|2;ooa|;ooc|d;oor|3;oow|y;opx|;oq0|1;oq3|1;oq6|5;oqd|1;oqg|f;oqy|;or1|9;orc|;ore|5;orl|2;orq|5;orx|6;os9|4;osf|2;osj|3;oso|1;osr|4;osx|6;ot8|8;oti|f;otz|b;ouc|3;ouh|7;ouq|2;ouv|a;ov7|7;ovg|;ovi|9;ovt|5;ow3|;ow7|g;owq|b;ox3|;ox5|2;ox9|s;oy4|;oy8|c;oym|5;oyt|;oyv|9;oz6|g;ozq|2;ozu|5;p01|b;p0f|;p0k|;p0s|;p16|;p1j|;p1r|;p27|;p3a|;p4m|4;p4t|4;p4z|2;p53|e;p5k|;p5n|6;p5v|;p5x|9;p68|3;p6d|a;p6r|;p6t|a;p75|6;p7e|4;p7k|9;p7w|n;p8l|;p8n|;p8p|9;p90|1;p93|;p97|8;p9h|g;p9z|h;paj|7;pas|5;paz|6;pb8|2;pbc|2;pbg|;pbi|3;pbn|4;pbt|;pbv|4;pc3|;pc6|2;pca|;pcf|3;pck|;pcm|;pco|;pcq|4;pcx|3;pd2|1;pd8|;pdb|4;pdh|4;pdp|3;pdu|;pdw|3;pe1|3;pe7|1;pea|1;ped|1;peg|5;pen|;pep|2;pet|;pev|;pex|2;pf1|2;pf5|1;pf8|4;pfe|;pfg|1;pfm|8;pfw|5;pg4|a;pgg|1;pgj|3;pgp|;pgs|1;pgv|7;ph4|6;phc|3;phh|5;pho|;phq|;phu|;phw|7;pi5|2;pi9|4;pif|;pih|4;pin|3;pis|;piv|;pix|1;pj1|1;pj6|2;pja|2;pje|c;pjt|3;pjy|;pk0|2;pk4|3;pk9|;pkb|9;pkm|4;pks|1;pkv|1;pky|2;pl2|7;plb|;plf|;plh|;plj|9;plu|1;plx|7;pm6|;pm8|7;pmh|h;pn0|1;pn3|3;pn9|;pnb|4;pnh|d;pnw|3;po2|2;po6|6;poe|4;pok|1;pon|6;pow|2;pp0|2;pp4|;pp6|8;pph|1;ppk|5;ppr|;ppu|8;pq4|4;pqa|;pqc|1;pqf|;pqh|;pqj|;pqm|e;pr2|1;pr5|5;prc|1;prf|4;prl|1;pro|c;ps3|2;ps7|;psa|1;psd|7;pso|3;pst|k;ptf|d;ptu|2;pu2|;pu7|a;puj|1;pum|a;puy|v;pvv|2;pw6|8;pwg|;pwi|;pwk|9;pwv|;pwx|c;pxb|6;pxj|d;pxy|1;pya|1;pye|;pyn|;pyr|5;pyy|5;pz5|;pz7|;pz9|p;q00|;q02|a;q0e|2;q0p|;q0t|i;q1d|;q1f|6;q1n|a;q1z|f;q2g|7;q2p|;q2r|4;q2x|b;q3a|;q3c|;q3f|1;q3k|1;q3n|1;q3q|;q3t|;q3v|l;q4i|c;q4w|p;q5n|f;q65|3;q6a|;q6c|;q6e|;q6g|;q6l|7;q6u|e;q7b|b;q7o|;q7q|;q7s|a;q84|3;q89|b;q8m|1;q8q|1;q8u|;q8x|1;q90|1;q93|5;q9a|6;q9i|a;q9u|o;qak|5;qar|e;qb7|1;qbc|;qbf|;qbh|1;qbk|e;qc1|a;qcd|k;qcz|;qd1|7;qda|;qdc|h;qdv|h;qee|4;qen|2;qer|7;qf1|c;qff|;qfh|5;qfp|5;qfw|a;qg8|a;qgk|;qgm|c;qh0|3;qh5|4;qhb|2;qhf|1;qhi|6;qhq|c;qi4|3;qi9|5;qig|4;qim|2;qiq|1;qit|3;qiz|3;qj4|;qj6|4;qjd|;qjf|1;qji|1;qjl|4;qjr|d;qk7|;qk9|3;qke|;qkl|2;qkq|4;qkw|a;ql8|2;qlc|5;qlj|3;qlp|;qlr|q;qmj|1;qmo|1;qmr|1;qmu|9;qn6|2;qna|;qnc|5;qnj|;qnp|6;qny|;qo0|e;qoh|2;qol|;qoo|4;qou|;qow|a;qp8|2;qpc|5;qpj|1;qpm|2;qpq|5;qpy|;qq4|11;qr7|8;qrh|;qrl|8;qrv|2;qrz|5;qs6|2;qsa|5;qsi|3;qsp|t;qtk|4;qtq|;qtt|3;qty|i;qui|5;quq|5;qux|3;qv2|8;qvc|5;qvj|2;qvn|6;qvv|2;qvz|k;qwl|4;qwr|b;qx4|;qx6|5;qxe|1;qxh|2;qxl|2;qxp|1;qxs|5;qxz|4;qy5|5;qyc|3;qyh|;qyk|8;qyv|2;qyz|8;qz9|d;qzo|;qzr|1;qzu|2;qzy|;r01|1;r04|6;r0c|6;r0l|;r0n|;r0p|7;r0y|;r10|b;r1d|;r1i|2;r1n|1;r1q|k;r2d|2;r2h|3;r2m|;r2o|a;r32|1;r35|6;r3d|a;r3p|3;r3v|3;r41|3;r46|1;r49|;r4b|2;r4f|5;r4m|g;r55|6;r5d|3;r5i|1;r5l|3;r5q|5;r5x|6;r67|;r69|;r6b|5;r6j|4;r6p|6;r6x|1;r70|3;r76|;r7a|1;r7d|1;r7g|5;r7q|;r82|4;r89|4;r8f|a;r8r|2;r8w|4;r92|2;r96|2;r9a|2;r9e|2;r9j|1;r9m|;r9o|;r9q|5;r9x|3;ra3|4;raa|1;rad|;raf|;rah|4;rao|1;ras|;rau|;raw|9;rb8|2;rbc|2;rbg|6;rbo|5;rbv|;rby|;rc0|3;rc6|3;rcb|3;rcg|7;rcp|3;rcu|1;rcx|6;rd7|2;rdb|7;rdk|2;rdo|;rdq|;rds|1;rdv|9;re7|1;rea|;rec|;ree|;reg|8;req|7;rez|2;rf3|;rf5|h;rfo|;rfq|2;rfu|1;rfx|f;rge|4;rgk|4;rgq|m;rhe|6;rhm|7;rhv|;rhx|2;ri1|a;rid|l;rj0|4;rj6|1;rj9|8;rjj|1;rjo|;rjr|4;rjx|9;rk8|;rka|2;rke|2;rki|4;rko|4;rku|2;rlq|;rmq|;rp3|;rp5|;rp7|4;rpd|2;rph|c;rpw|3;rq2|;rq4|1;rq7|;rq9|1;rqc|2;rqg|5;rqn|4;rqt|6;rr1|;rr4|2;rr8|2;rrd|1;rrg|1;rrj|6;rrr|e;rs7|6;rsf|1;rsi|j;rt3|1;rt6|;rt8|1;rtb|;rtd|6;rtl|l;ru8|5;ruf|7;ruo|;ruq|b;rv3|a;rvf|2;rxg|;rxi|3;rxn|5;rxu|2;rxy|5;ry5|;ry8|2;ryc|1;ryh|1;ryk|a;ryx|;ryz|1;rz3|2;rz7|;rz9|a;rzm|5;rzt|1;rzw|;rzy|5;s05|3;s0b|6;s0j|a;s0v|5;s12|6;s1a|6;s1m|;s1o|b;s21|1;s25|u;s31|1;s34|1;s37|3;s3c|2;s3g|6;s3o|c;s43|4;s49|h;s4s|1;s4v|;s4x|7;s56|2;s5a|;s5c|2;s5g|a;s5s|8;s62|;s65|4;s6b|a;s6o|;s6q|;s6u|;s6x|1;s70|1;s74|;s76|1;s7d|6;s7l|3;s7r|1;s7u|8;s84|5;s8b|4;s8h|1;s8k|8;s8u|5;s91|6;s99|1;s9c|g;s9v|3;sa1|1;sa4|4;saa|7;saj|1;sam|d;sb1|n;sbq|1;sby|;scz|;sd7|1;sdb|1;sdf|;sdh|3;sdp|f;se6|1;se9|1;sec|2;seh|e;sey|;sf4|6;sfc|;sfe|1;sfh|1;sfk|;sfo|i;sg8|;sgb|2;sgf|3;sgk|3;sgp|b;sh9|2;shd|7;sho|3;sht|1;shw|;shy|1;si1|d;sig|1;sij|3;sio|4;siv|2;siz|5;sj6|m;sju|1;sjx|;sjz|2;sk4|1;sk7|2;skb|;ske|5;skl|3;skq|;sku|8;sl4|;sl7|;sl9|2;sld|;slf|2;slj|1;slm|1;slq|;slw|9;sm7|6;smg|5;smn|6;smx|g;snf|;snh|5;sno|;snq|e;so6|g;soo|3;sou|3;soz|g;sph|5;spo|;spq|7;spz|3;sq4|;sq6|2;sqa|8;sqk|;sqo|7;sqx|a;sra|;srd|a;srp|;srr|g;ss9|5;ssg|7;ssp|;ssr|6;ssz|7;st8|1;stb|;ste|c;stt|;stv|7;su5|d;suk|e;sv0|;sv2|;sv5|;sv7|5;sve|1;svh|1;svk|a;svw|5;sw4|2;sw8|g;swq|1;swt|a;sx7|5;sxe|;sxi|p;sy9|;syb|a;syo|c;sz2|;sz5|6;szd|3;szi|n;t07|2;t0b|;t0d|4;t0j|h;t12|e;t1i|3;t1n|5;t1u|4;t20|3;t25|k;t2r|3;t2w|1;t30|;t34|i;t3o|8;t3y|g;t4g|1;t4j|b;t4w|a;t58|6;t5g|m;t64|9;t6f|1;t6j|;t6l|;t6n|1;t6q|2;t6u|2;t6y|q;t7q|2;t7w|;t7y|;t80|1;t83|e;t8j|1;t8m|j;t97|;t99|;t9c|;t9g|f;t9x|b;taa|b;tan|3;tas|1;tav|1;taz|;tb1|1;tb4|;tb6|3;tbb|i;tbv|8;tc5|;tcv|;tcy|;tdt|;tdv|;tek|;tfa|;tgt|;thj|;tiv|1;tiy|3;tj3|1;tj6|1;tj9|1;tjc|1;tjf|9;tjq|3;tjv|1;tjy|g;tkg|2;tkl|2;tkp|7;tkz|;tl1|8;tlc|6;tlm|2;tlq|7;tm0|;tmc|;tng|2;tnk|4;tns|;tnu|;tnw|7;to8|5;tof|6;toq|7;toz|1;tp2|;tp4|;tp7|4;tpd|3;tpl|4;tpr|9;tq3|3;tq8|1;tqb|8;tql|2;tqp|8;tqz|1;tr2|;tr5|4;trb|3;trg|;tri|;trk|1;trn|1;trq|;trs|1;trv|2;trz|f;tsi|d;tsx|2;tt1|;tt4|2;ttb|3;ttg|7;ttp|;ttr|1;ttu|7;tu3|;tu5|6;tue|;tug|1;tuj|h;tv2|4;tv8|2;tvc|2;tvh|7;tvq|5;tw1|1;tw5|3;twa|8;twm|;two|2;tws|2;tww|4;tx2|2;tx6|b;txj|4;txp|2;txw|;txz|f;tyg|;tyi|4;typ|3;tyu|5;tz1|c;tzf|5;tzm|7;tzw|5;u03|;u05|1;u0d|1;u0g|3;u0l|1;u0o|3;u0t|b;u16|;u18|c;u1n|6;u1v|1;u1y|3;u23|;u25|3;u2a|3;u2f|2;u2j|;u2p|;u2r|g;u3a|3;u3f|5;u3m|a;u3z|6;u5k|1;u5o|3;u5t|3;u5y|e;u6e|6;u6m|;u6z|1;u72|5;u79|2;u7d|4;u7j|;u7l|1;u7o|2;u7t|1;u7w|2;u80|;u82|1;u85|;u87|3;u8c|;u8e|;u8g|c;u8u|1;u8x|;u90|1;u93|c;u9h|;u9j|c;u9x|;u9z|7;ua8|9;uaj|4;uap|2;uc6|3;ucb|3;uch|;ucj|5;ucq|b;ud4|5;udd|4;udj|;udl|;udn|i;ue7|8;ueh|1;uek|2;ueo|1;ues|b;uf5|6;ufd|8;ufo|2;uft|e;ug9|9;ugk|i;uh4|2;uh8|4;uhe|a;uhq|2;uhu|a;uj3|;ujs|;ujv|;ujx|;ujz|5;uk6|c;ukm|1;ukq|;ukt|;ukv|9;ul8|;ulb|4;uli|1;uln|4;ult|3;uly|1;um1|6;um9|5;umg|a;ums|6;un2|2;un6|3;unb|4;unh|2;unl|4;unr|;unt|3;uny|8;uo8|;uoa|8;uok|2;uoo|3;uov|2;up0|;up2|3;up8|;upb|2;upg|3;upm|9;upx|3;uq3|;uq5|6;uqd|;uqf|;uqi|1;uql|5;uqs|2;uqw|;uqy|1;ur1|3;ur9|1;urc|1;urh|;urj|2;urn|1;urq|4;urz|;us3|4;us9|5;usg|2;usk|9;usw|1;ut0|;ut3|1;ut9|;utb|;ute|;uth|9;uts|;utu|3;utz|;uu3|2;uu7|2;uub|3;uug|1;uuj|2;uun|;uup|6;uux|8;uv8|c;uvm|7;uvx|3;uw2|1;uw6|2;uwd|1;uwh|4;uwn|5;uzp|2;uzt|1;uzx|;v01|6;v09|4;v0f|1;v0i|7;v0s|;v0w|;v0y|;v10|5;v17|;v19|6;v1h|1;v1k|1;v1p|4;v1v|1;v1y|3;v23|;v25|8;v2h|3;v2m|6;v2u|b;v3b|e;v3r|2;v3v|h;v4g|;v4i|2;v4m|n;v5b|;v5d|k;v5z|o;v6p|5;v6w|1;v6z|5;v76|l;v7t|c;v87|8;vat|;vax|4;vb3|f;vbk|i;vc4|d;vck|3;vcr|9;vd2|2;vd8|5;vdf|3;vdk|;vdm|6;vdu|;vdw|4;ve3|;ve5|l;veu|4;vf2|2;vf6|1;vf9|7;vfi|;vfk|;vfm|n;vgb|;vgd|1;vgg|g;vgy|l;vhl|3;vhq|4;vhw|7;vi6|1;vil|1;vio|2;vis|5;vj0|;vj3|1;vj6|;vj8|f;vk7|4;vkg|;1d6o|8;1d6z|2;1d79|;1d7b|;1d7e|;1d7m|;1d7x|;1d84|;1d87|;1d8a|;1d8j|;1d8n|1;1d8q|;1d8y|;1d9a|;1d9e|;1d9h|;1d9j|;1d9p|;1d9u|;1d9y|;1da0|1;1da3|;1da6|;1da8|;1dae|;1dai|;1dam|;1dat|;1db0|1;1db3|;1dbp|;1dbv|;1dbx|1;1dc5|1;1dc8|;1dcg|;1dco|1;1dcs|2;1dcw|;1dcy|2;1dd3|;1dd5|;1ddg|1;1ddm|;1ddp|;1ddr|;1ddu|;1ddx|3;1de2|;1de4|1;1df7|2;1dfe|;1dft|;1dfv|;1dgd|1;1dkw|4;1e6o|9;1e7k|y;1e8k|i;1e94|3;1edd|4e;1eht|t;1eiq|5;1eiy|5;1ej6|5;1eje|2;1ejk|6;1ejs|6;2q68|c;2q6o|2k;2q9c|1o;2qdc|2;2qds|17;2qf4|8;2qfk|1;2t5t|;2t6m|;2t6u|;2t72|;2t7s|;2t8m|1;2t8q|;2t90|;2tai|3;2tap|;2tbi|;2tcc|;2tce|;2tco|;2tgk|;2tgp|;2tgr|;2thd|;2thw|;2tiq|;2tj8|;2tjg|;2tjo|;2tkp|;2tln|;2tmc|1;2tnd|;2tni|;2tnk|;2to7|;2tof|1;2tph|;2tqi|;2tr9|;2ts1|;2ts5|2;2ttq|2;2tuo|;2tuv|;2tv9|;2tvt|;2tvv|;2tx1|;2tx8|;2txv|1;2ty7|;2u05|;2u13|;2u1a|;2u1d|1;2u1v|;2u3b|;2u4c|;2u4e|;2u6f|;2u8e|;2u91|;2u9f|;2u9v|;2ua2|;2ua8|;2uad|;2uan|1;2uaz|;2uc1|;2uc5|;2uc9|1;2uco|;2ucw|;2udy|;2ueu|;2uj2|;2uk1|;2um1|;2ur0|;2usz|;2uvp|;2uxi|;2uxv|;2uz8|;2v09|;2v3b|;2v4h|;2v68|;2v73|;2v7u|;2v90|;2v9e|;2v9p|;2vbh|;2vf3|;2vfj|;2vfs|1;2vgf|;2vgm|;2vgr|;2vhe|;2vhn|;2vi3|;2vi7|;2vij|;2vil|;2vj4|;2vjo|;2vju|1;2vk1|2;2vkj|;2vl1|;2vlj|1;2vlo|;2vm5|;2vme|;2vmk|;2vn9|;2vnc|;2vnz|;2vo3|3;2vod|;2vot|;2vpb|;2vpx|;2vqg|;2vqp|1;2vra|3;2vrg|2;2vsf|;2vsh|;2vsk|;2vss|;2vsu|1;2vti|;2vto|;2vtz|;2vua|;2vuw|;2vwk|;2vwp|1;2vwt|4;2vx2|;2vx9|;2vyk|;2vzh|;2vzn|;2vzp|6;2w0c|;2w0m|;2w0o|;2w0t|;2w0y|;2w16|2;2w1i|;2w2f|1;2w2l|;2w3c|3;2w4d|;2w4m|;2w4t|1;2w4w|1;2w57|;2w5o|;2w6c|;2w7h|;2w7k|;2w8d|;2w8k|2;2w8s|;2w9r|;2wa2|3;2wb8|;2wbh|1;2wcv|;2wd8|;2wdr|;2wdx|3;2we3|;2weg|;2weu|;2wf1|;2wfo|;2wfz|2;2wg7|2;2wgf|;2wgj|;2wh0|;2whg|2;2wj3|;2wjf|;2wjh|;2wjp|;2wjs|;2wjz|;2wlc|;2wlj|;2wnt|;2wqk|;2wr3|;2wsc|;2wtk|1;2wts|;2wv7|;2wvy|;2ww2|3;2wxi|;2wxm|;2wz9|1;2wzy|;2x08|;2x0c|;2x1h|1;2x2l|;2x32|;2x3n|;2x3q|;2x44|;2x4v|;2x5e|;2x5g|1;2x6y|;2x7b|;2x86|;2x9k|;2xa5|;2xdj|;2xdu|;2xee|;2xhm|;2xhv|;2xi1|;2xj2|;2xk1|;2xle|;2xmg|;2xmi|;2xmo|2;2xn7|;2xn9|;2xnj|;2xnq|2;2xoa|2;2xoe|;2xot|;2xow|;2xpi|;2xq2|2;2xqv|;2xrg|5;2xrn|1;2xt7|;2xtc|5;2xtv|;2xtz|;2xuh|3;2xun|;2xv3|;2xv9|1;2xvc|4;2xwg|;2xwo|2;2xwt|;2xx5|2;2xxc|;2xxh|;2xxu|;2xy6|;2xy9|3;2xyv|;2xyz|;2xz7|2;2xzy|4;2y0u|1;2y1d|;2y1i|3;2y2i|;2y2r|2;2y34|2;2y39|;2y3g|;2y3m|;2y3r|;2y4b|;2y4k|;2y54|;2y5m|;2y64|;2y68|;2y6b|;2y6g|;2y6u|;2y8r|;2y9f|;2yb1|;2yb8|;2ybp|;2ybv|;2ycj|;2yis|;2ym9|1;2yp6|;2yr4|;2ysi|;2ysl|;2yss|;2yx2|;2yxf|;2yxq|;2yz4|;2z06|;2z0a|;2z0q|;2z0x|;2z1n|;2z21|;2z30|;2z37|;2z3r|;2z3x|;2z61|;2z6s|;2z6w|;2z7s|;2z85|;2z9r|;2z9x|;2zca|;2zdq|;2zdt|;2zfs|;2zid|;2zih|;2zjy|;2zkq|;2zlz|;2zng|;2zoq|;2zq3|;2zqr|;2zqy|;2zs1|;2zsx|;2zsz|;2zuw|;2zy4|;302p|;302t|;3071|;307k|;307r|;308q|;30bp|;30c1|;30cr|;30cx|;30ds|;30e4|;30e9|;30eh|;30ek|;30fh|;30gj|;30gr|;30hc|;30ic|;30jx|;30kv|;30la|;30nv|1;30ob|;30q0|;30qi|;30ra|;30rc|;30tw|2;30uq|;30us|;30uz|;30v3|;30ve|;30xh|;30xt|;30ye|;30z8|1;30zx|;311f|;313z|1;314h|;3165|;316p|;3187|;319i|;31a1|;31an|;31bb|;31bf|;31c0|;31cj|;31ie|;31lb|;31lh|;31ly|;31m0|;31n2|;31nm|;31of|;31oj|;31pm|;31sa|;31se|;31uu|1;31vc|;31vw|;31w1|;31w5|;31wi|;31xk|;31y3|;31y9|;31yh|;31yq|;31yv|;31z6|;31za|;31zd|;3213|1;321e|;322s|;3230|;323r|;324t|;3251|;325c|;325f|1;325z|;327i|;328d|;329i|;329u|;32bc|;32bv|;32cz|;32en|;32ic|;32ks|;32lf|;32nn|;32o4|;32ob|;32p2|;32pp|1;32q6|;32rb|;32rg|;32sa|;32tf|;32v1|;32wt|;32wy|;32xw|1;32yb|;32yw|1;32zu|;3307|2;330v|;331h|;331r|;331t|3;332u|;3332|;3336|;3341|;3349|1;3357|2;336a|;336o|1;337k|;337u|;338f|;33ck|;33d8|;33dq|;33dy|;33ec|1;33eh|1;33em|;33eo|;33gf|;33gw|;33hr|;33hu|;33l1|;33mh|;33n4|;33o1|;33oa|;33on|;33px|;33q1|;33q4|;33qz|;33rh|2;33sj|;33sw|;33tj|;33tm|;33uk|;33uo|;33vd|;33vj|;33w7|;33wu|;33xa|;33xi|;33xp|;33y2|;33z3|;33zi|;3403|;340m|;340w|;3419|;341b|;341r|;342u|;343l|;344i|;3458|;345e|;345x|2;348q|;34jm|;34pz|;34rf|;34ry|;34sa|;34t6|;34uy|;352b|;353t|2;354l|;354n|;3553|2;356k|3;358g|;3597|;35a6|;35an|;35bq|7;35cz|;35dk|;35dy|;35e9|;35f0|5;35fd|;35hk|3;35ix|;35j3|;35jr|;35kn|5;35md|;35mp|;35my|;35nl|;35of|3;35ov|;35pw|;35pz|;35q8|;35qd|;35rf|5;35sh|;35tl|4;35uf|;35vp|;35vv|2;35w1|;35xl|;35y9|;35yk|;35z8|;35zj|;35zt|;360v|1;3610|;361a|;361h|2;361o|;361r|;361t|;362f|;362i|;363n|2;363w|;3645|;364t|;365e|;3664|;366z|;368b|;368m|;368p|;369i|2;369w|;36ab|;36ad|;36at|;36bj|;36bl|;36bt|1;36cu|;36d6|;36dp|;36e2|;36es|;36fc|;36g2|3;36h8|;36hi|;36ho|;36il|;36ip|;36jt|1;36k2|;36k8|;36kk|;36lx|1;36my|1;36nn|;36o7|1;36pl|;36po|;36q6|;36qb|;36qe|;36rp|;36sh|;36uw|;36x4|;36zc|;36zu|;371h|;371w|;372v|;374k|;375y|;376t|;3773|;379r|;37c0|;37de|;37dv|;37gi|;37jd|;37jk|3;37jv|;37jz|2;37kc|;37km|1;37kp|;37lb|;37lf|1;37lq|5;37mq|1;37n8|2;37nf|;37nj|;37nm|;37ns|7;37o4|;37ok|;37on|;37op|;37or|2;37p3|4;37ph|;37ps|;37q2|;37q6|1;37qb|;37qd|;37qk|1;37qu|3;37qz|;37ri|;37rm|1;37rp|;37s1|9;37su|;37sy|;37t1|;37t6|;37ta|3;37tp|;37tx|2;37u9|;37uf|3;37v0|;37v7|3;37vo|3;37w1|2;37wa|2;37wg|;37wn|;37wq|;37wx|;37xb|;37xe|;37xl|;37yn|;381a|;3851|;385l|;389q|1;38ax|;38bd|;38cm|;38cz|;38hk|;38iy|1;38l7|;38ls|;38o5|;38o7|;38r2|;38t8|;38ua|;38ue|;38uv|;38uy|;38vd|;38vs|;38w2|;38z0|;3902|;3925|;3963|;396w|;398d|1;39al|;39b7|;39ba|1;39cw|1;39e8|;39g9|;39hj|;39i0|;39ji|;39jl|;39jn|;39qx|;39r9|;39rj|1;39s6|;39t8|;39ta|;39ui|;39yp|;39yt|;39z3|;39zv|3;3a02|;3a05|1;3a0x|;3a10|;3a1b|;3a2h|;3a39|;3a3f|;3a3k|;3a4l|;3a5x|;3a6p|;3a83|;3a8l|;3aar|;3aba|;3abq|;3acd|;3acl|;3ad9|;3aeq|;3ah3|;3ahr|2;3al3|;3al9|;3alu|;3ao8|;3aou|;3aox|;3apv|;3arq|;3as6|;3auk|;3avg|;3az8|;3b11|;3b18|;3b1q|1;3b2v|;3b3d|;3b78|;3b7t|;3b8z|1;3b9i|;3bac|;3bag|;3bb5|;3bba|;3bc1|;3bd6|;3bdx|;3bf5|;3bfo|;3bgg|1;3bi6|;3bj4|;3bjk|;3bk3|;3bmh|;3bnd|;3bpq|;3brd|;3bsx|2;3bty|;3buk|;3bvb|1;3bx6|;3byj|;3c2p|1;3c4h|;3c4p|;3c5k|;3c6c|;3c77|;3c7r|;3c84|1;3caq|;3cbl|;3cd5|3;3cfh|1;3cfm|;3cgt|;3ck8|;3ckh|;3ckq|1;3cnk|;3cqd|;3cqz|1;3cr5|;3cu6|;3cvp|;3cvs|;3cw2|;3cwg|2;3cy2|;3cyx|;3czo|;3czs|1;3czx|;3d08|;3d3m|;3d6a|;3d7k|;3d7x|;3d8f|;3daq|;3dba|;3df3|;3df5|;3df9|;3dga|;3dgo|;3dh8|;3dhy|;3dj5|;3dll|;3dmb|1;3dn0|;3dp8|;3dqe|;3dr2|;3dri|;3ds8|;3dsa|;3dsj|;3dtz|;3dvy|;3dw1|;3dwm|;3dx5|;3dxt|;3e08|;3e0l|;3e2a|;3e2i|;3e3x|1;3e44|;3e4i|;3e4x|1;3e9x|;3ea2|;3eab|;3ead|;3ear|;3eaw|;3ec0|3;3ecb|;3ed1|;3ede|;3edy|1;3ee5|;3eer|;3ef4|;3egn|;3eht|;3eio|1;3eiu|;3eke|4;3elg|;3elz|1;3em5|;3em8|;3emb|;3emp|;3eoy|8;3eq9|;3er8|;3esg|7;3esu|;3eu4|;3eui|1;3euo|;3ev4|;3ev9|;3evb|;3evm|;3ewy|3;3ey6|;3eya|;3eyf|;3eys|;3eyw|;3eyz|;3ezd|;3f0w|7;3f3a|;3f5f|1;3f6n|;3f6p|;3f7i|;3f8e|1;3f9q|;3fbf|;3fbm|1;3fd4|;3fe5|2;3ff1|;3ff6|;3fg0|;3fg8|;3fgp|;3fgs|1;3fhi|1;3fj8|1;3fjp|;3fm5|;3fob|;3fqf|;3fr4|;3fr9|;3frf|;3fsi|;3fsm|;3fty|;3fwy|;3fyy|;3g1r|;3g2q|;3g40|;3g5g|;3g5i|;3gc4|;3gdf|;3gf4|;3gf8|;3gfx|1;3gg7|;3ggc|;3ghe|;3ghl|;3gid|2;3gk4|;3gnj|;3gol|1;3gox|;3gpq|;3gqs|1;3gss|;3gwo|;3gxc|;3gyl|;3gz6|;3gzs|;3h2c|;3h47|;3h4q|;3h5s|;3h7h|;3h8d|;3h8q|;3h8u|;3ha6|;3har|;3hax|;3hbt|;3hc4|;3hdp|1;3hf8|;3hfq|;3hfv|;3hg8|;3hh4|2;3hhk|;3hid|;3hm7|;3hmc|;3hn6|;3hpo|;3hrl|;3hs5|;3hv3|;3hw3|1;3hwm|;3hwz|;3hxg|;3hxr|;3hy0|;3hz1|;3hzw|;3i31|;3i33|;3i9a|;3id3|;3iex|;3if6|;3ifd|;3ify|;3ig3|1;3ih4|;3iir|;3ij4|;3ikd|1;3ilk|1;3ilw|;3ini|;3iof|;3iot|;3ipb|;3iq1|;3ir3|;3irg|;3itj|;3iu0|;3iu2|;3ivq|;3iws|;3ixn|;3iz1|;3izm|;3j0m|;3j14|;3j1r|;3j22|;3j39|;3j3h|;3j3x|;3j4a|;3j82|;3jag|;3jak|;3jar|;3jb6|;3jep|;3jgc|1;3jho|;3jl4|;3jlg|;3jls|;3jm3|;3jmt|;3jnf|;3jqi|1;3jqq|;3jr0|;3jrs|;3js6|;3jtb|;3jtf|;3k04|;3k17|;3k7h|;3k8j|;3k94|1;3k9i|;3k9w|;3ka0|;3ka4|1;3kam|;3kax|;3kbs|;3kbu|1;3kc8|;3kcc|;3kcg|;3kd8|;3kda|;3kdd|;3kdf|1;3kdj|1;3ke1|3;3ken|;3keu|;3kf9|;3kfd|;3kfm|;3kfq|;3kg4|7;3kgp|1;3kht|2;3kii|2;3kjk|;3kjq|;3kjv|1;3kjy|;3kke|5;3kkl|;3kkq|;3kl8|;3klo|;3klv|;3km9|1;3kmj|2;3kmn|;3kna|;3kng|;3kni|;3knk|;3ko3|3;3koc|;3kpb|;3kpl|;3kpo|1;3kqh|;3kqq|;3kqt|;3kr8|;3krb|;3krd|1;3krr|5;3ks5|;3ksf|;3ksj|;3ksp|;3kt8|1;3ktf|;3kti|;3ktn|;3kts|;3ku1|;3ku3|;3ky2|;3ky5|;3kya|;3l10|;3l3t|;3l4p|;3l73|;3l86|;3l89|;3l9h|1;3lav|;3lbg|;3lbm|1;3lcp|;3ld3|;3lj9|;3lo9|;3loo|;3lor|;3loz|;3lpr|2;3lq8|;3lr8|1;3lrg|1;3lsd|;3lsg|;3lto|;3lu5|;3luj|;3lum|;3lv4|;3lwc|;3lwo|;3lxx|;3lyj|;3me5|;3me8|;3mer|;3mf3|;3mfc|;3mj4|;3mjd|1;3mjp|;3mjr|;3mou|;3mpc|;3mpk|;3mqf|;3mqx|;3mr8|;3mv3|;3mzk|;3n02|;3n4k|;3n68|;3n87|;3nac|;3nbl|;3nca|;3nch|;3ncq|;3ncz|;3nd1|;3ne7|;3net|;3nev|2;3nfh|;3nfu|;3nh9|;3nib|;3nih|;3nl4|;3nm5|;3nr9|;3nri|;3nx1|;3o1f|;3o31|;3o72|;3o7u|;3o8s|;3o9k|;3o9n|;3oc6|;3ocm|;3odp|;3ofc|;3oh8|;3ohc|;3ohv|;3ojc|;3okj|;3okw|;3oon|;3opq|;3or8|;3ouf|;3ovt|;3owx|;3ox9|;3oxf|;3oxk|;3oxq|;3oxz|;3oyr|;3oz7|1;3p00|;3p1u|1;3p2j|;3p2s|1;3p3z|;3p4l|;3p5s|;3p6b|;3p8z|;3p9b|;3p9u|;3p9w|;3p9y|;3pa2|;3pa5|;3pb3|;3pbz|;3pe9|;3pgp|;3pil|;3pkk|;3pln|;3pvq|;3pvv|;3pxd|;3pyq|;3pze|;3pzv|;3q21|;3ri7|;3z9g|;465h|;4663|;4668|;467s|;468k|;4692|;46a5|;46aj|;46fo|;46gi|;46gs|;46hg|;4an2|;4ay4|;")) +r.push(new A.K("Noto Sans Hanunoo","notosanshanunoo/v17/f0Xs0fCv8dxkDWlZSoXOj6CphMloFsEsEpgL_ix2.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4kg|m;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +r.push(new A.K("Noto Sans Hatran","notosanshatran/v15/A2BBn4Ne0RgnVF3Lnko-0sOBIfL_mM83r1nwzDs.ttf","w|;4g|;6bw|;1gbk|i;1gc4|1;1gcb|4;")) +r.push(new A.K("Noto Sans Hebrew","notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qtoiJltutR2g.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;nj|;13l|1i;15c|q;168|4;60w|5;61q|;642|1;6bw|4;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6ga|;6gc|;6jm|;6qa|;7gs|;1dlp|p;1dmg|4;1dmm|;1dmo|1;1dmr|1;1dmu|9;")) +r.push(new A.K("Noto Sans Imperial Aramaic","notosansimperialaramaic/v15/a8IMNpjwKmHXpgXbMIsbTc_kvks91LlLetBr5itQrtdml3YfPNno.ttf","w|;4g|;1g74|l;1g7r|8;")) +r.push(new A.K("Noto Sans Indic Siyaq Numbers","notosansindicsiyaqnumbers/v15/6xK5dTJFKcWIu4bpRBjRZRpsIYHabOeZ8UZLubTzpXNHKx2WPOpVd5Iu.ttf","w|;4g|;17r|;19c|9;1dc|9;2p9t|1v;")) +r.push(new A.K("Noto Sans Inscriptional Pahlavi","notosansinscriptionalpahlavi/v15/ll8UK3GaVDuxR-TEqFPIbsR79Xxz9WEKbwsjpz7VklYlC7FCVtqVOAYK0QA.ttf","w|;4g|;1gtc|i;1gu0|7;")) +r.push(new A.K("Noto Sans Inscriptional Parthian","notosansinscriptionalparthian/v15/k3k7o-IMPvpLmixcA63oYi-yStDkgXuXncL7dzfW3P4TAJ2yklBJ2jNkLlLr.ttf","w|;4g|;1gsg|l;1gt4|7;")) +r.push(new A.K("Noto Sans JP","notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75vY0rw-oME.ttf","w|2m;4g|2r;7k|3;7u|1;88|3;8z|1;93|1;98|3;9e|1;a0|5;b6|;bk|1;bz|1;ct|f;e0|1;gh|;gx|;jf|;jr|;jt|2;k9|;kq|1;lc|1;lg|;lj|;lo|;pd|g;pv|6;q9|o;sh|;sw|1r;up|;5z2|1;61s|2h;6bm|1;6c0|6;6c8|2;6cc|2;6cg|2;6cl|2;6cw|;6cy|1;6d1|;6d5|3;6de|;6dj|2;6dt|;6es|;6g9|;6gb|1;6hp|1;6io|;6ir|;6it|;6ix|1;6j3|;6j7|;6ja|;6jl|1;6jq|1;6jv|;6jy|;6k5|;6kb|;6lc|b;6ls|b;6mo|9;6ns|1;6o4|2;6ob|1;6og|;6oi|;6ok|;6p2|3;6ph|;6ps|;6pu|1;6px|6;6q7|;6q9|2;6qd|;6qi|;6ql|3;6qr|;6qt|9;6r8|3;6rh|;6rn|;6rp|;6rs|;6rw|;6sg|2;6sk|3;6sq|1;6su|1;6sy|1;6t2|1;6te|5;6tm|1;6tx|4;6u8|;6ud|;6v3|;6vu|1;6wf|;6x1|2;6xe|;6xk|;6y1|1;71s|1;726|e;72m|;72y|1;74z|;76o|97;7g1|2;7g6|1;7gc|1;7gg|1;7gm|1;7gp|3;7gu|5;7he|4;7hr|;7i8|3;7id|1;7ih|;7im|1;7iu|1;7j0|3;7jj|;7k0|2;7kw|f;7le|b;7mo|;7nh|1;7pe|;7pv|;7q2|;7r1|;7r3|1;7rq|;7sm|t;7tt|;850|1;88v|;8ai|1;8hx|2;8ii|;8lx|;94q|1;96o|p;97f|2g;9a8|5x;9gw|b;9hc|1r;9j5|2d;9ll|2u;9ol|16;9pt|1e;9r9|15;9sg|17;9ts|z;9v4|1a;9wg|7f;a3x|5u;a9u|;a9x|1;aav|;ab0|;ab2|;aco|;acq|;adk|;adu|;aet|;af0|;af5|;afb|;afv|;ahr|;aim|;ajh|1;ajn|;ajy|;ali|;alk|;amd|;amy|;an2|;ano|;ao5|;aok|;aq2|;as1|;as6|;as9|;atr|;axt|1;ay3|1;ayd|;az1|;b0h|;b1e|;b1k|;b1w|;b25|;b28|;b3j|;b3q|;b40|;b4s|;b4x|;b6p|;b71|;b96|;b9z|;ba2|;bcf|;bdw|;beg|;bj0|;bji|;bjn|;bk5|;blw|;bm3|;bme|1;bmy|;bn7|;bny|;boa|;boc|;boi|;bp1|;bql|;bqv|;brb|1;brh|;bs4|;bsm|;bsz|;bt9|;bu8|;bub|;bv3|;bvq|;c03|;c0i|;c29|;c2m|;c35|;c3y|;c4k|;c62|;c74|;c7g|;c7o|;c91|;can|1;cbk|;cbq|;cbs|;ccj|;ccq|;cd0|;cey|;cif|;cj6|;cj9|;cjb|;cku|;ckx|;cll|;clz|;cm4|;cop|;cpk|;cr7|;cub|;cud|;cw8|;cwf|;cwz|;cz8|;czj|;d0m|;d0u|;d0z|;d1j|;d1q|;d44|;d5f|;d6u|;d7a|;d7h|;d8i|;d9n|;dab|;df2|;df4|;dfs|;dfw|;dg7|;dgc|;dgi|;dhv|;di3|;diu|;diy|;djl|;dkj|;dku|;dlg|;dmw|;dn1|;dnp|;doj|;dq2|;dr1|;drs|;dry|;dt1|;dt6|;du7|1;dvl|;dwl|;dy9|;dym|1;e18|;e1r|;e3o|;e7a|;e7x|;e8m|;e8u|;e9w|;ea6|;ed1|;ek0|;elj|;em2|;emc|;end|;erg|;euw|;euz|;ewu|;eyq|;eyy|;ez6|;ezs|;f13|;f1c|;f20|;f5w|;f69|;f6p|;f7r|;fav|;feo|5;fev|b;ff8|5;ffi|1;ffl|;ffn|1;ffq|;ffs|a;fg5|4;fgb|1;fgf|6;fgn|1;fgr|;fgt|2;fgx|;fh1|a;fhe|1;fhk|1;fht|;fhv|2;fi1|;fi6|2;fia|;fid|1;fig|6;fip|1;fis|5;fiz|7;fj8|2;fjc|;fjf|5;fjn|;fjq|;fjt|3;fk0|4;fk6|2;fka|1;fkd|3;fkk|7;fkt|8;fl4|;fl7|;fl9|6;flh|2;fln|8;fm0|a;fmd|2;fmh|1;fmk|1;fmz|;fn2|3;fn7|b;fnk|;fnm|1;fnq|3;fnv|l;foj|1;fop|1;fos|;fou|3;foz|;fp1|a;fpd|5;fpk|c;fpy|5;fq5|4;fqj|;fql|2;fqq|;fqt|2;fqx|;fqz|b;frc|c;frr|1;fru|3;frz|7;fse|5;fsl|1;fso|;fsq|;fss|6;ft0|3;ft5|b;fti|9;ftt|d;fu8|;fua|1;fud|1;fuh|;fuj|;fuo|3;fut|5;fv0|;fv2|5;fv9|2;fvd|1;fvg|;fvj|1;fvm|1;fvp|2;fvu|;fvw|1;fw0|2;fw4|4;fwd|;fwg|1;fwj|3;fwo|;fwq|;fwt|9;fx4|4;fxa|5;fxm|;fxo|1;fxr|6;fxz|;fy1|2;fy5|1;fy8|;fya|3;fyf|;fyh|1;fyk|5;fyr|3;fyw|2;fz0|3;fz5|8;fzh|9;fzt|2;fzy|;g00|4;g06|3;g0b|3;g0g|;g0i|;g0k|b;g0x|;g0z|;g13|1;g16|;g18|1;g1b|;g1d|4;g1j|5;g1r|h;g2a|3;g2f|1;g2i|;g2k|;g2n|1;g2q|;g2s|a;g35|;g37|6;g3f|1;g3i|;g3k|;g3m|4;g3t|a;g45|4;g4d|;g4g|6;g4o|5;g4w|8;g56|;g58|3;g5e|4;g5k|5;g5r|;g5t|5;g60|;g63|7;g6d|2;g6h|1;g6k|2;g6o|a;g71|1;g74|8;g7e|1;g7i|;g7l|7;g7x|;g82|;g84|7;g8e|;g8g|3;g8l|7;g8z|2;g93|;g95|4;g9b|;g9g|4;g9m|7;g9v|3;ga1|1;ga4|;ga6|7;gaf|2;gal|;gan|1;gaq|3;gav|3;gb0|1;gb5|7;gbe|2;gbj|1;gbn|4;gbt|4;gbz|2;gc4|a;gcg|1;gcj|7;gcs|1;gcv|3;gd0|5;gd7|f;gdo|;gds|b;ge6|5;ged|3;gei|3;gen|2;ger|;get|c;gf7|2;gfb|6;gfj|4;gfp|;gfs|b;gg5|8;ggh|3;ggn|5;ggu|;ggw|1;ggz|4;gh5|;gh8|9;ghj|4;ghp|2;ghu|2;ghz|2;gi6|;gib|1;gie|;gig|2;gil|;gin|2;gis|2;giw|3;gj1|3;gj6|6;gje|1;gjh|;gjk|5;gjs|7;gk2|5;gk9|2;gkd|r;gl6|;gld|3;glk|b;gm2|1;gm5|4;gmc|;gme|9;gmp|;gmr|3;gmw|1;gmz|5;gn6|2;gna|4;gng|3;gnl|;gnp|;gny|1;go2|;go4|;go6|8;gog|1;goj|4;gor|2;gov|2;goz|3;gp4|a;gph|1;gpo|;gpr|3;gpw|b;gq9|2;gqf|d;gqu|4;gr1|1;grc|;grk|2;grp|1;grs|2;grw|3;gs1|2;gs6|;gsa|;gsc|5;gsk|5;gss|4;gt0|2;gtj|;gtm|1;gtq|1;gtt|2;gtx|1;gu0|1;gu3|3;gu8|1;guc|3;guh|1;guk|1;gun|2;gur|;guu|2;guy|4;gv4|1;gv7|1;gva|;gvv|9;gw6|5;gwe|1;gwh|3;gwn|3;gws|3;gwz|1;gx3|7;gxc|;gxe|;gxi|;gxr|;gxt|;gxv|4;gy1|;gy3|1;gy6|;gy9|3;gyf|1;gyi|5;gyq|2;gyx|;gz0|;gz2|;gz5|;gza|3;gzh|2;gzp|5;gzx|5;h04|;h06|3;h0b|;h0g|;h0o|1;h0s|;h0v|a;h17|2;h1b|5;h1i|1;h1l|;h1n|5;h1v|1;h23|;h26|;h28|4;h2e|;h2g|5;h2n|;h2p|1;h2s|2;h2w|;h2y|;h34|;h38|4;h3e|2;h3j|;h3o|1;h3t|1;h3x|3;h42|;h45|4;h4b|3;h4h|3;h4m|1;h4s|;h4u|;h4w|3;h51|;h54|9;h5f|;h5j|a;h5v|5;h63|;h65|1;h68|3;h6e|1;h6h|1;h6l|;h6n|5;h6v|6;h73|;h75|2;h79|1;h7c|;h7e|3;h7j|b;h7w|4;h83|1;h87|1;h8b|;h8d|3;h8i|;h8l|2;h8q|;h8s|6;h95|;h9b|;h9d|1;h9g|7;h9p|4;h9v|2;h9z|;ha1|3;ha6|1;ha9|2;hag|1;haj|1;har|2;hav|;hax|1;hb0|8;hbb|3;hbg|;hbi|;hbk|;hbn|;hbs|;hbx|;hc0|;hc3|;hc6|2;hcb|1;hce|1;hci|5;hcs|5;hcz|1;hd2|1;hd5|;hd9|;hdc|;hdg|c;hdu|4;he0|5;hed|;heh|;hej|;hel|4;hes|;heu|1;hey|;hf1|;hf3|3;hf8|1;hfd|1;hfh|;hfj|2;hft|4;hfz|3;hg4|1;hg7|3;hge|1;hgh|1;hgk|;hgn|2;hgr|;hgt|;hgw|;hgy|;hh1|;hh4|1;hh8|;hha|3;hhf|;hhh|;hhj|6;hhr|1;hhv|1;hhy|2;hi4|6;hie|;hig|3;him|;hip|2;hiw|4;hj2|;hj5|4;hjb|1;hje|;hjg|2;hjk|a;hjw|6;hk4|1;hk9|;hkb|1;hke|6;hkn|;hkp|4;hky|;hl1|1;hl5|4;hlb|1;hle|4;hlk|5;hlr|;hlt|4;hlz|c;hmd|4;hml|2;hmr|1;hmu|3;hn2|7;hnb|4;hnh|6;hnp|;hnr|8;ho2|4;ho8|1;hob|2;hoh|3;hoq|4;hoy|1;hp1|2;hp5|;hp7|;hp9|;hpb|;hpf|2;hpj|1;hpo|4;hpu|1;hpz|;hq1|3;hq6|;hq9|;hqb|1;hqe|;hqg|3;hql|;hqo|4;hqx|1;hr0|3;hr7|5;hre|2;hri|1;hrl|1;hro|;hrq|2;hrv|;hrz|2;hs3|1;hs9|;hsc|2;hsh|2;hsn|1;hsq|2;hsu|2;hsz|2;ht3|3;ht9|;htb|1;hth|1;hto|;hts|1;htw|5;hu4|;hu8|;hud|;hui|;hum|;huq|1;hut|2;huy|;hv0|1;hvb|;hve|1;hvi|1;hvo|;hvv|;hw0|;hw2|1;hw6|;hw9|3;hwe|2;hwi|;hwn|;hws|;hwx|2;hx1|;hx4|;hx6|5;hxd|1;hxg|;hxi|;hxk|1;hxn|1;hxr|1;hxy|1;hy2|;hy4|;hy8|1;hyb|;hyd|1;hyh|1;hym|;hyo|;hyt|1;hyy|1;hz1|;hz4|1;hzc|1;hzf|1;hzq|1;hzt|;hzv|;hzx|;i01|1;i05|;i0a|;i0c|1;i0g|;i0i|;i0k|;i0m|;i0o|;i0u|;i0w|1;i0z|;i11|;i17|1;i1c|2;i1g|4;i1m|5;i1v|3;i20|1;i23|;i26|3;i2b|;i2d|1;i2g|;i2i|;i2k|l;i37|a;i3j|;i3m|4;i3s|1;i3w|e;i4c|;i4f|8;i4p|;i4s|4;i4y|2;i52|5;i59|5;i5g|5;i5n|1;i5q|3;i5v|3;i60|;i62|;i65|2;i69|e;i6p|3;i6u|1;i6x|1;i72|2;i76|2;i7a|;i7c|6;i7k|2;i7p|1;i7s|9;i85|1;i88|;i8a|1;i8d|4;i8j|;i8l|;i8p|3;i8u|7;i93|2;i98|5;i9g|2;i9l|4;i9z|1;ia2|;ia4|;ia7|3;iac|;ial|;ian|4;iau|7;ib5|7;ibe|2;ibi|;ibp|;ibr|;ibt|;ibv|;ic0|;ic2|;ic7|;ic9|;icd|;icg|1;icm|;ico|2;ict|5;id0|2;id6|1;id9|;idd|;idi|1;idn|;idp|1;ids|2;idw|7;ie5|;ie7|1;iea|2;iee|1;ieh|;iej|;iep|;ies|;iex|;if1|;if3|;if6|1;ifa|2;ife|2;ifi|;ifk|3;ifp|;ift|;ifw|;ifz|3;ig4|;ig9|1;igc|1;igf|1;igj|;igm|;igp|1;igu|1;igx|3;ih3|1;ih6|2;ihc|;ihe|3;ihj|;ihl|;ihn|;ihp|;ihr|1;ihu|;ihw|;ihz|;ii3|1;ii6|;ii8|;iia|;iic|;iif|3;iik|1;iir|;iiv|;iix|;iiz|3;ij4|3;ija|3;ijf|;ijh|1;ijk|9;ijv|;ijy|;ik1|4;ik7|2;ikb|;ikd|3;iki|1;ikm|1;ikr|2;ikx|1;il0|2;il4|3;il9|;ilb|1;ilh|;ilk|;iln|;ilp|3;ilu|1;ilx|3;im5|1;im8|;imb|2;imf|;imh|;imj|1;imm|;imo|1;ims|4;imz|1;in2|1;in5|3;inc|;ine|4;ink|;inm|f;io3|1;io7|;ioa|1;ioe|1;iol|2;iop|1;ios|;iow|;ioy|;ip0|4;ip6|3;ipd|;ipf|;iph|4;ipp|2;ipt|2;ipy|;iq0|4;iq6|8;iqh|a;iqt|;iqw|1;iqz|1;ir4|1;ir7|1;ira|e;irq|b;is3|6;isb|4;ish|8;isr|6;it0|4;it6|7;itg|1;itj|1;itm|;ito|2;its|1;itv|1;ity|3;iu3|2;iu8|7;iuh|4;iun|6;iuv|3;iv0|9;ivb|6;ivj|4;ivq|3;ivw|2;iw0|2;iw4|;iw7|a;iwj|2;iwn|2;iws|1;iwz|2;ix3|2;ix7|2;ixc|4;ixi|3;ixo|2;ixs|2;ixw|;iy0|b;iyd|1;iyg|;iyi|3;iyn|;iyv|;iyy|;iz1|3;iz6|b;izj|3;izo|7;izx|;izz|;j01|;j03|;j05|;j0a|;j0g|3;j0m|7;j0w|2;j10|3;j15|1;j19|;j1b|6;j1j|6;j1r|2;j1x|;j1z|;j26|1;j29|5;j2g|6;j2p|7;j2y|1;j31|3;j36|8;j3k|8;j3v|3;j42|;j44|7;j4e|1;j4h|;j4j|2;j4o|b;j51|;j53|1;j5a|;j5c|d;j5s|3;j5y|4;j64|b;j6h|3;j6m|4;j6v|1;j6y|2;j74|1;j78|3;j7d|1;j7g|3;j7l|1;j7o|a;j83|;j85|;j88|2;j8d|3;j8i|3;j8n|1;j8r|1;j8u|a;j97|9;j9j|;j9m|1;j9p|1;j9s|4;j9y|4;ja4|1;ja7|1;jac|1;jaf|7;jaq|;jau|;jaw|2;jb0|;jb2|;jb4|3;jba|a;jbp|;jbw|3;jc1|2;jc5|4;jcc|1;jcf|;jci|;jck|4;jcq|;jcs|5;jcz|1;jd3|3;jd8|2;jdc|6;jdm|9;jdy|1;je1|2;je6|6;jee|;jeg|1;jej|;jel|7;jeu|3;jez|3;jf4|6;jfc|;jfe|2;jfi|;jfk|1;jfn|1;jfs|;jfx|2;jg1|;jg3|;jg6|;jg9|7;jgi|3;jgp|1;jgt|c;jh7|1;jha|;jhi|;jhk|;jhn|1;jht|;jhv|;jhx|2;ji1|6;jia|;jic|6;jik|h;jj4|1;jje|;jjg|3;jjl|6;jjw|3;jk1|3;jk7|6;jkg|1;jkj|;jkm|;jko|1;jkr|;jkv|;jl3|4;jl9|;jlb|;jle|;jlh|1;jll|6;jlt|3;jly|;jm1|7;jma|3;jmf|2;jmj|1;jmt|4;jmz|3;jn5|1;jn8|4;jne|3;jnj|1;jnm|2;jnr|3;jnw|;jny|2;jo2|;jo4|2;jo8|3;joe|h;joy|;jp0|1;jp7|;jp9|1;jpc|1;jpf|3;jpk|1;jpq|8;jq2|2;jq8|1;jqb|;jqd|;jqh|5;jqq|8;jra|;jrd|1;jrh|;jrj|1;jrm|2;jrq|2;jrw|;jry|;js0|;js2|;js4|2;js8|2;jsc|1;jsf|1;jsk|2;jsq|;jst|2;jsy|;jt7|;jta|1;jtd|3;jtk|;jtm|3;jtr|2;jtv|;jtz|;ju1|;ju5|;ju7|;jub|1;jue|;jug|3;jul|;jur|;jut|;juv|1;jv3|4;jv9|;jvc|3;jvh|2;jvl|;jvn|3;jvs|1;jvv|3;jw0|;jw2|1;jw9|;jwb|4;jwh|1;jwk|1;jwn|;jwp|5;jww|2;jx0|1;jx3|1;jx6|;jxc|7;jxl|1;jxo|1;jxr|3;jxw|3;jy2|1;jy5|4;jyc|1;jyg|2;jyn|;jyr|1;jyu|;jyw|1;jyz|4;jz6|2;jza|;jzd|3;jzi|1;jzl|1;jzo|b;k03|2;k07|2;k0d|5;k0k|5;k0t|3;k0y|1;k12|1;k17|1;k1c|;k1e|;k1g|1;k1j|1;k1m|;k1p|;k1t|4;k1z|3;k24|;k26|;k28|2;k2d|;k2f|2;k2j|2;k2n|2;k2r|4;k2z|5;k36|3;k3b|2;k3g|3;k3l|5;k3s|1;k3v|1;k3y|2;k42|;k44|;k46|3;k4b|;k4f|4;k4l|4;k4s|1;k4w|2;k50|1;k55|3;k5a|2;k5e|2;k5i|4;k5o|3;k5t|5;k64|l;k6r|4;k6x|3;k73|7;k7c|4;k7i|1;k7l|1;k7r|p;k8j|9;k8u|3;k8z|1;k93|2;k97|3;k9c|2;k9i|7;k9r|1;k9u|;k9w|;k9y|;ka3|;ka5|1;ka9|4;kag|1;kaj|1;kam|6;kau|3;kb0|;kb2|1;kb8|;kba|;kbd|4;kbj|1;kbq|;kbs|1;kbv|1;kby|;kc0|;kc2|3;kc7|a;kcj|;kcl|;kcn|2;kcr|5;kcy|5;kd5|;kd7|5;kde|;kdh|3;kdm|4;kdt|;kdv|5;ke2|;ke5|2;ke9|;keb|;ked|4;kek|5;ker|3;kex|;kf0|a;kfe|;kfg|b;kfv|1;kfy|3;kg4|1;kg7|;kg9|;kgb|1;kge|5;kgl|8;kgw|2;kh0|;kh2|;kh5|;khb|a;khn|3;khs|6;ki0|2;ki6|6;kif|7;kip|1;kis|;kiu|1;kix|;kj0|;kj2|9;kjd|3;kji|1;kjl|4;kk0|;kk3|1;kk6|3;kkd|2;kkh|1;kkn|6;kkv|5;kl4|1;kl7|b;klk|2;klo|2;kls|5;klz|2;km3|2;km7|;kmb|;kmf|;kmj|;kmm|4;kms|3;kmx|3;kn2|1;kn5|5;knc|;knh|3;knn|1;knq|7;knz|4;ko5|6;kod|9;kop|3;koz|3;kp4|5;kpb|b;kpo|1;kpr|2;kpv|2;kpz|1;kq2|8;kqd|2;kqh|4;kqo|1;kqr|g;kra|1;krd|3;krl|2;krp|1;krs|;kru|;ks0|1;ks3|3;ks8|1;ksb|;ksd|;ksf|;ksi|;ksl|1;ksp|1;ksu|;ksz|2;kt3|;kt5|5;ktc|6;ktk|d;ktz|b;kue|;kui|;kul|1;kup|1;kus|2;kuw|;kuz|1;kv4|1;kv9|3;kvf|;kvh|5;kvo|;kvr|1;kvu|2;kvy|3;kw3|;kw5|;kw7|1;kwa|7;kwj|;kwm|3;kwt|1;kwy|1;kx1|;kx3|4;kx9|2;kxd|5;kxl|;kxn|;kxp|6;kxx|;ky2|2;ky7|;ky9|4;kyf|;kyh|2;kyl|7;kyw|3;kz2|;kz4|;kz6|9;kzh|2;kzo|7;kzy|;l00|2;l04|2;l08|1;l0b|;l0f|;l0h|1;l0k|;l0m|1;l0q|1;l0x|2;l14|;l16|;l1a|3;l1f|1;l1i|1;l1l|;l1n|;l1p|1;l1s|1;l1w|;l1z|;l23|8;l2d|;l2i|2;l2m|3;l2r|1;l2w|;l2z|;l31|2;l35|2;l3a|;l3c|1;l3g|;l3k|1;l3n|3;l3u|5;l42|;l44|;l47|1;l4a|;l4c|;l4g|3;l4o|;l4q|3;l4y|5;l55|2;l5b|3;l5i|1;l5n|;l5p|4;l5v|1;l5z|1;l63|1;l67|;l6a|;l6d|6;l6l|2;l6r|;l6u|1;l6x|1;l70|2;l74|;l76|2;l7a|;l7c|1;l7f|;l7h|;l7j|8;l7t|3;l7y|2;l82|3;l87|4;l8d|9;l8p|2;l8t|;l91|3;l97|;l9a|2;l9e|2;l9k|d;l9z|9;lab|6;laj|4;laq|2;lau|2;lay|1;lb3|;lb5|;lb7|;lba|1;lbf|1;lbi|1;lbl|;lbn|;lbr|;lbt|;lbz|;lc2|;lc4|1;lc8|2;lcd|7;lcn|;lcp|;lcr|;lcv|;lcz|1;ld2|2;ld8|;lda|;ldf|5;ldm|1;ldq|4;le2|1;le5|3;lea|;lec|1;lef|;leh|7;leq|;lev|1;ley|1;lf1|;lf3|1;lf6|2;lfa|;lfc|3;lfh|1;lfl|8;lfw|1;lg0|;lg2|a;lgf|;lgh|1;lgq|4;lgw|4;lh4|7;lhd|1;lhg|2;lhl|1;lho|1;lhr|8;li1|4;li8|3;lid|;lif|d;liz|;lj4|1;lj8|;ljb|;lje|2;lji|1;ljl|2;ljr|;ljt|2;ljy|1;lk4|7;lke|1;lkh|5;lko|1;lkr|4;lkx|;ll0|1;llj|5;llq|3;llv|4;lm1|1;lm4|;lm6|2;lmc|;lmf|2;lmk|;lmo|2;lmt|;lmv|3;ln0|2;ln5|8;lnf|1;lnu|2;lny|1;lo2|;lo4|1;lo7|2;loc|1;lof|1;loi|;lok|4;loq|2;lou|4;lp1|1;lp4|3;lp9|5;lpg|2;lpk|4;lpq|e;lq8|;lqc|1;lqf|4;lqr|;lqt|;lqv|;lqx|2;lr1|a;lrd|;lrf|4;lrm|;lro|;lrq|;lrs|4;lry|;ls2|3;ls8|7;lsh|3;lsm|2;lsr|4;lsy|1;lt3|1;lt7|;lta|1;lte|1;lti|;ltn|;ltp|3;ltu|;lu1|;lu4|1;lu7|1;lub|;lue|;lug|1;luk|1;lun|1;luq|;lut|;luv|;luy|1;lv1|2;lv5|3;lva|1;lve|3;lvj|6;lvr|8;lw1|;lw3|2;lw9|2;lwd|1;lwm|;lwr|4;lwy|;lx0|;lx3|2;lx7|;lx9|2;lxd|1;lxg|;lxi|;lxk|2;lxo|1;lxr|2;lxv|3;ly0|;ly2|1;ly8|;lya|1;lyd|1;lyh|4;lyn|4;lyt|1;lyw|;lyz|1;lz2|1;lz5|;lz9|;lzj|;lzl|3;lzr|b;m04|;m06|;m08|;m0c|4;m0k|;m0o|;m0q|;m0s|2;m0w|4;m12|2;m17|3;m1c|4;m1i|2;m1m|;m1p|;m1r|2;m1v|5;m22|;m26|3;m2b|;m2d|2;m2h|;m2k|;m2m|;m2o|3;m2t|5;m38|1;m3c|;m3e|1;m3i|3;m3o|;m3s|1;m3v|1;m3y|3;m43|;m45|1;m49|1;m4c|2;m4g|1;m4l|2;m4p|2;m4t|;m4v|;m4x|;m51|;m53|1;m56|1;m59|3;m5f|;m5i|2;m5o|;m5r|1;m5u|;m5w|;m5z|;m61|1;m64|;m66|;m6b|1;m6f|5;m6m|;m6p|;m6s|1;m6w|;m71|1;m77|2;m7d|;m7f|1;m7i|2;m7p|1;m7s|;m7w|2;m81|;m85|1;m89|1;m8e|;m8i|;m8k|5;m8r|;m8v|;m90|;m97|6;m9f|1;m9j|4;ma0|;ma2|1;ma7|;ma9|;mab|3;mag|1;mak|1;man|;mas|;mb0|;mb5|;mbd|1;mbh|;mbn|6;mbv|1;mbz|;mc4|;mc9|1;mcc|;mce|;mcg|1;mcm|;mcr|;mct|4;md2|;md4|;md8|;mdd|;mdh|2;mdl|3;mdq|;mds|3;mdx|2;me1|1;me4|;me6|;me8|;mea|;mec|5;mek|;mem|;mex|;mf1|;mf4|;mf8|1;mfb|1;mfe|;mfg|;mfj|;mfm|;mfo|2;mft|2;mfz|1;mg2|;mg8|;mgc|;mge|5;mgp|1;mgu|3;mgz|1;mh4|1;mh7|1;mha|;mhc|;mhe|5;mhl|1;mho|;mhr|1;mhx|2;mi4|2;mic|1;mig|1;mij|1;mim|2;miu|3;mj1|;mj4|;mj7|;mj9|;mjb|;mje|1;mjh|;mjj|;mjo|;mjs|;mju|3;mjz|1;mk2|;mk4|2;mk8|b;mkl|3;mkr|1;mku|2;mky|1;ml1|e;mlj|2;mln|;mlq|1;mlt|1;mlw|;mlz|2;mm3|7;mmc|;mmf|;mmh|;mml|1;mmq|1;mmu|;mmz|;mn4|;mn6|;mnb|1;mng|6;mno|;mnq|;mnt|;mny|;mo0|4;mo6|1;mo9|;moc|;moe|;mog|;moi|;mol|4;mor|;mov|3;mp1|;mp5|;mp8|1;mpf|1;mpj|7;mpu|;mpw|1;mpz|;mq2|1;mq5|;mqa|1;mqe|3;mqj|4;mqq|;mqs|1;mqv|5;mr2|1;mr5|6;mrd|2;mrh|2;mrn|2;mrx|3;ms2|;ms6|2;msd|3;msj|;msm|6;msu|4;mt1|;mt3|5;mtc|1;mtf|4;mtl|2;mtq|;mts|;mtv|5;mu4|;mu6|2;mua|;mud|1;mug|3;mul|;muq|1;mut|;muv|;mux|4;mv3|1;mv6|;mv9|1;mvc|7;mvm|1;mvq|;mvt|;mvx|1;mw0|1;mw3|4;mw9|1;mwd|1;mwh|;mwk|1;mwn|4;mwt|4;mwz|4;mx5|1;mxd|;mxf|;mxm|1;mxt|1;mxw|2;my0|e;myh|1;myn|2;myr|1;myu|1;myz|;mz1|;mz5|2;mz9|;mzb|;mzd|7;mzm|2;mzq|5;mzx|6;n06|;n0e|;n0g|1;n0j|;n0l|4;n0r|;n0v|3;n13|3;n18|;n1a|5;n1h|6;n1q|4;n1x|;n21|2;n25|;n27|;n2g|2;n2k|;n2n|1;n2r|1;n2u|;n2w|;n2y|2;n32|2;n36|2;n3a|5;n3i|4;n3o|;n3q|2;n3u|2;n3z|;n41|;n43|3;n4c|2;n4h|2;n4l|3;n4q|;n4s|;n4u|e;n5b|4;n5i|a;n5v|1;n5y|c;n6c|;n6f|;n6h|9;n6s|3;n6x|4;n73|g;n7l|1;n7p|2;n7t|3;n7y|7;n89|1;n8c|1;n8i|3;n8r|;n8w|5;n93|3;n98|b;n9m|;n9o|3;n9u|3;n9z|2;na3|9;naf|;nah|;nak|;nam|6;nax|1;nb0|;nb2|6;nbb|6;nbj|;nbm|1;nbp|1;nbs|1;nbv|e;ncd|;ncg|;nci|3;nco|4;ncw|c;nda|;nde|;ndh|1;ndk|1;ndo|;ndr|;ndt|1;ndw|1;ndz|3;ne4|6;nec|;nee|;neg|;nei|4;neo|8;nez|3;nf4|;nf7|;nf9|1;nfd|f;nfu|;nfx|3;ng4|;ng6|4;ngd|;ngf|;ngh|2;ngl|1;ngo|6;ngy|;nh0|;nh2|1;nh5|;nh7|1;nha|3;nhf|5;nhm|2;nhq|;nhs|2;nhw|;nhy|;ni0|1;ni3|1;ni6|;ni8|1;nic|;nie|6;nim|;niq|;nis|1;niv|;nix|3;nj2|2;nj6|;nj8|2;njc|1;njh|2;njo|6;njw|2;nk0|;nk2|;nk5|2;nka|;nkd|2;nki|;nkm|2;nkq|2;nku|a;nl6|2;nlc|;nle|2;nll|1;nlo|4;nlw|;nm3|3;nm9|;nmc|2;nmi|;nmm|2;nmq|;nms|1;nmv|;nmx|1;nn0|5;nn7|;nn9|2;nnd|;nnf|4;nnn|;nnr|;nnt|;nnx|;no1|1;no5|;no7|;no9|3;noe|2;noi|5;nop|1;nos|5;noz|1;np4|;np7|1;npe|;nph|1;npl|;npo|2;npt|1;npw|1;nq1|;nq5|;nq8|3;nqd|2;nqk|2;nqo|;nqq|;nqs|1;nqv|;nqy|;nr3|;nr7|2;nrb|1;nrg|;nri|1;nrl|1;nrw|2;ns0|1;ns3|1;ns8|;nsa|2;nse|1;nsi|;nsk|;nsq|;nss|;nsu|;nsx|;nt2|1;nt6|;nt8|3;ntd|;ntf|2;ntj|1;ntm|;ntp|2;ntt|;ntv|1;ntz|3;nu4|1;nu7|4;nud|;nui|5;nup|;nut|7;nv2|;nv4|6;nve|1;nvj|2;nvo|;nvq|2;nvu|;nvw|;nvz|;nw2|2;nw6|1;nw9|2;nwd|4;nwm|1;nws|;nwu|;nww|2;nx5|3;nxa|2;nxh|9;nxs|1;nxw|1;ny2|8;nyc|7;nyn|2;nyr|5;nyy|6;nz6|;nz9|;nzb|2;nzf|;nzh|;nzm|;nzr|;nzt|3;nzy|3;o04|1;o0a|5;o0h|;o0j|3;o0o|;o0r|2;o0x|;o12|5;o1a|3;o1f|1;o1k|3;o1p|5;o1w|;o1z|6;o27|;o29|1;o2c|2;o2g|;o2i|;o2l|a;o2x|4;o34|1;o3c|;o3f|1;o3k|;o3m|1;o3p|;o3r|7;o41|;o44|1;o47|5;o4e|3;o4n|;o4r|;o4t|5;o50|1;o53|9;o5e|7;o5o|4;o5x|2;o61|;o64|1;o67|4;o6d|;o6f|;o6h|2;o6l|;o6o|;o6s|2;o6w|2;o71|9;o7c|;o7e|1;o7k|8;o7y|2;o83|;o89|1;o8c|;o8e|2;o8j|;o8l|1;o8p|6;o8z|c;o9d|2;o9h|;o9l|4;o9r|4;o9x|8;oa7|2;oac|;oae|;oag|3;oal|2;oaq|;oas|;oau|2;oay|1;ob3|;ob5|1;ob8|;obc|1;obf|;obi|2;obn|;obp|c;oc3|3;oc9|;ocb|;ocd|;ocf|2;ocl|4;ocr|b;od9|;odc|;odg|3;odl|1;odo|9;odz|;oe1|1;oe7|;oec|;oee|1;oeh|;oej|;oel|5;oes|d;of9|;ofe|;ofg|1;ofj|3;ofo|2;ofs|;ofu|3;og0|2;og4|8;ogf|;ogk|;ogm|1;ogp|2;ogt|;ogw|;oh0|2;oh4|2;oh9|;ohc|;ohe|8;oho|;ohq|;ohs|4;ohy|1;oi1|;oi3|4;oi9|3;oif|;oih|;oij|;oim|3;oir|;oit|3;oiy|2;oj3|;oj5|;oj7|1;oja|4;ojh|3;ojm|1;ojp|1;oju|;ojw|1;ojz|i;okj|2;okn|;okp|;oks|4;oky|1;ol1|;ol5|;ol7|3;old|2;oli|1;oll|;oln|;olp|;olr|1;olu|;olw|1;olz|1;om3|;om6|4;omc|4;omj|;oml|1;omo|3;omu|1;omx|7;on6|;on8|1;onb|3;onh|2;onm|8;onw|4;oo2|;oo6|1;oo9|;oob|;oof|;ooi|;ook|2;ooo|3;oou|;oow|;ooy|9;op9|;opb|f;ops|3;opy|;oq2|9;oqd|;oqh|1;oqk|c;oqz|6;or7|;or9|2;ord|5;orl|2;orp|3;oru|;ory|;os0|3;os5|1;os8|3;osd|;osf|;osh|2;osl|1;oso|1;osr|2;osv|;osx|;osz|;ot2|1;ot5|7;ote|1;oti|1;otm|h;ou5|3;oua|5;oui|8;out|5;ov0|2;ov4|6;ovc|5;ovj|;ovl|1;ovo|2;ovt|2;ow0|1;ow4|1;ow8|3;owg|2;owl|;own|;owr|8;ox2|2;ox7|4;oxd|2;oxh|2;oxl|2;oxp|2;oxt|;oxv|5;oy2|1;oy5|1;oy8|;oya|;oyc|2;oyg|2;oyl|2;oyp|1;oyt|2;oyx|2;oz1|3;oz7|;oz9|;ozc|1;ozf|4;ozl|2;ozq|4;ozw|a;p08|;p0a|5;p4m|;p4o|;p4q|5;p4z|2;p53|;p58|9;p5k|;p5n|2;p5r|2;p5v|8;p65|1;p68|2;p6d|;p6f|2;p6l|3;p6q|1;p6t|3;p6y|7;p78|;p7a|1;p7e|;p7g|2;p7l|3;p7q|;p7s|2;p7x|2;p82|;p84|;p86|;p88|1;p8c|1;p8f|2;p8j|;p8l|1;p8o|;p8q|;p8s|;p8u|1;p8y|;p90|1;p97|;p9b|2;p9f|;p9h|1;p9k|1;p9n|1;p9q|2;p9u|1;pa1|f;pai|f;pb0|5;pb8|;pba|;pbc|;pbg|;pbi|;pbk|;pbn|4;pbt|7;pc3|1;pc6|;pca|;pci|;pcm|;pco|;pcq|;pcu|4;pd0|;pd2|;pd4|;pd9|;pdb|8;pdl|;pdn|;pdp|4;pdw|5;pe3|1;pe6|;peb|;pee|;peg|6;pep|1;pes|3;pex|4;pf3|;pf5|1;pf8|;pfc|2;pfn|3;pfs|;pfu|;pfw|3;pg2|;pg4|7;pgd|1;pgg|1;pgk|2;pgt|h;phd|2;phh|6;php|;phy|2;pi2|2;pi6|;pi8|;pib|1;pif|;pih|;pij|1;pin|2;pir|;pit|;pix|1;pj0|2;pj5|;pj9|2;pje|2;pji|;pjk|5;pjr|;pjz|2;pk5|4;pkb|;pkd|4;pkj|1;pkn|3;pkv|7;pl4|;pl6|1;pla|2;plf|;plh|1;plk|;plm|4;pls|;plu|2;pm0|1;pm6|;pm8|;pma|3;pmg|;pmi|1;pml|6;pmt|1;pmw|3;pn1|2;pn5|;pn7|;pn9|6;pnh|4;pnn|2;pnr|1;pnu|3;pnz|7;po8|d;pon|9;poy|2;pp2|9;ppd|1;ppk|4;ppq|;ppu|8;pq4|;pq8|;pqb|4;pqh|;pqj|;pqm|1;pqp|;pqu|4;pr0|1;pr3|1;pr6|2;pra|2;pre|1;prh|2;prl|1;pro|;prq|3;prv|;prx|4;ps3|1;ps7|;ps9|2;psd|1;psh|3;psm|;pso|3;pst|;psv|2;psz|h;ptj|8;ptx|1;pu8|5;puf|;puh|3;pum|a;puy|1;pv1|;pv3|;pv5|;pv7|1;pva|1;pvd|2;pvh|1;pvk|c;pvy|;pw6|2;pwb|4;pwh|2;pwo|;pwr|f;px8|1;pxc|;pxe|5;pxl|1;pxp|b;py2|;pya|1;pyo|;pyr|;pyt|;pyv|1;pyz|2;pz3|1;pz6|;pz8|3;pzd|1;pzh|1;pzm|4;pzs|8;q02|;q06|7;q0h|;q0l|;q0t|4;q11|;q13|;q15|1;q18|;q1a|3;q1f|1;q1i|;q1k|;q1o|1;q1r|2;q1x|;q20|3;q27|3;q2c|;q2e|3;q2j|2;q2p|;q2r|1;q2u|1;q2y|5;q35|;q37|;q39|;q3b|;q3d|;q3k|;q3m|;q3t|1;q3w|;q3z|;q41|;q45|;q48|1;q4c|1;q4l|5;q4t|2;q4x|1;q52|6;q5b|8;q5l|8;q5v|7;q64|1;q69|1;q6c|1;q6j|;q6o|;q6q|3;q6v|;q6x|;q70|;q72|1;q75|;q7a|;q7c|2;q7h|;q7j|;q7l|1;q7o|;q7s|a;q84|;q86|b;q8j|;q8m|;q8p|1;q8s|;q93|;q96|;q98|;q9a|4;q9g|;q9j|;q9m|3;q9r|1;q9u|1;q9y|1;qa4|;qa6|;qa8|1;qab|2;qaf|1;qai|2;qam|1;qap|6;qay|3;qb3|;qb6|4;qbh|4;qbn|;qbq|;qbs|3;qby|5;qc5|5;qcc|8;qco|3;qct|;qcv|;qd3|;qd5|2;qd9|4;qdg|8;qdr|2;qdv|1;qdz|2;qe3|2;qe7|1;qea|;qec|c;qes|;qeu|4;qf0|3;qf5|1;qfb|;qfd|2;qfh|3;qfp|;qfs|2;qfw|1;qfz|2;qg4|2;qg8|2;qgd|;qgj|1;qgm|1;qgp|3;qgu|2;qgy|;qh0|3;qh6|1;qh9|1;qhc|3;qhi|5;qhq|;qht|1;qhw|;qhz|;qi1|;qi5|;qi7|1;qie|;qig|2;qik|1;qin|3;qiu|;qj1|1;qj4|;qj6|i;qjr|;qjt|;qjv|1;qjz|;qk1|;qk5|2;qk9|2;qkd|;qkn|6;qkx|;qkz|;ql1|1;ql4|;ql6|;ql8|1;qld|;qlf|1;qli|5;qlp|;qlr|2;qlv|6;qm7|2;qmb|4;qmh|;qmj|;qml|1;qmp|1;qms|1;qmv|;qmx|3;qn2|2;qn7|4;qnd|;qng|3;qns|6;qo0|;qo2|9;qod|7;qoo|2;qos|;qou|1;qox|2;qp1|;qp4|1;qpa|1;qpd|1;qpg|;qpj|;qpl|7;qpv|;qpx|;qq1|;qq3|3;qq9|;qqb|;qqd|;qqf|2;qql|;qqn|2;qqr|3;qqw|;qqy|;qr2|1;qr5|1;qr8|;qra|;qrc|;qrf|1;qrj|;qrm|7;qrv|3;qs0|;qs3|;qs5|;qs7|2;qse|2;qsi|1;qsn|;qsr|4;qsx|;qsz|;qt1|;qt6|1;qt9|4;qtg|;qti|5;qtq|;qts|;qtu|;qtx|1;qu1|1;qu4|;qu7|1;qua|4;qui|3;qun|;qup|2;qut|6;qv2|1;qv5|;qv7|;qv9|2;qvd|2;qvh|9;qvs|4;qvy|1;qw1|2;qw7|1;qwd|1;qwg|2;qwl|1;qwp|3;qww|6;qx4|6;qxd|2;qxh|f;qy0|1;qy3|;qy6|4;qyd|;qyf|;qyh|;qyj|;qyl|5;qyw|;qyz|;qz1|;qz6|;qza|6;qzi|2;qzm|;qzo|;qzs|;qzu|1;qzy|;r00|1;r04|1;r07|;r0a|;r0c|a;r0q|5;r0x|4;r14|1;r17|6;r1j|1;r1r|6;r1z|2;r24|2;r29|1;r2c|;r2e|1;r2i|;r2k|4;r2q|1;r2t|1;r2w|2;r30|2;r34|;r39|3;r3e|1;r3k|2;r3p|6;r3y|;r40|6;r49|;r4c|1;r4f|;r4i|;r4m|1;r4q|2;r4u|6;r52|;r56|1;r59|3;r5e|3;r5j|;r5m|7;r5v|;r5y|5;r65|;r67|1;r6b|5;r6i|2;r6n|2;r6t|2;r6x|1;r70|;r73|1;r76|5;r7e|;r7g|1;r7j|2;r82|;r84|4;r8a|;r8c|1;r8j|;r8l|2;r8p|;r8r|;r8t|;r8x|;r8z|1;r92|;r94|1;r99|;r9b|6;r9j|1;r9m|;r9o|;r9q|a;ra3|;ra5|9;rai|3;ran|;rap|;rar|4;ray|4;rb4|1;rb7|;rb9|4;rbh|1;rbk|8;rbv|3;rc0|3;rc5|2;rc9|;rcb|3;rcg|3;rcl|2;rcp|3;rcu|2;rcy|5;rd5|;rd7|2;rdb|4;rdh|5;rdq|3;rdv|7;re4|4;rea|1;ree|1;reh|;rej|1;rem|1;req|2;reu|7;rf3|8;rfe|8;rfo|;rfq|1;rfv|3;rg0|1;rg3|5;rga|;rgc|;rge|4;rgk|3;rgq|7;rh0|;rh2|1;rh5|8;rhi|;rhk|;rhn|2;rhs|;rhv|;rhz|;ri1|;ri4|;ri6|;ri9|5;rig|1;rik|3;rip|3;riu|;riw|4;rj2|1;rj7|;rja|;rjd|;rjf|2;rjj|3;rjo|;rjq|3;rjw|5;rk3|2;rka|6;rki|4;rkp|1;rks|4;rp3|3;rp9|2;rpd|;rph|7;rpq|3;rpv|2;rpz|4;rq5|;rq9|3;rqe|;rqg|5;rqr|;rqt|1;rqw|4;rr2|;rr6|;rr9|2;rrd|5;rrk|;rrm|2;rrs|1;rrv|7;rs4|;rs7|9;rsi|2;rsm|7;rsv|c;rt9|2;rtd|2;rth|1;rtl|5;rts|4;rty|;ru0|;ru2|;ru4|1;ru7|3;ruc|1;ruf|1;rui|5;rup|;rur|2;ruv|4;rv1|3;rv6|2;rva|1;rvf|2;rxg|3;rxl|;rxn|3;rxs|1;rxv|1;rxy|1;ry7|;ry9|1;ryc|1;ryg|;ryi|;ryl|;ryo|1;ryt|;ryx|;rz2|2;rz7|;rza|;rzc|;rzf|1;rzj|;rzm|1;rzp|;rzr|;rzt|3;rzy|;s00|;s02|;s05|3;s0a|2;s0e|1;s0h|;s0k|3;s0p|2;s0t|;s0v|;s0x|;s0z|2;s13|1;s16|2;s1b|6;s1o|1;s1r|;s1t|;s1w|2;s20|4;s27|2;s2c|;s2e|;s2l|6;s2u|1;s2y|;s34|1;s37|6;s3h|;s3k|2;s3o|;s3r|9;s44|1;s49|;s4b|9;s4p|;s4s|1;s4v|3;s50|3;s55|3;s5d|4;s5j|;s5l|2;s5p|;s5s|5;s60|3;s65|1;s69|1;s6f|;s6h|8;s6r|;s6t|1;s6y|1;s72|;s74|1;s77|5;s7e|3;s7j|;s7l|1;s7o|;s7v|1;s7z|;s82|1;s88|;s8b|;s8d|1;s8g|1;s8n|7;s8w|;s8y|1;s91|;s93|3;s98|;s9b|1;s9e|7;s9n|6;s9v|;s9x|a;sab|8;sam|9;sax|1;sb0|3;sb5|4;sbb|1;sbg|3;sbl|5;sd7|d;sdp|5;sdw|4;se2|2;se6|4;sec|2;seg|;sei|1;sel|1;seo|5;sey|;sf4|;sf6|4;sfc|3;sfh|4;sfo|7;sfx|1;sg0|6;sg8|;sgb|6;sgj|8;sgt|6;sh3|3;sh8|3;shd|8;sho|;shq|1;sht|4;shz|;si1|d;sig|1;sij|3;sio|3;sit|4;sj0|4;sj6|;sj8|6;sjg|1;sjj|6;sjr|5;sjy|3;sk5|;sk7|2;skb|;skg|3;skl|1;sko|;skq|;skv|7;sl4|;sl9|1;sld|;slf|2;slj|3;slo|;slq|;slu|;slx|;slz|2;sm3|4;sm9|1;smc|1;smg|;smj|;sml|;smn|1;smq|;sms|3;sn1|3;sn6|;sn8|2;snc|;snh|;snk|;snm|;sno|6;snw|;sny|;so0|;so2|1;so5|;so7|;so9|;sod|5;sok|;som|1;sop|1;sos|1;soz|;sp2|9;spe|2;spi|5;spt|4;spz|;sq1|1;sq4|1;sqa|3;sqf|4;sqp|2;sqt|2;sqx|2;sr1|1;sr4|5;srb|1;srg|;sri|;srl|1;sro|;srq|;srs|;sru|c;ss8|;ssa|3;ssf|a;ssr|6;ssz|1;st2|9;std|;stf|4;stl|1;sto|5;stx|2;su1|;su3|2;su7|2;suc|3;suh|1;suk|2;suo|8;sv0|2;sv7|3;svc|1;svg|;svi|2;svn|7;svw|;svy|2;sw2|9;swd|4;swm|8;sww|2;sx0|5;sxa|3;sxh|4;sxn|5;sxv|;sxx|;sy0|2;sy5|1;sy9|2;syd|7;syn|1;sys|1;syv|1;syz|;sz1|;sz3|;sz6|1;sza|7;szj|4;szp|3;szv|5;t02|1;t05|;t07|2;t0c|1;t0f|2;t0j|2;t0n|3;t0s|2;t0w|;t0y|1;t13|5;t1b|1;t1e|;t1g|;t1i|;t1k|;t1p|;t1r|2;t1w|1;t20|2;t24|g;t2m|1;t2q|5;t2y|1;t38|;t3b|4;t3h|;t3k|2;t3o|4;t3u|2;t3y|;t40|;t44|1;t47|;t49|8;t4j|3;t4q|;t4s|6;t54|;t56|3;t5b|;t5e|;t5g|4;t5m|1;t5q|;t5t|;t5v|1;t5y|3;t63|3;t68|;t6c|2;t6h|2;t6p|;t6r|a;t74|1;t77|;t7a|3;t7g|3;t7l|1;t7o|4;t81|;t85|;t87|4;t8d|;t8h|3;t8n|2;t8t|3;t8z|7;t9b|;t9d|;t9n|;t9q|1;t9t|5;ta0|;ta2|1;ta5|;ta7|;ta9|;tab|2;tag|;tai|;tak|;tap|2;tat|;tax|3;tb2|5;tbc|;tbe|1;tbh|5;tbp|;tbr|;tbw|3;tc1|;tc3|2;tiv|2;tj2|2;tj6|2;tja|9;tjl|3;tjq|;tjs|1;tjx|c;tkb|2;tkh|1;tkk|;tkm|;tkp|6;tkz|;tl2|7;tlc|6;tlk|2;tlo|6;tlw|2;tm0|;tng|2;tnl|1;tno|2;tns|;tnu|;tnw|;tny|1;to1|3;to7|6;tof|3;tok|;tor|2;tov|1;toy|;tp0|;tp2|2;tp7|4;tpd|5;tpm|;tpo|;tpq|;tps|;tpu|6;tq2|5;tq9|5;tqg|3;tql|2;tqp|;tqs|9;tr3|1;tr7|7;tri|6;trq|7;ts0|1;ts4|3;ts9|5;tsh|1;tsl|1;tso|7;tsy|1;tt4|3;ttb|3;tti|1;ttl|2;tts|;ttu|8;tu5|2;tu9|;tub|1;tue|;tuh|5;tup|3;tuv|1;tuy|;tv4|3;tva|;tvc|1;tvf|;tvh|1;tvl|3;tvq|4;tvx|2;tw1|1;tw5|7;twe|;twg|4;twm|5;twt|1;twx|;twz|1;tx2|7;txb|2;txg|2;txl|;txn|;txp|;txr|1;txx|5;ty4|;ty6|2;tya|1;tye|;tyg|;tyj|3;typ|5;tyw|2;tz0|;tz2|1;tz5|;tz7|b;tzk|1;tzn|1;tzr|2;tzv|3;u00|1;u04|;u06|;u0d|2;u0h|7;u0q|1;u0v|;u0x|7;u16|;u18|8;u1i|4;u1o|;u1q|;u1s|1;u1v|3;u23|5;u2a|3;u2f|2;u2j|3;u2s|;u2u|1;u2y|5;u35|a;u3i|;u3m|1;u3p|2;u3u|2;u3z|2;u43|2;u5k|;u5m|1;u5p|4;u5w|;u5y|2;u62|2;u67|;u6a|6;u6j|1;u6m|;u6z|1;u72|5;u79|2;u7d|2;u7h|7;u7q|;u7w|2;u82|1;u85|;u87|3;u8c|;u8g|8;u8q|8;u90|;u92|2;u97|1;u9a|;u9d|4;u9l|5;u9s|2;u9x|4;ua3|3;ua8|2;uac|1;uaf|2;uaj|1;uam|2;uar|;uc6|3;ucb|;ucd|2;ucj|;ucl|1;uco|;ucs|2;ucw|5;ud5|1;ud8|1;udb|;udd|;udf|3;udk|1;uds|5;ue0|7;ue9|1;uef|;uei|4;ueo|2;ues|1;uew|1;uez|4;uf5|4;ufc|;ufe|2;ufi|5;ufq|;uft|1;ufy|;ug0|;ug2|2;ug7|1;ugb|;ugd|1;ugg|1;ugj|;ugl|3;ugu|;ugw|5;uh3|;uh6|4;uhd|1;uhg|4;uhm|1;uhp|;uhr|;uhu|;uhw|1;ui1|3;ujs|;uju|;ujw|4;uk2|;uk4|5;ukb|6;ukj|1;ukm|;uko|;uku|b;ul7|1;ula|2;ule|5;ull|6;ult|4;ulz|;um1|2;um5|;um7|7;umg|1;umj|3;umo|;umq|;umu|;umw|5;un3|1;un6|1;un9|a;unl|4;unr|;unt|4;uo1|4;uo8|;uob|4;uoh|;uok|4;uoq|1;uou|;uox|;uoz|;up1|1;up4|;up6|5;upe|7;upr|1;upv|4;uq1|2;uq5|7;uqe|1;uqi|;uql|3;uqu|8;ur4|2;ur8|;urb|2;urf|1;uri|3;urq|4;ury|4;us4|;us6|2;usb|;usd|;usf|;ush|4;usn|1;usq|1;usu|5;ut1|;ut3|3;ut9|;utb|1;ute|;utg|;uti|;utk|5;utr|7;uu0|6;uu9|9;uul|5;uut|2;uux|2;uv1|1;uv5|;uv7|7;uvi|2;uvm|2;uvq|2;uvu|7;uw3|;uw5|;uw7|4;uwd|1;uwg|;uwi|;uwl|3;uwq|2;uzp|2;uzt|;uzv|1;v00|;v02|2;v06|1;v09|;v0i|1;v0m|3;v0r|;v0u|;v0x|1;v11|;v13|1;v17|4;v1f|;v1i|;v1k|;v1m|2;v1r|1;v1u|2;v22|5;v29|7;v2i|;v2o|4;v2x|;v30|9;v3d|3;v3j|1;v3m|1;v3q|1;v3u|2;v3y|;v43|1;v46|1;v49|1;v4d|2;v4i|1;v4l|5;v4x|;v50|;v55|3;v5a|1;v5d|1;v5g|1;v5k|5;v5r|5;v5y|1;v61|1;v67|;v6b|4;v6h|1;v6m|2;v6r|;v6t|2;v6x|;v6z|;v71|3;v76|2;v7c|2;v7h|1;v7m|;v7r|;v7u|;v7x|1;v80|2;v85|1;v89|6;vat|;vaw|5;vb3|6;vbb|1;vbf|1;vbi|1;vbl|2;vbp|3;vbv|;vbx|2;vc4|2;vc8|2;vcc|4;vcj|2;vco|7;vcz|1;vd2|;vd4|;vd7|7;vdg|1;vdk|1;vdn|5;vdw|1;vdz|1;ve4|6;vec|5;vej|4;veq|1;vev|2;vf2|9;vfd|2;vfj|3;vfq|;vfu|2;vfz|;vg1|1;vg4|;vg7|;vg9|6;vgh|;vgj|4;vgq|1;vgu|2;vgy|6;vh6|;vh9|6;vhi|4;vho|7;vhx|2;vi2|;vi5|;vi7|;vil|;vin|3;vis|3;vix|;vj0|7;vj9|;vjo|;vjw|6;vk4|;vk6|;vkc|;1d6o|2h;1d97|47;1ddg|n;1de6|2n;1dkw|4;1e6o|9;1e7k|y;1e8k|i;1e94|3;1edd|4e;1eht|t;1eiq|5;1eiy|5;1ej6|5;1eje|2;1ejk|6;1ejs|6;2q68|c;2q6o|2k;2q9c|1o;2qdc|2;2qds|17;2qf4|8;2qfk|1;2t57|;2t8p|1;2t9e|;2t9g|;2t9s|;2tbp|;2teg|;2tgi|;2tjn|;2trf|;2ttd|;2ttt|;2tx5|;2tze|;2u4p|;2u67|;2u9d|;2uae|;2uc1|;2uco|;2ui4|;2ukv|;2uo8|;2upz|;2ure|;2uux|;2uxa|;2v0c|;2v0k|;2v19|;2v6s|;2v9v|;2vbx|;2vfj|;2vg7|;2vr9|;2vrs|;2vvl|;2vz8|;2vzh|;2w0l|;2w67|;2wox|;2wql|;2wr9|;2ws4|;2wsb|;2wuv|;2wv8|;2wvx|;2wwr|;2wxi|;2wxw|;2x1g|;2x65|1;2xg7|;2xjb|;2xmc|;2xom|;2xqa|;2y0t|;2y83|;2yai|;2yqe|;2ywd|;2yx1|;2yxu|;2yyg|;2yz6|;2yzg|;2yzl|;2z07|;2z1c|;2z3n|1;2za6|;2zcm|;2zga|;2zqz|;2zvc|;302m|;306l|;30nd|;30tv|;313v|;3163|;31cf|;31ko|;31om|;31ov|1;31ra|;31ul|;31us|;3275|;329u|;32ln|;32ye|;32yr|1;3305|;33aq|;33d8|;33dc|;33de|1;33dh|;33dm|;33dr|;33dw|;33em|;33gq|1;33gx|;33hh|;33l0|;33oa|;33pw|;33r8|;33ug|2;33uv|;340c|;340s|;341r|;342r|1;346f|;346p|;3473|;3484|;348t|;34pk|;3533|;354u|;356m|;356o|;3572|;358g|;35cj|;35dl|1;35oe|;35u3|;35w6|;35z7|;364m|;3666|;36cu|;36ik|;36j4|;36zt|;3739|;37ch|;37h2|;37jd|;37t9|;380m|;381b|;385y|;38d0|;38jo|;38jy|;38l3|;38mi|;38nf|;38xe|;38zu|;3905|;395u|;399l|;39al|;39b9|;39cu|;39e4|;39ri|;39u6|;39w9|;39xq|;3a1z|;3a7z|;3aep|;3ag9|;3agk|;3alw|;3av8|;3avg|;3avo|;3b2v|;3b37|1;3b3l|;3b8y|;3bd7|;3bdw|;3bmp|;3bqm|;3brq|;3bs2|;3bs5|;3buq|;3bvc|;3bvs|;3bxf|;3bz0|;3c2c|;3c2o|;3c3f|;3c3w|;3c47|;3c68|;3ca5|;3ciq|;3ckq|;3ckw|;3cli|;3cr0|;3cw2|;3ddq|;3df4|;3di5|;3dul|;3duy|;3dxt|;3dyn|;3dzt|;3e1p|;3e3i|;3e54|;3e6k|;3e7r|;3e9r|;3ei1|;3ek3|;3ela|;3en1|;3eww|;3exx|;3f6c|;3f92|2;3fg4|;3fgt|;3fi1|;3g0q|1;3g1q|;3g28|;3g3t|;3ggk|1;3ghd|;3gjo|;3gk3|;3gni|;3go3|;3gpe|;3gz6|;3h51|;3h6c|;3hc4|;3hkj|;3hku|;3hl3|;3hoc|;3hrs|;3hwz|;3hy8|;3i1c|;3i5r|;3id3|;3iiy|;3ikb|;3iwn|;3iwy|;3j03|;3j65|;3j7w|;3j9x|;3jdo|;3jhn|;3jk8|1;3jrr|;3jsq|;3k92|;3k95|;3ka3|;3kav|1;3kca|1;3kf2|;3kfd|;3kg3|;3khd|;3kih|;3kjx|;3kkd|;3kkk|;3kqp|;3krz|;3kyl|;3l00|;3l2p|;3l6j|;3l73|;3l7b|;3l7j|;3l86|;3lah|;3ld7|;3ldi|;3lf6|;3lko|;3m3k|;3m41|;3mhc|;3mq7|;3mv3|;3my8|;3mzd|;3n0w|;3n68|;3nba|;3nn6|;3o7f|;3obf|;3od1|;3oe5|;3oeh|;3oga|;3ohw|;3oij|;3oix|;3opa|;3opj|;3ore|;3orz|;3oua|;3oxl|;3p1s|;3p9u|;3pfw|;3pkn|;3pwx|;3pxe|;3py2|;3q2a|;3qp2|;3tc6|;3tch|;3tcj|;3tcq|;3tcs|;3td1|;3tdi|1;3tdo|;3tdu|;3te1|;3te3|;3te6|;3tec|;3tf0|;3tf3|;3tfh|;3tft|;3tfz|;3tg2|;3tg8|;3tgw|;3thp|;3thz|;3ti2|;3z9g|;41vc|;42g9|;42qy|;464k|;464v|;4651|;4654|;4656|;465e|;465k|;465o|;465v|;4667|;466e|;466q|;4676|;467h|;467n|;467r|;4684|;468p|1;4692|;4698|;469e|;469i|;46ab|;46aj|1;46ap|;46at|;46ay|;46b1|;46bg|;46bn|;46bv|;46bz|;46ca|;46cg|1;46dh|;46dj|;46ek|;46fp|;46hc|;46hq|1;46ic|;4an2|;4ay4|;")) +r.push(new A.K("Noto Sans Javanese","notosansjavanese/v21/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxJnkFFliZYWj4O8.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xhc|25;xjj|a;xjy|1;")) +r.push(new A.K("Noto Sans KR","notosanskr/v27/PbykFmXiEBPT4ITbgNA5Cgm20HTs4JMMuA.otf","w|2m;4g|2r;7k|3;7u|1;88|3;8z|1;93|1;98|3;9e|1;a0|5;b6|;bk|1;bz|1;ct|f;e0|1;gh|;gx|;jf|;jr|;jt|2;k9|;kq|1;lc|1;lg|;lj|;lo|;pd|g;pv|6;q9|o;sh|;sw|1r;up|;3cw|73;5z2|1;61s|2h;6bm|1;6c0|6;6c8|2;6cc|2;6cg|2;6cl|2;6cw|;6cy|1;6d1|;6d5|3;6de|;6dj|2;6dt|;6es|;6g9|;6gb|1;6hp|1;6io|;6ir|;6it|;6ix|1;6j3|;6j7|;6ja|;6jl|1;6jq|1;6jv|;6jy|;6k5|;6kb|;6lc|b;6ls|b;6mo|9;6ns|1;6o4|2;6ob|1;6og|;6oi|;6ok|;6p2|3;6ph|;6ps|;6pu|1;6px|6;6q7|;6q9|2;6qd|;6qi|;6ql|3;6qr|;6qt|9;6r8|3;6rh|;6rn|;6rp|;6rs|;6rw|;6s2|;6sg|2;6sk|3;6sq|1;6su|1;6sy|1;6t2|1;6te|5;6tm|1;6tx|4;6u8|;6ud|;6v3|;6vu|1;6wf|;6x1|2;6xe|;6xk|;6y1|1;71s|1;726|e;72m|;72y|1;74z|;76o|97;7g1|2;7g6|1;7gc|1;7gg|1;7gm|6;7gu|5;7he|4;7hr|;7i8|3;7id|1;7ih|;7im|1;7iu|1;7j0|3;7jj|;7k0|2;7kw|f;7le|b;7mo|;7nh|1;7pe|;7pv|;7q2|;7r1|;7r3|1;7rq|;7sm|t;7tt|;850|1;88v|;8ai|1;8hx|2;8ii|;8lx|;94q|1;96o|p;97f|2g;9a8|5x;9gw|b;9hc|1r;9j5|2d;9ll|2u;9ol|16;9pt|2l;9sg|17;9ts|z;9v4|1a;9wg|7f;a3x|5u;ae2|;afr|;ahh|;aht|;aim|;anz|;ar3|;atf|2;aue|;aw3|;awf|;awq|;b0c|;b2k|;b2w|;b5v|;b7e|;b8n|;b99|;bc0|;bc5|;bcz|;bdc|;bdx|;bee|;bi1|;bl0|;bmk|;bna|;bnn|;boj|;bqx|;bub|;bv8|;bvo|;bvx|;bzx|1;c1o|;c2f|;c4f|;c70|;c76|;cec|;cfh|;cfx|;cg4|;cof|;cok|;cpu|;crt|;csp|;cvr|;cz0|;d3t|;ddn|;ddz|;dev|;dey|;dhs|;dn6|;dte|;dug|;dyv|;dz2|;dzo|;dzs|;dzx|;e25|;e3w|;e4d|;e5b|;ear|;ebn|;ec6|;ecm|;eg5|;eji|;ejp|;ekr|;emq|;enh|;erc|;esf|;eso|;et7|;evn|;ewh|;f6n|1;f8b|;feo|1;fer|;fev|4;ff1|1;ff5|;ff8|2;ffc|1;ffi|1;ffo|;ffq|;ffs|;ffv|2;fg0|2;fg6|;fg8|1;fgb|;fgf|;fgi|1;fgl|;fgr|;fgt|2;fh2|5;fh9|2;fhj|;fhn|2;fht|;fhv|;fhy|1;fi2|2;fi6|;fi8|;fia|;fid|1;fig|1;fij|1;fim|4;fis|1;fiw|1;fiz|1;fj2|4;fj8|2;fjc|;fjf|3;fjk|;fjn|1;fjq|;fjt|2;fk0|1;fk4|;fk6|1;fka|1;fkd|;fkk|5;fkt|2;fkx|;fkz|2;fla|;flc|;fle|1;flh|2;fln|;flp|;flr|2;fm1|2;fm5|4;fmi|;fml|;fn3|1;fn8|;fna|;fnc|;fne|;fng|2;fnm|1;fnq|3;fnv|;fnx|4;fo3|4;fo9|6;fop|1;fov|1;foz|1;fp2|;fp4|9;fpf|1;fpi|;fpk|3;fpp|5;fpw|;fpy|2;fq2|3;fqm|1;fqq|;fqt|1;fqx|;fqz|;fr3|;fr5|4;frd|1;frg|8;frr|4;frx|4;fs3|;fse|3;fsj|3;fso|;fsq|;fsu|;fsw|;fsy|;ft1|2;ft5|;ft7|;ft9|;ftb|;ftd|3;fti|;ftk|2;fto|;ftq|1;ftt|d;fu8|;fuj|;fur|1;fuv|3;fv2|1;fv7|;fv9|1;fvc|2;fvg|;fvk|;fvm|;fvp|1;fvu|;fw0|;fw2|;fw4|2;fw8|;fwg|;fwj|;fwl|;fwr|;fwt|;fwx|1;fx0|;fx2|;fx4|3;fx9|1;fxe|;fxo|2;fxu|3;fxz|;fy5|2;fya|;fyc|1;fyh|1;fyn|;fyp|;fys|2;fyy|1;fz2|;fz6|;fz9|2;fzd|;fzg|2;fzp|;fzt|;fzv|;fzy|6;g06|1;g09|;g0b|1;g0g|;g0i|3;g0n|1;g0q|2;g0v|;g0x|1;g10|1;g13|;g16|1;g1d|2;g1h|;g1j|5;g1r|2;g1v|6;g23|3;g28|;g2a|;g2c|3;g2i|;g2k|;g2q|;g2t|;g2v|7;g35|;g39|3;g3g|;g3k|;g3m|;g3q|;g3t|1;g3w|1;g3z|;g41|2;g45|4;g4e|;g4g|;g4i|3;g4q|2;g4w|2;g52|1;g59|1;g5g|2;g5l|4;g5u|;g5w|;g5y|;g63|3;g68|1;g6h|;g6l|;g6o|1;g6r|3;g6w|2;g71|;g74|3;g7a|2;g7e|;g7i|;g7l|;g7n|;g7q|1;g7x|;g84|3;g89|1;g8e|;g8g|3;g8m|5;g8z|1;g92|1;g95|4;g9g|3;g9m|1;g9p|2;g9t|;ga1|1;ga7|;gaa|;gac|1;gaf|;gai|;gal|;gan|;gaq|1;gav|2;gb1|;gb5|2;gbb|1;gbf|;gbj|1;gbn|1;gbr|;gbt|5;gc9|;gce|;gch|;gcj|;gcl|;gcn|;gcp|;gcs|1;gcy|;gd1|1;gd4|1;gd7|;gd9|7;gdi|;gdp|;gdu|1;gdx|;ge0|3;ge6|5;ged|;geg|;gei|;gek|1;gen|1;get|2;gex|1;gf4|1;gf7|;gfb|;gfe|;gfj|;gfl|;gfq|;gfs|3;gfx|4;gg3|2;gg7|3;ggd|;ggh|3;ggn|;ggq|;ggs|;ggu|;ggw|1;gh0|;gh2|;gh4|1;gh8|;gha|7;ghj|4;ghp|2;ghu|;ghw|;gi6|;gib|;gie|;gig|;gii|;gil|;gin|1;git|1;giy|;gj1|1;gj6|1;gja|;gjd|;gjf|;gjm|1;gjp|;gjs|5;gk4|;gk6|1;gk9|;gkb|;gkf|;gkh|5;gko|g;gld|;glf|1;glk|9;gm3|;gm5|;gm7|1;gme|;gmh|;gmj|1;gmm|;gmp|;gmr|;gmu|;gmw|1;gmz|3;gn4|;gn6|;gna|;gnc|;gne|;gni|;gnl|;gnx|;gnz|;go2|;go4|;go6|;go8|;goa|1;gog|1;goj|;gol|1;gor|2;gov|1;gp0|;gp2|1;gp7|5;gpi|;gps|;gpu|;gpw|1;gq0|;gq3|1;gq7|;gqa|1;gqg|;gqj|2;gqn|5;gqu|3;grl|;grp|1;grs|1;grx|1;gs1|1;gsa|;gsd|;gsf|;gsk|;gsm|1;gsp|;gsu|2;gt0|;gt8|;gtn|;gtq|1;gtt|;gtv|;gtx|;gu1|;gu4|;gu6|;gu8|;gua|;guc|;gue|;gui|;gun|;gur|;guu|1;gv0|;gv2|;gv7|;gvv|6;gw3|1;gw6|1;gw9|2;gwh|;gwj|1;gwo|2;gws|3;gwz|1;gx3|5;gxa|;gxc|;gxv|;gxx|;gxz|;gy1|;gy9|;gyc|;gyi|2;gyn|1;gyq|2;gzb|;gzh|2;gzo|;gzq|;gzs|1;gzw|4;h02|;h04|;h06|1;h0p|;h0s|;h0v|;h0y|;h10|;h12|3;h17|;h1b|;h1d|1;h1l|;h1n|;h1p|2;h1v|;h2c|1;h2g|5;h2n|;h2q|;h2s|;h2u|;h2w|;h2y|;h34|;h38|;h3a|1;h3j|;h3t|1;h45|;h47|;h4c|;h4e|;h4j|1;h4m|;h4s|;h4w|3;h54|2;h59|;h5d|;h5j|;h5m|1;h5q|2;h5v|;h5y|1;h63|;h65|1;h68|;h6b|;h6f|;h6h|1;h6l|;h6n|;h6p|3;h6v|4;h71|;h76|1;h7a|;h7c|;h7g|;h7j|;h7p|;h7s|2;h7w|2;h80|;h8b|;h8e|;h8g|2;h8n|;h8q|;h8s|5;h9d|;h9g|;h9i|4;h9q|3;h9v|;h9x|;h9z|1;ha3|1;haa|;hag|;haj|1;har|;hat|;hb2|;hb4|;hb6|2;hbs|;hbx|;hc3|;hc6|3;hcb|;hce|1;hch|1;hcs|;hcv|1;hd0|;hd5|;hd9|1;hdc|;hdf|1;hdi|1;hdl|4;hds|;hdu|4;he0|3;hef|;heh|;hel|1;heo|1;her|1;heu|1;hey|;hf1|;hf3|2;hf8|1;hfe|;hfk|;hft|4;hfz|3;hg4|;hg7|3;hge|;hgh|1;hgk|;hgp|;hh1|;hh5|;hh8|2;hhc|1;hhf|;hhh|;hhl|1;hho|1;hhs|;hhv|;hi4|3;hi9|;hib|;hig|1;hij|;him|;hio|1;hir|;hiy|1;hj2|;hj5|;hj7|;hj9|;hjb|;hji|;hjl|;hjn|2;hjs|2;hjw|3;hk1|;hk4|;hkb|1;hke|2;hki|;hkp|2;hkt|;hky|;hl2|;hl4|;hl6|;hlb|1;hlg|2;hll|3;hlu|;hlw|1;hlz|;hm1|6;hm9|1;hmf|1;hml|1;hms|;hmv|2;hn0|;hn2|3;hn7|2;hnb|1;hne|;hng|;hnk|;hnm|;hnr|;hnt|5;ho2|2;ho6|;ho8|;hod|;hoi|2;hoq|;hos|1;hox|2;hp2|1;hp5|;hp9|;hpf|2;hpj|1;hpo|;hpr|;hpu|;hpx|1;hq0|1;hq3|;hq6|1;hq9|;hqb|;hqe|;hqg|3;hql|;hqo|4;hqx|1;hr0|2;hr6|4;hrc|;hre|2;hri|;hrk|;hrm|;hrr|5;hrz|;hs1|;hs3|;hs9|1;hsd|;hsh|;hsj|;hso|1;hsr|1;hsv|1;hsz|;ht1|;ht3|;ht5|;ht7|;ht9|;hth|1;hto|;htr|2;hty|1;hu1|;hu3|1;hu8|1;hui|;huo|;huq|1;huu|1;hux|1;hv1|;hv6|;hvb|;hvj|;hvo|;hvx|;hw0|;hw2|1;hw5|;hwa|1;hwe|1;hwi|;hwk|;hwn|;hwq|;hwz|;hx1|;hx6|5;hxd|1;hxg|;hxk|1;hxn|1;hxx|2;hy1|2;hy5|;hy8|6;hyh|;hyj|;hyl|2;hyu|;hyy|1;hz1|;hz4|;hz9|;hzc|1;hzf|1;hzq|;hzt|;hzv|;i05|;i08|;i0a|;i0d|;i0g|;i0i|;i0k|;i0u|2;i0z|;i11|;i18|;i1c|1;i1g|4;i1m|3;i1r|;i1t|;i1v|3;i21|;i23|;i28|1;i2d|1;i2g|;i2i|;i2k|;i2n|3;i2t|;i2v|5;i33|;i37|;i39|8;i3j|;i3m|4;i3w|;i3y|;i40|;i43|3;i48|1;i4f|1;i4i|5;i4s|;i4w|;i4y|2;i52|2;i57|;i5a|1;i5d|1;i5g|5;i5n|5;i5x|1;i60|2;i67|;i69|;i6c|b;i6p|;i6s|;i6u|;i6x|;i73|1;i76|2;i7c|;i7f|;i7l|;i7s|9;i85|3;i8b|;i8d|1;i8g|1;i8l|;i8r|;i8w|;i8y|;i90|1;i94|;i98|;i9b|;i9d|;i9f|;i9l|1;ia0|;ia2|;ia4|;ia7|3;iac|;ial|;iap|;iar|;iat|8;ib5|;ib7|;ib9|;ibb|1;ibe|;ibi|;ibk|;ibv|;ic2|;ic9|;icg|;ico|1;ict|;icv|2;id0|;id2|;id7|;id9|;idi|1;idp|1;ids|1;idw|5;ie3|;ie7|;iea|;iec|;iee|1;ieh|;ies|;if1|;if5|1;if8|;iff|1;ifi|;ifk|;ifn|1;ig9|;igc|;igf|;igh|;igx|1;ih0|;ih2|1;ih7|;ihe|;ihg|1;ihl|;ihp|;ihs|;ihu|;ihz|;ii2|1;ii6|;ii8|;iif|1;iii|;iik|2;iix|;iiz|;ij1|;ij5|2;ija|;ije|1;ijh|1;ijk|2;ijp|3;ijv|;ijy|;ik1|4;ik7|2;ikb|;ikd|1;iki|1;ikm|;ikp|;iks|;ikx|;il1|1;il5|2;il9|;ilc|;ilh|;ilk|;iln|;ilp|;ilv|;ily|2;im5|;im7|1;imb|2;imf|;imk|;imm|;ims|1;imw|;in2|1;in5|2;inc|;ine|2;ink|4;inq|a;io3|1;io7|;ioa|1;iof|;iol|2;ioq|;ios|;iow|;ip1|3;ip7|;ip9|;ipf|;iph|3;ipp|1;ipt|1;iq0|3;iq7|2;iqb|;iqd|1;iqh|2;iql|6;iqt|;iqv|2;ir0|;ir5|;ir7|1;ira|1;ire|1;iri|1;irl|;irn|1;irr|1;iru|1;irz|;is1|4;is7|1;isb|;isf|;isi|;isl|2;isp|;ist|;isx|;it0|1;it3|;it6|;it8|;ita|;itc|;iti|;itk|;itm|;ito|;itq|;its|1;itv|1;ity|3;iu3|;iu5|;iu9|1;iuc|3;iuh|4;iuo|1;iur|;iuv|;iux|;iv0|;iv3|3;iv9|;ivb|5;ivk|2;ivr|2;ivw|;ivy|;iw0|1;iw3|;iw7|3;iwc|3;iwj|;iwl|;iwn|;iwp|;iws|1;iwz|2;ix4|1;ix8|2;ixc|;ixe|1;ixh|4;ixo|5;ixw|;iy0|;iy3|;iy5|2;iy9|;iyd|;iyg|;iyj|2;iyn|;iyy|;iz1|;iz3|;iz6|;iz8|3;izd|;izf|2;izk|1;izp|5;izz|1;j03|;j0h|2;j0m|2;j0q|1;j0t|;j0w|;j0y|;j11|;j15|1;j19|;j1b|1;j1e|3;j1k|5;j1r|1;j1x|;j29|;j2b|3;j2h|4;j2n|;j2q|;j2s|3;j2y|1;j33|1;j36|2;j3b|;j3e|;j3k|6;j3s|;j3v|3;j44|3;j49|;j4b|;j4f|;j4h|;j4j|;j4l|;j4n|b;j5c|4;j5i|6;j5s|1;j5v|;j5y|;j60|1;j65|2;j6c|1;j6i|2;j6m|1;j6q|;j6v|1;j6z|2;j74|;j78|;j7b|;j7g|;j7i|1;j7m|;j7o|;j7q|2;j7u|3;j7z|;j82|3;j88|2;j8c|1;j8f|5;j8n|1;j8q|1;j8u|;j8w|1;j8z|4;j96|;j98|2;j9d|2;j9m|;j9p|1;j9s|4;j9y|;ja0|2;jac|;jaf|2;jaj|1;jam|1;jaq|;jau|;jaw|;jay|4;jb7|;jba|6;jbj|;jbp|;jbr|;jby|1;jc3|;jc6|;jci|;jcm|2;jcq|;jcs|4;jd3|1;jd6|;jd8|2;jdc|2;jdg|2;jdk|;jdm|;jdq|1;jdt|1;jdy|1;je1|1;je5|1;je8|6;jeh|;jem|3;jer|;jev|7;jf5|2;jfb|1;jff|1;jfi|;jfn|;jfs|;jfy|;jg1|;jg3|;jg6|;jg9|1;jgc|;jge|2;jgj|1;jgm|;jgp|1;jgv|;jgx|1;jh0|4;jh7|;jhi|;jhk|;jhn|1;jhq|;jht|1;jhx|;ji1|;ji4|1;jia|;jic|9;jin|a;jiz|1;jj5|;jjg|3;jjl|;jjn|;jjp|2;jjx|2;jk1|1;jk7|;jk9|;jkc|;jkg|2;jl4|;jl6|1;jlb|;jll|2;jlp|1;jlu|2;jly|;jm1|;jm4|4;jmb|;jmd|;jmf|;jmi|;jmv|2;jmz|;jn2|;jn5|1;jna|1;jne|1;jnj|1;jnn|1;jnr|3;jnw|;jny|1;jo2|;jo6|;jo8|;job|1;jof|3;jol|;jon|3;jos|;jpa|;jpc|;jpf|1;jpi|;jpl|;jpr|1;jpu|;jpy|;jq2|1;jq7|2;jqb|;jqh|;jqj|;jql|1;jqq|;jqs|3;jra|;jrd|;jrh|;jrj|;jrm|;jro|;jrq|2;jrw|;js0|;js2|;js4|1;js8|;jsa|3;jsf|1;jsk|;jsm|;jsq|;jsu|;jtk|;jtn|;jtq|;jts|;jtz|;ju1|;ju5|;ju7|;jub|;jug|3;jul|;jut|;juw|;jv4|3;jv9|;jvd|2;jvh|2;jvo|1;jvt|;jvv|;jvx|1;jw0|;jw2|;jwb|1;jwe|1;jwh|;jwk|1;jwn|;jwp|1;jwt|1;jww|;jwy|;jx0|1;jx3|1;jx6|;jxc|3;jxh|2;jxo|1;jxr|;jxt|1;jxw|;jy2|;jy6|;jy8|;jya|;jyc|;jyf|;jyi|;jyn|;jys|;jyw|1;jz1|;jz6|2;jze|2;jzj|;jzm|;jzo|5;jzv|;jzx|2;k03|;k05|;k08|1;k0d|2;k0h|1;k0k|5;k0t|1;k0y|1;k12|;k18|1;k1e|;k1g|1;k1j|1;k1q|;k1t|2;k1x|;k1z|;k21|;k24|;k28|1;k2f|;k2h|;k2j|2;k2n|;k2p|;k2s|1;k2v|;k2z|2;k33|3;k3b|;k3d|;k3g|1;k3j|;k3l|5;k3u|2;k3z|;k42|;k47|;k4g|1;k4j|;k4l|1;k4o|1;k4s|1;k4x|1;k50|;k56|3;k5b|1;k5e|1;k5i|1;k5l|1;k5o|5;k5v|2;k63|1;k66|3;k6b|2;k6f|1;k6j|;k6l|;k6n|2;k6s|3;k6y|1;k75|3;k7c|1;k7f|1;k7i|3;k7t|2;k7x|5;k84|5;k8b|5;k8j|1;k8m|5;k8t|;k8v|;k90|;k93|2;k97|1;k9a|;k9c|1;k9i|2;k9m|;k9p|1;k9s|;k9u|1;ka3|1;ka6|;ka9|4;kag|3;kam|3;kas|5;kb7|1;kba|;kbc|6;kbk|;kbn|;kbq|;kbs|2;kbw|;kby|2;kc2|2;kc7|3;kcc|;kce|2;kcj|2;kco|5;kcw|;kd0|1;kd3|;kd7|;kd9|3;kde|1;kdi|2;kdm|4;kdt|;kdv|1;kdy|;ke2|;ke5|1;ked|1;keh|;kej|1;kem|3;ker|;keu|;kf0|4;kf9|;kfe|;kfg|1;kfj|4;kfp|;kfr|;kfv|1;kfy|1;kg3|;kg7|;kg9|;kgb|1;kgf|1;kgi|1;kgl|;kgn|3;kgs|1;khb|1;khe|1;khi|2;khq|;kht|;khw|1;ki2|;ki7|5;kie|4;kil|2;kiq|;kix|;kj0|;kj3|2;kj7|3;kjd|;kjf|;kji|1;kjn|1;kk0|;kk2|1;kk6|1;kkd|1;kkh|1;kkq|;kku|1;kkx|1;kl0|;kl4|1;kl7|2;klc|4;kli|;klk|1;klq|;kls|1;klv|1;kml|;kmn|;kms|;kmu|1;kn2|1;kn5|;kn7|;kn9|1;knj|;knn|1;knr|;knv|;knx|;knz|4;ko7|1;kod|;kof|2;koj|;kol|1;kp0|1;kp5|4;kpc|;kpe|;kph|3;kpm|;kpr|1;kpv|;kpz|1;kq4|;kq6|;kqa|;kqh|4;kqo|1;kqs|2;kqz|;kr1|2;kr5|1;krd|;krg|;krr|;ks0|;ks4|;ks6|;ks9|;ksd|;ksf|;ksi|;ksq|;ksv|;ksz|2;kt3|;kt5|1;kt9|1;ktc|3;kth|;ktk|;ktm|5;ktv|;ktx|;ktz|2;ku3|;ku5|;kum|;kup|;kus|1;kuw|;kuz|1;kv3|;kv8|3;kvh|1;kvk|2;kvo|;kvr|;kvu|2;kvy|3;kw3|;kw7|;kwa|6;kwj|;kwm|;kwy|;kx1|5;kx9|;kxe|;kxl|;kxn|;kxp|;kxr|1;kxu|;kxx|;ky2|1;ky9|3;kyf|;kyh|;kyj|;kym|1;kyp|;kyr|;kyx|;kyz|;kz9|;kzc|3;kzh|;kzn|2;kzr|6;l00|;l02|1;l08|2;l0f|;l0h|1;l0k|;l0m|;l0r|;l0y|;l11|;l1b|1;l1f|1;l1l|;l1p|1;l1s|;l1w|;l1z|;l24|1;l27|1;l2a|1;l2m|;l2r|;l2u|;l2z|1;l33|;l36|1;l3n|;l3u|5;l48|;l4a|;l4c|;l4m|;l4r|1;l4y|2;l56|;l58|;l5d|1;l5i|;l5q|;l5s|1;l5v|;l64|;l6a|;l6f|4;l6l|2;l6r|;l6u|1;l6x|1;l70|;l72|;l74|;l78|;l7d|2;l7j|8;l7t|1;l7z|;l82|;l87|4;l8f|1;l8i|2;l8m|;l8p|1;l8t|;l8x|;l92|;l94|;l9a|;l9e|;l9g|;l9n|;l9p|2;l9u|1;l9x|;l9z|;la2|;la4|1;la7|2;lac|2;laj|;lal|;lan|;laq|2;lau|2;lay|1;lbf|1;lbj|;lbn|;lbs|;lbz|;lc5|;lc8|;lcf|2;lcj|1;lcn|;lcr|;lcz|1;ldf|5;ldq|5;le3|;le6|2;lea|3;lef|;leh|7;leu|;lew|2;lf1|;lf4|;lf6|;lf8|;lfa|;lfe|;lfh|1;lfl|8;lfw|1;lg0|;lg2|4;lg8|3;lgi|;lgr|1;lgu|;lgw|1;lgz|;lh2|;lh4|1;lh7|4;lhd|1;lhg|2;lhl|1;lho|;lhs|1;lhv|2;lhz|;li1|4;li8|3;lid|;lig|;lij|;lim|3;lir|;lj3|;lj8|;ljb|;lje|2;ljl|1;ljo|;ljr|;ljt|;ljv|;ljy|1;lk3|;lk5|;lk7|5;lke|;lki|;lkl|1;lko|6;lkx|;lll|1;llo|;llt|;llv|4;lm1|1;lm4|;lm6|1;lma|;lmc|;lmf|2;lmn|;lmq|;lmt|;lmv|2;ln0|3;ln5|;ln7|4;lnu|2;lnz|;lo2|;lo4|1;lo7|1;loc|;lof|1;loj|5;lor|1;lov|3;lp2|;lp4|2;lp9|1;lpc|6;lpk|;lpm|2;lpq|;lpt|;lpv|;lpx|7;lqd|;lqg|;lqi|;lqv|;lqx|2;lr1|;lr3|7;lrc|;lrf|2;lrj|;lrm|;lro|;lrq|2;lru|;lrw|2;ls0|;ls3|2;lsa|;lsd|1;lsh|;lsj|3;lso|;lsr|1;lsu|1;lsz|;lt3|;lt7|;lta|1;lte|1;lth|;ltm|;lu7|1;lud|1;lug|;luk|1;lun|;luq|;lut|;luv|1;luy|1;lv3|;lv5|1;lv9|2;lve|;lvh|;lvm|3;lvs|1;lvv|1;lvy|;lw1|;lw3|2;lw9|;lws|1;lwv|;lwy|;lx0|1;lx3|1;lx8|;lxa|1;lxd|1;lxg|;lxi|;lxl|;lxo|;lxr|;lxt|;lxv|2;ly1|1;ly8|;lya|2;lye|2;lyi|3;lyo|3;lyw|;lz0|;lz2|1;lz5|;lzj|;lzl|1;lzo|;lzr|8;m01|3;m06|;m0d|4;m0k|;m0o|;m0q|;m0s|2;m0x|1;m10|;m12|3;m17|3;m1c|;m1e|;m1g|4;m1r|;m1t|;m1v|2;m1z|1;m22|;m26|1;m29|;m2b|;m2e|;m2h|;m2m|;m2o|3;m2u|1;m2x|1;m38|1;m3c|;m3e|1;m3i|3;m3o|2;m3t|;m3v|1;m3y|1;m41|;m43|1;m46|;m4a|;m4e|;m4h|;m4l|2;m4p|;m4r|;m4v|;m4x|2;m51|;m54|;m56|5;m5f|;m5i|2;m5r|1;m5u|;m5z|1;m64|;m66|;m6c|;m6e|;m6k|;m6m|;m6o|1;m6r|;m6w|;m71|1;m77|;m7a|;m7d|;m7f|1;m7j|1;m7s|;m7w|2;m81|;m85|1;m8a|;m8e|;m8i|;m8l|;m8o|3;m8x|;m90|;m92|;m97|5;m9f|;m9j|3;ma0|;ma2|1;ma7|;mab|1;mag|1;mak|1;man|;mb3|;mb5|;mbd|1;mbh|;mbn|1;mbq|;mbt|;mbw|;mc9|1;mcc|;mce|;mcg|1;mcm|;mct|4;md2|;mdf|;mdi|1;mdl|1;mdo|;mdq|;mds|;mdu|1;mdx|2;me1|;me4|2;mea|;mec|5;mek|;mem|;mf1|;mf4|;mf8|1;mfb|3;mfj|;mfm|;mfo|;mft|;mfv|;mfz|3;mg4|;mg8|1;mgc|;mgf|;mgh|1;mgp|1;mgu|;mgx|;mgz|;mh4|1;mh7|;mha|2;mhe|;mhg|2;mhl|;mhn|;mhr|1;mhx|2;mi4|2;mih|;mij|6;miu|1;miz|2;mj4|;mj8|;mjb|;mje|1;mjj|;mjp|;mjs|;mju|;mjw|1;mk0|;mk2|;mk5|1;mk8|3;mkd|3;mki|;mkm|2;mkr|1;mky|2;ml2|;ml4|3;ml9|;mlb|;mld|2;mlj|;mll|;mlr|;mlu|;mlw|;mm0|1;mm5|;mm8|2;mmf|;mml|;mmq|;mmu|;mn6|;mnb|;mng|1;mnj|;mnn|2;mo0|;mo2|;mo4|;mo9|;moe|;mog|;moi|;mon|;mop|;mox|1;mp1|;mp4|1;mp8|;mpg|;mpj|6;mq1|1;mqb|;mqe|3;mqj|2;mqq|;mqt|;mqv|4;mr5|;mr8|;mra|1;mri|1;mrn|2;mry|;ms0|;ms2|;ms7|1;msc|;msg|;mso|4;msv|1;msy|;mt1|;mt3|1;mt6|2;mtd|;mtg|;mti|3;mtn|;mtq|;mtu|;mtw|4;mu6|2;mue|1;muh|2;mul|;muq|2;muv|;mux|;muz|2;mv3|1;mv6|;mva|;mvc|2;mvg|1;mvj|;mvm|;mvq|3;mvx|1;mw0|;mw2|4;mw9|2;mwd|1;mwl|;mwn|2;mwt|1;mwx|;mwz|4;mx5|;mxf|;mxj|1;mxn|;mxp|;mxr|3;mxw|2;my0|;my2|2;my6|8;myg|;myi|;myn|7;myw|1;myz|1;mz2|;mz9|;mzb|;mzd|7;mzm|3;mzs|2;mzx|6;n0d|1;n0g|;n0i|5;n0p|3;n0w|;n14|;n18|3;n1d|;n1f|;n1h|;n1j|1;n1m|1;n1s|2;n1x|1;n20|1;n24|1;n27|1;n2e|;n2i|;n2l|;n2n|1;n2r|1;n2w|;n2y|2;n34|;n36|1;n3a|;n3d|;n3i|;n3m|1;n3r|;n41|;n43|1;n4c|2;n4h|;n4j|;n4l|;n4o|;n4q|2;n4u|1;n4y|4;n54|;n57|1;n5c|3;n5j|1;n5m|1;n5r|;n5v|;n5z|;n62|2;n66|1;n69|;n6b|1;n6h|4;n6o|;n6q|;n6s|3;n6y|1;n73|1;n79|1;n7c|;n7e|;n7j|;n7q|2;n7u|1;n7y|1;n81|1;n84|;n89|1;n8d|;n8j|;n8l|;n8p|;n8r|;n8x|4;n94|1;n98|2;n9c|;n9e|1;n9h|;n9j|;n9m|;n9p|1;n9u|3;na0|1;na3|;na6|;naa|2;naf|;nao|;naq|2;nax|1;nb0|;nb3|2;nbb|2;nbf|;nbh|;nbk|;nbp|;nbt|;nbz|3;nc4|;nc6|1;ncf|2;ncj|1;ncr|;ncy|1;nd2|3;nd8|;nda|;nde|;ndh|1;ndk|;ndo|;ndt|1;ndw|1;ndz|2;ne4|6;nee|;neg|;nei|4;neo|1;ner|1;neu|1;nez|;nf2|;nf4|;nf6|1;nfa|1;nfe|2;nfi|;nfo|;nfw|;nfy|;ng4|;ng6|;ng8|;nga|;ngf|;ngi|1;ngm|;ngo|;ngq|;ngs|2;ngy|2;nh2|;nh5|;nh7|1;nha|1;nhd|;nhf|2;nhj|;nhm|;nho|;nhq|;nht|1;nhw|;ni0|1;ni3|1;ni6|4;nic|;nif|5;nio|;niy|1;nj2|2;nj9|1;njc|1;njo|;njr|5;njy|;nk0|;nk3|;nk6|1;nkd|;nki|;nkq|1;nkv|4;nl1|1;nl4|;nl7|1;nlj|;nll|;nlp|2;nm3|;nm5|1;nm9|;nme|;nmh|;nmm|;nmo|;nmq|;nmt|;nmy|;nn0|2;nn4|;nn7|;nnd|;nnf|2;nnj|;nnr|;nnt|;nnx|;no7|;no9|3;noe|;noh|2;nol|;non|;nop|;not|3;noz|;np4|;np6|3;npe|;npj|;npo|;npr|;npt|1;npw|;nqa|;nqd|2;nqk|1;nqo|;nqq|;nqs|;nr7|;nr9|;nrj|;nrw|1;ns0|;ns7|1;nsa|2;nse|1;nss|;nsx|;nt0|;nt3|;nt8|3;ntd|;ntf|;ntj|;ntr|;ntv|1;ntz|2;nu4|1;nui|2;num|;nup|;nut|;nuw|;nuy|1;nv2|3;nv8|1;nve|;nvk|;nvr|1;nvu|;nvw|;nvz|;nw4|1;nw7|;nwa|3;nwh|;nws|;nwu|1;nwx|1;nx2|;nx5|;nxj|;nxm|3;nxt|;ny2|2;ny6|;ny8|1;nyc|6;nyo|;nyr|5;nyy|6;nz6|;nz9|;nzb|1;nzh|;nzt|1;nzw|;nzz|2;o0a|1;o0d|2;o0h|;o0k|;o0r|;o0t|;o12|2;o16|1;o1a|;o1c|1;o1f|1;o1k|9;o1w|;o1y|;o21|2;o29|1;o2d|;o2g|;o2m|1;o2q|2;o2u|1;o2x|3;o39|;o3c|;o3f|;o3k|2;o3p|;o3s|;o3u|3;o44|;o47|3;o4c|;o4e|2;o4i|;o4n|;o4u|;o4w|1;o4z|;o52|1;o55|;o57|2;o5b|1;o5e|;o5h|1;o5l|;o5o|2;o5z|;o68|2;o6e|;o6h|;o6j|;o6o|;o6s|2;o6x|1;o71|9;o7c|;o7e|;o7m|1;o7p|4;o7v|;o7z|1;o83|;o89|1;o8c|;o8e|1;o8j|;o8m|;o8p|2;o8u|1;o90|1;o93|1;o96|1;o9j|;o9l|;o9o|1;o9r|1;o9u|1;o9x|1;oa2|;oa5|;oa7|;oac|;oae|;oag|2;oal|;oan|;oau|;oaw|;oay|;ob0|;ob2|1;ob5|1;obc|1;obf|;obi|;obk|;obp|3;obw|1;obz|;oc3|;oc5|;oc9|;ocl|1;oco|1;ocr|2;ocv|5;od2|;odb|1;odh|2;odl|;odo|;odq|;odt|;odv|;odx|;oe5|;oef|;oej|;oel|2;oeq|;oes|1;oev|;oex|1;of0|1;of4|1;ofh|;ofl|;ofo|;ofs|;ofy|;og0|1;og4|;og6|1;og9|3;ogi|;ogk|;ogp|;ogr|;ogt|;ogw|1;oh0|;oh2|;oh5|1;ohf|;ohj|;ohq|;ohs|;ohz|;oi1|;oi3|;oi7|;oia|;oim|3;oiv|;oiy|1;ojb|1;ojh|2;ojn|;ojw|1;ok0|;ok2|;ok4|;okb|1;okf|1;okk|1;okn|;okp|;oks|;oky|1;ola|;old|;olf|;oll|;olp|;olu|;olx|;olz|1;om7|;oma|;omc|4;omm|;omp|2;omx|;on0|2;on9|1;one|;onp|2;ont|1;onw|4;oo2|;oo5|;oo7|;oof|;ooh|1;ook|2;ooo|3;oou|;oow|;ooy|6;op6|1;op9|;opc|;opf|2;opj|5;ops|2;oq3|1;oq6|5;oqd|;oqg|2;oqp|5;oqx|;or0|1;or4|1;or9|1;ord|;orf|1;ori|;orl|2;orq|;ors|2;ory|;os0|3;os5|1;os9|1;osf|;osj|;osm|;osu|1;osz|;ot4|;ot6|;ot8|;otc|;ote|1;oth|2;otl|;otn|3;ots|2;otw|1;ou0|;ou2|1;ou5|2;ouc|;ouf|;oui|3;oun|;ouu|2;ouy|;ov0|2;ov4|1;ov7|;ova|;ovc|1;ovg|;ovj|;ovo|;ovq|;ovt|;ovv|;ow3|;ow8|3;owg|1;owl|;own|1;owr|;owt|6;ox7|;oxa|1;oxd|2;oxh|;oxj|;oxl|;oxn|;oxp|1;oxt|;oxv|5;oy8|;oya|;oyc|3;oyh|1;oym|;oyp|1;oyx|2;oz1|;oz3|1;oza|;ozd|;ozg|2;ozl|1;ozr|1;ozu|;ozw|1;ozz|;p03|1;p06|;p08|;p0b|1;p0f|;p4m|2;p4q|;p4u|1;p4z|2;p53|;p57|3;p5c|5;p5k|;p5p|;p5r|2;p5v|;p5y|;p60|;p62|1;p66|;p68|;p6a|;p6d|;p6f|2;p6k|2;p6q|;p6t|3;p6y|;p70|;p72|;p78|;p7a|2;p7e|;p7h|1;p7l|;p7o|;p7s|1;p7v|;p7z|;p82|;p86|;p88|1;p8d|;p8f|;p8h|;p8l|;p8q|;p8s|;p8u|;p8y|;p90|2;p97|;p9b|2;p9f|1;p9i|;p9l|;p9n|1;p9q|;p9s|;p9v|;pa1|3;pa6|;pa8|9;pak|;pao|2;pas|5;pb2|;pb5|;pba|;pbc|;pbg|1;pbk|;pbn|;pbq|;pbx|;pbz|;pc3|;pc6|;pc8|;pca|;pci|;pcl|1;pco|;pcq|;pcu|;pcx|;pdb|4;pdh|2;pdp|3;pdw|3;pe1|;pe3|1;peb|;pee|;peg|;pei|1;pel|;pep|1;pet|1;pex|2;pf1|;pf3|;pf5|1;pf8|1;pfe|;pfn|1;pfq|;pfu|;pfw|;pfy|;pg5|1;pg9|3;pge|;pgg|1;pgk|1;pgv|;pgx|;ph0|;ph3|1;ph9|1;phe|;phh|5;phy|2;pi2|1;pib|1;pif|;pih|;pij|;pin|1;pix|1;pj2|;pj5|;pja|;pje|1;pji|;pjk|5;pk0|;pk4|2;pkb|;pkd|;pkg|1;pkk|;pkm|4;pkv|1;pky|2;pl2|;pl4|;pl6|1;plb|;plm|;plo|2;pls|;plv|;pm0|1;pm8|;pmb|2;pmg|2;pml|3;pmq|;pmu|;pmy|;pn1|;pn3|;pn5|;pnc|2;pnh|;pnj|1;pnn|;pnp|;pnr|1;pnu|;pnw|1;po3|1;po6|;poa|2;poe|;poh|2;pol|;pon|1;poq|;pos|1;pow|;poy|;pp2|;pp4|;pp7|1;ppa|1;ppd|;ppm|2;ppv|;ppx|4;pq5|;pq8|;pqd|;pqf|;pqp|;pqw|2;pr3|;pr8|;pra|;prc|;pre|1;pri|1;prl|1;pro|;prq|3;prx|1;ps3|;psa|1;psd|1;psg|;psi|;psk|;pso|2;pst|;psv|;psx|2;pt1|c;ptf|;ptj|2;ptn|4;ptx|;pu9|4;puf|;puj|1;pum|3;pur|;put|2;pux|;puz|;pv5|;pv7|1;pvd|2;pvh|8;pvs|1;pw7|;pwb|2;pwj|2;pwo|;pwq|1;pwv|;pwx|5;px4|1;px8|;pxc|;pxf|;pxj|;pxl|1;pxr|3;pyb|;pyr|;pyv|;pyy|1;pz6|;pz9|;pzd|1;pzi|;pzm|1;pzq|;pzs|;pzu|1;pzx|3;q02|;q08|3;q0t|5;q11|;q15|1;q18|;q1d|;q1f|1;q1i|;q1k|;q1o|;q1r|2;q21|;q23|;q27|3;q2c|;q2e|;q2h|;q2j|;q2l|;q2r|1;q2u|1;q2y|4;q3t|;q3w|;q41|;q45|;q48|1;q4c|1;q4m|;q4p|1;q4x|;q53|;q56|1;q5d|;q5f|;q5i|;q5l|4;q5r|2;q5v|;q5x|;q5z|;q62|;q6a|;q6o|1;q6s|;q6x|;q70|;q73|;q75|;q7c|;q7h|;q7j|;q7m|;q7o|;q7s|5;q7z|3;q84|;q86|;q89|2;q8d|;q8f|2;q8j|;q8m|;q8q|;q98|3;q9d|;q9g|;q9m|;q9o|1;q9s|;q9y|;qa6|;qa9|;qab|2;qaf|1;qai|;qam|1;qap|;qar|;qat|1;qay|;qb0|1;qb3|1;qbh|;qbj|;qbl|;qbn|;qbq|;qbt|2;qby|;qc3|;qc5|4;qce|;qch|;qcj|1;qco|3;qct|;qd4|;qd6|;qda|;qdc|;qdg|;qdi|1;qdl|1;qdo|;qdr|;qdt|;qdw|;qdz|;qe1|;qe3|;qe5|;qec|2;qeg|3;qen|1;qey|;qf5|;qfb|;qfd|;qfh|3;qfp|;qfw|1;qg4|1;qg9|1;qgn|;qgp|2;qgt|;qgv|1;qgy|;qh0|;qh2|1;qh6|1;qhi|2;qhm|;qhr|;qhu|;qhz|;qi1|1;qi5|;qi7|;qik|;qin|;qip|;qj1|1;qj4|;qj7|2;qjf|1;qji|1;qjr|;qjv|1;qjz|;qk1|;qk8|3;qkq|3;qkz|;ql1|;qlf|1;qlk|2;qlr|2;qlw|;qm8|;qmd|2;qmh|;qmj|;qms|;qmx|;qmz|;qn2|1;qn7|1;qnd|;qng|1;qns|1;qnv|;qny|;qo0|;qo2|1;qo6|;qo8|3;qoh|;qoo|;qoq|;qos|1;qox|;qp1|;qp4|1;qpg|1;qpj|;qpm|1;qpr|1;qq4|;qq6|;qqd|;qqf|;qqh|;qqn|1;qqs|2;qqw|;qr2|;qr8|;qra|;qrc|;qrm|1;qrw|1;qs8|;qse|1;qsi|1;qst|;qsz|1;qt6|1;qt9|;qtc|;qtg|;qtj|;qtm|1;qtu|;qu2|1;qu8|;qub|;quk|;qun|;quq|;quv|;qux|;quz|;qv2|;qv9|;qvh|;qvl|;qvp|;qvz|;qw1|2;qwh|1;qwm|;qwp|;qwr|;qww|;qx0|;qx2|;qx6|;qx8|2;qxe|1;qxj|;qxl|;qxn|;qxp|1;qxt|3;qy0|;qy3|;qy6|;qy8|;qya|;qyf|;qyl|2;qyp|1;qyw|;qyz|;qz1|;qz6|;qza|1;qzf|;qzh|1;qzm|;qzu|1;r04|;r0g|2;r0l|;r0q|;r0t|;r0v|;r0y|;r10|1;r14|1;r18|1;r1b|;r1d|;r1k|;r1r|;r1t|;r1v|2;r20|1;r25|1;r2c|;r2f|;r2i|;r2k|;r2o|3;r2t|;r2w|2;r39|;r3b|;r3e|1;r3j|1;r3q|;r3s|;r3u|1;r41|;r44|;r4d|;r4i|;r4m|;r4o|;r4s|;r4u|2;r50|;r56|;r59|;r5b|;r5e|;r5g|;r5q|3;r5v|;r5y|3;r63|;r67|;r6b|;r6e|2;r6i|;r6o|1;r6w|2;r70|;r73|;r76|1;r7a|1;r7e|;r7h|;r7j|2;r82|;r84|;r86|1;r8a|;r8c|1;r8j|;r8l|2;r8w|1;r8z|1;r92|;r94|;r9c|;r9e|1;r9j|3;r9o|;r9q|;r9s|8;ra3|;ra5|;ra7|;raa|1;rad|;rai|;ral|;rap|;rar|1;rau|;ray|2;rb2|;rb5|;rba|;rbf|;rbk|1;rbo|4;rbv|;rby|;rc0|3;rc6|;rc9|;rcb|3;rcg|3;rcl|;rcp|;rcs|;rcv|;rcy|;rd0|3;rd8|1;rdd|;rdf|;rdh|;rdk|;rdm|;rdq|;rds|8;re2|;re8|;rea|;reh|;rek|;rem|1;req|;res|;rev|;rex|;rez|;rf1|;rf3|;rf6|;rfa|1;rff|6;rfo|;rfq|1;rfu|1;rfx|1;rg0|4;rg6|2;rga|;rgc|;rge|;rgg|2;rgk|;rgn|;rgs|;rgu|;rgw|1;rh0|;rh2|1;rh5|4;rhc|;rhf|;rhi|;rhk|;rhn|1;rhv|;rhz|;ri1|;ri4|;ri6|;ri9|;rib|;rie|;rih|;rik|;rim|1;rir|1;riu|;riw|2;rj0|;rj2|1;rja|;rjf|1;rjj|2;rjo|;rjr|;rjx|;rjz|1;rk3|;rk9|1;rkc|;rke|;rkg|;rki|1;rkm|;rkq|;rks|;rku|;rkw|;rp3|;rpb|;rpd|;rpi|4;rpo|;rpq|;rps|;rpx|1;rq2|;rq9|1;rqg|;rqi|2;rqr|;rqw|2;rr6|1;rre|;rrg|1;rrn|1;rrs|;rrx|5;rs7|5;rsf|1;rsi|2;rsm|7;rsv|5;rt2|2;rt6|;rtd|;rtf|;rtl|3;rtq|;rts|6;ru2|;ru4|1;ru8|1;rub|1;ruj|2;rus|1;ruv|1;ruy|1;rv1|;rv3|1;rv7|1;rva|;rvf|;rvh|;rxg|;rxi|1;rxn|;rxp|1;rxs|;rxv|1;rxy|1;ry9|;ryd|;ryi|;rym|;ryo|;ryx|;rz4|;rz7|;rzc|;rzf|;rzm|1;rzu|;rzy|;s02|;s06|;s0b|1;s0e|1;s0l|2;s0r|;s0t|;s0v|;s0x|;s0z|;s14|;s16|3;s1b|;s1d|;s1f|;s1o|;s1y|;s20|2;s27|1;s2c|;s2l|2;s2y|;s34|;s38|2;s3e|;s3h|;s3k|;s3m|;s3o|;s3r|3;s3w|;s3z|;s45|;s49|;s4c|;s4f|1;s4j|1;s4y|;s50|;s52|;s57|;s5d|;s5h|;s5j|;s5l|2;s5p|;s5s|1;s5v|1;s61|;s66|;s69|;s6h|3;s6p|;s6r|;s72|;s74|;s7a|;s7e|3;s7m|;s7y|1;s82|;s88|;s8b|;s8o|4;s8u|;s8z|;s91|;s93|2;s9e|3;s9n|4;s9y|4;sa5|;sa7|1;sab|;sag|1;saj|;sam|2;saq|;sas|2;sax|;sb1|1;sb6|;sb8|;sbb|1;sbh|2;sbl|3;sbq|;sd7|1;sdb|;sde|1;sdi|;sdk|;sdp|5;sdx|1;se3|;se7|1;sea|3;sel|1;seo|1;ser|2;sf6|;sf8|2;sfc|;sfe|3;sfk|;sfm|;sfo|;sfr|3;sfw|1;sfz|4;sg5|1;sg8|;sgb|6;sgk|3;sgp|1;sgt|6;sha|;shd|1;shg|2;shk|;sho|;shq|;sht|1;shz|;si1|2;si5|8;sig|1;sij|3;sio|1;sir|;siw|1;sj0|3;sj6|;sj9|3;sje|;sjg|9;sjr|1;sju|;sjw|1;sjz|2;sk5|;sk7|2;skg|;ski|1;skm|;sko|;skq|;skv|2;skz|;sl1|;sl4|;sl9|1;sld|;slf|2;slm|;slq|;sm4|2;sm9|1;smg|;smi|1;sml|;smn|;smr|2;sn1|;sn6|;snm|;snp|2;snt|;sny|;so2|1;so7|;sod|;sog|2;sok|;sot|;sp4|6;spe|;spi|1;spu|3;sq1|1;sq4|;sqa|;sqc|5;sqr|;sqv|;sqx|;sqz|;sr1|;sr4|;sr6|;srg|;sri|;srm|;sru|2;sry|1;ss1|1;ss4|1;ssc|;ssg|1;ssj|;ssl|2;ssp|;ssr|6;st3|1;st8|1;stf|4;stl|1;stp|;stx|;su7|;suf|;sul|;suo|2;sus|1;suv|;sv0|;sv2|1;sva|;svl|;svo|1;svr|1;svu|;svz|2;sw4|1;sw9|;swb|;swd|5;swn|;swr|;swu|;swy|;sx0|2;sxj|1;sxo|;sxq|;sxs|;sxv|;sxx|;sy3|;sy9|;syb|;syd|1;syg|4;sz7|1;sza|1;szd|;szq|;szw|;szz|;t01|1;t05|;t07|;t0f|;t0k|1;t0q|;t0y|;t14|2;t18|2;t1c|;t1g|;t1i|;t1r|1;t1x|;t20|2;t26|6;t2e|2;t2i|2;t2m|1;t3c|3;t3h|;t3l|;t3o|;t3r|;t3v|2;t44|1;t4b|1;t4e|;t4g|;t4i|;t4l|;t4s|;t4u|;t56|;t58|;t5g|;t5i|1;t5m|1;t5r|2;t5v|1;t5z|;t64|1;t68|;t6j|;t6r|;t6v|1;t6y|2;t75|;t7a|2;t7g|3;t7l|1;t7o|;t7q|;t7s|;t86|;t88|1;t8b|;t8j|1;t8v|1;t8z|1;t94|1;t9h|;t9m|1;t9x|1;ta0|;ta2|;taa|;tac|;tai|;tak|;tap|1;tat|;taz|;tb2|;tb4|;tb6|1;tbe|1;tbk|2;tbp|;tbr|;tbw|3;tc5|;tiv|1;tj3|1;tj7|;tjc|3;tji|1;tjl|3;tjs|;tjw|;tjz|1;tk2|3;tk8|1;tkb|2;tkh|;tkm|;tkp|;tkr|3;tkz|;tl3|1;tl6|3;tlf|3;tlm|;tlo|;tlq|;tls|2;tlx|;tm0|;tng|1;tnl|;tno|;tnr|3;tnx|2;to2|;tob|;tof|1;toi|;tok|;tor|2;tow|;tp0|;tp2|;tp4|;tp7|4;tpd|3;tpm|;tpo|;tps|;tpu|7;tq4|1;tqc|2;tqi|1;tql|2;tqp|;tqs|1;tqv|1;tqz|1;tr7|1;trb|3;trk|1;trn|1;trq|3;trv|1;ts0|1;ts4|3;ts9|;tsb|3;tsl|1;tsp|5;tsy|1;tt4|2;ttb|1;tte|;tti|1;ttl|2;tts|;ttw|5;tu4|3;tu9|;tub|1;tue|;tuh|;tuk|;tum|;tur|;tuu|1;tuy|;tv4|;tv6|;tvc|1;tvh|;tvm|;tvo|;tvq|;tvs|1;tvw|;tw1|1;tw5|1;tw8|6;twg|2;twm|;two|1;twt|;twz|2;tx3|;tx6|;tx8|;txc|1;txg|1;txn|;txp|;txr|;ty0|;ty8|;tyb|;tye|;tyg|;tyj|2;typ|;tys|;tyw|1;tz5|;tz7|;tza|;tzf|2;tzk|;tzn|;tzt|;tzw|2;u00|1;u06|;u0d|1;u0h|2;u0l|1;u0q|1;u0u|5;u11|1;u14|;u16|;u18|7;u1i|2;u1q|;u1t|;u1v|1;u1y|;u23|;u25|1;u28|;u2a|;u2f|2;u2j|1;u2n|;u2q|;u2u|2;u2z|3;u36|3;u3c|2;u3g|;u3i|;u3p|2;u3v|;u3z|2;u43|2;u5k|;u5p|;u5r|;u5t|1;u5y|;u62|;u64|;u67|;u6a|;u6c|;u6e|1;u6h|;u6j|;u6m|;u6z|1;u72|4;u7a|1;u7e|1;u7h|2;u7l|;u7o|;u7v|3;u83|;u89|1;u8c|;u8g|;u8i|3;u8o|;u8q|;u8u|;u8w|;u92|2;u96|;u98|;u9a|;u9c|1;u9f|;u9l|;u9o|1;u9u|;u9x|;ua0|1;ua3|2;ua8|2;uac|1;uaf|;uak|;uam|;uar|;uc6|3;ucc|1;ucf|;uch|;ucj|;ucl|;ucn|1;ucq|;ucs|2;ucw|1;ucz|1;ud2|;ud5|;udd|;udg|1;udk|1;udr|3;udx|;ue0|1;ue3|4;uea|;ueg|;uei|;uel|1;uep|;uew|;uey|1;uf1|;uf3|;uf5|4;ufc|;uff|;ufh|2;ufl|;ufq|;ufs|1;ufv|;ugb|;ugd|;ugg|;ugl|3;ugu|;ugw|5;uh6|;uh8|3;uhe|;uhh|;uhj|1;uhm|1;uhr|;uhu|;uhw|1;ui1|1;ui4|;ujs|;uju|;uk0|;uk8|1;ukc|;ukf|1;ukm|;ukv|;ukx|;ukz|1;ul2|2;ulb|;uld|;ulf|;ulh|1;uln|;ulp|1;uls|;ulu|;ulw|;um1|2;um5|;uma|;umd|1;umi|1;uml|;umo|;umq|;umu|;umw|2;un3|;un6|1;un9|;unb|3;uni|1;unl|1;unu|;unw|;uo1|4;uo8|;uob|;uod|2;uoh|;uok|;uoo|;uoq|;up2|;upb|;upg|;ups|;upv|;uq6|;uq8|3;uqf|;uqn|;uqv|1;uqy|1;ur1|1;urd|;url|;urq|;urt|1;us4|;us6|;usb|;usi|;usk|;uso|;ut3|;utk|;utm|;uto|1;uts|;utu|1;utx|;uuc|1;uul|2;uup|1;uut|;uux|2;uv2|;uvb|;uvd|;uvj|;uvm|1;uvr|;uw0|;uw3|;uw7|;uwo|;uwr|1;uzp|2;uzt|;v03|1;v06|;v0j|;v0m|3;v0s|;v0y|;v11|;v14|1;v17|;v1a|1;v1f|;v1h|1;v1k|;v1r|1;v1y|;v23|;v29|1;v2c|;v2p|;v2r|1;v31|1;v34|1;v3a|;v3d|;v3g|;v3j|1;v3m|;v3r|;v3v|;v3y|;v44|;v49|1;v4m|;v4q|;v4x|;v50|;v55|;v58|;v5b|;v5g|1;v5k|1;v5n|;v5r|;v5t|1;v5w|;v5z|;v6b|;v6e|1;v6h|;v6u|;v6x|2;v74|3;v7c|2;v7h|;v7j|;v7r|;v7z|;v85|;v8a|5;vat|;vav|;vax|2;vb1|;vb3|1;vb6|;vb8|;vbf|1;vbj|;vbl|2;vbr|1;vbx|2;vc4|2;vc9|1;vcf|;vck|1;vcr|;vct|2;vcz|2;vd8|5;vdg|;vdi|;vdk|;vdm|4;vds|;vdx|;ve0|;ve6|1;vea|;vec|3;veh|7;veq|;ves|;vev|3;vf2|;vf4|;vf7|1;vfb|;vfd|;vfk|;vfm|;vfv|1;vfz|;vg4|;vg8|1;vgb|;vge|;vgq|1;vgu|;vgw|;vgy|;vh0|1;vh3|;vhb|2;vhi|1;vhl|3;vhu|;vhy|1;vi7|;vil|1;vio|2;vis|1;vix|;vj0|1;vj3|1;vj6|;vj9|;xgg|s;xz4|8mb;16ls|m;16mj|1c;1d6o|2m;1d9c|21;1dbf|2o;1dea|;1ded|2;1deh|5;1deq|;1deu|;1dey|2;1df2|3;1df7|a;1dfj|;1dfl|;1dfn|i;1dg7|;1dg9|f;1dgq|;1dkw|4;1e6o|9;1e7k|y;1e8k|i;1e94|3;1edd|59;1eiq|5;1eiy|5;1ej6|5;1eje|2;1ejk|6;1ejs|6;2q68|c;2q6o|2k;2q9c|1o;2qdc|2;2qds|17;2qf4|8;2qfk|1;2tav|;2td8|;2ua2|;2uco|;2v0k|;2wk5|;2wst|;2xec|;2xpj|;2zbw|;30ds|;30fh|;31an|;31wv|;32e8|;32t9|;339f|;33uj|;34rd|;36cx|;36hp|;37jd|;37jk|;37r5|;37rm|;3905|;39ku|;39o5|;39q6|;3ak2|;3aka|;3alw|;3at4|;3b2v|;3b87|;3br8|;3c5z|;3d7o|;3dnc|;3dxt|;3fic|;3gfz|;3gh1|;3gz6|;3hap|;3hfm|;3htb|;3i4d|;3i8r|;3id3|;3j7a|;3jdo|;3l3e|;3l41|;3l73|;3lxx|;3lyb|;3mji|;3mkp|;3mv3|;3n68|;3n7f|;3p9p|;3pow|;3q04|;3v9x|;3wlv|;3z9g|;42g9|;4651|;4654|;4656|;465o|;465v|;466q|;4676|;467r|;4684|;469e|;46b1|;46bg|;46cg|;46ek|;46hc|;46hr|;4949|;4an2|;")) +r.push(new A.K("Noto Sans Kaithi","notosanskaithi/v16/buEtppS9f8_vkXadMBJJu0tWjLwjQi0KdoZIKlo.ttf","w|;19|;4g|;1uu|9;6bv|2;6c0|;7gs|;x80|9;1hts|1t;1hvx|;")) +r.push(new A.K("Noto Sans Kannada","notosanskannada/v26/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvNzSIMLsPKrkY.ttf","w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;2gw|c;2ha|2;2he|m;2i2|9;2id|4;2ik|8;2iu|2;2iy|3;2j9|1;2ji|;2jk|3;2jq|9;2k1|1;5ow|;5oy|;5p6|;5pu|;5pw|1;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;x80|5;")) +r.push(new A.K("Noto Sans Kayah Li","notosanskayahli/v20/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WCc3CZH4EXLuKVM.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xds|1b;")) +r.push(new A.K("Noto Sans Kharoshthi","notosanskharoshthi/v16/Fh4qPiLjKS30-P4-pGMMXCCfvkc5Vd7KE5z4rFyx5mR1.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1gjk|3;1gjp|1;1gjw|7;1gk5|2;1gk9|s;1gl4|2;1glb|9;1gls|8;")) +r.push(new A.K("Noto Sans Khmer","notosanskhmer/v23/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAJz4kAbrddiA.ttf","w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4n4|2l;4ps|9;4q8|9;540|v;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +r.push(new A.K("Noto Sans Khojki","notosanskhojki/v16/-nFnOHM29Oofr2wohFbTuPPKVWpmK_d709jy92k.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;25i|9;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;x80|9;1i4g|h;1i4z|17;")) +r.push(new A.K("Noto Sans Khudawadi","notosanskhudawadi/v16/fdNi9t6ZsWBZ2k5ltHN73zZ5hc8HANlHIjRnVVXz9MY.ttf","w|;4g|;1us|1;6bw|1;6c3|1;7gs|;x80|9;1i9c|1m;1ib4|9;")) +r.push(new A.K("Noto Sans Lao","notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccbdf5MK3riB2w.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;2v5|1;2v8|;2vb|1;2ve|;2vh|;2vo|3;2vt|6;2w1|2;2w5|;2w7|;2wa|1;2wd|c;2wr|2;2ww|4;2x2|;2x4|5;2xc|9;2xo|3;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|1;6jm|;6qa|;7gs|;")) +r.push(new A.K("Noto Sans Lepcha","notosanslepcha/v16/0QI7MWlB_JWgA166SKhu05TekNS32AJstqBXgd4.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5j4|1j;5kr|e;5l9|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +r.push(new A.K("Noto Sans Limbu","notosanslimbu/v22/3JnlSDv90Gmq2mrzckOBBRRoNJVj0MF3OHRDnA.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;4xs|u;4yo|b;4z4|b;4zk|;4zo|b;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +r.push(new A.K("Noto Sans Linear A","notosanslineara/v16/oPWS_l16kP4jCuhpgEGmwJOiA18FZj22zmHQAGQicw.ttf","w|;4g|;1fr4|8m;1g00|l;1g0w|7;")) +r.push(new A.K("Noto Sans Linear B","notosanslinearb/v15/HhyJU4wt9vSgfHoORYOiXOckKNB737IV3BkFTq4EPw.ttf","w|;4g|;1ekg|b;1ekt|p;1elk|i;1em4|1;1em7|e;1emo|d;1eo0|3e;1erk|2;1err|18;1et3|8;")) +r.push(new A.K("Noto Sans Lisu","notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP2Vwt29IlxkVdig.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jg|;jq|1;jt|;jx|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;9hm|1;wk0|1b;1kts|;")) +r.push(new A.K("Noto Sans Lycian","notosanslycian/v15/QldVNSNMqAsHtsJ7UmqxBQA9r8wA5_naCJwn00E.ttf","w|;4g|;1f28|s;")) +r.push(new A.K("Noto Sans Lydian","notosanslydian/v15/c4m71mVzGN7s8FmIukZJ1v4ZlcPReUPXMoIjEQI.ttf","w|;4g|;1gdc|p;1ge7|;")) +r.push(new A.K("Noto Sans Mahajani","notosansmahajani/v15/-F6sfiVqLzI2JPCgQBnw60Agp0JrvD5Fh8ARHNh4zg.ttf","w|;4g|;1us|b;6bw|1;7gs|;x80|9;1hzk|12;")) +r.push(new A.K("Noto Sans Malayalam","notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuD9BFzEr6HxEA.ttf","w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;mb|;me|2;1u9|1;1us|1;2kg|c;2ku|2;2ky|1e;2me|2;2mi|5;2ms|f;2na|p;5p6|;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;x80|2;")) +r.push(new A.K("Noto Sans Mandaic","notosansmandaic/v15/cIfnMbdWt1w_HgCcilqhKQBo_OsMI5_A_gMk0izH.ttf","w|;4g|;18g|;1mo|r;1ni|;6bw|1;7gs|;")) +r.push(new A.K("Noto Sans Manichaean","notosansmanichaean/v15/taiVGntiC4--qtsfi4Jp9-_GkPZZCcrfekqCNTtFCtdX.ttf","w|;4g|;18g|;6bw|1;7gs|;1e68|;1gow|12;1gq3|b;")) +r.push(new A.K("Noto Sans Marchen","notosansmarchen/v17/aFTO7OZ_Y282EP-WyG6QTOX_C8WZMHhPk652ZaHk.ttf","w|;4g|;7gs|;1k6o|v;1k7m|l;1k89|d;")) +r.push(new A.K("Noto Sans Masaram Gondi","notosansmasaramgondi/v17/6xK_dThFKcWIu4bpRBjRYRV7KZCbUq6n_1kPnuGe7RI9WSWX.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1kao|6;1kaw|1;1kaz|17;1kca|;1kcc|1;1kcf|8;1kcw|9;")) +r.push(new A.K("Noto Sans Math","notosansmath/v15/7Aump_cpkSecTWaHRlH2hyV5UHkG-V048PW0.ttf","w|2m;4g|;4n|;4s|;4x|;5z|;6v|;le|1;lh|;lj|1;mo|;pd|g;pv|6;q9|o;r5|;r9|1;s0|1;s4|1;6cy|5;6dz|;6hc|c;6ht|;6hx|a;6iq|;6iy|4;6j4|2;6j9|;6jd|4;6jo|;6js|;6jw|1;6jz|2;6k3|5;6kc|4;6kl|4;6mo|u;6nk|1h;6pd|1;6pg|7f;6x4|3;6xc|;6xl|;6xo|5;6ye|1w;70c|;711|;717|r;72o|;730|5;778|1;7fz|;7g3|;7g7|;7gd|;7gh|;7gq|;7gs|;7i3|;7l9|2;7uo|1r;83k|e7;8i6|3;8j4|s;8ou|;1efv|;1efx|;2kg0|2c;2kie|1y;2kke|1;2kki|;2kkl|1;2kkp|3;2kku|b;2kl7|;2kl9|6;2klh|1s;2knb|3;2knh|7;2knq|6;2kny|r;2kor|3;2kow|4;2kp2|;2kp6|6;2kpe|9f;2kyw|83;2l72|1d;2pkw|3;2pl1|q;2plt|1;2plw|;2plz|;2pm1|9;2pmc|3;2pmh|;2pmj|;2pmq|;2pmv|;2pmx|;2pmz|;2pn1|2;2pn5|1;2pn8|;2pnb|;2pnd|;2pnf|;2pnh|;2pnj|;2pnl|1;2pno|;2pnr|3;2pnw|6;2po4|3;2po9|3;2poe|;2pog|9;2por|g;2ppd|2;2pph|4;2ppn|g;2prk|1;")) +r.push(new A.K("Noto Sans Mayan Numerals","notosansmayannumerals/v15/PlIuFk25O6RzLfvNNVSivR09_KqYMwvvDKYjfIiE68oo6eepYQ.ttf","w|;4g|;2k80|j;")) +r.push(new A.K("Noto Sans Medefaidrin","notosansmedefaidrin/v22/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmErWlT318e5A3rw.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;20cg|2i;")) +r.push(new A.K("Noto Sans Meetei Mayek","notosansmeeteimayek/v14/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ_vTW5PgeFYVa.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;xr4|m;xxc|19;xyo|9;")) +r.push(new A.K("Noto Sans Meroitic","notosansmeroitic/v16/IFS5HfRJndhE3P4b5jnZ3ITPvC6i00UDgDhTiKY9KQ.ttf","w|;1m|;4g|;6cm|;6e5|;1gg0|1j;1gho|j;1gia|19;")) +r.push(new A.K("Noto Sans Miao","notosansmiao/v17/Dxxz8jmXMW75w3OmoDXVV4zyZUjgUYVslLhx.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;20hs|22;20jz|1k;20lr|g;")) +r.push(new A.K("Noto Sans Modi","notosansmodi/v20/pe03MIySN5pO62Z5YkFyT7jeav5qWVAgVol-.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1tp|;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;x80|9;1iww|1w;1iz4|9;")) +r.push(new A.K("Noto Sans Mongolian","notosansmongolian/v17/VdGCAYADGIwE0EopZx8xQfHlgEAMsrToxLsg6-av1x0.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4qo|e;4r4|9;4rk|2g;4u8|16;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6cv|;6d5|1;6dk|1;6gc|;6jm|;6qa|;76o|j;7gs|;9hd|1;9hm|5;1e7x|1;1e81|3;1izk|c;")) +r.push(new A.K("Noto Sans Mro","notosansmro/v18/qWcsB6--pZv9TqnUQMhe9b39WDzRtjkho4M.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1zk0|u;1zkw|9;1zla|1;")) +r.push(new A.K("Noto Sans Multani","notosansmultani/v20/9Bty3ClF38_RfOpe1gCaZ8p30BOFO1A0pfCs5Kos.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;21y|9;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1i80|6;1i88|;1i8a|3;1i8f|e;1i8v|a;")) +r.push(new A.K("Noto Sans Myanmar","notosansmyanmar/v20/AlZq_y1ZtY3ymOryg38hOCSdOnFq0En23OU4o1AC.ttf","w|;1r|;4g|;35s|4f;6bv|2;6c8|1;6cc|1;6cm|;7gs|;xf2|;xk0|u;xnk|v;1e68|;")) +r.push(new A.K("Noto Sans NKo","notosansnko/v2/esDX31ZdNv-KYGGJpKGk2_RpMpCMHMLBrdA.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;170|;17f|;17j|;19m|;1j4|1m;1kt|2;60w|5;61q|;642|1;6bw|3;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;93w|1;1e0u|1;")) +r.push(new A.K("Noto Sans Nabataean","notosansnabataean/v15/IFS4HfVJndhE3P4b5jnZ34DfsjO330dNoBJ9hK8kMK4.ttf","w|;4g|;1g8w|u;1g9z|8;")) +r.push(new A.K("Noto Sans New Tai Lue","notosansnewtailue/v20/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdeXAYUbghFPKzeY.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;51c|17;52o|p;53k|1;53n|7;53y|1;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;9hc|2;9hk|3;1edd|;1edk|1;1edo|;1edq|;1ee2|1;1ee7|;1eg1|;1eg4|;")) +r.push(new A.K("Noto Sans Newa","notosansnewa/v16/7r3fqXp6utEsO9pI4f8ok8sWg8n_qN4R5lNU.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5x7|;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1iio|2j;1il9|4;")) +r.push(new A.K("Noto Sans Nushu","notosansnushu/v19/rnCw-xRQ3B7652emAbAe_Ai1IYaFWFAMArZKqQ.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;20o1|;2dm8|az;")) +r.push(new A.K("Noto Sans Ogham","notosansogham/v15/kmKlZqk1GBDGN0mY6k5lmEmww4hrt5laQxcoCA.ttf","w|;4g|;4g0|s;")) +r.push(new A.K("Noto Sans Ol Chiki","notosansolchiki/v21/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALWk267I6gVrz5gQ.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5lc|1b;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;")) +r.push(new A.K("Noto Sans Old Hungarian","notosansoldhungarian/v15/E213_cD6hP3GwCJPEUssHEM0KqLaHJXg2PiIgRfjbg5nCYXt.ttf","w|;4g|;6bx|;1h1c|1e;1h34|1e;1h4q|5;")) +r.push(new A.K("Noto Sans Old Italic","notosansolditalic/v15/TuGOUUFzXI5FBtUq5a8bh68BJxxEVam7tWlRdRhtCC4d.ttf","w|;4g|;1f5s|z;1f71|2;")) +r.push(new A.K("Noto Sans Old North Arabian","notosansoldnortharabian/v15/esDF30BdNv-KYGGJpKGk2tNiMt7Jar6olZDyNdr81zBQmUo_xw4ABw.ttf","w|;4g|;1gn4|v;")) +r.push(new A.K("Noto Sans Old Permic","notosansoldpermic/v16/snf1s1q1-dF8pli1TesqcbUY4Mr-ElrwKLdXgv_dKYB5.ttf","w|;4g|;lc|;li|2;lv|;w3|;6hn|;7gs|;1f80|16;")) +r.push(new A.K("Noto Sans Old Persian","notosansoldpersian/v15/wEOjEAbNnc5caQTFG18FHrZr9Bp6-8CmIJ_tqOlQfx9CjA.ttf","w|;4g|;1fa8|z;1fbc|d;")) +r.push(new A.K("Noto Sans Old Sogdian","notosansoldsogdian/v15/3JnjSCH90Gmq2mrzckOBBhFhdrMst48aURt7neIqM-9uyg.ttf","w|;4g|;1hj4|13;")) +r.push(new A.K("Noto Sans Old South Arabian","notosansoldsoutharabian/v15/3qT5oiOhnSyU8TNFIdhZTice3hB_HWKsEnF--0XCHiKx1OtDT9HwTA.ttf","w|;4g|;1gm8|v;")) +r.push(new A.K("Noto Sans Old Turkic","notosansoldturkic/v15/yMJNMJVya43H0SUF_WmcGEQVqoEMKDKbsE2RjEw-Vyws.ttf","w|;4g|;1gxs|20;")) +r.push(new A.K("Noto Sans Oriya","notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0f6_c6LhHBRe-.ttf","w|c;1a|28;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jg|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;nu|;1us|1;269|2;26d|7;26n|1;26r|l;27e|6;27m|1;27p|4;27w|8;287|1;28b|2;28m|1;28s|1;28v|4;292|h;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;")) +r.push(new A.K("Noto Sans Osage","notosansosage/v18/oPWX_kB6kP4jCuhpgEGmw4mtAVtXRlaSxkrMCQ.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;ns|;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1fhs|z;1fiw|z;")) +r.push(new A.K("Noto Sans Osmanya","notosansosmanya/v18/8vIS7xs32H97qzQKnzfeWzUyUpOJmz6kR47NCV5Z.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1fgg|t;1fhc|9;")) +r.push(new A.K("Noto Sans Pahawh Hmong","notosanspahawhhmong/v18/bWtp7e_KfBziStx7lIzKKaMUOBEA3UPQDW7krzc_c48aMpM.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1zpc|1x;1zrk|9;1zrv|6;1zs3|k;1zst|i;")) +r.push(new A.K("Noto Sans Palmyrene","notosanspalmyrene/v15/ZgNPjOdKPa7CHqq0h37c_ASCWvH93SFCPnK5ZpdNtcA.ttf","w|;4g|;1g80|v;")) +r.push(new A.K("Noto Sans Pau Cin Hau","notosanspaucinhau/v20/x3d-cl3IZKmUqiMg_9wBLLtzl22EayN7ehIdjEWqKMxsKw.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1juo|1k;")) +r.push(new A.K("Noto Sans Phags Pa","notosansphagspa/v15/pxiZyoo6v8ZYyWh5WuPeJzMkd4SrGChkqkSsrvNXiA.ttf","w|;4g|;4qp|2;4qt|;6bv|4;6cl|1;7gs|;9hd|1;9hj|a;9hw|7;x8g|1j;1e68|;")) +r.push(new A.K("Noto Sans Phoenician","notosansphoenician/v15/jizFRF9Ksm4Bt9PvcTaEkIHiTVtxmFtS5X7Jot-p5561.ttf","w|;4g|;1gcg|r;1gdb|;")) +r.push(new A.K("Noto Sans Psalter Pahlavi","notosanspsalterpahlavi/v15/rP2Vp3K65FkAtHfwd-eISGznYihzggmsicPfud3w1G3KsUQBct4.ttf","w|;4g|;18g|;6bw|1;7gs|;1gu8|h;1gux|3;1gvd|6;")) +r.push(new A.K("Noto Sans Rejang","notosansrejang/v18/Ktk2AKuMeZjqPnXgyqrib7DIogqwN4O3WYZB_sU.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xf4|z;xgf|;")) +r.push(new A.K("Noto Sans Runic","notosansrunic/v15/H4c_BXWPl9DZ0Xe_nHUaus7W68WWaxpvHtgIYg.ttf","w|;4g|;4gw|2g;")) +r.push(new A.K("Noto Sans SC","notosanssc/v26/k3kXo84MPvpLmixcA63oeALhL4iJ-Q7m8w.otf","w|2m;4g|2r;7k|3;7u|1;88|3;8z|1;93|1;98|3;9e|1;a0|5;b6|;bk|1;bz|1;ct|f;e0|1;gh|;gx|;jf|;jr|;jt|2;k9|;kq|1;lc|1;lg|;lj|;lo|;pd|g;pv|6;q9|o;sh|;sw|1r;up|;5z2|1;61s|2h;6bm|1;6c0|6;6c8|2;6cc|2;6cg|2;6cl|2;6cw|;6cy|1;6d1|;6d5|3;6de|;6dj|2;6dt|;6es|;6g9|;6gb|1;6hp|1;6io|;6ir|;6it|;6ix|1;6j3|;6j7|;6ja|;6jl|1;6jq|1;6jv|;6jy|;6k5|;6kb|;6lc|b;6ls|b;6mo|9;6ns|1;6o4|2;6ob|1;6og|;6oi|;6ok|;6p2|3;6ph|;6ps|;6pu|1;6px|6;6q7|;6q9|2;6qd|;6qi|;6ql|3;6qr|;6qt|9;6r8|3;6rh|;6rn|;6rp|;6rs|;6rw|;6s2|;6sg|2;6sk|3;6sq|1;6su|1;6sy|1;6t2|1;6te|5;6tm|1;6tx|4;6u8|;6ud|;6v3|;6vu|1;6wf|;6x1|2;6xe|;6xk|;6y1|1;71s|1;726|e;72m|;72y|1;74z|;76o|97;7g1|2;7g6|1;7gc|1;7gg|1;7gm|6;7gu|5;7he|4;7hr|;7i8|3;7id|1;7ih|;7im|1;7iu|1;7j0|3;7jj|;7k0|2;7kw|f;7le|b;7mo|;7nh|1;7pe|;7pv|;7q2|;7r1|;7r3|1;7rq|;7sm|t;7tt|;850|1;88v|;8ai|1;8hx|2;8ii|;8lx|;94q|1;96o|p;97f|2g;9a8|5x;9gw|b;9hc|1r;9j5|2d;9ll|2u;9ol|16;9pt|1e;9r9|15;9sg|17;9ts|z;9v4|1a;9wg|7f;a3x|58o;feo|g6n;1d6o|3;1d6t|1;1d6z|1;1d79|;1d7b|3;1d7l|;1d7w|1;1d7z|;1d81|4;1d87|3;1d8j|;1d8n|3;1d8u|;1d8y|1;1d9a|;1d9e|5;1d9q|;1d9u|;1d9w|;1d9y|;1da1|2;1da6|2;1dac|1;1dai|2;1dam|;1dar|;1dat|;1daw|;1dbi|;1dbn|;1dbr|;1dbv|;1dbx|1;1dc0|;1dc5|1;1dcg|;1dco|1;1dcs|4;1dcy|2;1dd3|;1dd5|;1ddd|;1ddg|1;1ddm|;1ddp|;1ddr|;1ddu|;1ddx|3;1de2|;1de4|3;1de9|;1deb|1;1deg|;1den|2;1der|1;1dev|2;1df3|;1df7|2;1dfb|1;1dfe|;1dfr|;1dft|;1dfv|;1dgd|1;1dkw|4;1e6o|9;1e7k|y;1e8k|i;1e94|3;1edd|4e;1eht|t;1eiq|5;1eiy|5;1ej6|5;1eje|2;1ejk|6;1ejs|6;2q68|c;2q6o|2k;2q9c|1o;2qdc|2;2qds|17;2qf4|8;2qfk|1;2t8n|;2t8p|;2tak|;2tes|;2uco|;2ueu|;2vo0|;2x0a|;2x3n|;2xg7|;31cf|;33rf|;353r|1;35er|;3666|;366m|;37jd|;37q3|;37r5|;37ul|;37wp|;39yq|;3a02|;3a20|;3b2v|;3bvb|;3cip|;3czx|;3ddi|;3dks|;3dxt|;3ecc|;3eht|;3gz6|;3i5r|;3id3|;3iex|;3j7s|;3jp4|;3jpx|;3jz4|;3knd|;3kuf|;3kun|;3kup|;3kus|;3l73|;3lax|;3mv3|;3n68|;3on2|;3on7|;3ong|;3qal|;3qij|;3qjb|;3qr4|;3qra|;3qs8|;3rtu|;3s4n|1;3s53|1;3sa5|;3shs|;3skj|;3skv|;3sky|;3sl9|;3sp0|;3spc|;3spf|;3srl|;3svb|;3svj|;3svq|;3svt|;3swd|1;3sxi|;3t0u|1;3t0z|;3t2f|;3t2s|;3t3w|1;3t46|2;3t4a|;3t4c|;3t79|1;3t7x|;3t9p|;3tex|;3tfp|;3tgm|;3th5|;3th8|;3thi|;3thm|;3ti4|;3tmg|;3u13|;3u5b|;3u5e|;3u64|;3u6b|;3uaj|;3uk7|;3ukn|;3unr|;3up5|;3v3d|1;3v6x|;3v7u|;3vf9|;3vfd|;3vg9|;3vjw|;3vk8|;3vl0|;3vo7|;3vq3|;3vq9|;3vqc|;3vyg|;3vys|;3vyv|;3w3m|;3w9f|;3w9k|;3w9t|;3wa1|;3wa3|2;3wa7|;3waq|;3way|1;3wh8|;3whb|;3wkf|;3wld|;3wn1|;3wt5|;3wta|;3wtd|;3wtv|;3wuf|;3wui|;3wv1|;3x1e|;3x1q|;3x4t|;3x61|;3x9l|;3x9p|1;3x9t|;3xa0|1;3xa3|;3xa7|;3xa9|;3xai|;3xam|;3xay|1;3xb8|;3xbd|;3xbg|;3xbj|;3xbn|;3xbq|;3xbs|;3xbw|;3xdd|;3xdr|1;3xe6|;3xhy|;3xi7|;3xmd|1;3xml|;3xmn|;3xmq|1;3xmy|;3xqj|;3xql|;3xqn|1;3xr3|1;3xrc|;3xrh|1;3xsl|;3xug|;3xui|;3xur|;3xuu|;3xuy|;3xx8|;3xxk|;3xxv|;3z9g|;4684|;469i|;4an1|1;4ay4|;")) +r.push(new A.K("Noto Sans Saurashtra","notosanssaurashtra/v19/ea8GacQ0Wfz_XKWXe6OtoA8w8zvmYwTef9ndjhPTSIx9.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xa8|1x;xce|b;")) +r.push(new A.K("Noto Sans Sharada","notosanssharada/v16/gok0H7rwAEdtF9N8-mdTGALG6p0kwoXLPOwr4H8a.ttf","w|10;1y|2;22|4;28|4;2e|14;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;5p3|;5p5|;5p8|1;5pc|;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1i0w|2n;")) +r.push(new A.K("Noto Sans Shavian","notosansshavian/v15/CHy5V_HZE0jxJBQlqAeCKjJvQBNF4EFQSplv2Cwg.ttf","w|;4g|;1ff4|1b;")) +r.push(new A.K("Noto Sans Siddham","notosanssiddham/v17/OZpZg-FwqiNLe9PELUikxTWDoCCeGqndk3Ic92ZH.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1itc|1h;1iuw|11;")) +r.push(new A.K("Noto Sans Sinhala","notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2a5lgLpJwbQRM.ttf","w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;2o1|2;2o5|h;2oq|n;2pf|8;2pp|;2ps|6;2q2|;2q7|5;2qe|;2qg|7;2qu|9;2r6|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1i3l|j;")) +r.push(new A.K("Noto Sans Sogdian","notosanssogdian/v15/taiQGn5iC4--qtsfi4Jp6eHPnfxQBo--Pm6KHidM.ttf","w|;4g|;18g|;6bw|;7gs|;1hkg|15;")) +r.push(new A.K("Noto Sans Sora Sompeng","notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHR818DpZXJQd4Mu.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1hw0|o;1hww|9;")) +r.push(new A.K("Noto Sans Soyombo","notosanssoyombo/v15/RWmSoL-Y6-8q5LTtXs6MF6q7xsxgY0FrIFOcK25W.ttf","w|;4g|;7gs|;1jrk|2a;")) +r.push(new A.K("Noto Sans Sundanese","notosanssundanese/v24/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxpNNHCizv7fQES.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5fk|1r;5og|7;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +r.push(new A.K("Noto Sans Syloti Nagri","notosanssylotinagri/v20/uU9eCAQZ75uhfF9UoWDRiY3q7Sf_VFV3m4dGFVfxN87gsj0.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;1ye|9;60w|5;61q|;642|1;6bv|2;6c0|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6dx|;6gc|;6jm|;6qa|;7gs|;x6o|18;")) +r.push(new A.K("Noto Sans Syriac","notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9MaJyZfUL_FC.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;m8|;mb|5;ml|1;mo|1;170|;17f|;17j|;17l|;18g|;18r|a;19c|c;19s|;1ds|d;1e7|1n;1fx|2;60w|5;61q|;642|1;6bw|3;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6dg|;6gc|;6jm|;6qa|;7gs|;7lc|1;")) +r.push(new A.K("Noto Sans TC","notosanstc/v26/-nF7OG829Oofr2wohFbTp9iFOSsLA_ZJ1g.otf","w|2m;4g|2r;7k|3;7u|1;88|3;8z|1;93|1;98|3;9e|1;a0|5;b6|;bk|1;bz|1;ct|f;e0|1;gh|;gx|;jf|;jr|;jt|2;k9|;kq|1;lc|1;lg|;lj|;lo|;pd|g;pv|6;q9|o;sh|;sw|1r;up|;5z2|1;61s|2h;6bm|1;6c0|6;6c8|2;6cc|2;6cg|2;6cl|2;6cw|;6cy|1;6d1|;6d5|3;6de|;6dj|2;6dt|;6es|;6g9|;6gb|1;6hp|1;6io|;6ir|;6it|;6ix|1;6j3|;6j7|;6ja|;6jl|1;6jq|1;6jv|;6jy|;6k5|;6kb|;6lc|b;6ls|b;6mo|9;6ns|1;6o4|2;6ob|1;6og|;6oi|;6ok|;6p2|3;6ph|;6ps|;6pu|1;6px|6;6q7|;6q9|2;6qd|;6qi|;6ql|3;6qr|;6qt|9;6r8|3;6rh|;6rn|;6rp|;6rs|;6rw|;6s2|;6sg|2;6sk|3;6sq|1;6su|1;6sy|1;6t2|1;6te|5;6tm|1;6tx|4;6u8|;6ud|;6v3|;6vu|1;6wf|;6x1|2;6xe|;6xk|;6y1|1;71s|1;726|e;72m|;72y|1;74z|;76o|97;7g1|2;7g6|1;7gc|1;7gg|1;7gm|6;7gu|5;7he|4;7hr|;7i8|3;7id|1;7ih|;7im|1;7iu|1;7j0|3;7jj|;7k0|2;7kw|f;7le|b;7mo|;7nh|1;7pe|;7pv|;7q2|;7r1|;7r3|1;7rq|;7sm|t;7tt|;850|1;88v|;8ai|1;8hx|2;8ii|;8lx|;94q|1;96o|p;97f|2g;9a8|5x;9gw|b;9hc|1r;9j5|2d;9ll|2u;9ol|16;9pt|1e;9r9|15;9sg|17;9ts|z;9v4|1a;9wg|7f;a3x|5u;ab9|;abk|;abu|;abw|;ack|;acz|;ad6|;ad9|1;adv|;ady|;aed|;aen|;af0|;af5|;afc|;afz|;ag4|;ag6|;agr|;ah2|;aim|;aj5|;aj7|;ajd|;ajl|;ajx|;ak0|;ak2|;ak7|1;akk|;al3|1;ald|;alh|;alp|;am7|;am9|;amd|;amf|;ami|;amm|;amq|;amu|;amz|;an1|;anl|2;anv|;any|;ao9|;aoo|;aoq|;aoz|;ap1|;ap9|;aph|;apl|;apq|;apz|2;aq6|;aqn|;aqp|;are|;arl|;asa|;asl|;asq|;ass|;asw|1;at1|;at5|;at8|;atd|;atf|2;atj|1;atv|1;aty|;au5|;au9|1;aud|1;aut|;av5|;av7|;avc|;ave|;avh|;avw|;aw2|1;aw5|;awc|1;awg|;awi|1;awq|;aww|;awz|;axu|;ay7|;azb|;azk|;b09|;b0e|;b12|;b1u|;b20|;b23|;b2n|;b2x|;b34|;b3h|;b3q|;b3s|;b4z|;b5h|;b6o|;b7n|;b7w|;b81|;b84|;b96|;b9k|;b9w|;baf|;baq|;bb3|;bbh|;bc3|;bco|;bcw|;bd5|1;bde|;bdl|;bdn|;bdt|;bdw|;beg|;bfg|;bfm|;bfp|;bfw|;bg8|;bgb|;bge|;bgh|;bgj|;bgm|;bh3|1;bhl|1;bhw|;bij|;biq|;biv|;bj0|;bj2|;bja|1;bkn|;bl7|;blp|;bmi|;bmm|;bmo|;bn4|;bn6|;bn9|;bnf|;bny|;bo9|;boi|;bor|;bp5|;bpe|;bq0|;bq8|;bqp|1;bqz|1;br4|;brp|1;brt|;bs1|;bss|;bsu|;bsy|;bt0|;btj|;btp|;bu4|;bua|2;bv1|;bv5|;bv9|;bvc|;bx0|;byj|;c0b|;c0d|;c0h|;c0m|;c0s|;c17|;c1b|;c2a|1;c2l|;c36|;c3f|;c3q|;c3w|;c3y|;c41|;c4f|;c4i|;c4p|1;c4v|;c51|;c59|;c5h|;c5k|;c5m|;c5r|;c5t|;c6d|;c6l|;c6s|;c73|;c7a|1;c7d|;c7g|1;c7n|;c7v|;c87|1;c8b|;c8j|1;c8n|;c8s|1;c92|;cao|;car|;caw|;cb9|;cc4|;cdk|2;cdp|;cdt|;ce0|;ce7|;cea|;cef|;cei|;cek|;ceo|1;ceu|1;cey|1;cf2|;cf5|1;cfb|;cfd|;cff|1;cfk|;cfn|1;cfu|;cfw|;cfz|1;cg4|;cg6|1;cge|;cib|;cig|1;cir|;cjg|;ck3|;clc|;clk|;clz|;cm4|;cmd|;cml|;cmx|1;cn8|;cnd|;cnx|;cop|;cp1|;cpf|;cpj|;cpu|;cpx|;cq2|;cq7|;cq9|;crs|;cs4|;csb|;csf|;cso|;ct4|;ctb|;cu0|;cu2|;cua|2;cuh|;cum|;cvl|1;cx3|;cx8|;cxa|;cxo|;cxr|;cxt|;cy8|;cz6|;czo|;czu|;czz|;d0b|;d0t|;d0v|;d15|;d1t|;d2b|;d34|;d40|;d4a|;d4m|;d4q|;d58|;d5g|;d5u|;d6d|;d6h|;d6k|;d84|;d8b|1;d8q|;d9n|;dbi|;dcn|;dcq|;ddm|;ddt|;deh|;den|;df1|;df4|;df6|;dfl|1;dg3|;dgl|;dgt|;diy|;djj|;djl|;djz|1;dk2|;dkg|;dkn|;dkt|;dkw|;dkz|;dl1|;dla|;dlp|2;dlt|;dlw|;dm1|3;dmc|;dmr|1;dmx|;dmz|;dna|;dnf|;dnh|;dnr|;dny|;do3|;do6|;dob|;dod|;dof|;doj|;dox|1;dp1|;dp4|;dp8|;dpd|1;dpm|;dpp|;dpz|1;dqd|;dra|;drn|;dsq|;dt5|1;dtv|;dty|;du7|;dud|;duf|;dwb|;dx6|;dxc|;dy9|;dym|;dyz|;dzj|1;e0l|;e0n|;e1f|;e1k|;e2e|;e2s|;e32|1;e4c|;e54|;e5i|;e6t|;e7h|;e7o|;e80|;e8b|;e9j|;eal|;eb5|;ecb|;ect|1;eds|;ee5|;eel|;eer|;eey|;efa|;efl|;efy|;eg5|;ega|;egd|;egf|1;egl|;egs|;egu|;eh1|;ehd|;ehf|;ehx|;ei2|;eia|;eix|;ejl|;ejr|;elb|;elh|;elj|;emn|;en1|;en8|;enp|;eqe|;eqs|;er8|;erc|;es1|;esk|;etb|;ets|;eu1|;eu8|;euk|;euv|;ewf|1;ewi|;ewr|;ewu|;exa|;exc|;exf|;exi|1;exp|;eyl|1;eyo|;f0k|;f0n|;f0u|;f1u|;f23|;f26|;f28|;f2f|;f2v|;f2z|;f3h|;f3r|;f3v|;f3x|;f41|;f45|;f50|;f5a|;f5c|;f5j|;f65|;f6p|1;f71|;f7r|;f7t|;f80|;f90|;fau|1;fbd|;fbl|;fbw|;feo|1;fer|1;fev|a;ff8|2;ffc|2;ffg|;ffi|1;ffl|1;ffo|;ffq|;ffs|;ffu|9;fg6|3;fgb|2;fgf|;fgi|1;fgl|;fgn|2;fgr|;fgt|2;fgy|1;fh2|;fh4|7;fhl|1;fhv|;fi0|;fi6|b;fij|3;fip|4;fiw|3;fj2|8;fjc|;fjf|3;fjn|;fjq|1;fjt|3;fjz|5;fk6|5;fkd|1;fkk|6;fks|3;fkx|;fkz|2;fl4|3;fla|;flc|8;fln|;flp|;flr|6;fm0|3;fm5|8;fmf|3;fml|;fmq|;fmw|1;fn0|1;fn3|1;fn6|2;fna|9;fnl|2;fnp|4;fnv|p;fon|;fop|3;fou|2;foy|p;fpp|;fpr|3;fpw|4;fq2|4;fqa|;fqg|;fqj|;fqm|2;fqq|5;fqx|2;fr1|;fr3|6;frb|a;frn|1;frq|b;fs4|1;fsc|;fse|c;fst|1;fsw|;fsz|;ft1|4;ft7|4;ftd|b;ftq|5;ftx|c;fub|2;fuf|;fuj|1;fuo|1;fur|;fut|a;fv5|;fv7|;fv9|3;fve|c;fvs|8;fw2|5;fwa|;fwd|;fwg|3;fwl|;fwn|1;fwr|3;fww|2;fx0|2;fx4|6;fxe|1;fxi|;fxo|c;fy2|5;fy9|1;fyc|7;fyl|4;fyr|4;fyx|2;fz1|;fz3|2;fz7|7;fzg|5;fzn|3;fzs|1;fzv|j;g0g|5;g0n|1;g0q|;g0s|;g0v|3;g10|2;g15|2;g19|1;g1c|5;g1j|6;g1r|2;g1v|6;g23|2;g29|1;g2c|3;g2h|a;g2t|;g2v|7;g35|;g38|5;g3g|;g3k|;g3m|;g3q|4;g3x|;g3z|;g41|7;g4a|;g4c|;g4e|;g4g|;g4i|;g4k|1;g4n|1;g4q|2;g4u|;g4w|9;g58|2;g5f|h;g5z|1;g63|7;g6c|;g6l|;g6o|1;g6r|3;g6w|2;g70|2;g74|3;g79|7;g7i|;g7k|3;g7q|1;g7w|5;g84|6;g8e|;g8g|8;g8q|2;g8x|;g8z|1;g92|1;g95|6;g9e|;g9g|3;g9l|9;ga0|7;gaa|3;gaf|6;gan|5;gav|6;gb3|2;gb7|1;gba|5;gbj|2;gbn|1;gbq|;gbs|6;gc5|;gc9|;gcb|1;gce|;gcg|3;gcl|;gcn|;gcp|;gcs|1;gcw|3;gd1|4;gd7|;gd9|7;gdi|;gdl|;gdn|;gdr|2;gdv|2;gdz|5;ge6|1;ge9|;ged|1;geg|3;gel|5;get|2;gex|1;gf0|1;gf3|5;gfb|;gfe|;gfg|1;gfj|5;gfr|2;gfv|a;gg7|3;ggc|2;ggh|3;ggn|;ggq|;ggs|5;ggz|1;gh2|1;gh5|;gh8|9;ghj|2;ghn|4;ghu|;ghw|;gi2|;gi6|1;gia|2;gie|4;gik|4;giq|;gis|a;gj4|;gj6|;gj8|;gja|;gjd|;gjf|;gjl|2;gjp|;gjs|5;gk0|2;gk4|;gk6|5;gkf|7;gko|b;gl1|3;gl7|1;gla|;gld|;glf|1;gli|e;gly|;gm0|9;gmb|m;gmz|8;gn9|3;gne|5;gno|;go0|d;gof|9;goq|8;gp0|4;gp7|d;gpm|;gpo|;gpq|;gps|k;gqe|j;gqz|5;gra|;gre|;gri|;grk|b;grx|2;gs1|2;gs7|1;gsa|3;gsf|;gsh|j;gt3|1;gt6|;gta|;gtf|;gth|3;gtm|f;gu3|1;gu6|3;gub|8;gul|6;gut|2;gv0|3;gv5|5;gvd|2;gvl|2;gvp|2;gvt|;gvv|9;gw6|f;gwo|2;gws|1;gwv|;gwx|d;gxc|5;gxl|3;gxr|w;gyp|9;gz0|;gz2|4;gz9|2;gzd|9;gzo|2;gzs|1;gzw|b;h0b|8;h0l|;h0n|;h0p|1;h0s|4;h0y|9;h19|6;h1h|1;h1k|2;h1o|4;h1u|2;h1z|3;h25|1;h28|6;h2g|c;h2u|6;h32|9;h3d|7;h3m|1;h3p|;h3r|3;h3w|3;h41|;h44|4;h4a|5;h4h|6;h4p|;h4s|7;h51|1;h54|5;h5d|;h5f|1;h5i|1;h5m|1;h5p|5;h5w|1;h5z|;h62|1;h65|4;h6f|;h6h|2;h6l|;h6n|5;h6v|6;h76|4;h7c|;h7e|6;h7m|1;h7s|2;h7w|4;h82|2;h8b|;h8d|6;h8l|2;h8p|9;h90|;h93|;h97|;h9b|;h9d|1;h9g|;h9i|5;h9p|;h9r|8;ha2|6;haa|1;hag|;hai|3;han|1;har|2;hav|e;hbb|;hbe|;hbi|;hbn|3;hbs|7;hc1|3;hc6|2;hcb|1;hce|2;hci|;hck|1;hcn|;hcs|b;hd5|;hd8|i;hds|e;he8|;hea|;hec|;heg|1;hej|3;heo|a;hf0|f;hfh|;hfj|1;hfo|;hfr|8;hg1|4;hg7|8;hgi|3;hgo|1;hgr|2;hgv|;hgx|5;hh5|a;hhh|6;hhq|6;hhy|;hi0|2;hi4|5;hib|;hid|7;him|3;hir|;hit|1;hiy|5;hj5|1;hj9|4;hjf|;hji|8;hjs|8;hk2|2;hk7|2;hkb|1;hkf|1;hki|2;hkp|6;hky|5;hl6|;hl8|3;hld|1;hlg|3;hll|1;hlo|1;hlr|1;hlu|;hlw|1;hlz|;hm1|6;hm9|1;hmc|;hmf|1;hmk|;hmm|;hmo|;hms|1;hmv|3;hn2|3;hn7|2;hnb|1;hne|;hng|;hnk|2;hnp|;hnr|;hnt|5;ho0|9;hob|a;hop|1;hot|3;hoy|2;hp2|4;hp9|b;hpo|;hpq|j;hqb|h;hqu|;hqw|6;hr4|1;hr7|3;hrc|r;hs9|4;hsf|;hsh|2;hsl|7;hsu|3;hsz|2;ht3|;ht5|5;htf|;hth|4;hto|2;hts|a;hu4|1;hu8|u;hv4|1;hvb|8;hvl|3;hvq|;hvs|;hvu|2;hvy|9;hw9|9;hwk|3;hwp|3;hwu|m;hxi|9;hxt|;hxv|;hxx|h;hyg|6;hyo|;hyq|9;hz1|2;hz5|2;hz9|;hzb|2;hzf|2;hzj|2;hzn|4;hzt|2;hzx|4;i03|5;i0a|6;i0i|;i0k|;i0o|;i0s|5;i0z|5;i16|7;i1f|5;i1m|3;i1r|;i1u|4;i20|1;i23|3;i28|8;i2i|3;i2n|6;i2v|2;i2z|1;i32|2;i36|1;i39|a;i3m|6;i3u|;i3w|2;i40|;i43|6;i4f|8;i4q|4;i4w|9;i57|;i5a|e;i5q|5;i5x|1;i60|;i62|;i67|;i69|;i6b|2;i6f|f;i6y|;i70|;i72|2;i76|3;i7c|;i7e|;i7g|;i7k|1;i7n|;i7r|5;i7y|3;i84|d;i8j|3;i8o|1;i8s|2;i8w|;i8y|3;i93|3;i98|3;i9d|;i9f|1;i9k|4;i9q|;i9x|1;ia0|5;ia7|6;iah|1;iak|l;ib7|;ib9|3;ibe|;ibl|1;ibq|6;iby|d;ice|1;icl|;ico|2;ics|5;id0|5;id7|2;idb|2;idi|1;idn|7;idw|7;ie5|3;iea|7;iek|;iem|c;if0|7;if9|7;ifi|;ifk|2;ifp|2;ift|;ifv|;ify|;ig2|1;ig5|;ig7|2;igb|1;igf|3;igk|;ign|b;ih0|7;ih9|1;ihe|3;ihj|;ihl|1;iho|6;ihw|;ihz|b;iic|6;iik|1;iio|3;iiu|1;iix|;iiz|;ij1|;ij3|;ij5|1;ij8|4;ijf|;ijh|5;ijp|3;ijv|;ijy|;ik0|5;ik7|;ik9|;ikd|2;iki|2;ikm|;ikp|3;iku|;ikx|1;il0|7;il9|;ilb|6;ilk|1;iln|;ilp|1;ilv|1;ily|2;im5|1;im8|5;img|;imi|5;imr|2;imv|2;imz|8;ina|a;inm|4;ins|8;io2|2;io6|7;iof|;ioi|;iol|2;iop|3;iow|;ioy|6;ip6|4;ipc|9;ipp|1;ipt|1;ipw|a;iq8|j;iqt|4;ir0|;ir2|1;ir5|3;ira|6;iri|1;irl|1;iro|1;irr|1;iru|5;is2|3;is7|1;isa|1;isd|;isf|;isi|7;ist|1;isw|1;isz|;it1|3;it6|2;itc|;itf|3;itk|9;itw|;ity|3;iu4|2;iu9|4;iuf|;iuh|4;iun|5;iuu|3;iuz|8;iv9|7;ivk|2;ivq|3;ivv|1;ivy|3;iw4|b;iwh|1;iwl|2;iwp|c;ix5|;ix8|1;ixb|3;ixg|5;ixn|;ixp|4;ixv|2;iy0|;iy2|1;iy5|2;iy9|;iyb|2;iyf|1;iyi|1;iyl|;iyn|1;iyx|e;izd|5;izk|f;j01|4;j07|;j09|;j0b|;j0g|7;j0p|4;j0w|;j0y|3;j14|3;j19|2;j1e|e;j1u|;j1x|;j1z|;j26|3;j2b|7;j2k|2;j2o|;j2q|;j2s|3;j2y|6;j36|2;j3a|2;j3k|h;j43|c;j4h|;j4j|2;j4n|d;j52|3;j5c|h;j5v|d;j6a|4;j6g|5;j6n|1;j6q|1;j6v|2;j6z|1;j72|2;j76|;j78|;j7a|1;j7f|;j7h|5;j7o|c;j82|4;j88|g;j8q|2;j8u|9;j95|1;j98|2;j9c|3;j9j|;j9l|5;j9s|6;ja0|5;ja7|;ja9|1;jac|;jaf|j;jb0|;jb2|5;jb9|8;jbj|1;jbn|;jbq|;jbs|;jbu|;jby|2;jc2|9;jcd|1;jcg|2;jcl|c;jcz|1;jd3|3;jd8|2;jdc|2;jdg|2;jdl|2;jdr|6;jdz|;je1|5;je8|;jea|2;jee|1;jeh|1;jel|6;jeu|8;jf4|4;jfc|4;jfi|;jfk|6;jfs|;jfx|7;jg6|1;jg9|h;jgs|;jgu|a;jh9|;jhg|;jhi|;jhk|9;jhv|3;ji0|1;ji3|4;ji9|r;jj3|;jj9|;jjf|o;jk7|2;jkb|6;jkj|3;jko|;jl4|7;jld|d;jls|h;jmc|6;jml|;jms|1;jmv|2;jmz|7;jn9|8;jnj|6;jnr|b;jo4|;jo6|3;job|a;jon|a;jp5|;jp9|1;jpc|j;jpx|m;jql|9;jqw|1;jqz|1;jr2|;jra|1;jrd|7;jrm|6;jru|2;jry|a;jsa|6;jsi|9;jst|4;jsz|;jt7|;jt9|1;jtc|4;jtk|9;jtx|4;ju3|i;jun|;juq|;jut|;juv|6;jv3|4;jv9|5;jvg|4;jvm|4;jvt|;jvv|9;jw6|;jwb|a;jwn|;jwp|2;jwt|3;jwy|2;jx2|5;jx9|;jxc|d;jxr|5;jxz|1;jy2|7;jyb|1;jye|1;jyh|1;jyk|5;jyr|6;jyz|b;jzd|7;jzm|7;jzv|;jzx|2;k01|;k03|;k05|1;k08|2;k0d|;k0f|;k0h|;k0j|7;k0s|3;k0y|6;k16|3;k1b|;k1e|a;k1r|a;k23|1;k28|2;k2c|3;k2h|;k2j|7;k2s|1;k2v|1;k2y|2;k32|2;k36|1;k39|4;k3f|4;k3l|5;k3v|9;k46|1;k4a|1;k4d|6;k4l|1;k4o|1;k4s|9;k56|3;k5b|1;k5e|j;k60|;k64|c;k6j|;k6l|9;k6x|1;k75|4;k7b|6;k7j|;k7l|2;k7r|;k7t|f;k8a|2;k8e|6;k8m|8;k8w|;k90|a;k9c|2;k9g|6;k9p|;k9r|3;k9w|;ka0|3;ka5|e;kal|3;kas|;kau|9;kb6|;kba|;kbc|6;kbk|;kbn|1;kbq|3;kbv|3;kc0|4;kc6|3;kcc|;kce|7;kco|8;kcy|7;kd7|;kd9|6;kdh|3;kdm|4;kdt|;kdv|3;ke0|7;kec|5;kej|6;ker|;ket|2;kex|1;kf0|6;kfb|;kfe|l;kg1|6;kg9|;kgb|a;kgn|3;kgs|1;kgv|1;kh0|;kh8|;kha|d;khr|7;ki0|c;kie|9;kiq|5;kix|h;kjg|;kji|6;kjx|;kk0|;kk2|2;kk6|2;kka|8;kkl|1;kko|3;kkt|2;kkx|d;klc|h;klv|3;km5|;kmd|;kmj|;kml|2;kmp|1;kms|5;kmz|h;knj|5;knq|2;knv|2;knz|5;ko6|g;kop|;kot|;kox|;koz|b;kpc|8;kpm|;kpo|5;kpv|1;kpy|6;kq6|f;kqo|l;krb|4;krp|;kru|;krw|;krz|1;ks2|7;ksb|b;kso|4;ksu|1;ksx|16;ku8|;kua|1;kud|1;kui|;kul|1;kuo|1;kur|9;kv2|p;kvt|;kvv|9;kw6|;kw9|8;kwj|3;kwp|;kwx|1;kx0|5;kx7|3;kxd|3;kxi|n;ky7|;ky9|;kyb|e;kyr|;kyt|4;kyz|2;kz6|3;kzc|9;kzn|6;kzv|g;l0d|e;l0t|;l0v|;l0x|;l10|;l12|;l16|;l1a|7;l1j|;l1l|1;l1o|b;l21|f;l2j|4;l2p|a;l31|1;l36|1;l39|8;l3j|2;l3n|1;l3s|9;l45|;l47|1;l4a|2;l4e|3;l4j|;l4m|;l4o|4;l4w|;l4y|3;l54|3;l5b|4;l5i|4;l5p|1;l5s|1;l5v|;l5x|;l60|;l64|1;l67|;l69|e;l6p|2;l6t|9;l74|2;l78|3;l7d|;l7f|1;l7i|9;l7u|;l7x|;l7z|;l82|;l84|;l86|5;l8e|6;l8m|;l8o|2;l8s|3;l8x|;l90|5;l97|;l9a|2;l9e|5;l9m|1;l9p|3;l9u|1;l9x|2;la2|;la4|1;la7|2;lab|a;lan|1;laq|2;lau|2;lay|2;lb2|;lb4|4;lba|2;lbe|2;lbj|1;lbm|1;lbr|f;lc8|1;lcb|2;lcf|2;lcj|3;lco|5;lcv|2;lcz|5;ld6|2;lda|d;ldp|6;ldy|;le1|7;lea|;lec|1;lef|a;let|6;lf1|9;lfc|3;lfh|j;lg2|4;lg8|5;lgf|;lgi|;lgq|a;lh2|h;lhl|e;li1|a;lid|;lif|c;lit|;lix|;lj3|j;ljq|5;ljx|3;lk2|;lk4|u;lla|;llj|5;llq|c;lm4|6;lmc|10;lne|;lno|1;lnu|2;lny|1;lo1|4;lo7|9;loi|;lok|9;lov|n;lpk|f;lq1|5;lq8|;lqa|3;lqi|;lqn|;lqt|;lqw|5;lr3|n;lrs|9;ls3|4;ls9|2;lsd|s;lt7|;lta|1;ltd|3;lti|3;lto|;lty|;lu0|1;lu3|;lu5|3;lua|2;lue|h;luy|1;lv2|14;lw8|5;lwi|;lwo|1;lwr|4;lwx|1;lx0|r;lxu|8;ly4|;ly6|9;lyh|o;lz7|1;lzi|a;lzu|a;m06|1;m09|7;m0i|2;m0m|c;m10|a;m1c|;m1e|5;m1p|p;m2g|c;m2u|9;m37|2;m3c|c;m3q|3;m3v|7;m44|;m46|2;m4a|2;m4e|3;m4j|4;m4p|6;m4x|;m50|g;m5i|6;m5r|6;m5z|5;m66|8;m6g|5;m6o|2;m6s|4;m6y|i;m7i|3;m7o|6;m7w|3;m81|5;m89|2;m8e|1;m8h|5;m8o|2;m8v|2;m8z|4;m95|;m97|6;m9f|2;m9j|7;m9s|;m9w|4;ma2|g;mak|6;mas|;mb3|2;mb7|d;mbm|;mbo|2;mbt|5;mc0|;mc3|;mc7|;mc9|a;mcl|1;mco|1;mcr|1;mcu|8;md6|1;mda|;mdc|7;mdl|b;mdy|4;me4|g;mem|;meo|8;mey|4;mf4|2;mf8|6;mfg|;mfi|4;mfo|;mfq|f;mg7|3;mgc|1;mgf|6;mgn|3;mgs|f;mha|4;mhg|2;mhk|5;mhr|3;mhw|4;mi3|3;mi8|2;mic|2;mig|1;mij|8;mit|2;mix|1;mj0|4;mj7|4;mjd|2;mjh|2;mjm|c;mk0|;mk5|1;mk8|3;mkd|5;mkk|;mkm|6;mkv|1;mky|1;ml1|e;mli|1;mll|1;mlo|;mlq|2;mlu|2;mly|3;mm3|7;mmc|5;mmj|d;mmy|1;mn1|2;mn5|9;mng|4;mnm|;mno|1;mnu|;mnx|;mnz|7;mo9|5;mog|2;mok|;mom|4;mos|;mov|5;mp2|;mp4|3;mpf|1;mpi|c;mpw|;mpz|1;mq2|2;mq7|4;mqe|3;mqj|3;mqq|1;mqt|9;mr4|c;mri|7;mrs|2;mrw|6;ms7|4;msd|5;msl|7;msu|a;mt6|i;mtq|1;mtu|6;mu4|6;muc|9;muq|a;mv2|2;mv6|e;mvm|c;mw0|b;mwd|2;mwj|q;mxd|1;mxg|3;mxl|d;my0|i;myk|;myn|o;mzd|c;mzr|f;n09|1;n0c|7;n0l|8;n0w|;n0y|;n10|1;n13|a;n1f|8;n1p|;n1r|3;n1w|7;n25|6;n2d|1;n2g|;n2i|2;n2n|1;n2r|m;n3g|;n3i|;n3k|2;n3o|4;n3v|;n3x|3;n42|3;n47|1;n4b|f;n4s|3;n4x|1;n51|1;n54|d;n5j|4;n5p|3;n5u|;n5y|2;n62|5;n69|;n6b|2;n6h|4;n6n|1;n6q|5;n6y|6;n76|;n7a|4;n7h|3;n7n|1;n7q|1;n7u|8;n84|1;n88|2;n8d|1;n8i|3;n8n|;n8q|1;n8w|6;n94|d;n9j|1;n9m|8;n9w|1;n9z|d;nae|1;nal|;nan|k;nbb|6;nbj|2;nbn|3;nbt|g;ncc|1;ncf|6;nco|;ncq|3;ncw|;ncy|1;nd2|3;nd8|8;ndi|4;ndo|;ndr|3;ndw|3;ne1|1;ne4|a;neg|7;nep|1;nes|;neu|5;nf2|2;nf6|1;nf9|1;nfd|5;nfl|;nfo|2;nfu|1;nfx|3;ng4|1;ng7|1;nga|1;ngd|2;ngi|4;ngo|2;ngs|2;ngy|2;nh2|;nh5|6;nhd|;nhf|4;nhl|1;nho|9;nhz|5;ni6|;ni9|;nib|2;nif|5;nim|5;nit|;nix|2;nj1|3;nj6|7;njf|;njh|;njj|;njl|d;nk0|;nk3|4;nka|5;nki|;nkk|2;nko|4;nku|5;nl1|a;nle|;nlj|e;nlz|2;nm3|4;nm9|;nmb|;nmd|;nmf|c;nmt|;nmv|1;nmy|3;nn3|8;nnd|6;nnm|3;nnr|;nnt|7;no3|2;no7|7;nog|;noi|1;nol|4;nos|8;np3|7;npe|1;nph|1;npk|1;npo|8;nq0|;nq4|7;nqd|g;nqv|2;nr0|1;nr6|3;nrb|7;nrk|4;nrw|2;ns0|;ns2|;ns4|2;ns8|9;nsp|3;nsu|3;nsz|6;nt8|3;ntd|;ntf|7;ntq|7;ntz|6;nu7|5;nue|;nug|4;num|;nup|;nur|2;nuv|e;nvb|1;nve|1;nvh|8;nvr|3;nvw|9;nw7|;nw9|6;nwh|1;nwk|2;nwp|;nws|;nwu|;nww|4;nx3|;nx5|;nx7|3;nxd|;nxf|c;nxt|5;ny0|a;nyc|8;nyn|m;nzb|4;nzh|;nzk|4;nzt|1;nzw|7;o06|2;o0a|1;o0d|g;o0v|3;o10|a;o1c|4;o1i|5;o1p|4;o1w|2;o20|a;o2c|2;o2g|;o2k|4;o2q|2;o2u|1;o2x|5;o35|;o38|;o3a|2;o3e|1;o3k|;o3m|4;o3s|;o3u|4;o40|5;o47|5;o4e|2;o4i|;o4m|;o4o|;o4q|8;o53|;o55|7;o5f|b;o5w|;o5y|2;o62|2;o67|3;o6d|;o6f|2;o6j|3;o6o|2;o6s|2;o6w|3;o71|4;o77|9;o7j|a;o7y|2;o82|1;o88|4;o8e|a;o8q|2;o8u|7;o93|4;o9b|;o9d|;o9f|;o9k|5;o9r|1;o9u|5;oa1|2;oa5|2;oae|1;oah|8;oas|2;oaw|4;ob2|6;obc|3;obh|3;obm|j;oc8|1;ocb|;ocg|;oci|g;od0|2;od4|;odc|7;odl|;odo|c;oe3|;oea|;oec|1;oef|1;oei|8;oes|9;of4|4;ofg|3;ofl|1;ofo|1;ofr|2;ofy|;og0|1;og4|3;og9|3;oge|2;ogk|1;ogo|k;ohc|4;ohj|c;ohx|2;oi1|9;oid|;oih|;oij|8;oit|8;oj4|;oj7|;oj9|;ojb|2;ojf|5;ojm|3;ojr|3;ojw|1;ok0|1;ok3|1;ok6|1;ok9|4;okf|1;okj|4;okp|7;oky|3;ol4|9;olf|3;olk|2;olo|2;olt|1;olw|4;om4|;om6|1;om9|2;omd|3;omk|;omm|1;omp|4;omw|7;on6|1;on9|;onb|7;onk|7;ont|1;onw|4;oo2|;oo6|2;ooa|;ooc|d;oor|3;oow|y;opx|;oq0|1;oq3|1;oq6|5;oqd|1;oqg|f;oqy|;or1|9;orc|;ore|5;orl|2;orq|5;orx|6;os9|4;osf|2;osj|3;oso|1;osr|4;osx|6;ot8|8;oti|f;otz|b;ouc|3;ouh|7;ouq|2;ouv|a;ov7|7;ovg|;ovi|9;ovt|5;ow3|;ow7|g;owq|b;ox3|;ox5|2;ox9|s;oy4|;oy8|c;oym|5;oyt|;oyv|9;oz6|g;ozq|2;ozu|5;p01|b;p0f|;p0k|;p0s|;p16|;p1j|;p1r|;p27|;p3a|;p4m|4;p4t|4;p4z|2;p53|e;p5k|;p5n|6;p5v|;p5x|9;p68|3;p6d|a;p6r|;p6t|a;p75|6;p7e|4;p7k|9;p7w|n;p8l|;p8n|;p8p|9;p90|1;p93|;p97|8;p9h|g;p9z|h;paj|7;pas|5;paz|6;pb8|2;pbc|2;pbg|;pbi|3;pbn|4;pbt|;pbv|4;pc3|;pc6|2;pca|;pcf|3;pck|;pcm|;pco|;pcq|4;pcx|3;pd2|1;pd8|;pdb|4;pdh|4;pdp|3;pdu|;pdw|3;pe1|3;pe7|1;pea|1;ped|1;peg|5;pen|;pep|2;pet|;pev|;pex|2;pf1|2;pf5|1;pf8|4;pfe|;pfg|1;pfm|8;pfw|5;pg4|a;pgg|1;pgj|3;pgp|;pgs|1;pgv|7;ph4|6;phc|3;phh|5;pho|;phq|;phu|;phw|7;pi5|2;pi9|4;pif|;pih|4;pin|3;pis|;piv|;pix|1;pj1|1;pj6|2;pja|2;pje|c;pjt|3;pjy|;pk0|2;pk4|3;pk9|;pkb|9;pkm|4;pks|1;pkv|1;pky|2;pl2|7;plb|;plf|;plh|;plj|9;plu|1;plx|7;pm6|;pm8|7;pmh|h;pn0|1;pn3|3;pn9|;pnb|4;pnh|d;pnw|3;po2|2;po6|6;poe|4;pok|1;pon|6;pow|2;pp0|2;pp4|;pp6|8;pph|1;ppk|5;ppr|;ppu|8;pq4|4;pqa|;pqc|1;pqf|;pqh|;pqj|;pqm|e;pr2|1;pr5|5;prc|1;prf|4;prl|1;pro|c;ps3|2;ps7|;psa|1;psd|7;pso|3;pst|k;ptf|d;ptu|2;pu2|;pu7|a;puj|1;pum|a;puy|v;pvv|2;pw6|8;pwg|;pwi|;pwk|9;pwv|;pwx|c;pxb|6;pxj|d;pxy|1;pya|1;pye|;pyn|;pyr|5;pyy|5;pz5|;pz7|;pz9|p;q00|;q02|a;q0e|2;q0p|;q0t|i;q1d|;q1f|6;q1n|a;q1z|f;q2g|7;q2p|;q2r|4;q2x|b;q3a|;q3c|;q3f|1;q3k|1;q3n|1;q3q|;q3t|;q3v|l;q4i|c;q4w|p;q5n|f;q65|3;q6a|;q6c|;q6e|;q6g|;q6l|7;q6u|e;q7b|b;q7o|;q7q|;q7s|a;q84|3;q89|b;q8m|1;q8q|1;q8u|;q8x|1;q90|1;q93|5;q9a|6;q9i|a;q9u|o;qak|5;qar|e;qb7|1;qbc|;qbf|;qbh|1;qbk|e;qc1|a;qcd|k;qcz|;qd1|7;qda|;qdc|h;qdv|h;qee|4;qen|2;qer|7;qf1|c;qff|;qfh|5;qfp|5;qfw|a;qg8|a;qgk|;qgm|c;qh0|3;qh5|4;qhb|2;qhf|1;qhi|6;qhq|c;qi4|3;qi9|5;qig|4;qim|2;qiq|1;qit|3;qiz|3;qj4|;qj6|4;qjd|;qjf|1;qji|1;qjl|4;qjr|d;qk7|;qk9|3;qke|;qkl|2;qkq|4;qkw|a;ql8|2;qlc|5;qlj|3;qlp|;qlr|q;qmj|1;qmo|1;qmr|1;qmu|9;qn6|2;qna|;qnc|5;qnj|;qnp|6;qny|;qo0|e;qoh|2;qol|;qoo|4;qou|;qow|a;qp8|2;qpc|5;qpj|1;qpm|2;qpq|5;qpy|;qq4|11;qr7|8;qrh|;qrl|8;qrv|2;qrz|5;qs6|2;qsa|5;qsi|3;qsp|t;qtk|4;qtq|;qtt|3;qty|i;qui|5;quq|5;qux|3;qv2|8;qvc|5;qvj|2;qvn|6;qvv|2;qvz|k;qwl|4;qwr|b;qx4|;qx6|5;qxe|1;qxh|2;qxl|2;qxp|1;qxs|5;qxz|4;qy5|5;qyc|3;qyh|;qyk|8;qyv|2;qyz|8;qz9|d;qzo|;qzr|1;qzu|2;qzy|;r01|1;r04|6;r0c|6;r0l|;r0n|;r0p|7;r0y|;r10|b;r1d|;r1i|2;r1n|1;r1q|k;r2d|2;r2h|3;r2m|;r2o|a;r32|1;r35|6;r3d|a;r3p|3;r3v|3;r41|3;r46|1;r49|;r4b|2;r4f|5;r4m|g;r55|6;r5d|3;r5i|1;r5l|3;r5q|5;r5x|6;r67|;r69|;r6b|5;r6j|4;r6p|6;r6x|1;r70|3;r76|;r7a|1;r7d|1;r7g|5;r7q|;r82|4;r89|4;r8f|a;r8r|2;r8w|4;r92|2;r96|2;r9a|2;r9e|2;r9j|1;r9m|;r9o|;r9q|5;r9x|3;ra3|4;raa|1;rad|;raf|;rah|4;rao|1;ras|;rau|;raw|9;rb8|2;rbc|2;rbg|6;rbo|5;rbv|;rby|;rc0|3;rc6|3;rcb|3;rcg|7;rcp|3;rcu|1;rcx|6;rd7|2;rdb|7;rdk|2;rdo|;rdq|;rds|1;rdv|9;re7|1;rea|;rec|;ree|;reg|8;req|7;rez|2;rf3|;rf5|h;rfo|;rfq|2;rfu|1;rfx|f;rge|4;rgk|4;rgq|m;rhe|6;rhm|7;rhv|;rhx|2;ri1|a;rid|l;rj0|4;rj6|1;rj9|8;rjj|1;rjo|;rjr|4;rjx|9;rk8|;rka|2;rke|2;rki|4;rko|4;rku|2;rlq|;rmq|;rp3|;rp5|;rp7|4;rpd|2;rph|c;rpw|3;rq2|;rq4|1;rq7|;rq9|1;rqc|2;rqg|5;rqn|4;rqt|6;rr1|;rr4|2;rr8|2;rrd|1;rrg|1;rrj|6;rrr|e;rs7|6;rsf|1;rsi|j;rt3|1;rt6|;rt8|1;rtb|;rtd|6;rtl|l;ru8|5;ruf|7;ruo|;ruq|b;rv3|a;rvf|2;rxg|;rxi|3;rxn|5;rxu|2;rxy|5;ry5|;ry8|2;ryc|1;ryh|1;ryk|a;ryx|;ryz|1;rz3|2;rz7|;rz9|a;rzm|5;rzt|1;rzw|;rzy|5;s05|3;s0b|6;s0j|a;s0v|5;s12|6;s1a|6;s1m|;s1o|b;s21|1;s25|u;s31|1;s34|1;s37|3;s3c|2;s3g|6;s3o|c;s43|4;s49|h;s4s|1;s4v|;s4x|7;s56|2;s5a|;s5c|2;s5g|a;s5s|8;s62|;s65|4;s6b|a;s6o|;s6q|;s6u|;s6x|1;s70|1;s74|;s76|1;s7d|6;s7l|3;s7r|1;s7u|8;s84|5;s8b|4;s8h|1;s8k|8;s8u|5;s91|6;s99|1;s9c|g;s9v|3;sa1|1;sa4|4;saa|7;saj|1;sam|d;sb1|n;sbq|1;sby|;scz|;sd7|1;sdb|1;sdf|;sdh|3;sdp|f;se6|1;se9|1;sec|2;seh|e;sey|;sf4|6;sfc|;sfe|1;sfh|1;sfk|;sfo|i;sg8|;sgb|2;sgf|3;sgk|3;sgp|b;sh9|2;shd|7;sho|3;sht|1;shw|;shy|1;si1|d;sig|1;sij|3;sio|4;siv|2;siz|5;sj6|m;sju|1;sjx|;sjz|2;sk4|1;sk7|2;skb|;ske|5;skl|3;skq|;sku|8;sl4|;sl7|;sl9|2;sld|;slf|2;slj|1;slm|1;slq|;slw|9;sm7|6;smg|5;smn|6;smx|g;snf|;snh|5;sno|;snq|e;so6|g;soo|3;sou|3;soz|g;sph|5;spo|;spq|7;spz|3;sq4|;sq6|2;sqa|8;sqk|;sqo|7;sqx|a;sra|;srd|a;srp|;srr|g;ss9|5;ssg|7;ssp|;ssr|6;ssz|7;st8|1;stb|;ste|c;stt|;stv|7;su5|d;suk|e;sv0|;sv2|;sv5|;sv7|5;sve|1;svh|1;svk|a;svw|5;sw4|2;sw8|g;swq|1;swt|a;sx7|5;sxe|;sxi|p;sy9|;syb|a;syo|c;sz2|;sz5|6;szd|3;szi|n;t07|2;t0b|;t0d|4;t0j|h;t12|e;t1i|3;t1n|5;t1u|4;t20|3;t25|k;t2r|3;t2w|1;t30|;t34|i;t3o|8;t3y|g;t4g|1;t4j|b;t4w|a;t58|6;t5g|m;t64|9;t6f|1;t6j|;t6l|;t6n|1;t6q|2;t6u|2;t6y|q;t7q|2;t7w|;t7y|;t80|1;t83|e;t8j|1;t8m|j;t97|;t99|;t9c|;t9g|f;t9x|b;taa|b;tan|3;tas|1;tav|1;taz|;tb1|1;tb4|;tb6|3;tbb|i;tbv|8;tc5|;tcv|;tcy|;tdt|;tdv|;tek|;tfa|;tgt|;thj|;tiv|1;tiy|3;tj3|1;tj6|1;tj9|1;tjc|1;tjf|9;tjq|3;tjv|1;tjy|g;tkg|2;tkl|2;tkp|7;tkz|;tl1|8;tlc|6;tlm|2;tlq|7;tm0|;tmc|;tng|2;tnk|4;tns|;tnu|;tnw|7;to8|5;tof|6;toq|7;toz|1;tp2|;tp4|;tp7|4;tpd|3;tpl|4;tpr|9;tq3|3;tq8|1;tqb|8;tql|2;tqp|8;tqz|1;tr2|;tr5|4;trb|3;trg|;tri|;trk|1;trn|1;trq|;trs|1;trv|2;trz|f;tsi|d;tsx|2;tt1|;tt4|2;ttb|3;ttg|7;ttp|;ttr|1;ttu|7;tu3|;tu5|6;tue|;tug|1;tuj|h;tv2|4;tv8|2;tvc|2;tvh|7;tvq|5;tw1|1;tw5|3;twa|8;twm|;two|2;tws|2;tww|4;tx2|2;tx6|b;txj|4;txp|2;txw|;txz|f;tyg|;tyi|4;typ|3;tyu|5;tz1|c;tzf|5;tzm|7;tzw|5;u03|;u05|1;u0d|1;u0g|3;u0l|1;u0o|3;u0t|b;u16|;u18|c;u1n|6;u1v|1;u1y|3;u23|;u25|3;u2a|3;u2f|2;u2j|;u2p|;u2r|g;u3a|3;u3f|5;u3m|a;u3z|6;u5k|1;u5o|3;u5t|3;u5y|e;u6e|6;u6m|;u6z|1;u72|5;u79|2;u7d|4;u7j|;u7l|1;u7o|2;u7t|1;u7w|2;u80|;u82|1;u85|;u87|3;u8c|;u8e|;u8g|c;u8u|1;u8x|;u90|1;u93|c;u9h|;u9j|c;u9x|;u9z|7;ua8|9;uaj|4;uap|2;uc6|3;ucb|3;uch|;ucj|5;ucq|b;ud4|5;udd|4;udj|;udl|;udn|i;ue7|8;ueh|1;uek|2;ueo|1;ues|b;uf5|6;ufd|8;ufo|2;uft|e;ug9|9;ugk|i;uh4|2;uh8|4;uhe|a;uhq|2;uhu|a;uj3|;ujs|;ujv|;ujx|;ujz|5;uk6|c;ukm|1;ukq|;ukt|;ukv|9;ul8|;ulb|4;uli|1;uln|4;ult|3;uly|1;um1|6;um9|5;umg|a;ums|6;un2|2;un6|3;unb|4;unh|2;unl|4;unr|;unt|3;uny|8;uo8|;uoa|8;uok|2;uoo|3;uov|2;up0|;up2|3;up8|;upb|2;upg|3;upm|9;upx|3;uq3|;uq5|6;uqd|;uqf|;uqi|1;uql|5;uqs|2;uqw|;uqy|1;ur1|3;ur9|1;urc|1;urh|;urj|2;urn|1;urq|4;urz|;us3|4;us9|5;usg|2;usk|9;usw|1;ut0|;ut3|1;ut9|;utb|;ute|;uth|9;uts|;utu|3;utz|;uu3|2;uu7|2;uub|3;uug|1;uuj|2;uun|;uup|6;uux|8;uv8|c;uvm|7;uvx|3;uw2|1;uw6|2;uwd|1;uwh|4;uwn|5;uzp|2;uzt|1;uzx|;v01|6;v09|4;v0f|1;v0i|7;v0s|;v0w|;v0y|;v10|5;v17|;v19|6;v1h|1;v1k|1;v1p|4;v1v|1;v1y|3;v23|;v25|8;v2h|3;v2m|6;v2u|b;v3b|e;v3r|2;v3v|h;v4g|;v4i|2;v4m|n;v5b|;v5d|k;v5z|o;v6p|5;v6w|1;v6z|5;v76|l;v7t|c;v87|8;vat|;vax|4;vb3|f;vbk|i;vc4|d;vck|3;vcr|9;vd2|2;vd8|5;vdf|3;vdk|;vdm|6;vdu|;vdw|4;ve3|;ve5|l;veu|4;vf2|2;vf6|1;vf9|7;vfi|;vfk|;vfm|n;vgb|;vgd|1;vgg|g;vgy|l;vhl|3;vhq|4;vhw|7;vi6|1;vil|1;vio|2;vis|5;vj0|;vj3|1;vj6|;vj8|f;vk7|4;vkg|;1d6o|3;1d6t|2;1d6z|;1d71|;1d79|;1d7b|;1d7e|;1d7m|;1d7x|;1d81|;1d87|;1d89|1;1d8j|;1d8n|1;1d8q|;1d8y|;1d9a|;1d9e|;1d9h|;1d9j|;1d9u|;1d9y|;1da0|1;1da6|;1da8|;1dae|;1dai|;1dam|;1dat|;1db0|;1db3|;1dbp|;1dbv|;1dbx|;1dc5|1;1dc8|;1dco|;1dcs|2;1dcw|;1dd0|;1dd3|;1dd5|;1ddg|1;1ddm|;1ddp|;1ddr|;1ddu|;1ddx|3;1de2|;1de4|1;1df7|2;1dfe|;1dft|;1dfv|;1dgd|1;1dkw|4;1e6o|9;1e7k|y;1e8k|i;1e94|3;1edd|4e;1eht|t;1eiq|5;1eiy|5;1ej6|5;1eje|2;1ejk|6;1ejs|6;2q68|c;2q6o|2k;2q9c|1o;2qdc|2;2qds|17;2qf4|8;2qfk|1;2t5t|;2t6m|;2t6u|;2t72|;2t7s|;2t8m|1;2t8q|;2t90|;2tai|3;2tap|;2tbi|;2tcc|;2tce|;2tco|;2tgk|;2tgp|;2tgr|;2thd|;2thw|;2tiq|;2tj8|;2tjg|;2tjo|;2tkp|;2tln|;2tmc|1;2tnd|;2tni|;2tnk|;2to7|;2tof|1;2tph|;2tqi|;2tr9|;2ts1|;2ts5|2;2ttq|2;2tuo|;2tuv|;2tv9|;2tvt|;2tvv|;2tx1|;2tx8|;2txv|1;2ty7|;2u05|;2u13|;2u1a|;2u1d|1;2u1v|;2u3b|;2u4c|;2u4e|;2u6f|;2u8e|;2u91|;2u9f|;2u9v|;2ua2|;2ua8|;2uad|;2uan|1;2uaz|;2uc1|;2uc5|;2uc9|1;2uco|;2ucw|;2udy|;2ueu|;2uj2|;2uk1|;2um1|;2ur0|;2usz|;2uvp|;2uxi|;2uxv|;2uz8|;2v09|;2v3b|;2v4h|;2v68|;2v73|;2v7u|;2v90|;2v9e|;2v9p|;2vbh|;2vf3|;2vfj|;2vfs|1;2vgf|;2vgm|;2vgr|;2vhe|;2vhn|;2vi3|;2vi7|;2vij|;2vil|;2vj4|;2vjo|;2vju|1;2vk1|2;2vkj|;2vl1|;2vlj|1;2vlo|;2vm5|;2vme|;2vmk|;2vn9|;2vnc|;2vnz|;2vo3|3;2vod|;2vot|;2vpb|;2vpx|;2vqg|;2vqp|1;2vra|3;2vrg|2;2vsf|;2vsh|;2vsk|;2vss|;2vsu|1;2vti|;2vto|;2vtz|;2vua|;2vuw|;2vwk|;2vwp|1;2vwt|4;2vx2|;2vx9|;2vyk|;2vzh|;2vzn|;2vzp|6;2w0c|;2w0m|;2w0o|;2w0t|;2w0y|;2w16|2;2w1i|;2w2f|1;2w2l|;2w3c|3;2w4d|;2w4m|;2w4t|1;2w4w|1;2w57|;2w5o|;2w6c|;2w7h|;2w7k|;2w8d|;2w8k|2;2w8s|;2w9r|;2wa2|3;2wb8|;2wbh|1;2wcv|;2wd8|;2wdr|;2wdx|3;2we3|;2weg|;2weu|;2wf1|;2wfo|;2wfz|2;2wg7|2;2wgf|;2wgj|;2wh0|;2whg|2;2wj3|;2wjf|;2wjh|;2wjp|;2wjs|;2wjz|;2wlc|;2wlj|;2wnt|;2wqk|;2wr3|;2wsc|;2wtk|1;2wts|;2wv7|;2wvy|;2ww2|3;2wxi|;2wxm|;2wz9|1;2wzy|;2x08|;2x0c|;2x1h|1;2x2l|;2x32|;2x3n|;2x3q|;2x44|;2x4v|;2x5e|;2x5g|1;2x6y|;2x7b|;2x86|;2x9k|;2xa5|;2xdj|;2xdu|;2xee|;2xhm|;2xhv|;2xi1|;2xj2|;2xk1|;2xle|;2xmg|;2xmi|;2xmo|2;2xn7|;2xn9|;2xnj|;2xnq|2;2xoa|2;2xoe|;2xot|;2xow|;2xpi|;2xq2|2;2xqv|;2xrg|5;2xrn|1;2xt7|;2xtc|5;2xtv|;2xtz|;2xuh|3;2xun|;2xv3|;2xv9|1;2xvc|4;2xwg|;2xwo|2;2xwt|;2xx5|2;2xxc|;2xxh|;2xxu|;2xy6|;2xy9|3;2xyv|;2xyz|;2xz7|2;2xzy|4;2y0u|1;2y1d|;2y1i|3;2y2i|;2y2r|2;2y34|2;2y39|;2y3g|;2y3m|;2y3r|;2y4b|;2y4k|;2y54|;2y5m|;2y64|;2y68|;2y6b|;2y6g|;2y6u|;2y8r|;2y9f|;2yb1|;2yb8|;2ybp|;2ybv|;2ycj|;2yis|;2ym9|1;2yp6|;2yr4|;2ysi|;2ysl|;2yss|;2yx2|;2yxf|;2yxq|;2yz4|;2z06|;2z0a|;2z0q|;2z0x|;2z1n|;2z21|;2z30|;2z37|;2z3r|;2z3x|;2z61|;2z6s|;2z6w|;2z7s|;2z85|;2z9r|;2z9x|;2zca|;2zdq|;2zdt|;2zfs|;2zid|;2zih|;2zjy|;2zkq|;2zlz|;2zng|;2zoq|;2zq3|;2zqr|;2zqy|;2zs1|;2zsx|;2zsz|;2zuw|;2zy4|;302p|;302t|;3071|;307k|;307r|;308q|;30bp|;30c1|;30cr|;30cx|;30ds|;30e4|;30e9|;30eh|;30ek|;30fh|;30gj|;30gr|;30hc|;30ic|;30jx|;30kv|;30la|;30nv|1;30ob|;30q0|;30qi|;30ra|;30rc|;30tw|2;30uq|;30us|;30uz|;30v3|;30ve|;30xh|;30xt|;30ye|;30z8|1;30zx|;311f|;313z|1;314h|;3165|;316p|;3187|;319i|;31a1|;31an|;31bb|;31bf|;31c0|;31cj|;31ie|;31lb|;31lh|;31ly|;31m0|;31n2|;31nm|;31of|;31oj|;31pm|;31sa|;31se|;31uu|1;31vc|;31vw|;31w1|;31w5|;31wi|;31xk|;31y3|;31y9|;31yh|;31yq|;31yv|;31z6|;31za|;31zd|;3213|1;321e|;322s|;3230|;323r|;324t|;3251|;325c|;325f|1;325z|;327i|;328d|;329i|;329u|;32bc|;32bv|;32cz|;32en|;32ic|;32ks|;32lf|;32nn|;32o4|;32ob|;32p2|;32pp|1;32q6|;32rb|;32rg|;32sa|;32tf|;32v1|;32wt|;32wy|;32xw|1;32yb|;32yw|1;32zu|;3307|2;330v|;331h|;331r|;331t|3;332u|;3332|;3336|;3341|;3349|1;3357|2;336a|;336o|1;337k|;337u|;338f|;33ck|;33d8|;33dq|;33dy|;33ec|1;33eh|1;33em|;33eo|;33gf|;33gw|;33hr|;33hu|;33l1|;33mh|;33n4|;33o1|;33oa|;33on|;33px|;33q1|;33q4|;33qz|;33rh|2;33sj|;33sw|;33tj|;33tm|;33uk|;33uo|;33vd|;33vj|;33w7|;33wu|;33xa|;33xi|;33xp|;33y2|;33z3|;33zi|;3403|;340m|;340w|;3419|;341b|;341r|;342u|;343l|;344i|;3458|;345e|;345x|2;348q|;34jm|;34pz|;34rf|;34ry|;34sa|;34t6|;34uy|;352b|;353t|2;354l|;354n|;3553|2;356k|3;358g|;3597|;35a6|;35an|;35bq|7;35cz|;35dk|;35dy|;35e9|;35f0|5;35fd|;35hk|3;35ix|;35j3|;35jr|;35kn|5;35md|;35mp|;35my|;35nl|;35of|3;35ov|;35pw|;35pz|;35q8|;35qd|;35rf|5;35sh|;35tl|4;35uf|;35vp|;35vv|2;35w1|;35xl|;35y9|;35yk|;35z8|;35zj|;35zt|;360v|1;3610|;361a|;361h|2;361o|;361r|;361t|;362f|;362i|;363n|2;363w|;3645|;364t|;365e|;3664|;366z|;368b|;368m|;368p|;369i|2;369w|;36ab|;36ad|;36at|;36bj|;36bl|;36bt|1;36cu|;36d6|;36dp|;36e2|;36es|;36fc|;36g2|3;36h8|;36hi|;36ho|;36il|;36ip|;36jt|1;36k2|;36k8|;36kk|;36lx|1;36my|1;36nn|;36o7|1;36pl|;36po|;36q6|;36qb|;36qe|;36rp|;36sh|;36uw|;36x4|;36zc|;36zu|;371h|;371w|;372v|;374k|;375y|;376t|;3773|;379r|;37c0|;37de|;37dv|;37gi|;37jd|;37jk|3;37jv|;37jz|2;37kc|;37km|1;37kp|;37lb|;37lf|1;37lq|5;37mq|1;37n8|2;37nf|;37nj|;37nm|;37ns|7;37o4|;37ok|;37on|;37op|;37or|2;37p3|4;37ph|;37ps|;37q2|;37q6|1;37qb|;37qd|;37qk|1;37qu|3;37qz|;37ri|;37rm|1;37rp|;37s1|9;37su|;37sy|;37t1|;37t6|;37ta|3;37tp|;37tx|2;37u9|;37uf|3;37v0|;37v7|3;37vo|3;37w1|2;37wa|2;37wg|;37wn|;37wq|;37wx|;37xb|;37xe|;37xl|;37yn|;381a|;3851|;385l|;389q|1;38ax|;38bd|;38cm|;38cz|;38hk|;38iy|1;38l7|;38ls|;38o5|;38o7|;38r2|;38t8|;38ua|;38ue|;38uv|;38uy|;38vd|;38vs|;38w2|;38z0|;3902|;3925|;3963|;396w|;398d|1;39al|;39b7|;39ba|1;39cw|1;39e8|;39g9|;39hj|;39i0|;39ji|;39jl|;39jn|;39qx|;39r9|;39rj|1;39s6|;39t8|;39ta|;39ui|;39yp|;39yt|;39z3|;39zv|3;3a02|;3a05|1;3a0x|;3a10|;3a1b|;3a2h|;3a39|;3a3f|;3a3k|;3a4l|;3a5x|;3a6p|;3a83|;3a8l|;3aar|;3aba|;3abq|;3acd|;3acl|;3ad9|;3aeq|;3ah3|;3ahr|2;3al3|;3al9|;3alu|;3ao8|;3aou|;3aox|;3apv|;3arq|;3as6|;3auk|;3avg|;3az8|;3b11|;3b18|;3b1q|1;3b2v|;3b3d|;3b78|;3b7t|;3b8z|1;3b9i|;3bac|;3bag|;3bb5|;3bba|;3bc1|;3bd6|;3bdx|;3bf5|;3bfo|;3bgg|1;3bi6|;3bj4|;3bjk|;3bk3|;3bmh|;3bnd|;3bpq|;3brd|;3bsx|2;3bty|;3buk|;3bvb|1;3bx6|;3byj|;3c2p|1;3c4h|;3c4p|;3c5k|;3c6c|;3c77|;3c7r|;3c84|1;3caq|;3cbl|;3cd5|3;3cfh|1;3cfm|;3cgt|;3ck8|;3ckh|;3ckq|1;3cnk|;3cqd|;3cqz|1;3cr5|;3cu6|;3cvp|;3cvs|;3cw2|;3cwg|2;3cy2|;3cyx|;3czo|;3czs|1;3czx|;3d08|;3d3m|;3d6a|;3d7k|;3d7x|;3d8f|;3daq|;3dba|;3df3|;3df5|;3df9|;3dga|;3dgo|;3dh8|;3dhy|;3dj5|;3dll|;3dmb|1;3dn0|;3dp8|;3dqe|;3dr2|;3dri|;3ds8|;3dsa|;3dsj|;3dtz|;3dvy|;3dw1|;3dwm|;3dx5|;3dxt|;3e08|;3e0l|;3e2a|;3e2i|;3e3x|1;3e44|;3e4i|;3e4x|1;3e9x|;3ea2|;3eab|;3ead|;3ear|;3eaw|;3ec0|3;3ecb|;3ed1|;3ede|;3edy|1;3ee5|;3eer|;3ef4|;3egn|;3eht|;3eio|1;3eiu|;3eke|4;3elg|;3elz|1;3em5|;3em8|;3emb|;3emp|;3eoy|8;3eq9|;3er8|;3esg|7;3esu|;3eu4|;3eui|1;3euo|;3ev4|;3ev9|;3evb|;3evm|;3ewy|3;3ey6|;3eya|;3eyf|;3eys|;3eyw|;3eyz|;3ezd|;3f0w|7;3f3a|;3f5f|1;3f6n|;3f6p|;3f7i|;3f8e|1;3f9q|;3fbf|;3fbm|1;3fd4|;3fe5|2;3ff1|;3ff6|;3fg0|;3fg8|;3fgp|;3fgs|1;3fhi|1;3fj8|1;3fjp|;3fm5|;3fob|;3fqf|;3fr4|;3fr9|;3frf|;3fsi|;3fsm|;3fty|;3fwy|;3fyy|;3g1r|;3g2q|;3g40|;3g5g|;3g5i|;3gc4|;3gdf|;3gf4|;3gf8|;3gfx|1;3gg7|;3ggc|;3ghe|;3ghl|;3gid|2;3gk4|;3gnj|;3gol|1;3gox|;3gpq|;3gqs|1;3gss|;3gwo|;3gxc|;3gyl|;3gz6|;3gzs|;3h2c|;3h47|;3h4q|;3h5s|;3h7h|;3h8d|;3h8q|;3h8u|;3ha6|;3har|;3hax|;3hbt|;3hc4|;3hdp|1;3hf8|;3hfq|;3hfv|;3hg8|;3hh4|2;3hhk|;3hid|;3hm7|;3hmc|;3hn6|;3hpo|;3hrl|;3hs5|;3hv3|;3hw3|1;3hwm|;3hwz|;3hxg|;3hxr|;3hy0|;3hz1|;3hzw|;3i31|;3i33|;3i9a|;3id3|;3iex|;3if6|;3ifd|;3ify|;3ig3|1;3ih4|;3iir|;3ij4|;3ikd|1;3ilk|1;3ilw|;3ini|;3iof|;3iot|;3ipb|;3iq1|;3ir3|;3irg|;3itj|;3iu0|;3iu2|;3ivq|;3iws|;3ixn|;3iz1|;3izm|;3j0m|;3j14|;3j1r|;3j22|;3j39|;3j3h|;3j3x|;3j4a|;3j82|;3jag|;3jak|;3jar|;3jb6|;3jep|;3jgc|1;3jho|;3jl4|;3jlg|;3jls|;3jm3|;3jmt|;3jnf|;3jqi|1;3jqq|;3jr0|;3jrs|;3js6|;3jtb|;3jtf|;3k04|;3k17|;3k7h|;3k8j|;3k94|1;3k9i|;3k9w|;3ka0|;3ka4|1;3kam|;3kax|;3kbs|;3kbu|1;3kc8|;3kcc|;3kcg|;3kd8|;3kda|;3kdd|;3kdf|1;3kdj|1;3ke1|3;3ken|;3keu|;3kf9|;3kfd|;3kfm|;3kfq|;3kg4|7;3kgp|1;3kht|2;3kii|2;3kjk|;3kjq|;3kjv|1;3kjy|;3kke|5;3kkl|;3kkq|;3kl8|;3klo|;3klv|;3km9|1;3kmj|2;3kmn|;3kna|;3kng|;3kni|;3knk|;3ko3|3;3koc|;3kpb|;3kpl|;3kpo|1;3kqh|;3kqq|;3kqt|;3kr8|;3krb|;3krd|1;3krr|5;3ks5|;3ksf|;3ksj|;3ksp|;3kt8|1;3ktf|;3kti|;3ktn|;3kts|;3ku1|;3ku3|;3ky2|;3ky5|;3kya|;3l10|;3l3t|;3l4p|;3l73|;3l86|;3l89|;3l9h|1;3lav|;3lbg|;3lbm|1;3lcp|;3ld3|;3lj9|;3lo9|;3loo|;3lor|;3loz|;3lpr|2;3lq8|;3lr8|1;3lrg|1;3lsd|;3lsg|;3lto|;3lu5|;3luj|;3lum|;3lv4|;3lwc|;3lwo|;3lxx|;3lyj|;3me5|;3me8|;3mer|;3mf3|;3mfc|;3mj4|;3mjd|1;3mjp|;3mjr|;3mou|;3mpc|;3mpk|;3mqf|;3mqx|;3mr8|;3mv3|;3mzk|;3n02|;3n4k|;3n68|;3n87|;3nac|;3nbl|;3nca|;3nch|;3ncq|;3ncz|;3nd1|;3ne7|;3net|;3nev|2;3nfh|;3nfu|;3nh9|;3nib|;3nih|;3nl4|;3nm5|;3nr9|;3nri|;3nx1|;3o1f|;3o31|;3o72|;3o7u|;3o8s|;3o9k|;3o9n|;3oc6|;3ocm|;3odp|;3ofc|;3oh8|;3ohc|;3ohv|;3ojc|;3okj|;3okw|;3oon|;3opq|;3or8|;3ouf|;3ovt|;3owx|;3ox9|;3oxf|;3oxk|;3oxq|;3oxz|;3oyr|;3oz7|1;3p00|;3p1u|1;3p2j|;3p2s|1;3p3z|;3p4l|;3p5s|;3p6b|;3p8z|;3p9b|;3p9u|;3p9w|;3p9y|;3pa2|;3pa5|;3pb3|;3pbz|;3pe9|;3pgp|;3pil|;3pkk|;3pln|;3pvq|;3pvv|;3pxd|;3pyq|;3pze|;3pzv|;3q21|;3ri7|;3z9g|;465h|;4663|;4668|;467s|;468k|;4692|;46a5|;46aj|;46fo|;46gi|;46gs|;46hg|;4an1|1;4ay4|;")) +r.push(new A.K("Noto Sans Tagalog","notosanstagalog/v18/J7aFnoNzCnFcV9ZI-sUYuvote1R0wwEAA8jHexnL.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4jk|l;4kf|;4l1|1;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +r.push(new A.K("Noto Sans Tagbanwa","notosanstagbanwa/v18/Y4GWYbB8VTEp4t3MKJSMmQdIKjRtt_nZRjQEaYpGoQ.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4l1|1;4m8|c;4mm|2;4mq|1;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +r.push(new A.K("Noto Sans Tai Le","notosanstaile/v17/vEFK2-VODB8RrNDvZSUmVxEATwR58tK1W77HtMo.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;37k|9;500|t;50w|4;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;9hd|1;9hk|3;")) +r.push(new A.K("Noto Sans Tai Tham","notosanstaitham/v19/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBCUbPgquyaRGKMw.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;55s|1q;57k|s;58f|a;58w|9;59c|d;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;6qh|;")) +r.push(new A.K("Noto Sans Tai Viet","notosanstaiviet/v16/8QIUdj3HhN_lv4jf9vsE-9GMOLsaSPZr644fWsRO9w.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;x3f|1;xog|1u;xqz|4;")) +r.push(new A.K("Noto Sans Takri","notosanstakri/v21/TuGJUVpzXI5FBtUq5a8bnKIOdTwQNO_W3khJXg.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;x80|9;1j0g|1k;1j28|9;")) +r.push(new A.K("Noto Sans Tamil","notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo70RqKDt_EvT.ttf","w|2m;4g|3;4l|;4n|4;4t|3;4y|2;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;29u|1;29x|5;2a6|2;2aa|3;2ah|1;2ak|;2am|1;2ar|1;2aw|2;2b2|b;2bi|4;2bq|2;2bu|3;2c0|;2c7|;2cm|k;5p6|;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6es|;6f6|2;6gc|;6gp|;6jm|;6qa|;7gs|;xdf|;1ibl|;1ibn|;1id7|1;")) +r.push(new A.K("Noto Sans Tamil Supplement","notosanstamilsupplement/v19/DdTz78kEtnooLS5rXF1DaruiCd_bFp_Ph4sGcn7ax_vsAeMkeq1x.ttf","1ku8|1d;1kvz|;")) +r.push(new A.K("Noto Sans Telugu","notosanstelugu/v25/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezbqQUbf-3v37w.ttf","w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;2dc|c;2dq|2;2du|m;2ei|f;2f1|7;2fa|2;2fe|3;2fp|1;2fs|2;2g0|3;2g6|9;2gn|8;5p6|;5pu|;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;")) +r.push(new A.K("Noto Sans Thaana","notosansthaana/v23/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbhLhnu4-tbNu.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;170|;17f|;17j|;19c|c;1hc|1d;60w|5;61q|;642|1;6bv|4;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1e5u|;1e65|;")) +r.push(new A.K("Noto Sans Thai","notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RtpzF-QRvzzXg.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jg|;jq|1;jt|;k7|6;lc|4;li|2;lm|2;lu|;me|2;mp|;2rl|1l;2tb|s;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +r.push(new A.K("Noto Sans Tifinagh","notosanstifinagh/v17/I_uzMoCduATTei9eI8dawkHIwvmhCvbn6rnEcXfs4Q.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|6;lu|;mb|;me|2;mp|;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6cu|;6d5|1;6gc|;6jm|;6qa|;7gs|;8xc|1j;8z3|1;8zj|;")) +r.push(new A.K("Noto Sans Tirhuta","notosanstirhuta/v15/t5t6IQYRNJ6TWjahPR6X-M-apUyby7uGUBsTrn5P.ttf","w|;4g|;1u9|1;1us|1;1ys|3;5pu|;6bw|1;7gs|;x80|9;1im8|1z;1iog|9;")) +r.push(new A.K("Noto Sans Ugaritic","notosansugaritic/v15/3qTwoiqhnSyU8TNFIdhZVCwbjCpkAXXkMhoIkiazfg.ttf","w|;4g|;1f9c|t;1fa7|;")) +r.push(new A.K("Noto Sans Vai","notosansvai/v17/NaPecZTSBuhTirw6IaFn_UrURMTsDIRSfr0.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;wlc|8b;")) +r.push(new A.K("Noto Sans Wancho","notosanswancho/v17/zrf-0GXXyfn6Fs0lH9P4cUubP0GBqAPopiRfKp8.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;2ncw|1l;2nen|;")) +r.push(new A.K("Noto Sans Warang Citi","notosanswarangciti/v17/EYqtmb9SzL1YtsZSScyKDXIeOv3w-zgsNvKRpeVCCXzdgA.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1jfk|2a;1ji7|;")) +r.push(new A.K("Noto Sans Yi","notosansyi/v19/sJoD3LFXjsSdcnzn071rO3apxVDJNVgSNg.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;9hd|1;9hk|9;9hw|7;9ob|;vls|wc;wi8|1i;1edd|;1edo|;1ee2|1;1ee7|;1eg1|4;")) +r.push(new A.K("Noto Sans Zanabazar Square","notosanszanabazarsquare/v16/Cn-jJsuGWQxOjaGwMQ6fOicyxLBEMRfDtkzl4uagQtJxOCEgN0Gc.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1jpc|1z;")) +q=this.b=A.atO(new A.a2f(this),r)}return q}, +a26(){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=$.bY.cF().TypefaceFontProvider.Make() +m=$.bY.cF().FontCollection.Make() +n.w=m +m.enableFontFallback() +n.w.setDefaultFontManager(n.r) +m=n.f +m.a7(0) +for(s=n.d,r=s.length,q=0;q")),s=new A.dz(s,s.gD(s)),r=A.l(s).c,q=B.iy;s.v();){p=s.d +if(p==null)p=r.a(p) +switch(p.a.a){case 0:p=p.b +p.toString +o=p +break +case 1:p=p.c +o=new A.y(p.a,p.b,p.c,p.d) +break +case 2:p=p.d.a +p===$&&A.b() +p=p.a.getBounds() +o=new A.y(p[0],p[1],p[2],p[3]) +break +default:continue $label0$1}q=q.ef(o)}return q}} +A.ZA.prototype={} +A.oF.prototype={ +jG(a,b){this.b=this.lX(a,b)}, +lX(a,b){var s,r,q,p,o,n +for(s=this.c,r=s.length,q=B.U,p=0;p=q.c||q.b>=q.d)q=o.b +else{n=o.b +if(!(n.a>=n.c||n.b>=n.d))q=q.i3(n)}}return q}, +kO(a){var s,r,q,p,o +for(s=this.c,r=s.length,q=0;q=o.c||o.b>=o.d))p.kN(a)}}} +A.GO.prototype={ +kN(a){this.kO(a)}} +A.Cx.prototype={ +jG(a,b){this.b=this.lX(a,b).i3(a.ga7i())}, +kN(a){var s,r,q=this,p=A.afg() +p.seV(q.r) +s=a.a +s.xf(q.b,q.f,p) +r=p.b +r===$&&A.b() +r.m() +q.kO(a) +s.cm()}, +$iaiy:1} +A.D3.prototype={ +jG(a,b){var s,r,q=null,p=this.f,o=a.c.a +o.push(new A.fY(B.Tn,q,q,p,q,q)) +s=this.lX(a,b) +p=p.a +p===$&&A.b() +r=A.aBl(p.a.getBounds()) +if(s.r1(r))this.b=s.ef(r) +o.pop()}, +kN(a){var s,r=this,q=a.a +q.dq() +s=r.r +q.a62(r.f,s!==B.a4) +s=s===B.cr +if(s)q.h9(r.b,null) +r.kO(a) +if(s)q.cm() +q.cm()}, +$iaiO:1} +A.D6.prototype={ +jG(a,b){var s,r=null,q=this.f,p=a.c.a +p.push(new A.fY(B.Tl,q,r,r,r,r)) +s=this.lX(a,b) +if(s.r1(q))this.b=s.ef(q) +p.pop()}, +kN(a){var s,r,q=a.a +q.dq() +s=this.f +r=this.r +q.a68(s,B.h7,r!==B.a4) +r=r===B.cr +if(r)q.h9(s,null) +this.kO(a) +if(r)q.cm() +q.cm()}, +$iaiS:1} +A.D5.prototype={ +jG(a,b){var s,r,q,p,o=null,n=this.f,m=a.c.a +m.push(new A.fY(B.Tm,o,n,o,o,o)) +s=this.lX(a,b) +r=n.a +q=n.b +p=n.c +n=n.d +if(s.r1(new A.y(r,q,p,n)))this.b=s.ef(new A.y(r,q,p,n)) +m.pop()}, +kN(a){var s,r=this,q=a.a +q.dq() +s=r.r +q.a65(r.f,s!==B.a4) +s=s===B.cr +if(s)q.h9(r.b,null) +r.kO(a) +if(s)q.cm() +q.cm()}, +$iaiQ:1} +A.FM.prototype={ +jG(a,b){var s,r,q,p,o=this,n=null,m=new A.fX(new Float32Array(16)) +m.c2(b) +s=o.r +r=s.a +s=s.b +m.bm(r,s) +q=A.vo() +q.rD(r,s,0) +p=a.c.a +p.push(A.ako(q)) +p.push(new A.fY(B.Tp,n,n,n,n,o.f)) +o.QD(a,m) +p.pop() +p.pop() +o.b=o.b.bm(r,s)}, +kN(a){var s,r,q,p=this,o=A.afg() +o.saj(A.z(p.f,0,0,0)) +s=a.a +s.dq() +r=p.r +q=r.a +r=r.b +s.bm(q,r) +s.h9(p.b.cE(new A.i(-q,-r)),o) +r=o.b +r===$&&A.b() +r.m() +p.kO(a) +s.cm() +s.cm()}, +$iakz:1} +A.xM.prototype={ +jG(a,b){var s=this.f,r=b.Ci(s),q=a.c.a +q.push(A.ako(s)) +this.b=A.aCi(s,this.lX(a,r)) +q.pop()}, +kN(a){var s=a.a +s.dq() +s.aa(this.f.a) +this.kO(a) +s.cm()}, +$iagG:1} +A.FK.prototype={$iakx:1} +A.FY.prototype={ +jG(a,b){this.b=this.c.b.cE(this.d)}, +kN(a){var s,r=a.b.a +B.c.ae(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.EZ.prototype={ +m(){}} +A.Yf.prototype={ +a55(a,b,c,d){var s,r=this.b +r===$&&A.b() +s=new A.FY(t.Bn.a(b),a,B.U) +s.a=r +r.c.push(s)}, +a58(a){var s=this.b +s===$&&A.b() +t.L6.a(a) +a.a=s +s.c.push(a)}, +eM(){return new A.EZ(new A.Yg(this.a,$.ct().gnW()))}, +eA(){var s=this.b +s===$&&A.b() +if(s===this.a)return +s=s.a +s.toString +this.b=s}, +ac1(a,b,c){return this.lY(new A.Cx(a,b,A.c([],t.k5),B.U))}, +ac2(a,b,c){return this.lY(new A.D3(t.E_.a(a),b,A.c([],t.k5),B.U))}, +ac4(a,b,c){return this.lY(new A.D5(a,b,A.c([],t.k5),B.U))}, +ac5(a,b,c){return this.lY(new A.D6(a,b,A.c([],t.k5),B.U))}, +O3(a,b,c){var s=A.vo() +s.rD(a,b,0) +return this.lY(new A.FK(s,A.c([],t.k5),B.U))}, +ac7(a,b,c){return this.lY(new A.FM(a,b,A.c([],t.k5),B.U))}, +wG(a,b){return this.lY(new A.xM(new A.fX(A.ahQ(a)),A.c([],t.k5),B.U))}, +ac6(a){var s=this.b +s===$&&A.b() +a.a=s +s.c.push(a) +return this.b=a}, +lY(a){return this.ac6(a,t.vn)}} +A.Yg.prototype={} +A.We.prototype={ +ac9(a,b){A.aom("preroll_frame",new A.Wf(this,a,!0)) +A.aom("apply_frame",new A.Wg(this,a,!0)) +return!0}} +A.Wf.prototype={ +$0(){var s=this.b.a +s.b=s.lX(new A.a_6(new A.vv(A.c([],t.YE))),A.vo())}, +$S:0} +A.Wg.prototype={ +$0(){var s=this.a,r=A.c([],t.iW),q=new A.CW(r),p=s.a +r.push(p) +s.c.Pg().ac(0,q.ga4Z()) +q.a60(0,B.y) +s=this.b.a +r=s.b +if(!r.ga6(r))s.kO(new A.ZA(q,p))}, +$S:0} +A.T8.prototype={} +A.SF.prototype={} +A.CW.prototype={ +a5_(a){this.a.push(a)}, +dq(){var s,r,q +for(s=this.a,r=0,q=0;q0))p.ax=null +else{r=a.a +q=new A.SF(r,s) +s=$.bY.cF().MaskFilter.MakeBlur($.aqj()[r.a],s,!0) +s.toString +r=new A.ei(o) +r.ip(q,s,o) +q.c!==$&&A.bB() +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)}, +$iFQ:1} +A.tH.prototype={ +sMg(a){var s +if(this.b===a)return +this.b=a +s=this.a +s===$&&A.b() +s=s.a +s.toString +s.setFillType($.Cb()[a.a])}, +pC(a,b,c){var s=this.a +s===$&&A.b() +s=s.a +s.toString +s.addArc(A.is(a),b*57.29577951308232,c*57.29577951308232)}, +hX(a){var s=this.a +s===$&&A.b() +s=s.a +s.toString +s.addOval(A.is(a),!1,1)}, +Ky(a,b){var s,r,q=A.vo() +q.rD(b.a,b.b,0) +s=A.ahS(q.a) +t.E_.a(a) +q=this.a +q===$&&A.b() +q=q.a +q.toString +r=a.a +r===$&&A.b() +r=r.a +r.toString +A.fl(q,"addPath",[r,s[0],s[1],s[2],s[3],s[4],s[5],s[6],s[7],s[8],!1])}, +eK(a){var s=this.a +s===$&&A.b() +s=s.a +s.toString +s.addRRect(A.C6(a),!1)}, +iA(a){var s=this.a +s===$&&A.b() +s=s.a +s.toString +s.addRect(A.is(a))}, +a5n(a,b){var s=this.a +s===$&&A.b() +s=s.a +s.toString +A.fl(s,"arcToRotated",[b.a,b.b,0,!0,!1,a.a,a.b])}, +bs(){var s=this.a +s===$&&A.b() +s.a.close()}, +Le(){return new A.CZ(this,!1)}, +n(a,b){var s=this.a +s===$&&A.b() +return s.a.contains(b.a,b.b)}, +di(a,b,c,d,e,f){var s=this.a +s===$&&A.b() +s=s.a +s.toString +A.fl(s,"cubicTo",[a,b,c,d,e,f])}, +b3(a,b){var s=this.a +s===$&&A.b() +s.a.lineTo(a,b)}, +cZ(a,b){var s=this.a +s===$&&A.b() +s.a.moveTo(a,b)}, +o_(){this.b=B.rC +var s=this.a +s===$&&A.b() +s.a.reset()}, +cE(a){var s,r=this.a +r===$&&A.b() +s=r.a.copy() +A.fl(s,"transform",[1,0,a.a,0,1,a.b,0,0,1]) +r=this.b +s.setFillType($.Cb()[r.a]) +return A.SH(s,r)}, +$iFU:1} +A.CZ.prototype={ +ga3(a){var s,r,q,p=this,o="Iterator",n=p.c +if(n===$){s=p.a.a +s===$&&A.b() +if(s.a.isEmpty())r=B.z1 +else{r=new A.SD(p) +s=s.a +s.toString +q=new A.ei(o) +q.ip(r,new globalThis.window.flutterCanvasKit.ContourMeasureIter(s,!1,1),o) +r.b!==$&&A.bB() +r.b=q}p.c!==$&&A.aK() +n=p.c=r}return n}} +A.SD.prototype={ +gF(){var s=this.d +if(s==null)throw A.h(A.akW('PathMetricIterator is not pointing to a PathMetric. This can happen in two situations:\n- The iteration has not started yet. If so, call "moveNext" to start iteration.\n- The iterator ran out of elements. If so, check that "moveNext" returns true prior to calling "current".')) +return s}, +v(){var s,r,q=this,p="PathMetric",o=q.b +o===$&&A.b() +s=o.a.next() +if(s==null){q.d=null +return!1}o=new A.CS(q.a) +r=new A.ei(p) +r.ip(o,s,p) +o.b!==$&&A.bB() +o.b=r +q.d=o;++q.c +return!0}} +A.CS.prototype={ +M9(a,b){var s,r=this.b +r===$&&A.b() +r=r.a.getSegment(a,b,!0) +s=this.a.a.b +r.setFillType($.Cb()[s.a]) +return A.SH(r,s)}, +gD(a){var s=this.b +s===$&&A.b() +return s.a.length()}, +$iaga:1} +A.SI.prototype={ +gF(){throw A.h(A.akW("PathMetric iterator is empty."))}, +v(){return!1}} +A.D_.prototype={ +m(){this.c=!0 +var s=this.a +s===$&&A.b() +s.m()}} +A.lQ.prototype={ +a5z(a){var s +this.a=a +s=new globalThis.window.flutterCanvasKit.PictureRecorder() +this.b=s +return this.c=new A.eR(s.beginRecording(A.is(a)))}, +Bq(){var s,r,q,p=this.b +if(p==null)throw A.h(A.aQ("PictureRecorder is not recording")) +s=p.finishRecordingAsPicture() +p.delete() +this.b=null +r=new A.D_(this.a) +q=new A.ei("Picture") +q.ip(r,s,"Picture") +r.a!==$&&A.bB() +r.a=q +return r}, +gaam(){return this.b!=null}} +A.a_e.prototype={ +a7M(a){var s,r,q,p +try{p=a.b +if(p.ga6(p))return +s=A.jm().a.Kr(p) +$.aeS().x=p +r=new A.eR(s.a.a.getCanvas()) +q=new A.We(r,null,$.aeS()) +q.ac9(a,!0) +p=A.jm().a +if(!p.ax)$.cF.cF().c.prepend(p.x) +p.ax=!0 +s.Ee() +$.aeS().Ql()}finally{this.a2z()}}, +a2z(){var s,r +for(s=this.b,r=0;!1;++r)s[r].$0() +for(s=$.aBf,r=0;rq.a||a.b>q.b +else r=!1 +if(r){p=a.a1(0,1.4) +r=j.a +if(r!=null)r.m() +j.a=null +r=j.y +r.toString +o=p.a +A.ajd(r,o) +r=j.y +r.toString +n=p.b +A.ajc(r,n) +j.ay=p +j.z=B.c.hn(o) +j.Q=B.c.hn(n) +j.uu()}}if(j.b||j.ay==null){r=j.a +if(r!=null)r.m() +j.a=null +j.ax=!1 +r=j.f +if(r!=null)r.releaseResourcesAndAbandonContext() +r=j.f +if(r!=null)r.delete() +j.f=null +r=j.y +if(r!=null){A.eu(r,i,j.e,!1) +r=j.y +r.toString +A.eu(r,h,j.d,!1) +j.y.remove() +j.d=j.e=null}j.z=B.c.hn(a.a) +r=B.c.hn(a.b) +j.Q=r +m=j.y=A.anL(r,j.z) +r=A.aB("true") +if(r==null)r=t.K.a(r) +m.setAttribute("aria-hidden",r) +A.R(m.style,"position","absolute") +j.uu() +r=t.e +j.e=r.a(A.bc(j.gVU())) +o=r.a(A.bc(j.gVS())) +j.d=o +A.bP(m,h,o,!1) +A.bP(m,i,j.e,!1) +j.c=j.b=!1 +o=$.o2 +if((o==null?$.o2=A.adu():o)!==-1){o=$.bS +o=!(o==null?$.bS=A.ew(self.window.flutterConfiguration):o).gL4()}else o=!1 +if(o){o=$.bY.cF() +n=$.o2 +if(n==null)n=$.o2=A.adu() +l=j.r=B.c.ae(o.GetWebGLContext(m,r.a({antialias:0,majorVersion:n}))) +if(l!==0){j.f=$.bY.cF().MakeGrContext(l) +if(j.as===-1||j.at===-1){r=j.y +r.toString +o=$.o2 +k=A.at7(r,o==null?$.o2=A.adu():o) +j.as=B.c.ae(k.getParameter(B.c.ae(k.SAMPLES))) +j.at=B.c.ae(k.getParameter(B.c.ae(k.STENCIL_BITS)))}j.Jk()}}j.x.append(m) +j.ay=a}else{r=$.ct().x +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}if(r!==j.CW)j.uu()}r=$.ct().x +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}j.CW=r +j.ch=a +j.JG() +r=j.a +if(r!=null)r.m() +return j.a=j.W2(a)}, +uu(){var s,r,q=this.z,p=$.ct(),o=p.x +if(o==null){o=self.window.devicePixelRatio +if(o===0)o=1}s=this.Q +p=p.x +if(p==null){p=self.window.devicePixelRatio +if(p===0)p=1}r=this.y.style +A.R(r,"width",A.m(q/o)+"px") +A.R(r,"height",A.m(s/p)+"px")}, +JG(){var s=B.c.hn(this.ch.b),r=this.Q,q=$.ct().x +if(q==null){q=self.window.devicePixelRatio +if(q===0)q=1}A.R(this.y.style,"transform","translate(0, -"+A.m((r-s)/q)+"px)")}, +VV(a){this.c=!1 +$.aL().C3() +a.stopPropagation() +a.preventDefault()}, +VT(a){var s=this,r=A.jm() +s.c=!0 +if(r.aai(s)){s.b=!0 +a.preventDefault()}else s.m()}, +W2(a){var s,r=this,q=$.o2 +if((q==null?$.o2=A.adu():q)===-1){q=r.y +q.toString +return r.tF(q,"WebGL support not detected")}else{q=$.bS +if((q==null?$.bS=A.ew(self.window.flutterConfiguration):q).gL4()){q=r.y +q.toString +return r.tF(q,"CPU rendering forced by application")}else if(r.r===0){q=r.y +q.toString +return r.tF(q,"Failed to initialize WebGL context")}else{q=$.bY.cF() +s=r.f +s.toString +s=A.fl(q,"MakeOnScreenGLSurface",[s,B.c.Ov(a.a),B.c.Ov(a.b),self.window.flutterCanvasKit.ColorSpace.SRGB,r.as,r.at]) +if(s==null){q=r.y +q.toString +return r.tF(q,"Failed to initialize WebGL surface")}return new A.D0(s)}}}, +tF(a,b){if(!$.alz){$.df().$1("WARNING: Falling back to CPU-only rendering. "+b+".") +$.alz=!0}return new A.D0($.bY.cF().MakeSWCanvasSurface(a))}, +m(){var s=this,r=s.y +if(r!=null)A.eu(r,"webglcontextlost",s.d,!1) +r=s.y +if(r!=null)A.eu(r,"webglcontextrestored",s.e,!1) +s.e=s.d=null +s.x.remove() +r=s.a +if(r!=null)r.m()}} +A.a2P.prototype={ +$2(a,b){this.a.a.a.flush() +return!0}, +$S:354} +A.D0.prototype={ +m(){if(this.c)return +this.a.dispose() +this.c=!0}} +A.HK.prototype={ +Pn(){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.ae($.bY.cF().OverlineDecoration))>>>0 +if((s|4)===s)r=(r|B.c.ae($.bY.cF().LineThroughDecoration))>>>0 +b0.decoration=r}if(b!=null)b0.decorationThickness=b +if(d!=null){s=A.rW(d) +b0.decorationColor=s}if(c!=null)b0.decorationStyle=$.aqt()[c.a] +if(a0!=null)b0.textBaseline=$.aia()[a0.a] +if(a1!=null)A.aln(b0,a1) +if(a2!=null)b0.letterSpacing=a2 +if(a3!=null)b0.wordSpacing=a3 +if(a4!=null)A.alp(b0,a4) +switch(g.ax){case null:case void 0:break +case B.w:A.alo(b0,!0) +break +case B.iX:A.alo(b0,!1) +break}q=g.dx +if(q===$){p=A.ahg(g.x,g.y) +g.dx!==$&&A.aK() +g.dx=p +q=p}A.alm(b0,q) +if(a!=null||!1)b0.fontStyle=A.ahR(a,g.r) +if(a6!=null){g=A.rW(new A.n(a6.y)) +b0.foregroundColor=g}if(a7!=null){o=A.c([],t.J) +for(g=a7.length,n=0;n=q.startIndex&&s<=q.endIndex)return new A.br(B.c.ae(q.startIndex),B.c.ae(q.endIndex))}return B.b0}, +pR(){var s,r,q,p=this.a +p===$&&A.b() +p=J.iu(p.a.getLineMetrics(),t.e) +s=A.c([],t.ER) +for(p=new A.dz(p,p.gD(p)),r=A.l(p).c;p.v();){q=p.d +s.push(new A.CV(q==null?r.a(q):q))}return s}, +m(){var s=this.a +s===$&&A.b() +s.m() +this.as=!0}} +A.CV.prototype={ +gKQ(){return this.a.ascent}, +gB2(){return this.a.descent}, +gOK(){return this.a.ascent}, +gML(){return this.a.isHardBreak}, +giD(){return this.a.baseline}, +gee(){var s=this.a +return B.c.aJ(s.ascent+s.descent)}, +gNn(){return this.a.left}, +gkX(){return this.a.width}, +gw4(){return B.c.ae(this.a.lineNumber)}, +$iky:1} +A.SG.prototype={ +Kz(a,b,c,d,e,f){var s;++this.c +this.d.push(f) +s=e==null?b:e +A.fl(this.a,"addPlaceholder",[a*f,b*f,$.aqn()[c.a],$.aia()[0],s*f])}, +a57(a,b,c,d,e){return this.Kz(a,b,c,d,e,1)}, +a56(a,b,c,d){return this.Kz(a,b,c,null,null,d)}, +uI(a){var s=A.c([],t.s),r=B.b.gaq(this.e),q=r.x +if(q!=null)s.push(q) +q=r.y +if(q!=null)B.b.P(s,q) +$.S().gvI().gMs().a7X(a,s) +this.a.addText(a)}, +eM(){var s,r,q,p,o,n,m,l,k,j="Paragraph" +if($.apN()){s=this.a +r=B.a3.hq(new A.lR(s.getText())) +q=A.aw2($.aqJ(),r) +p=q==null +o=p?null:q.h(0,r) +if(o!=null)n=o +else{m=A.anV(r,B.m6) +l=A.anV(r,B.m5) +n=new A.N4(A.aBe(r),l,m)}if(!p){p=q.c +k=p.h(0,r) +if(k==null)q.EW(r,n) +else{m=k.d +if(!J.d(m.b,n)){k.ej(0) +q.EW(r,n)}else{k.ej(0) +l=q.b +l.uF(m) +l=l.a.b.t5() +l.toString +p.p(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.CX(this.b) +r=new A.ei(j) +r.ip(s,n,j) +s.a!==$&&A.bB() +s.a=r +return s}, +gabT(){return this.c}, +eA(){var s=this.e +if(s.length<=1)return +s.pop() +this.a.pop()}, +r7(a4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2=this.e,a3=B.b.gaq(a2) +t.BQ.a(a4) +s=a4.a +if(s==null)s=a3.a +r=a4.b +if(r==null)r=a3.b +q=a4.c +if(q==null)q=a3.c +p=a4.d +if(p==null)p=a3.d +o=a4.e +if(o==null)o=a3.e +n=a4.f +if(n==null)n=a3.f +m=a4.w +if(m==null)m=a3.w +l=a4.x +if(l==null)l=a3.x +k=a4.y +if(k==null)k=a3.y +j=a4.z +if(j==null)j=a3.z +i=a4.Q +if(i==null)i=a3.Q +h=a4.as +if(h==null)h=a3.as +g=a4.at +if(g==null)g=a3.at +f=a4.ax +if(f==null)f=a3.ax +e=a4.ch +if(e==null)e=a3.ch +d=a4.CW +if(d==null)d=a3.CW +c=a4.cx +if(c==null)c=a3.cx +b=a4.db +if(b==null)b=a3.db +a=A.afi(e,s,r,q,p,o,l,k,a3.cy,j,a3.r,b,n,d,g,f,i,a3.ay,c,m,h) +a2.push(a) +a2=a.CW +s=a2==null +if(!s||a.ch!=null){a0=s?null:a2.a +if(a0==null){a0=$.aov() +a2=a.a +a2=a2==null?null:a2.gl() +if(a2==null)a2=4278190080 +a0.setColorInt(a2)}a2=a.ch +a1=a2==null?null:a2.a +if(a1==null)a1=$.aou() +this.a.pushPaintStyle(a.gE9(),a0,a1)}else this.a.pushStyle(a.gE9())}} +A.adC.prototype={ +$1(a){return this.a===a}, +$S:71} +A.uO.prototype={ +H(){return"IntlSegmenterGranularity."+this.b}} +A.CL.prototype={ +k(a){return"CanvasKitError: "+this.a}} +A.D7.prototype={ +PL(a,b){var s={} +s.a=!1 +this.a.or(A.cn(J.rY(a.b,"text"))).c1(new A.SZ(s,b),t.P).AG(new A.T_(s,b))}, +P9(a){this.b.ro().c1(new A.SX(a),t.P).AG(new A.SY(this,a))}} +A.SZ.prototype={ +$1(a){var s=this.b +if(a){s.toString +s.$1(B.Y.c_([!0]))}else{s.toString +s.$1(B.Y.c_(["copy_fail","Clipboard.setData failed",null])) +this.a.a=!0}}, +$S:79} +A.T_.prototype={ +$1(a){var s +if(!this.a.a){s=this.b +s.toString +s.$1(B.Y.c_(["copy_fail","Clipboard.setData failed",null]))}}, +$S:26} +A.SX.prototype={ +$1(a){var s=A.aD(["text",a],t.N,t.z),r=this.a +r.toString +r.$1(B.Y.c_([s]))}, +$S:219} +A.SY.prototype={ +$1(a){var s +if(a instanceof A.qK){A.Wk(B.t,null,t.H).c1(new A.SW(this.b),t.P) +return}s=this.b +A.Rf("Could not get text from clipboard: "+A.m(a)) +s.toString +s.$1(B.Y.c_(["paste_fail","Clipboard.getData failed",null]))}, +$S:26} +A.SW.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(null)}, +$S:22} +A.SU.prototype={ +or(a){return this.PK(a)}, +PK(a){var s=0,r=A.a_(t.y),q,p=2,o,n,m,l,k +var $async$or=A.W(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:p=4 +m=self.window.navigator.clipboard +m.toString +a.toString +s=7 +return A.a5(A.o9(m.writeText(a),t.z),$async$or) +case 7:p=2 +s=6 +break +case 4:p=3 +k=o +n=A.an(k) +A.Rf("copy is not successful "+A.m(n)) +m=A.cT(!1,t.y) +q=m +s=1 +break +s=6 +break +case 3:s=2 +break +case 6:q=A.cT(!0,t.y) +s=1 +break +case 1:return A.Y(q,r) +case 2:return A.X(o,r)}}) +return A.Z($async$or,r)}} +A.SV.prototype={ +ro(){var s=0,r=A.a_(t.N),q +var $async$ro=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:q=A.o9(self.window.navigator.clipboard.readText(),t.N) +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$ro,r)}} +A.Vy.prototype={ +or(a){return A.cT(this.a3c(a),t.y)}, +a3c(a){var s,r,q,p,o="-99999px",n="transparent",m=A.bD(self.document,"textarea"),l=m.style +A.R(l,"position","absolute") +A.R(l,"top",o) +A.R(l,"left",o) +A.R(l,"opacity","0") +A.R(l,"color",n) +A.R(l,"background-color",n) +A.R(l,"background",n) +self.document.body.append(m) +s=m +A.ajh(s,a) +s.focus() +s.select() +r=!1 +try{r=self.document.execCommand("copy") +if(!r)A.Rf("copy is not successful")}catch(p){q=A.an(p) +A.Rf("copy is not successful "+A.m(q))}finally{s.remove()}return r}} +A.Vz.prototype={ +ro(){return A.afG(new A.qK("Paste is not implemented for this browser."),null,t.N)}} +A.VN.prototype={ +gL4(){var s=this.b +if(s==null)s=null +else{s=s.canvasKitForceCpuOnly +if(s==null)s=null}return s===!0}, +ga7q(){var s=this.b +if(s==null)s=null +else{s=s.debugShowSemanticsNodes +if(s==null)s=null}return s===!0}} +A.U0.prototype={ +$1(a){return this.a.warn(a)}, +$S:7} +A.U2.prototype={ +$1(a){a.toString +return A.bE(a)}, +$S:309} +A.EB.prototype={ +gbj(){return B.c.ae(this.b.status)}, +gBT(){var s=this.b,r=B.c.ae(s.status)>=200&&B.c.ae(s.status)<300,q=B.c.ae(s.status),p=B.c.ae(s.status),o=B.c.ae(s.status)>307&&B.c.ae(s.status)<400 +return r||q===0||p===304||o}, +gwA(){var s=this +if(!s.gBT())throw A.h(new A.EA(s.a,s.gbj())) +return new A.X5(s.b)}, +$iajR:1} +A.X5.prototype={ +wH(a,b){var s=0,r=A.a_(t.H),q=this,p,o,n +var $async$wH=A.W(function(c,d){if(c===1)return A.X(d,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.a5(A.o9(n.read(),p),$async$wH) +case 4:o=d +if(o.done){s=3 +break}a.$1(b.a(o.value)) +s=2 +break +case 3:return A.Y(null,r)}}) +return A.Z($async$wH,r)}, +mY(){var s=0,r=A.a_(t.pI),q,p=this,o +var $async$mY=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:s=3 +return A.a5(A.o9(p.a.arrayBuffer(),t.X),$async$mY) +case 3:o=b +o.toString +q=t.pI.a(o) +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$mY,r)}} +A.EA.prototype={ +k(a){return'Flutter Web engine failed to fetch "'+this.a+'". HTTP request succeeded, but the server responded with HTTP status '+this.b+"."}, +$icH:1} +A.Ez.prototype={ +k(a){return'Flutter Web engine failed to complete HTTP request to fetch "'+this.a+'": '+A.m(this.b)}, +$icH:1} +A.DP.prototype={} +A.ub.prototype={} +A.ae5.prototype={ +$2(a,b){this.a.$2(J.iu(a,t.e),b)}, +$S:313} +A.adZ.prototype={ +$1(a){var s=A.nB(a) +if(B.Wj.n(0,B.b.gaq(s.gwz())))return s.k(0) +self.window.console.error("URL rejected by TrustedTypes policy flutter-engine: "+a+"(download prevented)") +return null}, +$S:323} +A.Km.prototype={ +v(){var s=++this.b,r=this.a +if(s>r.length)throw A.h(A.aQ("Iterator out of bounds")) +return s"))}, +gD(a){return B.c.ae(this.a.length)}} +A.Kn.prototype={ +v(){var s=++this.b,r=this.a +if(s>r.length)throw A.h(A.aQ("Iterator out of bounds")) +return s"))}, +gD(a){return B.c.ae(this.a.length)}} +A.DO.prototype={ +gF(){var s=this.b +s===$&&A.b() +return s}, +v(){var s=this.a.next() +if(s.done)return!1 +this.b=this.$ti.c.a(s.value) +return!0}} +A.Ed.prototype={ +a59(a){var s=this.e +if(a==null?s!=null:a!==s){if(s!=null)s.remove() +this.e=a +s=this.b +s.toString +a.toString +s.append(a)}}, +OR(){var s=this.d.style,r=$.ct().x +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}A.R(s,"transform","scale("+A.m(1/r)+")")}, +a0d(a){var s +this.OR() +s=$.cO() +if(!B.wP.n(0,s)&&!$.ct().aan()&&$.Rp().c){$.ct().Lf(!0) +$.aL().C3()}else{s=$.ct() +s.n6() +s.Lf(!1) +$.aL().C3()}}, +PP(a){var s,r,q,p,o,n=self.window.screen +if(n!=null){s=n.orientation +if(s!=null){p=J.b1(a) +if(p.ga6(a)){s.unlock() +return A.cT(!0,t.y)}else{r=A.atN(A.cn(p.gU(a))) +if(r!=null){q=new A.bk(new A.am($.ac,t.ot),t.BT) +try{A.o9(s.lock(r),t.z).c1(new A.VS(q),t.P).AG(new A.VT(q))}catch(o){p=A.cT(!1,t.y) +return p}return q.a}}}}return A.cT(!1,t.y)}} +A.VS.prototype={ +$1(a){this.a.e8(!0)}, +$S:26} +A.VT.prototype={ +$1(a){this.a.e8(!1)}, +$S:26} +A.aeN.prototype={ +$1(a){$.ahe=!1 +$.aL().i7("flutter/system",$.apP(),new A.aeM())}, +$S:127} +A.aeM.prototype={ +$1(a){}, +$S:23} +A.W0.prototype={ +a7X(a,b){var s,r,q,p,o,n=this,m=A.ax(t.S) +for(s=new A.a0O(a),r=n.d,q=n.c;s.v();){p=s.d +if(!(p<160||r.n(0,p)||q.n(0,p)))m.J(0,p)}if(m.a===0)return +o=A.ah(m,!0,m.$ti.c) +if(n.a.Pd(o,b).length!==0)n.a54(o)}, +a54(a){var s=this +s.ax.P(0,a) +if(!s.ay){s.ay=!0 +s.as=A.Wk(B.t,new A.W7(s),t.H)}}, +WM(){var s,r +this.ay=!1 +s=this.ax +if(s.a===0)return +r=A.ah(s,!0,A.l(s).c) +s.a7(0) +this.a8h(r)}, +a8h(a){var s,r,q,p,o,n,m,l=this,k=A.ax(t.Te),j=t.S,i=A.ax(j),h=A.ax(j) +for(s=a.length,r=l.f,q=r.$ti.i("C<1>"),r=r.a,p=0;pa){B.b.a7(a7) +a7.push(a0) +a=a3}else if(a3===a)a7.push(a0)}if(a===0)break +d.a=B.b.gU(a7) +if(a7.length>1)if(B.b.M7(a7,new A.W9(a5))){if(!m||!l||!k||j){if(B.b.n(a7,s))d.a=s}else if(!n||!i||a8){if(B.b.n(a7,e))d.a=e}else if(o){if(B.b.n(a7,f))d.a=f}else if(p){if(B.b.n(a7,g))d.a=g}else if(q){if(B.b.n(a7,h))d.a=h}else if(B.b.n(a7,s))d.a=s}else if(B.b.n(a7,r))d.a=r +else if(B.b.n(a7,s))d.a=s +a9.Gn(new A.Wa(d),!0) +a6.J(0,d.a)}return a6}} +A.W1.prototype={ +$1(a){return a.a==="Noto Sans SC"}, +$S:37} +A.W2.prototype={ +$1(a){return a.a==="Noto Sans TC"}, +$S:37} +A.W3.prototype={ +$1(a){return a.a==="Noto Sans HK"}, +$S:37} +A.W4.prototype={ +$1(a){return a.a==="Noto Sans JP"}, +$S:37} +A.W5.prototype={ +$1(a){return a.a==="Noto Sans KR"}, +$S:37} +A.W6.prototype={ +$1(a){return a.a==="Noto Sans Symbols"}, +$S:37} +A.W8.prototype={ +$0(){return A.c([],t.oR)}, +$S:356} +A.W7.prototype={ +$0(){var s=0,r=A.a_(t.H),q=this,p +var $async$$0=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:p=q.a +p.WM() +p.ay=!1 +p=p.b +p===$&&A.b() +s=2 +return A.a5(p.adj(),$async$$0) +case 2:return A.Y(null,r)}}) +return A.Z($async$$0,r)}, +$S:34} +A.W9.prototype={ +$1(a){var s=this.a +return a===s.r||a===s.w||a===s.x||a===s.y||a===s.z}, +$S:37} +A.Wa.prototype={ +$1(a){return this.a.a.n(0,a)}, +$S:33} +A.E5.prototype={ +adj(){var s=this.f +if(s==null)return A.cT(null,t.H) +else return s.a}, +J(a,b){var s,r,q=this +if(q.c.n(0,b)||q.d.ak(b.b))return +s=q.d +r=s.a +s.p(0,b.b,b) +if(q.f==null)q.f=new A.bk(new A.am($.ac,t.V),t.gR) +if(r===0)A.bN(B.t,q.gQc())}, +mj(){var s=0,r=A.a_(t.H),q=this,p,o,n,m,l,k,j,i +var $async$mj=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:j=A.A(t.N,t.uz) +i=A.c([],t.s) +for(p=q.d,o=p.gbk(),o=new A.dk(J.av(o.a),o.b),n=t.H,m=A.l(o).z[1];o.v();){l=o.a +if(l==null)l=m.a(l) +j.p(0,l.b,A.atT(new A.VD(q,l,i),n))}s=2 +return A.a5(A.uy(j.gbk(),n),$async$mj) +case 2:B.b.im(i) +for(o=i.length,n=q.a,m=n.at,k=0;k");s.v();){p=s.gF() +o=p.a +p=p.b +r.push(new A.hQ(a,o,p,p,q))}}, +$S(){return this.b.i("~(0,P)")}} +A.XF.prototype={ +$2(a,b){return a.b-b.b}, +$S(){return this.a.i("p(hQ<0>,hQ<0>)")}} +A.XH.prototype={ +$1(a){var s,r,q=a.length +if(q===0)return null +if(q===1)return B.b.gbO(a) +s=q/2|0 +r=a[s] +r.e=this.$1(B.b.ca(a,0,s)) +r.f=this.$1(B.b.dE(a,s+1)) +return r}, +$S(){return this.a.i("hQ<0>?(P>)")}} +A.XG.prototype={ +$1(a){var s,r=this,q=a.e,p=q==null +if(p&&a.f==null)a.d=a.c +else if(p){q=a.f +q.toString +r.$1(q) +a.d=Math.max(a.c,a.f.d)}else{p=a.f +s=a.c +if(p==null){r.$1(q) +a.d=Math.max(s,a.e.d)}else{r.$1(p) +q=a.e +q.toString +r.$1(q) +a.d=Math.max(s,Math.max(a.e.d,a.f.d))}}}, +$S(){return this.a.i("~(hQ<0>)")}} +A.hQ.prototype={ +xh(a,b){var s,r=this +if(a>r.d)return +s=r.e +if(s!=null)s.xh(a,b) +s=r.b +if(s<=a&&a<=r.c)b.push(r.a) +if(a1&&e.charCodeAt(0)<127&&e.charCodeAt(1)<127) +o=A.ayV(new A.Y3(h,e,a,p,q),t.S) +if(f.type!=="keydown")if(h.b){r=A.m7(f) +r.toString +r=r==="CapsLock" +n=r}else n=!1 +else n=!0 +if(h.b){r=A.m7(f) +r.toString +r=r==="CapsLock"}else r=!1 +if(r){h.IC(B.t,new A.Y4(s,q,o),new A.Y5(h,q)) +m=B.bg}else if(n){r=h.f +if(r.h(0,q)!=null){l=f.repeat +if(l==null)l=g +if(l===!0)m=B.PD +else{l=h.d +l.toString +l.$1(new A.ez(s,B.aW,q,o.$0(),g,!0)) +r.C(0,q) +m=B.bg}}else m=B.bg}else{if(h.f.h(0,q)==null){f.preventDefault() +return}m=B.aW}r=h.f +k=r.h(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.C(0,q) +else r.p(0,q,j) +$.aq_().ac(0,new A.Y6(h,o,a,s)) +if(p)if(!l)h.a3H(q,o.$0(),s) +else{r=h.r.C(0,q) +if(r!=null)r.$0()}if(p)i=e +else i=g +e=k==null?o.$0():k +r=m===B.aW?g:i +if(h.d.$1(new A.ez(s,m,q,e,r,!1)))f.preventDefault()}, +fW(a){var s=this,r={} +r.a=!1 +s.d=new A.Yb(r,s) +try{s.Yt(a)}finally{if(!r.a)s.d.$1(B.PC) +s.d=null}}, +xT(a,b,c,d,e){var s=this,r=$.aq6(),q=$.aq7(),p=$.ai5() +s.un(r,q,p,a?B.bg:B.aW,e) +r=$.aih() +q=$.aii() +p=$.ai6() +s.un(r,q,p,b?B.bg:B.aW,e) +r=$.aq8() +q=$.aq9() +p=$.ai7() +s.un(r,q,p,c?B.bg:B.aW,e) +r=$.aqa() +q=$.aqb() +p=$.ai8() +s.un(r,q,p,d?B.bg:B.aW,e)}, +un(a,b,c,d,e){var s,r=this,q=r.f,p=q.ak(a),o=q.ak(b),n=p||o,m=d===B.bg&&!n,l=d===B.aW&&n +if(m){r.a.$1(new A.ez(A.ahd(e),B.bg,a,c,null,!0)) +q.p(0,a,c)}if(l&&p){s=q.h(0,a) +s.toString +r.Jm(e,a,s)}if(l&&o){q=q.h(0,b) +q.toString +r.Jm(e,b,q)}}, +Jm(a,b,c){this.a.$1(new A.ez(A.ahd(a),B.aW,b,c,null,!0)) +this.f.C(0,b)}} +A.Y7.prototype={ +$1(a){var s=this +if(!s.a.a&&!s.b.e){s.c.$0() +s.b.a.$1(s.d.$0())}}, +$S:22} +A.Y8.prototype={ +$0(){this.a.a=!0}, +$S:0} +A.Y9.prototype={ +$0(){return new A.ez(new A.aM(this.a.a+2e6),B.aW,this.b,this.c,null,!0)}, +$S:129} +A.Ya.prototype={ +$0(){this.a.f.C(0,this.b)}, +$S:0} +A.Y3.prototype={ +$0(){var s,r,q,p,o,n=this,m=n.b,l=B.ST.h(0,m) +if(l!=null)return l +s=n.c.a +if(B.rp.ak(A.hH(s))){m=A.hH(s) +m.toString +m=B.rp.h(0,m) +r=m==null?null:m[B.c.ae(s.location)] +r.toString +return r}if(n.d){q=n.a.c.Pb(A.m7(s),A.hH(s),B.c.ae(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.gA(m)+98784247808}, +$S:62} +A.Y4.prototype={ +$0(){return new A.ez(this.a,B.aW,this.b,this.c.$0(),null,!0)}, +$S:129} +A.Y5.prototype={ +$0(){this.a.f.C(0,this.b)}, +$S:0} +A.Y6.prototype={ +$2(a,b){var s,r,q=this +if(J.d(q.b.$0(),a))return +s=q.a +r=s.f +if(r.a6m(a)&&!b.$1(q.c))r.CS(0,new A.Y2(s,a,q.d))}, +$S:242} +A.Y2.prototype={ +$2(a,b){var s=this.b +if(b!==s)return!1 +this.a.d.$1(new A.ez(this.c,B.aW,a,s,null,!0)) +return!0}, +$S:259} +A.Yb.prototype={ +$1(a){this.a.a=!0 +return this.b.a.$1(a)}, +$S:88} +A.YV.prototype={} +A.Sg.prototype={ +ga4k(){var s=this.a +s===$&&A.b() +return s}, +m(){var s=this +if(s.c||s.gkW()==null)return +s.c=!0 +s.a4l()}, +qm(){var s=0,r=A.a_(t.H),q=this +var $async$qm=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:s=q.gkW()!=null?2:3 +break +case 2:s=4 +return A.a5(q.j5(),$async$qm) +case 4:s=5 +return A.a5(q.gkW().rt(-1),$async$qm) +case 5:case 3:return A.Y(null,r)}}) +return A.Z($async$qm,r)}, +gjt(){var s=this.gkW() +s=s==null?null:s.kZ() +return s==null?"/":s}, +gK(){var s=this.gkW() +return s==null?null:s.DE()}, +a4l(){return this.ga4k().$0()}} +A.vu.prototype={ +U5(a){var s,r=this,q=r.d +if(q==null)return +r.a=q.Aj(r.gCu()) +if(!r.z1(r.gK())){s=t.z +q.m2(A.aD(["serialCount",0,"state",r.gK()],s,s),"flutter",r.gjt())}r.e=r.gyy()}, +gyy(){if(this.z1(this.gK())){var s=this.gK() +s.toString +return B.c.ae(A.io(t.f.a(s).h(0,"serialCount")))}return 0}, +z1(a){return t.f.b(a)&&a.h(0,"serialCount")!=null}, +rC(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.aD(["serialCount",r,"state",c],s,s) +a.toString +q.m2(s,"flutter",a)}else{r===$&&A.b();++r +this.e=r +s=A.aD(["serialCount",r,"state",c],s,s) +a.toString +q.O5(s,"flutter",a)}}}, +E0(a){return this.rC(a,!1,null)}, +Cv(a){var s,r,q,p,o=this +if(!o.z1(a)){s=o.d +s.toString +r=o.e +r===$&&A.b() +q=t.z +s.m2(A.aD(["serialCount",r+1,"state",a],q,q),"flutter",o.gjt())}o.e=o.gyy() +s=$.aL() +r=o.gjt() +t.Xx.a(a) +q=a==null?null:a.h(0,"state") +p=t.z +s.i7("flutter/navigation",B.aD.i2(new A.ft("pushRouteInformation",A.aD(["location",r,"state",q],p,p))),new A.Z4())}, +j5(){var s=0,r=A.a_(t.H),q,p=this,o,n,m +var $async$j5=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:p.m() +if(p.b||p.d==null){s=1 +break}p.b=!0 +o=p.gyy() +s=o>0?3:4 +break +case 3:s=5 +return A.a5(p.d.rt(-o),$async$j5) +case 5:case 4:n=p.gK() +n.toString +t.f.a(n) +m=p.d +m.toString +m.m2(n.h(0,"state"),"flutter",p.gjt()) +case 1:return A.Y(q,r)}}) +return A.Z($async$j5,r)}, +gkW(){return this.d}} +A.Z4.prototype={ +$1(a){}, +$S:23} +A.wZ.prototype={ +Uc(a){var s,r=this,q=r.d +if(q==null)return +r.a=q.Aj(r.gCu()) +s=r.gjt() +if(!A.ags(A.aji(self.window.history))){q.m2(A.aD(["origin",!0,"state",r.gK()],t.N,t.z),"origin","") +r.a3m(q,s)}}, +rC(a,b,c){var s=this.d +if(s!=null)this.zO(s,a,!0)}, +E0(a){return this.rC(a,!1,null)}, +Cv(a){var s,r=this,q="flutter/navigation" +if(A.alj(a)){s=r.d +s.toString +r.a3l(s) +$.aL().i7(q,B.aD.i2(B.Ti),new A.a2c())}else if(A.ags(a)){s=r.f +s.toString +r.f=null +$.aL().i7(q,B.aD.i2(new A.ft("pushRoute",s)),new A.a2d())}else{r.f=r.gjt() +r.d.rt(-1)}}, +zO(a,b,c){var s +if(b==null)b=this.gjt() +s=this.e +if(c)a.m2(s,"flutter",b) +else a.O5(s,"flutter",b)}, +a3m(a,b){return this.zO(a,b,!1)}, +a3l(a){return this.zO(a,null,!1)}, +j5(){var s=0,r=A.a_(t.H),q,p=this,o,n +var $async$j5=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:p.m() +if(p.b||p.d==null){s=1 +break}p.b=!0 +o=p.d +s=3 +return A.a5(o.rt(-1),$async$j5) +case 3:n=p.gK() +n.toString +o.m2(t.f.a(n).h(0,"state"),"flutter",p.gjt()) +case 1:return A.Y(q,r)}}) +return A.Z($async$j5,r)}, +gkW(){return this.d}} +A.a2c.prototype={ +$1(a){}, +$S:23} +A.a2d.prototype={ +$1(a){}, +$S:23} +A.K.prototype={ +gzy(){var s,r=this,q=r.d +if(q===$){s=A.aAl(r.c) +r.d!==$&&A.aK() +r.d=s +q=s}return q}, +n(a,b){var s,r,q,p=this.gzy().length-1 +for(s=0;s<=p;){r=B.h.eT(s+p,2) +q=this.gzy()[r] +if(q.a>b)p=r-1 +else{if(q.b>=b)return!0 +s=r+1}}return!1}} +A.iy.prototype={ +j(a,b){if(b==null)return!1 +if(!(b instanceof A.iy))return!1 +return b.a===this.a&&b.b===this.b}, +gA(a){return A.L(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){return"["+this.a+", "+this.b+"]"}} +A.Za.prototype={} +A.Ex.prototype={ +gHX(){var s,r=this,q=r.c +if(q===$){s=t.e.a(A.bc(r.ga0L())) +r.c!==$&&A.aK() +r.c=s +q=s}return q}, +a0M(a){var s,r,q,p=A.ajj(a) +p.toString +for(s=this.a,r=s.length,q=0;q>>0)) +g.eD(c,B.Y.c_([!0])) +return +case"SystemChrome.setSystemUIOverlayStyle":l=A.fk(t.xE.a(s.b).h(0,"statusBarColor")) +A.aoj(l==null?null:new A.n(l>>>0)) +g.eD(c,B.Y.c_([!0])) +return +case"SystemChrome.setPreferredOrientations":o=t.j.a(s.b) +$.eL.PP(o).c1(new A.Vh(g,c),t.P) +return +case"SystemSound.play":g.eD(c,B.Y.c_([!0])) +return +case"Clipboard.setData":new A.D7(A.aiZ(),A.akG()).PL(s,c) +return +case"Clipboard.getData":new A.D7(A.aiZ(),A.akG()).P9(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":$.Rp().gpP().a9t(b,c) +return +case"flutter/contextmenu":switch(B.aD.hr(b).a){case"enableContextMenu":$.eL.a.M0() +g.eD(c,B.Y.c_([!0])) +return +case"disableContextMenu":$.eL.a.LO() +g.eD(c,B.Y.c_([!0])) +return}return +case"flutter/mousecursor":s=B.co.hr(b) +o=t.f.a(s.b) +switch(s.a){case"activateSystemCursor":$.ag4.toString +q=A.cn(o.h(0,"kind")) +k=$.eL.f +k===$&&A.b() +q=B.SQ.h(0,q) +A.ht(k,"cursor",q==null?"default":q) +break}return +case"flutter/web_test_e2e":g.eD(c,B.Y.c_([A.azC(B.aD,b)])) +return +case"flutter/platform_views":q=g.cy +if(q==null)q=g.cy=new A.ZT($.aik(),new A.Vi()) +c.toString +q.a93(b,c) +return +case"flutter/accessibility":q=$.eL.y +q===$&&A.b() +k=t.f +j=k.a(k.a(B.bM.fh(b)).h(0,"data")) +i=A.cn(j.h(0,"message")) +if(i!=null&&i.length!==0){h=A.afV(j,"assertiveness") +q.KG(i,B.Qc[h==null?0:h])}g.eD(c,B.bM.c_(!0)) +return +case"flutter/navigation":g.d.h(0,0).BK(b).c1(new A.Vj(g,c),t.P) +g.ry="/" +return}q=$.aoe +if(q!=null){q.$3(a,b,c) +return}g.eD(c,null)}, +p9(a,b){return this.Yw(a,b)}, +Yw(a,b){var s=0,r=A.a_(t.H),q=1,p,o=this,n,m,l,k,j,i +var $async$p9=A.W(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.a5(A.rV($.BQ.x5(a)),$async$p9) +case 6:n=i.a(d) +s=7 +return A.a5(n.gwA().mY(),$async$p9) +case 7:m=d +o.eD(b,A.mO(m,0,null)) +q=1 +s=5 +break +case 3:q=2 +j=p +l=A.an(j) +$.df().$1("Error while trying to load an asset: "+A.m(l)) +o.eD(b,null) +s=5 +break +case 2:s=1 +break +case 5:return A.Y(null,r) +case 1:return A.X(p,r)}}) +return A.Z($async$p9,r)}, +Xy(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}}, +jb(){var s=$.aoh +if(s==null)throw A.h(A.dK("scheduleFrameCallback must be initialized first.")) +s.$0()}, +Ut(){var s=this +if(s.dy!=null)return +s.a=s.a.Ln(A.afx()) +s.dy=A.c1(self.window,"languagechange",new A.Vf(s))}, +Up(){var s,r,q,p=new globalThis.MutationObserver(A.bc(new A.Ve(this))) +this.fy=p +s=self.document.documentElement +s.toString +r=A.c(["style"],t.s) +q=A.A(t.N,t.z) +q.p(0,"attributes",!0) +q.p(0,"attributeFilter",r) +r=A.aB(q) +if(r==null)r=t.K.a(r) +p.observe(s,r)}, +K5(a){var s=this,r=s.a +if(r.d!==a){s.a=r.a6E(a) +A.jW(null,null) +A.jW(s.k3,s.k4)}}, +a4q(a){var s=this.a,r=s.a +if((r.a&32)!==0!==a){this.a=s.Ll(r.a6B(a)) +A.jW(null,null)}}, +Ul(){var s,r=this,q=r.k1 +r.K5(q.matches?B.R:B.x) +s=t.e.a(A.bc(new A.Vd(r))) +r.k2=s +q.addListener(s)}, +iT(a,b,c){A.C_(this.p4,this.R8,new A.q7(b,0,a,c))}, +gAY(){var s=this.ry +return s==null?this.ry=this.d.h(0,0).guT().gjt():s}, +eD(a,b){A.Wk(B.t,null,t.H).c1(new A.Vm(a,b),t.P)}} +A.Vl.prototype={ +$0(){return this.a.$1(this.b.$1(this.c))}, +$S:0} +A.Vk.prototype={ +$1(a){this.a.m3(this.b,a)}, +$S:23} +A.Vg.prototype={ +$1(a){this.a.eD(this.b,B.Y.c_([!0]))}, +$S:22} +A.Vh.prototype={ +$1(a){this.a.eD(this.b,B.Y.c_([a]))}, +$S:79} +A.Vi.prototype={ +$1(a){var s=$.eL.r +s===$&&A.b() +s.append(a)}, +$S:2} +A.Vj.prototype={ +$1(a){var s=this.b +if(a)this.a.eD(s,B.Y.c_([!0])) +else if(s!=null)s.$1(null)}, +$S:79} +A.Vf.prototype={ +$1(a){var s=this.a +s.a=s.a.Ln(A.afx()) +A.jW(s.fr,s.fx)}, +$S:2} +A.Ve.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=null +for(s=J.av(a),r=t.e,q=this.a;s.v();){p=s.gF() +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.aBR(o) +m=(n==null?16:n)/16 +o=q.a +if(o.e!==m){q.a=o.AP(m) +A.jW(l,l) +A.jW(q.go,q.id)}}}}, +$S:260} +A.Vd.prototype={ +$1(a){var s=A.ajj(a) +s.toString +s=s?B.R:B.x +this.a.K5(s)}, +$S:2} +A.Vm.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(this.b)}, +$S:22} +A.aey.prototype={ +$0(){this.a.$2(this.b,this.c)}, +$S:0} +A.Io.prototype={ +k(a){return A.r(this).k(0)+"[view: null, geometry: "+B.U.k(0)+"]"}} +A.G1.prototype={ +pY(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.G1(r,!1,q,p,o,n,s.r,s.w)}, +Ll(a){return this.pY(a,null,null,null,null)}, +Ln(a){return this.pY(null,a,null,null,null)}, +AP(a){return this.pY(null,null,null,null,a)}, +a6E(a){return this.pY(null,null,a,null,null)}, +a6G(a){return this.pY(null,null,null,a,null)}} +A.ZR.prototype={ +acp(a,b,c){this.d.p(0,b,a) +return this.b.bK(b,new A.ZS(this,"flt-pv-slot-"+b,a,b,c))}, +a2C(a){var s,r,q +if(a==null)return +s=$.eO() +if(s!==B.aA){a.remove() +return}s=a.getAttribute("slot") +r="tombstone-"+A.m(s==null?null:s) +q=A.bD(self.document,"slot") +A.R(q.style,"display","none") +s=A.aB(r) +if(s==null)s=t.K.a(s) +q.setAttribute("name",s) +s=$.eL.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.ZS.prototype={ +$0(){var s,r,q=this,p=A.bD(self.document,"flt-platform-view"),o=A.aB(q.b) +if(o==null)o=t.K.a(o) +p.setAttribute("slot",o) +o=q.c +s=q.a.a.h(0,o) +s.toString +t.xA.a(s) +r=s.$1(q.d) +if(r.style.getPropertyValue("height").length===0){$.df().$1("Height of Platform View type: ["+o+"] may not be set. Defaulting to `height: 100%`.\nSet `style.height` to any appropriate value to stop this message.") +A.R(r.style,"height","100%")}if(r.style.getPropertyValue("width").length===0){$.df().$1("Width of Platform View type: ["+o+"] may not be set. Defaulting to `width: 100%`.\nSet `style.width` to any appropriate value to stop this message.") +A.R(r.style,"width","100%")}p.append(r) +return p}, +$S:73} +A.ZT.prototype={ +W4(a,b){var s=t.f.a(a.b),r=B.c.ae(A.hq(s.h(0,"id"))),q=A.bE(s.h(0,"viewType")),p=s.h(0,"params"),o=this.b +if(!o.a.ak(q)){b.$1(B.co.ly("unregistered_view_type","If you are the author of the PlatformView, make sure `registerViewFactory` is invoked.","A HtmlElementView widget is trying to create a platform view with an unregistered type: <"+q+">.")) +return}if(o.b.ak(r)){b.$1(B.co.ly("recreating_view","view id: "+r,"trying to create an already created view")) +return}this.c.$1(o.acp(q,r,p)) +b.$1(B.co.qj(null))}, +a93(a,b){var s,r=B.co.hr(a) +switch(r.a){case"create":this.W4(r,b) +return +case"dispose":s=this.b +s.a2C(s.b.C(0,A.em(r.b))) +b.$1(B.co.qj(null)) +return}b.$1(null)}} +A.a0Q.prototype={ +adm(){A.bP(self.document,"touchstart",t.e.a(A.bc(new A.a0R())),null)}} +A.a0R.prototype={ +$1(a){}, +$S:2} +A.G2.prototype={ +W_(){var s,r=this +if("PointerEvent" in self.window){s=new A.a9Q(A.A(t.S,t.ZW),A.c([],t.he),r.a,r.gzq(),r.c,r.d) +s.os() +return s}if("TouchEvent" in self.window){s=new A.ac7(A.ax(t.S),A.c([],t.he),r.a,r.gzq(),r.c,r.d) +s.os() +return s}if("MouseEvent" in self.window){s=new A.a9q(new A.nJ(),A.c([],t.he),r.a,r.gzq(),r.c,r.d) +s.os() +return s}throw A.h(A.aA("This browser does not support pointer, touch, or mouse events."))}, +a0R(a){var s=A.c(a.slice(0),A.a7(a)),r=$.aL() +A.C_(r.Q,r.as,new A.vS(s))}} +A.a_3.prototype={ +k(a){return"pointers:"+("PointerEvent" in self.window)+", touch:"+("TouchEvent" in self.window)+", mouse:"+("MouseEvent" in self.window)}} +A.zm.prototype={} +A.a6c.prototype={ +Ag(a,b,c,d){var s=t.e.a(A.bc(new A.a6d(c))) +A.bP(a,b,s,d) +this.a.push(new A.zm(b,a,s,d,!1))}, +a51(a,b,c){return this.Ag(a,b,c,!0)}} +A.a6d.prototype={ +$1(a){var s=$.d3 +if((s==null?$.d3=A.iE():s).O9(a))this.a.$1(a)}, +$S:2} +A.Px.prototype={ +Hy(a,b){if(b==null)return!1 +return Math.abs(b- -3*a)>1}, +a_J(a){var s,r,q,p,o,n=this,m=$.eO() +if(m===B.cn)return!1 +if(n.Hy(a.deltaX,A.ajo(a))||n.Hy(a.deltaY,A.ajp(a)))return!1 +if(!(B.c.c9(a.deltaX,120)===0&&B.c.c9(a.deltaY,120)===0)){m=A.ajo(a) +if(B.c.c9(m==null?1:m,120)===0){m=A.ajp(a) +m=B.c.c9(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.e5(a)!=null)m=(r?null:A.e5(s))!=null +else m=!1 +if(m){m=A.e5(a) +m.toString +s.toString +s=A.e5(s) +s.toString +if(m-s<50&&n.r)return!0}return!1}}return!0}, +VY(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this +if(d.a_J(a)){s=B.aI +r=-2}else{s=B.aN +r=-1}q=a.deltaX +p=a.deltaY +switch(B.c.ae(a.deltaMode)){case 1:o=$.amY +if(o==null){n=A.bD(self.document,"div") +o=n.style +A.R(o,"font-size","initial") +A.R(o,"display","none") +self.document.body.append(n) +o=A.afw(self.window,n).getPropertyValue("font-size") +if(B.d.n(o,"px"))m=A.akO(A.ahO(o,"px","")) +else m=null +n.remove() +o=$.amY=m==null?16:m/4}q*=o +p*=o +break +case 2:o=$.ct() +q*=o.gnW().a +p*=o.gnW().b +break +case 0:o=$.cO() +if(o===B.bl){o=$.eO() +if(o!==B.aA)o=o===B.cn +else o=!0}else o=!1 +if(o){o=$.ct() +l=o.x +if(l==null){l=self.window.devicePixelRatio +if(l===0)l=1}q*=l +o=o.x +if(o==null){o=self.window.devicePixelRatio +if(o===0)o=1}p*=o}break +default:break}k=A.c([],t.v) +j=A.ahv(a,d.b) +o=$.cO() +if(o===B.bl){o=$.Y_ +o=o==null?null:o.goW().f.ak($.aih()) +if(o!==!0){o=$.Y_ +o=o==null?null:o.goW().f.ak($.aii()) +i=o===!0}else i=!0}else i=!1 +o=a.ctrlKey&&!i +l=d.d +h=j.a +if(o){o=A.e5(a) +o.toString +o=A.nI(o) +g=$.ct() +f=g.x +if(f==null){f=self.window.devicePixelRatio +if(f===0)f=1}g=g.x +if(g==null){g=self.window.devicePixelRatio +if(g===0)g=1}e=A.fQ(a) +e.toString +l.a6s(k,B.c.ae(e),B.ca,r,s,h*f,j.b*g,1,1,Math.exp(-p/200),B.V7,o)}else{o=A.e5(a) +o.toString +o=A.nI(o) +g=$.ct() +f=g.x +if(f==null){f=self.window.devicePixelRatio +if(f===0)f=1}g=g.x +if(g==null){g=self.window.devicePixelRatio +if(g===0)g=1}e=A.fQ(a) +e.toString +l.a6u(k,B.c.ae(e),B.ca,r,s,h*f,j.b*g,1,1,q,p,B.V6,o)}d.f=a +d.r=s===B.aI +return k}, +F4(a){var s=this.b,r=t.e.a(A.bc(a)),q=t.K,p=A.aB(A.aD(["capture",!1,"passive",!1],t.N,q)) +q=p==null?q.a(p):p +s.addEventListener("wheel",r,q) +this.a.push(new A.zm("wheel",s,r,!1,!0))}, +Hk(a){this.c.$1(this.VY(a)) +a.preventDefault()}} +A.ij.prototype={ +k(a){return A.r(this).k(0)+"(change: "+this.a.k(0)+", buttons: "+this.b+")"}} +A.nJ.prototype={ +DI(a,b){var s +if(this.a!==0)return this.xe(b) +s=(b===0&&a>-1?A.aAK(a):b)&1073741823 +this.a=s +return new A.ij(B.w6,s)}, +xe(a){var s=a&1073741823,r=this.a +if(r===0&&s!==0)return new A.ij(B.ca,r) +this.a=s +return new A.ij(s===0?B.ca:B.dA,s)}, +ru(a){if(this.a!==0&&(a&1073741823)===0){this.a=0 +return new A.ij(B.ir,0)}return null}, +DJ(a){if((a&1073741823)===0){this.a=0 +return new A.ij(B.ca,0)}return null}, +DK(a){var s +if(this.a===0)return null +s=this.a=(a==null?0:a)&1073741823 +if(s===0)return new A.ij(B.ir,s) +else return new A.ij(B.dA,s)}} +A.a9Q.prototype={ +yE(a){return this.w.bK(a,new A.a9S())}, +Iq(a){if(A.afv(a)==="touch")this.w.C(0,A.ajk(a))}, +y0(a,b,c,d,e){this.Ag(a,b,new A.a9R(this,d,c),e)}, +y_(a,b,c){return this.y0(a,b,c,!0,!0)}, +Uu(a,b,c,d){return this.y0(a,b,c,d,!0)}, +os(){var s=this,r=s.b +s.y_(r,"pointerdown",new A.a9T(s)) +s.y_(self.window,"pointermove",new A.a9U(s)) +s.y0(r,"pointerleave",new A.a9V(s),!1,!1) +s.y_(self.window,"pointerup",new A.a9W(s)) +s.Uu(r,"pointercancel",new A.a9X(s),!1) +s.F4(new A.a9Y(s))}, +fa(a,b,c){var s,r,q,p,o,n,m,l,k=this,j=A.afv(c) +j.toString +s=k.Ic(j) +j=A.ajl(c) +j.toString +r=A.ajm(c) +r.toString +j=Math.abs(j)>Math.abs(r)?A.ajl(c):A.ajm(c) +j.toString +r=A.e5(c) +r.toString +q=A.nI(r) +p=c.pressure +if(p==null)p=null +o=A.ahv(c,k.b) +r=k.mC(c) +n=$.ct() +m=n.x +if(m==null){m=self.window.devicePixelRatio +if(m===0)m=1}n=n.x +if(n==null){n=self.window.devicePixelRatio +if(n===0)n=1}l=p==null?0:p +k.d.a6t(a,b.b,b.a,r,s,o.a*m,o.b*n,l,1,B.cI,j/180*3.141592653589793,q)}, +WT(a){var s,r +if("getCoalescedEvents" in a){s=J.iu(a.getCoalescedEvents(),t.e) +r=new A.dx(s.a,s.$ti.i("dx<1,aC>")) +if(!r.ga6(r))return r}return A.c([a],t.J)}, +Ic(a){switch(a){case"mouse":return B.aN +case"pen":return B.b_ +case"touch":return B.ak +default:return B.bm}}, +mC(a){var s=A.afv(a) +s.toString +if(this.Ic(s)===B.aN)s=-1 +else{s=A.ajk(a) +s.toString +s=B.c.ae(s)}return s}} +A.a9S.prototype={ +$0(){return new A.nJ()}, +$S:299} +A.a9R.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.e5(a) +o.toString +this.a.e.xT(s,r,q,p,o)}this.c.$1(a)}, +$S:2} +A.a9T.prototype={ +$1(a){var s,r,q=this.a,p=q.mC(a),o=A.c([],t.v),n=q.yE(p),m=A.fQ(a) +m.toString +s=n.ru(B.c.ae(m)) +if(s!=null)q.fa(o,s,a) +m=B.c.ae(a.button) +r=A.fQ(a) +r.toString +q.fa(o,n.DI(m,B.c.ae(r)),a) +q.c.$1(o)}, +$S:14} +A.a9U.prototype={ +$1(a){var s,r,q,p,o=this.a,n=o.yE(o.mC(a)),m=A.c([],t.v) +for(s=J.av(o.WT(a));s.v();){r=s.gF() +q=r.buttons +if(q==null)q=null +q.toString +p=n.ru(B.c.ae(q)) +if(p!=null)o.fa(m,p,r) +q=r.buttons +if(q==null)q=null +q.toString +o.fa(m,n.xe(B.c.ae(q)),r)}o.c.$1(m)}, +$S:14} +A.a9V.prototype={ +$1(a){var s,r=this.a,q=r.yE(r.mC(a)),p=A.c([],t.v),o=A.fQ(a) +o.toString +s=q.DJ(B.c.ae(o)) +if(s!=null){r.fa(p,s,a) +r.c.$1(p)}}, +$S:14} +A.a9W.prototype={ +$1(a){var s,r,q,p=this.a,o=p.mC(a),n=p.w +if(n.ak(o)){s=A.c([],t.v) +n=n.h(0,o) +n.toString +r=A.fQ(a) +q=n.DK(r==null?null:B.c.ae(r)) +p.Iq(a) +if(q!=null){p.fa(s,q,a) +p.c.$1(s)}}}, +$S:14} +A.a9X.prototype={ +$1(a){var s,r=this.a,q=r.mC(a),p=r.w +if(p.ak(q)){s=A.c([],t.v) +p=p.h(0,q) +p.toString +p.a=0 +r.Iq(a) +r.fa(s,new A.ij(B.ip,0),a) +r.c.$1(s)}}, +$S:14} +A.a9Y.prototype={ +$1(a){this.a.Hk(a)}, +$S:2} +A.ac7.prototype={ +t2(a,b,c){this.a51(a,b,new A.ac8(this,!0,c))}, +os(){var s=this,r=s.b +s.t2(r,"touchstart",new A.ac9(s)) +s.t2(r,"touchmove",new A.aca(s)) +s.t2(r,"touchend",new A.acb(s)) +s.t2(r,"touchcancel",new A.acc(s))}, +tc(a,b,c,d,e){var s,r,q,p,o,n=A.atf(e) +n.toString +n=B.c.ae(n) +s=e.clientX +r=$.ct() +q=r.x +if(q==null){q=self.window.devicePixelRatio +if(q===0)q=1}p=e.clientY +r=r.x +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}o=c?1:0 +this.d.a6q(b,o,a,n,s*q,p*r,1,1,B.cI,d)}} +A.ac8.prototype={ +$1(a){var s=a.altKey,r=a.ctrlKey,q=a.metaKey,p=a.shiftKey,o=A.e5(a) +o.toString +this.a.e.xT(s,r,q,p,o) +this.c.$1(a)}, +$S:2} +A.ac9.prototype={ +$1(a){var s,r,q,p,o,n,m,l=A.e5(a) +l.toString +s=A.nI(l) +r=A.c([],t.v) +for(l=t.e,q=t.VA,q=A.bH(new A.jD(a.changedTouches,q),q.i("t.E"),l),l=A.bH(q.a,A.l(q).c,l),q=J.av(l.a),l=A.l(l),l=l.i("@<1>").av(l.z[1]).z[1],p=this.a;q.v();){o=l.a(q.gF()) +n=o.identifier +if(n==null)n=null +n.toString +m=p.w +if(!m.n(0,B.c.ae(n))){n=o.identifier +if(n==null)n=null +n.toString +m.J(0,B.c.ae(n)) +p.tc(B.w6,r,!0,s,o)}}p.c.$1(r)}, +$S:14} +A.aca.prototype={ +$1(a){var s,r,q,p,o,n,m +a.preventDefault() +s=A.e5(a) +s.toString +r=A.nI(s) +q=A.c([],t.v) +for(s=t.e,p=t.VA,p=A.bH(new A.jD(a.changedTouches,p),p.i("t.E"),s),s=A.bH(p.a,A.l(p).c,s),p=J.av(s.a),s=A.l(s),s=s.i("@<1>").av(s.z[1]).z[1],o=this.a;p.v();){n=s.a(p.gF()) +m=n.identifier +if(m==null)m=null +m.toString +if(o.w.n(0,B.c.ae(m)))o.tc(B.dA,q,!0,r,n)}o.c.$1(q)}, +$S:14} +A.acb.prototype={ +$1(a){var s,r,q,p,o,n,m,l +a.preventDefault() +s=A.e5(a) +s.toString +r=A.nI(s) +q=A.c([],t.v) +for(s=t.e,p=t.VA,p=A.bH(new A.jD(a.changedTouches,p),p.i("t.E"),s),s=A.bH(p.a,A.l(p).c,s),p=J.av(s.a),s=A.l(s),s=s.i("@<1>").av(s.z[1]).z[1],o=this.a;p.v();){n=s.a(p.gF()) +m=n.identifier +if(m==null)m=null +m.toString +l=o.w +if(l.n(0,B.c.ae(m))){m=n.identifier +if(m==null)m=null +m.toString +l.C(0,B.c.ae(m)) +o.tc(B.ir,q,!1,r,n)}}o.c.$1(q)}, +$S:14} +A.acc.prototype={ +$1(a){var s,r,q,p,o,n,m,l=A.e5(a) +l.toString +s=A.nI(l) +r=A.c([],t.v) +for(l=t.e,q=t.VA,q=A.bH(new A.jD(a.changedTouches,q),q.i("t.E"),l),l=A.bH(q.a,A.l(q).c,l),q=J.av(l.a),l=A.l(l),l=l.i("@<1>").av(l.z[1]).z[1],p=this.a;q.v();){o=l.a(q.gF()) +n=o.identifier +if(n==null)n=null +n.toString +m=p.w +if(m.n(0,B.c.ae(n))){n=o.identifier +if(n==null)n=null +n.toString +m.C(0,B.c.ae(n)) +p.tc(B.ip,r,!1,s,o)}}p.c.$1(r)}, +$S:14} +A.a9q.prototype={ +F1(a,b,c,d){this.Ag(a,b,new A.a9r(this,!0,c),d)}, +xY(a,b,c){return this.F1(a,b,c,!0)}, +os(){var s=this,r=s.b +s.xY(r,"mousedown",new A.a9s(s)) +s.xY(self.window,"mousemove",new A.a9t(s)) +s.F1(r,"mouseleave",new A.a9u(s),!1) +s.xY(self.window,"mouseup",new A.a9v(s)) +s.F4(new A.a9w(s))}, +fa(a,b,c){var s,r,q=A.ahv(c,this.b),p=A.e5(c) +p.toString +p=A.nI(p) +s=$.ct() +r=s.x +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}s=s.x +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}this.d.a6r(a,b.b,b.a,-1,B.aN,q.a*r,q.b*s,1,1,B.cI,p)}} +A.a9r.prototype={ +$1(a){var s=a.getModifierState("Alt"),r=a.getModifierState("Control"),q=a.getModifierState("Meta"),p=a.getModifierState("Shift"),o=A.e5(a) +o.toString +this.a.e.xT(s,r,q,p,o) +this.c.$1(a)}, +$S:2} +A.a9s.prototype={ +$1(a){var s,r,q=A.c([],t.v),p=this.a,o=p.w,n=A.fQ(a) +n.toString +s=o.ru(B.c.ae(n)) +if(s!=null)p.fa(q,s,a) +n=B.c.ae(a.button) +r=A.fQ(a) +r.toString +p.fa(q,o.DI(n,B.c.ae(r)),a) +p.c.$1(q)}, +$S:14} +A.a9t.prototype={ +$1(a){var s,r=A.c([],t.v),q=this.a,p=q.w,o=A.fQ(a) +o.toString +s=p.ru(B.c.ae(o)) +if(s!=null)q.fa(r,s,a) +o=A.fQ(a) +o.toString +q.fa(r,p.xe(B.c.ae(o)),a) +q.c.$1(r)}, +$S:14} +A.a9u.prototype={ +$1(a){var s,r=A.c([],t.v),q=this.a,p=A.fQ(a) +p.toString +s=q.w.DJ(B.c.ae(p)) +if(s!=null){q.fa(r,s,a) +q.c.$1(r)}}, +$S:14} +A.a9v.prototype={ +$1(a){var s,r=A.c([],t.v),q=this.a,p=A.fQ(a) +p=p==null?null:B.c.ae(p) +s=q.w.DK(p) +if(s!=null){q.fa(r,s,a) +q.c.$1(r)}}, +$S:14} +A.a9w.prototype={ +$1(a){this.a.Hk(a)}, +$S:2} +A.rw.prototype={} +A.ZV.prototype={ +th(a,b,c){return this.a.bK(a,new A.ZW(b,c))}, +lg(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.h(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.akJ(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)}, +zb(a,b,c){var s=this.a.h(0,a) +s.toString +return s.b!==b||s.c!==c}, +kh(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.h(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.akJ(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.cI,a5,!0,a6,a7)}, +pT(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var s,r,q,p=this +if(m===B.cI)switch(c.a){case 1:p.th(d,f,g) +a.push(p.lg(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.ak(d) +p.th(d,f,g) +if(!s)a.push(p.kh(b,B.iq,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.lg(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.ak(d) +p.th(d,f,g).a=$.amo=$.amo+1 +if(!s)a.push(p.kh(b,B.iq,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +if(p.zb(d,f,g))a.push(p.kh(0,B.ca,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.lg(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.lg(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.h(0,d) +q.toString +if(c===B.ip){f=q.b +g=q.c}if(p.zb(d,f,g))a.push(p.kh(p.b,B.dA,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.lg(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.ak){a.push(p.kh(0,B.V5,d,0,0,e,!1,0,f,g,0,0,i,0,0,0,0,0,j,k,l,0,n,o)) +r.C(0,d)}break +case 2:r=p.a +q=r.h(0,d) +q.toString +a.push(p.lg(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.C(0,d) +break +case 7:case 8:case 9:break}else switch(m.a){case 1:case 2:case 3:s=p.a.ak(d) +p.th(d,f,g) +if(!s)a.push(p.kh(b,B.iq,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +if(p.zb(d,f,g))if(b!==0)a.push(p.kh(b,B.dA,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.kh(b,B.ca,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.lg(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}}, +a6s(a,b,c,d,e,f,g,h,i,j,k,l){return this.pT(a,b,c,d,e,f,g,h,i,j,0,0,k,0,l)}, +a6u(a,b,c,d,e,f,g,h,i,j,k,l,m){return this.pT(a,b,c,d,e,f,g,h,i,1,j,k,l,0,m)}, +a6r(a,b,c,d,e,f,g,h,i,j,k){return this.pT(a,b,c,d,e,f,g,h,i,1,0,0,j,0,k)}, +a6q(a,b,c,d,e,f,g,h,i,j){return this.pT(a,b,c,d,B.ak,e,f,g,h,1,0,0,i,0,j)}, +a6t(a,b,c,d,e,f,g,h,i,j,k,l){return this.pT(a,b,c,d,e,f,g,h,i,1,0,0,j,k,l)}} +A.ZW.prototype={ +$0(){return new A.rw(this.a,this.b)}, +$S:305} +A.age.prototype={} +A.a_h.prototype={ +U7(a){var s=this,r=t.e +s.b=r.a(A.bc(new A.a_i(s))) +A.bP(self.window,"keydown",s.b,null) +s.c=r.a(A.bc(new A.a_j(s))) +A.bP(self.window,"keyup",s.c,null) +$.lx.push(new A.a_k(s))}, +m(){var s,r,q=this +A.eu(self.window,"keydown",q.b,null) +A.eu(self.window,"keyup",q.c,null) +for(s=q.a,r=A.iV(s,s.r);r.v();)s.h(0,r.d).b4() +s.a7(0) +$.agh=q.c=q.b=null}, +Hb(a){var s,r,q,p,o,n,m=this,l=globalThis.KeyboardEvent +if(!(l!=null&&a instanceof l))return +s=new A.hK(a) +r=A.m7(a) +r.toString +if(a.type==="keydown"&&A.hH(a)==="Tab"&&a.isComposing)return +q=A.hH(a) +q.toString +if(!(q==="Meta"||q==="Shift"||q==="Alt"||q==="Control")&&m.e){q=m.a +p=q.h(0,r) +if(p!=null)p.b4() +if(a.type==="keydown")p=a.ctrlKey||a.shiftKey||a.altKey||a.metaKey +else p=!1 +if(p)q.p(0,r,A.bN(B.hA,new A.a_m(m,r,s))) +else q.C(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.hH(a)==="CapsLock"){r=o|32 +m.d=r}else if(A.m7(a)==="NumLock"){r=o|16 +m.d=r}else if(A.hH(a)==="ScrollLock"){r=o|64 +m.d=r}else{if(A.hH(a)==="Meta"){r=$.cO() +r=r===B.ij}else r=!1 +if(r){r=o|8 +m.d=r}else r=o}else r=o +n=A.aD(["type",a.type,"keymap","web","code",A.m7(a),"key",A.hH(a),"location",B.c.ae(a.location),"metaState",r,"keyCode",B.c.ae(a.keyCode)],t.N,t.z) +$.aL().i7("flutter/keyevent",B.Y.c_(n),new A.a_n(s))}} +A.a_i.prototype={ +$1(a){this.a.Hb(a)}, +$S:2} +A.a_j.prototype={ +$1(a){this.a.Hb(a)}, +$S:2} +A.a_k.prototype={ +$0(){this.a.m()}, +$S:0} +A.a_m.prototype={ +$0(){var s,r,q=this.a +q.a.C(0,this.b) +s=this.c.a +r=A.aD(["type","keyup","keymap","web","code",A.m7(s),"key",A.hH(s),"location",B.c.ae(s.location),"metaState",q.d,"keyCode",B.c.ae(s.keyCode)],t.N,t.z) +$.aL().i7("flutter/keyevent",B.Y.c_(r),A.azl())}, +$S:0} +A.a_n.prototype={ +$1(a){if(a==null)return +if(A.lv(t.a.a(B.Y.fh(a)).h(0,"handled")))this.a.a.preventDefault()}, +$S:23} +A.to.prototype={ +H(){return"Assertiveness."+this.b}} +A.Ru.prototype={ +a5o(a){switch(a.a){case 0:return this.a +case 1:return this.b}}, +KG(a,b){var s=this.a5o(b),r=A.bD(self.document,"div") +A.ate(r,a) +s.append(r) +A.bN(B.c0,new A.Rv(r))}} +A.Rv.prototype={ +$0(){return this.a.remove()}, +$S:0} +A.yj.prototype={ +H(){return"_CheckableKind."+this.b}} +A.SB.prototype={ +cK(){var s,r,q,p,o=this,n="true" +o.jY() +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.Bp()===B.el){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.In() +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)}}, +m(){this.oz() +this.In()}, +In(){var s=this.b.k2 +s.removeAttribute("aria-disabled") +s.removeAttribute("disabled")}} +A.DK.prototype={ +cK(){var s,r,q +this.jY() +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)}}, +LG(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.GR.prototype={ +cK(){var s,r=this,q=r.b +if((q.k3&1024)!==0){s=r.d +if(s!=null)s.LG(r) +else q.k1.e.push(new A.a0L(r))}}, +a_X(){var s,r,q=this.b.ok +while(!0){s=q!=null +if(s){r=q.p2 +r=(r==null?null:r.a)!==B.f1}else r=!1 +if(!r)break +q=q.ok}if(s){s=q.p2 +s=(s==null?null:s.a)===B.f1}else s=!1 +if(s){s=q.p2 +s.toString +this.d=t.JX.a(s)}}} +A.a0L.prototype={ +$0(){var s,r=this.a +if(!r.c){r.a_X() +s=r.d +if(s!=null)s.LG(r)}}, +$S:0} +A.Eh.prototype={ +cK(){var s=this.b.a +if((s&32)!==0)s=(s&64)===0||(s&128)!==0 +else s=!1 +this.d.L6(s)}} +A.Cf.prototype={ +Ns(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.zN([o[0],r,s,a]) +return}if(!o)q.Ec() +o=t.e +s=o.a(A.bc(new A.Rx(q))) +s=[o.a(A.bc(new A.Ry(q))),s,b,a] +q.b=new A.zN(s) +b.tabIndex=0 +A.bP(b,"focus",s[1],null) +A.bP(b,"blur",s[0],null)}, +Ec(){var s,r=this.b +if(r==null)return +s=r.a +A.eu(s[2],"focus",s[1],null) +A.eu(s[2],"blur",s[0],null) +this.b=null}, +IZ(a){var s,r,q=this.b +if(q==null)return +s=$.aL() +r=q.a[3] +s.iT(r,a?B.wv:B.wx,null)}, +L6(a){var s=this.b +if(s==null)return +this.a.e.push(new A.Rw(this,s,a))}} +A.Rx.prototype={ +$1(a){return this.a.IZ(!0)}, +$S:2} +A.Ry.prototype={ +$1(a){return this.a.IZ(!1)}, +$S:2} +A.Rw.prototype={ +$0(){var s=this.b +if(!J.d(this.a.b,s))return +s=s.a +if(this.c)s[2].focus() +else s[2].blur()}, +$S:0} +A.Xp.prototype={ +cK(){var s,r,q,p=this +p.jY() +s=p.b +if(s.gC8()){r=s.dy +r=r!=null&&!B.du.ga6(r)}else r=!1 +if(r){if(p.e==null){p.e=A.bD(self.document,"flt-semantics-img") +r=s.dy +if(r!=null&&!B.du.ga6(r)){r=p.e.style +A.R(r,"position","absolute") +A.R(r,"top","0") +A.R(r,"left","0") +q=s.y +A.R(r,"width",A.m(q.c-q.a)+"px") +q=s.y +A.R(r,"height",A.m(q.d-q.b)+"px")}A.R(p.e.style,"font-size","6px") +r=p.e +r.toString +s.k2.append(r)}s=p.e +s.toString +r=A.aB("img") +if(r==null)r=t.K.a(r) +s.setAttribute("role",r) +p.J0(p.e)}else{r=s.k2 +if(s.gC8()){s=A.aB("img") +if(s==null)s=t.K.a(s) +r.setAttribute("role",s) +p.J0(r) +p.yh()}else{p.yh() +r.removeAttribute("aria-label")}}}, +J0(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)}}, +yh(){var s=this.e +if(s!=null){s.remove() +this.e=null}}, +m(){this.oz() +this.yh() +this.b.k2.removeAttribute("aria-label")}} +A.Xt.prototype={ +U3(a){var s,r,q=this +q.uG() +q.Ak() +q.Kx() +s=q.e +a.k2.append(s) +A.U1(s,"range") +r=A.aB("slider") +if(r==null)r=t.K.a(r) +s.setAttribute("role",r) +A.bP(s,"change",t.e.a(A.bc(new A.Xu(q,a))),null) +r=new A.Xv(q) +q.w=r +a.k1.as.push(r) +q.f.Ns(a.id,s)}, +cK(){var s,r=this +r.jY() +s=r.b +switch(s.k1.z.a){case 1:r.WH() +r.a4s() +break +case 0:r.G7() +break}r.f.L6((s.a&32)!==0)}, +WH(){var s=this.e,r=A.afu(s) +r.toString +if(!r)return +A.ajf(s,!1)}, +a4s(){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.ajg(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)}, +G7(){var s=this.e,r=A.afu(s) +r.toString +if(r)return +A.ajf(s,!0)}, +m(){var s=this +s.oz() +s.f.Ec() +B.b.C(s.b.k1.as,s.w) +s.w=null +s.G7() +s.e.remove()}} +A.Xu.prototype={ +$1(a){var s,r=this.a,q=r.e,p=A.afu(q) +p.toString +if(p)return +r.x=!0 +q=A.aje(q) +q.toString +s=A.jV(q,null) +q=r.r +if(s>q){r.r=q+1 +$.aL().iT(this.b.id,B.ww,null)}else if(sq){s=s.b +s.toString +if((s&32)!==0||(s&16)!==0)$.aL().iT(p,B.dH,n) +else $.aL().iT(p,B.dK,n)}else{s=s.b +s.toString +if((s&32)!==0||(s&16)!==0)$.aL().iT(p,B.dJ,n) +else $.aL().iT(p,B.dL,n)}}}, +cK(){var s,r,q,p=this +p.jY() +s=p.b +r=s.k1 +r.e.push(new A.a1o(p)) +if(p.r==null){s=s.k2 +A.R(s.style,"touch-action","none") +p.Gv() +q=new A.a1p(p) +p.e=q +r.as.push(q) +q=t.e.a(A.bc(new A.a1q(p))) +p.r=q +A.bP(s,"scroll",q,null)}}, +gGc(){var s=this.b,r=s.b +r.toString +r=(r&32)!==0||(r&16)!==0 +s=s.k2 +if(r)return B.c.ae(s.scrollTop) +else return B.c.ae(s.scrollLeft)}, +HP(){var s,r,q,p,o=this,n="transform",m=o.b,l=m.k2,k=m.y +if(k==null){$.df().$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.hn(q) +r=r.style +A.R(r,n,"translate(0px,"+(s+10)+"px)") +A.R(r,"width",""+B.c.aJ(p)+"px") +A.R(r,"height","10px") +l.scrollTop=10 +m.p3=o.w=B.c.ae(l.scrollTop) +m.p4=0}else{s=B.c.hn(p) +r=r.style +A.R(r,n,"translate("+(s+10)+"px,0px)") +A.R(r,"width","10px") +A.R(r,"height",""+B.c.aJ(q)+"px") +l.scrollLeft=10 +q=B.c.ae(l.scrollLeft) +o.w=q +m.p3=0 +m.p4=q}}, +Gv(){var s="overflow-y",r="overflow-x",q=this.b,p=q.k2 +switch(q.k1.z.a){case 1:q=q.b +q.toString +if((q&32)!==0||(q&16)!==0)A.R(p.style,s,"scroll") +else A.R(p.style,r,"scroll") +break +case 0:q=q.b +q.toString +if((q&32)!==0||(q&16)!==0)A.R(p.style,s,"hidden") +else A.R(p.style,r,"hidden") +break}}, +m(){var s,r,q,p,o=this +o.oz() +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.eu(r,"scroll",p,null) +B.b.C(s.k1.as,o.e) +o.e=null}} +A.a1o.prototype={ +$0(){var s=this.a +s.HP() +s.b.CN()}, +$S:0} +A.a1p.prototype={ +$1(a){this.a.Gv()}, +$S:165} +A.a1q.prototype={ +$1(a){this.a.a22()}, +$S:2} +A.oS.prototype={ +k(a){var s=A.c([],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.m(s)}, +j(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.oS&&b.a===this.a}, +gA(a){return B.h.gA(this.a)}, +Lq(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.oS((r&64)!==0?s|64:s&4294967231)}, +a6B(a){return this.Lq(null,a)}, +a6w(a){return this.Lq(a,null)}} +A.V4.prototype={ +sa9H(a){var s=this.a +this.a=a?s|32:s&4294967263}, +eM(){return new A.oS(this.a)}} +A.Hf.prototype={$iagq:1} +A.He.prototype={} +A.hZ.prototype={ +H(){return"PrimaryRole."+this.b}} +A.nc.prototype={ +H(){return"Role."+this.b}} +A.G6.prototype={ +t0(a,b){var s=this +s.Ah() +s.uG() +s.Ak() +s.Kx() +s.KC()}, +Ah(){var s,r=this.b +if((r.a&2097152)!==0){s=new A.Cf(r.k1) +s.Ns(r.id,r.k2) +this.pF(new A.Eh(s,B.Vi,r))}}, +uG(){var s=this.b,r=s.a +if((r&32768)!==0&&(r&8192)===0)this.pF(new A.F6(B.Vl,s))}, +Ak(){var s=this.b +if((s.a&4096)!==0)this.pF(new A.GR(B.Vm,s))}, +Kx(){var s=this.b,r=s.z +if(!(r!=null&&r.length!==0)){r=s.ax +if(!(r!=null&&r.length!==0)){r=s.fy +r=r!=null&&r.length!==0}else r=!0}else r=!0 +if(r)this.pF(new A.EX(B.Vk,s))}, +KC(){var s=this.b,r=s.b +r.toString +if((r&1)!==0)this.pF(new A.HQ(B.Vj,s))}, +pF(a){var s=this.c;(s==null?this.c=A.c([],t.VM):s).push(a)}, +cK(){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.n(a0,s)){k=g.k2 +if(a1==null)m.append(k) +else m.insertBefore(k,a1) +g.ok=a2 +q.c.p(0,s,a2)}a1=g.k2}a2.p1=l}, +XE(){var s,r,q=this +if((q.a&16)!==0)return B.w8 +else{s=q.b +s.toString +if((s&64)!==0||(s&128)!==0)return B.w7 +else if(q.gC8())return B.w9 +else{s=q.a +if((s&1)!==0||(s&65536)!==0)return B.iv +else if((s&8)!==0)return B.iu +else{r=q.b +r.toString +if((r&32)!==0||(r&16)!==0||(r&4)!==0||(r&8)!==0)return B.it +else if((s&2048)!==0)return B.f1 +else return B.is}}}}, +W5(a){var s,r,q,p=this +switch(a.a){case 4:s=new A.a37(B.w8,p) +s.a3k() +break +case 2:s=A.bD(self.document,"flt-semantics-scroll-overflow") +r=new A.a1h(s,B.it,p) +r.t0(B.it,p) +q=s.style +A.R(q,"position","absolute") +A.R(q,"transform-origin","0 0 0") +A.R(q,"pointer-events","none") +p.k2.append(s) +s=r +break +case 1:s=A.au7(p) +break +case 3:s=new A.Sl(B.iu,p) +s.t0(B.iu,p) +r=A.aB("button") +if(r==null)r=t.K.a(r) +p.k2.setAttribute("role",r) +break +case 5:s=new A.SB(A.az1(p),B.iv,p) +s.t0(B.iv,p) +break +case 7:s=new A.DK(B.f1,p) +s.Ah() +s.uG() +break +case 6:s=new A.Xp(B.w9,p) +s.Ah() +s.uG() +s.Ak() +s.KC() +break +case 0:s=new A.Wq(B.is,p) +s.t0(B.is,p) +break +default:s=null}return s}, +a4z(){var s=this,r=s.p2,q=s.XE() +if(r!=null)if(r.a===q){r.cK() +return}else{r.m() +r=s.p2=null}if(r==null){r=s.W5(q) +s.p2=r +r.cK()}}, +CN(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.k2,g=h.style,f=i.y +A.R(g,"width",A.m(f.c-f.a)+"px") +f=i.y +A.R(g,"height",A.m(f.d-f.b)+"px") +g=i.dy +s=g!=null&&!B.du.ga6(g)?i.DA():null +g=i.y +r=g.b===0&&g.a===0 +q=i.dx +g=q==null +p=g||A.aop(q)===B.xG +if(r&&p&&i.p3===0&&i.p4===0){A.a1Q(h) +if(s!=null)A.a1Q(s) +return}o=A.aX("effectiveTransform") +if(!r)if(g){g=i.y +n=g.a +m=g.b +g=A.vo() +g.rD(n,m,0) +o.b=g +l=n===0&&m===0}else{g=new A.fX(new Float32Array(16)) +g.c2(new A.fX(q)) +f=i.y +g.bm(f.a,f.b) +o.b=g +l=o.aF().aag()}else if(!p){o.b=new A.fX(q) +l=!1}else l=!0 +if(!l){h=h.style +A.R(h,"transform-origin","0 0 0") +A.R(h,"transform",A.anU(o.aF().a))}else A.a1Q(h) +if(s!=null)if(!r||i.p3!==0||i.p4!==0){h=i.y +g=h.a +f=i.p4 +h=h.b +k=i.p3 +j=s.style +A.R(j,"top",A.m(-h+k)+"px") +A.R(j,"left",A.m(-g+f)+"px")}else A.a1Q(s)}, +OV(a){var s +a.$1(this) +s=this.p1 +if(s!=null)B.b.ac(s,new A.a1R(a))}, +k(a){return this.mp(0)}} +A.a1R.prototype={ +$1(a){a.OV(this.a)}, +$S:153} +A.Rz.prototype={ +H(){return"AccessibilityMode."+this.b}} +A.mn.prototype={ +H(){return"GestureMode."+this.b}} +A.wT.prototype={ +H(){return"SemanticsUpdatePhase."+this.b}} +A.Vn.prototype={ +U1(){$.lx.push(new A.Vo(this))}, +WZ(){var s,r,q,p,o,n,m,l,k,j,i,h=this +for(r=h.d,q=r.length,p=h.b,o=t.Qo,n=0;n>>0}n=m.cx +if(l.ax!==n){l.ax=n +l.k3=(l.k3|4096)>>>0}n=m.cy +if(l.ay!==n){l.ay=n +l.k3=(l.k3|4096)>>>0}n=m.ax +if(l.z!==n){l.z=n +l.k3=(l.k3|1024)>>>0}n=m.ay +if(l.Q!==n){l.Q=n +l.k3=(l.k3|1024)>>>0}n=m.at +if(!J.d(l.y,n)){l.y=n +l.k3=(l.k3|512)>>>0}n=m.go +if(l.dx!==n){l.dx=n +l.k3=(l.k3|65536)>>>0}n=m.z +if(l.r!==n){l.r=n +l.k3=(l.k3|64)>>>0}n=m.c +if(l.b!==n){l.b=n +l.k3=(l.k3|2)>>>0}n=m.f +if(l.c!==n){l.c=n +l.k3=(l.k3|4)>>>0}n=m.r +if(l.d!==n){l.d=n +l.k3=(l.k3|8)>>>0}n=m.x +if(l.e!==n){l.e=n +l.k3=(l.k3|16)>>>0}n=m.y +if(l.f!==n){l.f=n +l.k3=(l.k3|32)>>>0}n=m.Q +if(l.w!==n){l.w=n +l.k3=(l.k3|128)>>>0}n=m.as +if(l.x!==n){l.x=n +l.k3=(l.k3|256)>>>0}n=m.ch +if(l.as!==n){l.as=n +l.k3=(l.k3|2048)>>>0}n=m.CW +if(l.at!==n){l.at=n +l.k3=(l.k3|2048)>>>0}n=m.db +if(l.ch!==n){l.ch=n +l.k3=(l.k3|8192)>>>0}n=m.dx +if(l.CW!==n){l.CW=n +l.k3=(l.k3|8192)>>>0}n=m.dy +if(l.cx!==n){l.cx=n +l.k3=(l.k3|16384)>>>0}n=m.fr +if(l.cy!==n){l.cy=n +l.k3=(l.k3|16384)>>>0}n=m.fx +if(l.fy!==n){l.fy=n +l.k3=(l.k3|4194304)>>>0}n=m.fy +if(l.db!=n){l.db=n +l.k3=(l.k3|32768)>>>0}n=m.k1 +if(l.fr!==n){l.fr=n +l.k3=(l.k3|1048576)>>>0}n=m.id +if(l.dy!==n){l.dy=n +l.k3=(l.k3|524288)>>>0}n=m.k2 +if(l.fx!==n){l.fx=n +l.k3=(l.k3|2097152)>>>0}n=m.w +if(l.go!==n){l.go=n +l.k3=(l.k3|8388608)>>>0}l.a4z() +n=l.k3 +if((n&512)!==0||(n&65536)!==0||(n&64)!==0)l.CN() +n=l.dy +n=!(n!=null&&!B.du.ga6(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.Wg.n(0,a.type))return!0 +if(i.a!=null)return!1 +r=A.aX("activationPoint") +switch(a.type){case"click":r.sck(new A.ub(a.offsetX,a.offsetY)) +break +case"touchstart":case"touchend":s=t.VA +s=A.bH(new A.jD(a.changedTouches,s),s.i("t.E"),t.e) +s=A.l(s).z[1].a(J.ob(s.a)) +r.sck(new A.ub(s.clientX,s.clientY)) +break +case"pointerdown":case"pointerup":r.sck(new A.ub(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.aF().a-(s+(p-o)/2) +j=r.aF().b-(n+(m-l)/2) +if(k*k+j*j<1&&!0){i.d=!0 +i.a=A.bN(B.c0,new A.YQ(i)) +return!1}return!0}, +NX(){var s,r=this.b=A.bD(self.document,"flt-semantics-placeholder") +A.bP(r,"click",t.e.a(A.bc(new A.YP(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.R(s,"position","absolute") +A.R(s,"left","0") +A.R(s,"top","0") +A.R(s,"right","0") +A.R(s,"bottom","0") +return r}, +m(){var s=this.b +if(s!=null)s.remove() +this.a=this.b=null}} +A.YQ.prototype={ +$0(){this.a.m() +var s=$.d3;(s==null?$.d3=A.iE():s).sxj(!0)}, +$S:0} +A.YP.prototype={ +$1(a){this.a.wY(a)}, +$S:2} +A.Sl.prototype={ +cK(){var s,r +this.jY() +s=this.b +r=s.k2 +if(s.Bp()===B.el){s=A.aB("true") +if(s==null)s=t.K.a(s) +r.setAttribute("aria-disabled",s)}else r.removeAttribute("aria-disabled")}} +A.HQ.prototype={ +cK(){var s,r=this,q=r.b +if(q.Bp()!==B.el){s=q.b +s.toString +s=(s&1)===0}else s=!0 +if(s)r.a3N() +else if(r.d==null){s=t.e.a(A.bc(new A.a3_(r))) +r.d=s +A.bP(q.k2,"click",s,null)}}, +a3N(){var s=this.d +if(s==null)return +A.eu(this.b.k2,"click",s,null) +this.d=null}} +A.a3_.prototype={ +$1(a){var s=this.a.b +if(s.k1.z!==B.cy)return +$.aL().iT(s.id,B.dI,null)}, +$S:2} +A.a1Y.prototype={ +Bo(a,b,c){this.CW=a +this.x=c +this.y=b}, +a4X(a){var s,r,q=this,p=q.ch +if(p===a)return +else if(p!=null)q.i0() +q.ch=a +q.c=a.e +q.Jl() +p=q.CW +p.toString +s=q.x +s.toString +r=q.y +r.toString +q.QI(p,r,s)}, +i0(){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.h(A.afN(b,this,null,null,null)) +return this.a[b]}, +p(a,b,c){if(b>=this.b)throw A.h(A.afN(b,this,null,null,null)) +this.a[b]=c}, +sD(a,b){var s,r,q,p=this,o=p.b +if(bo){if(o===0)q=new Uint8Array(b) +else q=p.ys(b) +B.aH.jR(q,0,p.b,p.a) +p.a=q}}p.b=b}, +e5(a){var s=this,r=s.b +if(r===s.a.length)s.EX(r) +s.a[s.b++]=a}, +J(a,b){var s=this,r=s.b +if(r===s.a.length)s.EX(r) +s.a[s.b++]=b}, +uC(a,b,c,d){A.d6(c,"start") +if(d!=null&&c>d)throw A.h(A.bK(d,c,null,"end",null)) +this.Uj(b,c,d)}, +P(a,b){return this.uC(a,b,0,null)}, +Uj(a,b,c){var s,r,q,p=this +if(A.l(p).i("P").b(a))c=c==null?a.length:c +if(c!=null){p.a_A(p.b,a,b,c) +return}for(s=J.av(a),r=0;s.v();){q=s.gF() +if(r>=b)p.e5(q);++r}if(ro.gD(b)||d>o.gD(b))throw A.h(A.aQ("Too few elements")) +s=d-c +r=p.b+s +p.WL(r) +o=p.a +q=a+s +B.aH.dr(o,q,p.b+s,o,a) +B.aH.dr(p.a,a,q,b,c) +p.b=r}, +WL(a){var s,r=this +if(a<=r.a.length)return +s=r.ys(a) +B.aH.jR(s,0,r.b,r.a) +r.a=s}, +ys(a){var s=this.a.length*2 +if(a!=null&&s=a.a.byteLength)throw A.h(B.aV) +return this.jH(a.ma(0),a)}, +jH(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.ah===$.cN()) +b.b+=4 +s=r +break +case 4:s=b.xb(0) +break +case 5:q=k.eB(b) +s=A.jV(B.cf.dS(b.mb(q)),16) +break +case 6:b.k_(8) +r=b.a.getFloat64(b.b,B.ah===$.cN()) +b.b+=8 +s=r +break +case 7:q=k.eB(b) +s=B.cf.dS(b.mb(q)) +break +case 8:s=b.mb(k.eB(b)) +break +case 9:q=k.eB(b) +b.k_(4) +p=b.a +o=A.akr(p.buffer,p.byteOffset+b.b,q) +b.b=b.b+4*q +s=o +break +case 10:s=b.xc(k.eB(b)) +break +case 11:q=k.eB(b) +b.k_(8) +p=b.a +o=A.akp(p.buffer,p.byteOffset+b.b,q) +b.b=b.b+8*q +s=o +break +case 12:q=k.eB(b) +s=[] +for(p=b.a,n=0;n=p.byteLength)A.a1(B.aV) +b.b=m+1 +s.push(k.jH(p.getUint8(m),b))}break +case 13:q=k.eB(b) +p=t.z +s=A.A(p,p) +for(p=b.a,n=0;n=p.byteLength)A.a1(B.aV) +b.b=m+1 +m=k.jH(p.getUint8(m),b) +l=b.b +if(l>=p.byteLength)A.a1(B.aV) +b.b=l+1 +s.p(0,m,k.jH(p.getUint8(l),b))}break +default:throw A.h(B.aV)}return s}, +f7(a,b){var s,r,q +if(b<254)a.b.e5(b) +else{s=a.b +r=a.c +q=a.d +if(b<=65535){s.e5(254) +r.setUint16(0,b,B.ah===$.cN()) +s.uC(0,q,0,2)}else{s.e5(255) +r.setUint32(0,b,B.ah===$.cN()) +s.uC(0,q,0,4)}}}, +eB(a){var s=a.ma(0) +switch(s){case 254:s=a.a.getUint16(a.b,B.ah===$.cN()) +a.b+=2 +return s +case 255:s=a.a.getUint32(a.b,B.ah===$.cN()) +a.b+=4 +return s +default:return s}}} +A.a2G.prototype={ +$2(a,b){var s=this.a,r=this.b +s.e2(r,a) +s.e2(r,b)}, +$S:98} +A.a2I.prototype={ +hr(a){var s,r,q +a.toString +s=new A.Ge(a) +r=B.bM.hB(s) +q=B.bM.hB(s) +if(typeof r=="string"&&s.b>=a.byteLength)return new A.ft(r,q) +else throw A.h(B.lH)}, +qj(a){var s=A.agI() +s.b.e5(0) +B.bM.e2(s,a) +return s.ku()}, +ly(a,b,c){var s=A.agI() +s.b.e5(1) +B.bM.e2(s,a) +B.bM.e2(s,c) +B.bM.e2(s,b) +return s.ku()}} +A.a4J.prototype={ +k_(a){var s,r,q=this.b,p=B.h.c9(q.b,a) +if(p!==0)for(s=a-p,r=0;r")).ac(0,new A.V6(this,r)) +return r}} +A.V8.prototype={ +$1(a){a.preventDefault()}, +$S:2} +A.V6.prototype={ +$1(a){var s=this.a,r=s.b.h(0,a) +r.toString +this.b.push(A.c1(r,"input",new A.V7(s,a,r)))}, +$S:83} +A.V7.prototype={ +$1(a){var s,r=this.a.c,q=this.b +if(r.h(0,q)==null)throw A.h(A.aQ("AutofillInfo must have a valid uniqueIdentifier.")) +else{r=r.h(0,q) +r.toString +s=A.ajv(this.c) +$.aL().i7("flutter/textinput",B.aD.i2(new A.ft(u.l,[0,A.aD([r.b,s.OD()],t.ob,t.z)])),A.R4())}}, +$S:2} +A.Cu.prototype={ +KL(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.n(p,q))A.U1(a,q) +else A.U1(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)}}}, +eL(a){return this.KL(a,!1)}} +A.qt.prototype={} +A.oP.prototype={ +gwc(){return Math.min(this.b,this.c)}, +gw9(){return Math.max(this.b,this.c)}, +OD(){var s=this +return A.aD(["text",s.a,"selectionBase",s.b,"selectionExtent",s.c,"composingBase",s.d,"composingExtent",s.e],t.N,t.z)}, +gA(a){var s=this +return A.L(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.r(s)!==J.O(b))return!1 +return b instanceof A.oP&&b.a==s.a&&b.gwc()===s.gwc()&&b.gw9()===s.gw9()&&b.d===s.d&&b.e===s.e}, +k(a){return this.mp(0)}, +eL(a){var s,r,q=this,p=globalThis.HTMLInputElement +if(p!=null&&a instanceof p){a.toString +A.ajg(a,q.a) +s=q.gwc() +r=q.gw9() +a.setSelectionRange(s,r)}else{p=globalThis.HTMLTextAreaElement +if(p!=null&&a instanceof p){a.toString +A.ajh(a,q.a) +s=q.gwc() +r=q.gw9() +a.setSelectionRange(s,r)}else{s=a==null?null:A.ata(a) +throw A.h(A.aA("Unsupported DOM element type: <"+A.m(s)+"> ("+J.O(a).k(0)+")"))}}}} +A.XA.prototype={} +A.Et.prototype={ +ih(){var s,r=this,q=r.w +if(q!=null){s=r.c +s.toString +q.eL(s)}q=r.d +q===$&&A.b() +if(q.w!=null){r.r4() +q=r.e +if(q!=null)q.eL(r.c) +r.gMr().focus() +r.c.focus()}}} +A.GV.prototype={ +ih(){var s,r=this,q=r.w +if(q!=null){s=r.c +s.toString +q.eL(s)}q=r.d +q===$&&A.b() +if(q.w!=null)A.bN(B.t,new A.a0P(r))}, +qB(){if(this.w!=null)this.ih() +this.c.focus()}} +A.a0P.prototype={ +$0(){var s,r=this.a +r.r4() +r.gMr().focus() +r.c.focus() +s=r.e +if(s!=null){r=r.c +r.toString +s.eL(r)}}, +$S:0} +A.u2.prototype={ +gi1(){var s=null,r=this.f +if(r==null){r=this.e.a +r.toString +r=this.f=new A.qt(r,"",-1,-1,s,s,s,s)}return r}, +gMr(){var s=this.d +s===$&&A.b() +s=s.w +return s==null?null:s.a}, +nF(a,b,c){var s,r,q,p=this,o="none",n="transparent" +p.c=a.a.AT() +p.Ar(a) +s=p.c +s.classList.add("flt-text-editing") +r=s.style +A.R(r,"forced-color-adjust",o) +A.R(r,"white-space","pre-wrap") +A.R(r,"align-content","center") +A.R(r,"position","absolute") +A.R(r,"top","0") +A.R(r,"left","0") +A.R(r,"padding","0") +A.R(r,"opacity","1") +A.R(r,"color",n) +A.R(r,"background-color",n) +A.R(r,"background",n) +A.R(r,"caret-color",n) +A.R(r,"outline",o) +A.R(r,"border",o) +A.R(r,"resize",o) +A.R(r,"text-shadow",o) +A.R(r,"overflow","hidden") +A.R(r,"transform-origin","0 0 0") +q=$.eO() +if(q!==B.bX)q=q===B.aA +else q=!0 +if(q)s.classList.add("transparentTextEditing") +s=p.r +if(s!=null){q=p.c +q.toString +s.eL(q)}s=p.d +s===$&&A.b() +if(s.w==null){s=$.eL.x +s===$&&A.b() +q=p.c +q.toString +s.append(q) +p.Q=!1}p.qB() +p.b=!0 +p.x=c +p.y=b}, +Ar(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.k6){s=n.c +s.toString +r=A.aB("none") +if(r==null)r=t.K.a(r) +s.setAttribute("inputmode",r)}q=A.atA(a.b) +s=n.c +s.toString +q.a6j(s) +p=a.r +s=n.c +if(p!=null){s.toString +p.KL(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)}, +qB(){this.ih()}, +pD(){var s,r,q=this,p=q.d +p===$&&A.b() +p=p.w +if(p!=null)B.b.P(q.z,p.pE()) +p=q.z +s=q.c +s.toString +r=q.gqv() +p.push(A.c1(s,"input",r)) +s=q.c +s.toString +p.push(A.c1(s,"keydown",q.gqT())) +p.push(A.c1(self.document,"selectionchange",r)) +r=q.c +r.toString +A.bP(r,"beforeinput",t.e.a(A.bc(q.gvK())),null) +r=q.c +r.toString +q.uD(r) +r=q.c +r.toString +p.push(A.c1(r,"blur",new A.Tu(q))) +q.wE()}, +Dd(a){this.w=a +if(this.b)this.ih()}, +De(a){var s +this.r=a +if(this.b){s=this.c +s.toString +a.eL(s)}}, +i0(){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.eL(this.c)}, +ih(){this.c.focus()}, +r4(){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=$.eL.x +q===$&&A.b() +q.append(r) +this.Q=!0}, +MA(a){var s,r,q=this,p=q.c +p.toString +s=q.a7z(A.ajv(p)) +p=q.d +p===$&&A.b() +if(p.f){q.gi1().r=s.d +q.gi1().w=s.e +r=A.awE(s,q.e,q.gi1())}else r=null +if(!s.j(0,q.e)){q.e=s +q.f=r +q.x.$2(s,r) +q.f=null}}, +a8C(a){var s=this,r=A.cn(a.data),q=A.cn(a.inputType) +if(q!=null)if(B.d.n(q,"delete")){s.gi1().b="" +s.gi1().d=s.e.c}else if(q==="insertLineBreak"){s.gi1().b="\n" +s.gi1().c=s.e.c +s.gi1().d=s.e.c}else if(r!=null){s.gi1().b=r +s.gi1().c=s.e.c +s.gi1().d=s.e.c}}, +aaX(a){var s,r,q=globalThis.KeyboardEvent +if(q!=null&&a instanceof q)if(a.keyCode===13){s=this.y +s.toString +r=this.d +r===$&&A.b() +s.$1(r.b) +if(!(this.d.a instanceof A.Fu))a.preventDefault()}}, +Bo(a,b,c){var s,r=this +r.nF(a,b,c) +r.pD() +s=r.e +if(s!=null)r.DW(s) +r.c.focus()}, +wE(){var s=this,r=s.z,q=s.c +q.toString +r.push(A.c1(q,"mousedown",new A.Tv())) +q=s.c +q.toString +r.push(A.c1(q,"mouseup",new A.Tw())) +q=s.c +q.toString +r.push(A.c1(q,"mousemove",new A.Tx()))}} +A.Tu.prototype={ +$1(a){this.a.c.focus()}, +$S:2} +A.Tv.prototype={ +$1(a){a.preventDefault()}, +$S:2} +A.Tw.prototype={ +$1(a){a.preventDefault()}, +$S:2} +A.Tx.prototype={ +$1(a){a.preventDefault()}, +$S:2} +A.X9.prototype={ +nF(a,b,c){var s,r=this +r.xG(a,b,c) +s=r.c +s.toString +a.a.Lh(s) +s=r.d +s===$&&A.b() +if(s.w!=null)r.r4() +s=r.c +s.toString +a.x.DU(s)}, +qB(){A.R(this.c.style,"transform","translate(-9999px, -9999px)") +this.p1=!1}, +pD(){var s,r,q,p=this,o=p.d +o===$&&A.b() +o=o.w +if(o!=null)B.b.P(p.z,o.pE()) +o=p.z +s=p.c +s.toString +r=p.gqv() +o.push(A.c1(s,"input",r)) +s=p.c +s.toString +o.push(A.c1(s,"keydown",p.gqT())) +o.push(A.c1(self.document,"selectionchange",r)) +r=p.c +r.toString +A.bP(r,"beforeinput",t.e.a(A.bc(p.gvK())),null) +r=p.c +r.toString +p.uD(r) +r=p.c +r.toString +o.push(A.c1(r,"focus",new A.Xc(p))) +p.Uw() +q=new A.xe() +$.Rg() +q.ow() +r=p.c +r.toString +o.push(A.c1(r,"blur",new A.Xd(p,q)))}, +Dd(a){var s=this +s.w=a +if(s.b&&s.p1)s.ih()}, +i0(){this.QH() +var s=this.ok +if(s!=null)s.b4() +this.ok=null}, +Uw(){var s=this.c +s.toString +this.z.push(A.c1(s,"click",new A.Xa(this)))}, +IG(){var s=this.ok +if(s!=null)s.b4() +this.ok=A.bN(B.as,new A.Xb(this))}, +ih(){var s,r +this.c.focus() +s=this.w +if(s!=null){r=this.c +r.toString +s.eL(r)}}} +A.Xc.prototype={ +$1(a){this.a.IG()}, +$S:2} +A.Xd.prototype={ +$1(a){var s=A.cv(this.b.gM_(),0).a<2e5,r=self.document.hasFocus()&&s,q=this.a +if(r)q.c.focus() +else q.a.xm()}, +$S:2} +A.Xa.prototype={ +$1(a){var s=this.a +if(s.p1){s.qB() +s.IG()}}, +$S:2} +A.Xb.prototype={ +$0(){var s=this.a +s.p1=!0 +s.ih()}, +$S:0} +A.RK.prototype={ +nF(a,b,c){var s,r,q=this +q.xG(a,b,c) +s=q.c +s.toString +a.a.Lh(s) +s=q.d +s===$&&A.b() +if(s.w!=null)q.r4() +else{s=$.eL.x +s===$&&A.b() +r=q.c +r.toString +s.append(r)}s=q.c +s.toString +a.x.DU(s)}, +pD(){var s,r,q=this,p=q.d +p===$&&A.b() +p=p.w +if(p!=null)B.b.P(q.z,p.pE()) +p=q.z +s=q.c +s.toString +r=q.gqv() +p.push(A.c1(s,"input",r)) +s=q.c +s.toString +p.push(A.c1(s,"keydown",q.gqT())) +p.push(A.c1(self.document,"selectionchange",r)) +r=q.c +r.toString +A.bP(r,"beforeinput",t.e.a(A.bc(q.gvK())),null) +r=q.c +r.toString +q.uD(r) +r=q.c +r.toString +p.push(A.c1(r,"blur",new A.RL(q))) +q.wE()}, +ih(){var s,r +this.c.focus() +s=this.w +if(s!=null){r=this.c +r.toString +s.eL(r)}}} +A.RL.prototype={ +$1(a){var s=this.a +if(self.document.hasFocus())s.c.focus() +else s.a.xm()}, +$S:2} +A.VF.prototype={ +nF(a,b,c){var s +this.xG(a,b,c) +s=this.d +s===$&&A.b() +if(s.w!=null)this.r4()}, +pD(){var s,r,q=this,p=q.d +p===$&&A.b() +p=p.w +if(p!=null)B.b.P(q.z,p.pE()) +p=q.z +s=q.c +s.toString +r=q.gqv() +p.push(A.c1(s,"input",r)) +s=q.c +s.toString +p.push(A.c1(s,"keydown",q.gqT())) +s=q.c +s.toString +A.bP(s,"beforeinput",t.e.a(A.bc(q.gvK())),null) +s=q.c +s.toString +q.uD(s) +s=q.c +s.toString +p.push(A.c1(s,"keyup",new A.VH(q))) +s=q.c +s.toString +p.push(A.c1(s,"select",r)) +r=q.c +r.toString +p.push(A.c1(r,"blur",new A.VI(q))) +q.wE()}, +a1S(){A.bN(B.t,new A.VG(this))}, +ih(){var s,r,q=this +q.c.focus() +s=q.w +if(s!=null){r=q.c +r.toString +s.eL(r)}s=q.e +if(s!=null){r=q.c +r.toString +s.eL(r)}}} +A.VH.prototype={ +$1(a){this.a.MA(a)}, +$S:2} +A.VI.prototype={ +$1(a){this.a.a1S()}, +$S:2} +A.VG.prototype={ +$0(){this.a.c.focus()}, +$S:0} +A.a3h.prototype={} +A.a3o.prototype={ +f5(a){var s=a.b +if(s!=null&&s!==this.a&&a.c){a.c=!1 +a.ghd().i0()}a.b=this.a +a.d=this.b}} +A.a3v.prototype={ +f5(a){var s=a.ghd(),r=a.d +r.toString +s.Ar(r)}} +A.a3q.prototype={ +f5(a){a.ghd().DW(this.a)}} +A.a3t.prototype={ +f5(a){if(!a.c)a.a3G()}} +A.a3p.prototype={ +f5(a){a.ghd().Dd(this.a)}} +A.a3s.prototype={ +f5(a){a.ghd().De(this.a)}} +A.a3f.prototype={ +f5(a){if(a.c){a.c=!1 +a.ghd().i0()}}} +A.a3l.prototype={ +f5(a){if(a.c){a.c=!1 +a.ghd().i0()}}} +A.a3r.prototype={ +f5(a){}} +A.a3n.prototype={ +f5(a){}} +A.a3m.prototype={ +f5(a){}} +A.a3k.prototype={ +f5(a){a.xm() +if(this.a)A.aBZ() +A.aAE()}} +A.aeL.prototype={ +$2(a,b){var s=t.qr +s=A.bH(new A.dr(b.getElementsByClassName("submitBtn"),s),s.i("t.E"),t.e) +A.l(s).z[1].a(J.ob(s.a)).click()}, +$S:333} +A.a34.prototype={ +a9t(a,b){var s,r,q,p,o,n,m,l=B.aD.hr(a) +switch(l.a){case"TextInput.setClient":s=l.b +r=J.b1(s) +q=new A.a3o(A.em(r.h(s,0)),A.ajX(t.a.a(r.h(s,1)))) +break +case"TextInput.updateConfig":this.a.d=A.ajX(t.a.a(l.b)) +q=B.zK +break +case"TextInput.setEditingState":q=new A.a3q(A.ajw(t.a.a(l.b))) +break +case"TextInput.show":q=B.zI +break +case"TextInput.setEditableSizeAndTransform":q=new A.a3p(A.ato(t.a.a(l.b))) +break +case"TextInput.setStyle":s=t.a.a(l.b) +p=A.em(s.h(0,"textAlignIndex")) +o=A.em(s.h(0,"textDirectionIndex")) +n=A.fk(s.h(0,"fontWeightIndex")) +m=n!=null?A.aBd(n):"normal" +r=A.an3(s.h(0,"fontSize")) +if(r==null)r=null +q=new A.a3s(new A.UR(r,m,A.cn(s.h(0,"fontFamily")),B.R0[p],B.mg[o])) +break +case"TextInput.clearClient":q=B.zD +break +case"TextInput.hide":q=B.zE +break +case"TextInput.requestAutofill":q=B.zF +break +case"TextInput.finishAutofillContext":q=new A.a3k(A.lv(l.b)) +break +case"TextInput.setMarkedTextRect":q=B.zH +break +case"TextInput.setCaretRect":q=B.zG +break +default:$.aL().eD(b,null) +return}q.f5(this.a) +new A.a35(b).$0()}} +A.a35.prototype={ +$0(){$.aL().eD(this.a,B.Y.c_([!0]))}, +$S:0} +A.X6.prototype={ +gpP(){var s=this.a +if(s===$){s!==$&&A.aK() +s=this.a=new A.a34(this)}return s}, +ghd(){var s,r,q,p,o=this,n=null,m=o.f +if(m===$){s=$.d3 +if((s==null?$.d3=A.iE():s).x){s=A.aw7(o) +r=s}else{s=$.eO() +if(s===B.aA){q=$.cO() +q=q===B.av}else q=!1 +if(q)p=new A.X9(o,A.c([],t.Up),$,$,$,n) +else if(s===B.aA)p=new A.GV(o,A.c([],t.Up),$,$,$,n) +else{if(s===B.bX){q=$.cO() +q=q===B.eT}else q=!1 +if(q)p=new A.RK(o,A.c([],t.Up),$,$,$,n) +else p=s===B.cn?new A.VF(o,A.c([],t.Up),$,$,$,n):A.atW(o)}r=p}o.f!==$&&A.aK() +m=o.f=r}return m}, +a3G(){var s,r,q=this +q.c=!0 +s=q.ghd() +r=q.d +r.toString +s.Bo(r,new A.X7(q),new A.X8(q))}, +xm(){var s,r=this +if(r.c){r.c=!1 +r.ghd().i0() +r.gpP() +s=r.b +$.aL().i7("flutter/textinput",B.aD.i2(new A.ft("TextInputClient.onConnectionClosed",[s])),A.R4())}}} +A.X8.prototype={ +$2(a,b){var s,r,q="flutter/textinput",p=this.a +if(p.d.f){p.gpP() +p=p.b +s=t.N +r=t.z +$.aL().i7(q,B.aD.i2(new A.ft(u.s,[p,A.aD(["deltas",A.c([A.aD(["oldText",b.a,"deltaText",b.b,"deltaStart",b.c,"deltaEnd",b.d,"selectionBase",b.e,"selectionExtent",b.f,"composingBase",b.r,"composingExtent",b.w],s,r)],t.H7)],s,r)])),A.R4())}else{p.gpP() +p=p.b +$.aL().i7(q,B.aD.i2(new A.ft("TextInputClient.updateEditingState",[p,a.OD()])),A.R4())}}, +$S:336} +A.X7.prototype={ +$1(a){var s=this.a +s.gpP() +s=s.b +$.aL().i7("flutter/textinput",B.aD.i2(new A.ft("TextInputClient.performAction",[s,a])),A.R4())}, +$S:163} +A.UR.prototype={ +eL(a){var s=this,r=a.style +A.R(r,"text-align",A.aC7(s.d,s.e)) +A.R(r,"font",s.b+" "+A.m(s.a)+"px "+A.m(A.aAB(s.c)))}} +A.Uf.prototype={ +eL(a){var s=A.anU(this.c),r=a.style +A.R(r,"width",A.m(this.a)+"px") +A.R(r,"height",A.m(this.b)+"px") +A.R(r,"transform",s)}} +A.Ug.prototype={ +$1(a){return A.hq(a)}, +$S:346} +A.xN.prototype={ +H(){return"TransformKind."+this.b}} +A.F9.prototype={ +gD(a){return this.b.b}, +h(a,b){var s=this.c.h(0,b) +return s==null?null:s.d.b}, +EW(a,b){var s,r,q,p=this.b +p.uF(new A.N3(a,b)) +s=this.c +r=p.a +q=r.b.t5() +q.toString +s.p(0,a,q) +if(p.b>this.a){s.C(0,r.a.gvw().a) +p.ii(0)}}} +A.fX.prototype={ +c2(a){var s=a.a,r=this.a +r[15]=s[15] +r[14]=s[14] +r[13]=s[13] +r[12]=s[12] +r[11]=s[11] +r[10]=s[10] +r[9]=s[9] +r[8]=s[8] +r[7]=s[7] +r[6]=s[6] +r[5]=s[5] +r[4]=s[4] +r[3]=s[3] +r[2]=s[2] +r[1]=s[1] +r[0]=s[0]}, +h(a,b){return this.a[b]}, +bm(a,b){var s=this.a,r=s[0],q=s[4],p=s[8],o=s[12],n=s[1],m=s[5],l=s[9],k=s[13],j=s[2],i=s[6],h=s[10],g=s[14],f=s[3],e=s[7],d=s[11],c=s[15] +s[12]=r*a+q*b+p*0+o +s[13]=n*a+m*b+l*0+k +s[14]=j*a+i*b+h*0+g +s[15]=f*a+e*b+d*0+c}, +abS(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.N6((r*a+q*b+p*c+o)*f,(n*a+m*b+l*c+k)*f,(j*a+i*b+h*c+g)*f)}, +aag(){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}, +rD(a,b,c){var s=this.a +s[14]=c +s[13]=b +s[12]=a}, +dB(b5){var s=this.a,r=s[15],q=s[0],p=s[4],o=s[8],n=s[12],m=s[1],l=s[5],k=s[9],j=s[13],i=s[2],h=s[6],g=s[10],f=s[14],e=s[3],d=s[7],c=s[11],b=b5.a,a=b[15],a0=b[0],a1=b[4],a2=b[8],a3=b[12],a4=b[1],a5=b[5],a6=b[9],a7=b[13],a8=b[2],a9=b[6],b0=b[10],b1=b[14],b2=b[3],b3=b[7],b4=b[11] +s[0]=q*a0+p*a4+o*a8+n*b2 +s[4]=q*a1+p*a5+o*a9+n*b3 +s[8]=q*a2+p*a6+o*b0+n*b4 +s[12]=q*a3+p*a7+o*b1+n*a +s[1]=m*a0+l*a4+k*a8+j*b2 +s[5]=m*a1+l*a5+k*a9+j*b3 +s[9]=m*a2+l*a6+k*b0+j*b4 +s[13]=m*a3+l*a7+k*b1+j*a +s[2]=i*a0+h*a4+g*a8+f*b2 +s[6]=i*a1+h*a5+g*a9+f*b3 +s[10]=i*a2+h*a6+g*b0+f*b4 +s[14]=i*a3+h*a7+g*b1+f*a +s[3]=e*a0+d*a4+c*a8+r*b2 +s[7]=e*a1+d*a5+c*a9+r*b3 +s[11]=e*a2+d*a6+c*b0+r*b4 +s[15]=e*a3+d*a7+c*b1+r*a}, +Ci(a){var s=new A.fX(new Float32Array(16)) +s.c2(this) +s.dB(a) +return s}, +k(a){return this.mp(0)}} +A.Dr.prototype={ +U_(a){var s=A.aAP(new A.Tj(this)) +this.b=s +s.observe(this.a)}, +UN(a){this.c.J(0,a)}, +bs(){var s=this.b +s===$&&A.b() +s.disconnect() +this.c.bs()}, +gNI(){var s=this.c +return new A.jz(s,A.l(s).i("jz<1>"))}, +n6(){var s,r=$.ct().x +if(r==null){s=self.window.devicePixelRatio +r=s===0?1:s}s=this.a +return new A.H(s.clientWidth*r,s.clientHeight*r)}, +Lc(a,b){return B.dV}} +A.Tj.prototype={ +$2(a,b){new A.ae(a,new A.Ti(),a.$ti.i("ae")).ac(0,this.a.gUM())}, +$S:351} +A.Ti.prototype={ +$1(a){return new A.H(a.contentRect.width,a.contentRect.height)}, +$S:352} +A.TF.prototype={} +A.Eo.prototype={ +a17(a){this.b.J(0,null)}, +bs(){var s=this.a +s===$&&A.b() +s.b.removeEventListener(s.a,s.c) +this.b.bs()}, +gNI(){var s=this.b +return new A.jz(s,A.l(s).i("jz<1>"))}, +n6(){var s,r,q=A.aX("windowInnerWidth"),p=A.aX("windowInnerHeight"),o=self.window.visualViewport,n=$.ct().x +if(n==null){s=self.window.devicePixelRatio +n=s===0?1:s}if(o!=null){s=$.cO() +if(s===B.av){s=self.document.documentElement.clientWidth +r=self.document.documentElement.clientHeight +q.b=s*n +p.b=r*n}else{s=o.width +if(s==null)s=null +s.toString +q.b=s*n +s=A.ajn(o) +s.toString +p.b=s*n}}else{s=self.window.innerWidth +if(s==null)s=null +s.toString +q.b=s*n +s=A.ajq(self.window) +s.toString +p.b=s*n}return new A.H(q.aF(),p.aF())}, +Lc(a,b){var s,r,q,p=$.ct().x +if(p==null){s=self.window.devicePixelRatio +p=s===0?1:s}r=self.window.visualViewport +q=A.aX("windowInnerHeight") +if(r!=null){s=$.cO() +if(s===B.av&&!b)q.b=self.document.documentElement.clientHeight*p +else{s=A.ajn(r) +s.toString +q.b=s*p}}else{s=A.ajq(self.window) +s.toString +q.b=s*p}return new A.Ip(0,0,0,a-q.aF())}} +A.Tk.prototype={ +N0(a){var s +a.gf_().ac(0,new A.Tl(this)) +s=A.aB("custom-element") +if(s==null)s=t.K.a(s) +this.d.setAttribute("flt-embedding",s)}, +KS(a){A.R(a.style,"width","100%") +A.R(a.style,"height","100%") +A.R(a.style,"display","block") +A.R(a.style,"overflow","hidden") +A.R(a.style,"position","relative") +this.d.appendChild(a) +this.CP(a)}, +LO(){return this.LP(this.d)}, +M0(){return this.M1(this.d)}} +A.Tl.prototype={ +$1(a){var s=A.aB(a.b) +if(s==null)s=t.K.a(s) +this.a.d.setAttribute(a.a,s)}, +$S:159} +A.V2.prototype={ +CP(a){}} +A.a6U.prototype={ +LP(a){if(!this.ay$)return +A.bP(a,"contextmenu",this.ch$,null) +this.ay$=!1}, +M1(a){if(this.ay$)return +A.eu(a,"contextmenu",this.ch$,null) +this.ay$=!0}} +A.Jx.prototype={ +$1(a){a.preventDefault()}, +$S:2} +A.Wi.prototype={ +N0(a){var s,r,q="0",p="none" +a.gf_().ac(0,new A.Wj(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.UG() +r=self.document.body +r.toString +A.ht(r,"position","fixed") +A.ht(r,"top",q) +A.ht(r,"right",q) +A.ht(r,"bottom",q) +A.ht(r,"left",q) +A.ht(r,"overflow","hidden") +A.ht(r,"padding",q) +A.ht(r,"margin",q) +A.ht(r,"user-select",p) +A.ht(r,"-webkit-user-select",p) +A.ht(r,"touch-action",p)}, +KS(a){var s=a.style +A.R(s,"position","absolute") +A.R(s,"top","0") +A.R(s,"right","0") +A.R(s,"bottom","0") +A.R(s,"left","0") +self.document.body.append(a) +this.CP(a)}, +LO(){return this.LP(self.window)}, +M0(){return this.M1(self.window)}, +UG(){var s,r,q +for(s=t.qr,s=A.bH(new A.dr(self.document.head.querySelectorAll('meta[name="viewport"]'),s),s.i("t.E"),t.e),r=J.av(s.a),s=A.l(s),s=s.i("@<1>").av(s.z[1]).z[1];r.v();)s.a(r.gF()).remove() +q=A.bD(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.CP(q)}} +A.Wj.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:159} +A.DV.prototype={ +U0(a,b){var s=this,r=s.b,q=s.a +r.d.p(0,q,s) +r.e.p(0,q,B.kd) +$.lx.push(new A.V9(s))}, +guT(){var s=this.c +if(s==null){s=$.aeX() +s=this.c=A.ahx(s)}return s}, +pz(){var s=0,r=A.a_(t.H),q,p=this,o,n +var $async$pz=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:n=p.c +if(n==null){n=$.aeX() +n=p.c=A.ahx(n)}if(n instanceof A.wZ){s=1 +break}o=n.gkW() +n=p.c +s=3 +return A.a5(n==null?null:n.j5(),$async$pz) +case 3:p.c=A.ali(o) +case 1:return A.Y(q,r)}}) +return A.Z($async$pz,r)}, +uz(){var s=0,r=A.a_(t.H),q,p=this,o,n +var $async$uz=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:n=p.c +if(n==null){n=$.aeX() +n=p.c=A.ahx(n)}if(n instanceof A.vu){s=1 +break}o=n.gkW() +n=p.c +s=3 +return A.a5(n==null?null:n.j5(),$async$uz) +case 3:p.c=A.akn(o) +case 1:return A.Y(q,r)}}) +return A.Z($async$uz,r)}, +pA(a){return this.a4U(a)}, +a4U(a){var s=0,r=A.a_(t.y),q,p=2,o,n=[],m=this,l,k,j +var $async$pA=A.W(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:k=m.d +j=new A.bk(new A.am($.ac,t.V),t.gR) +m.d=j.a +s=3 +return A.a5(k,$async$pA) +case 3:l=!1 +p=4 +s=7 +return A.a5(a.$0(),$async$pA) +case 7:l=c +n.push(6) +s=5 +break +case 4:n=[2] +case 5:p=2 +j.iG() +s=n.pop() +break +case 6:q=l +s=1 +break +case 1:return A.Y(q,r) +case 2:return A.X(o,r)}}) +return A.Z($async$pA,r)}, +BK(a){return this.a9_(a)}, +a9_(a){var s=0,r=A.a_(t.y),q,p=this +var $async$BK=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:q=p.pA(new A.Va(p,a)) +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$BK,r)}, +glr(){var s=this.b.e.h(0,this.a) +return s==null?B.kd:s}, +gnW(){if(this.r==null)this.n6() +var s=this.r +s.toString +return s}, +n6(){var s=this.e +s===$&&A.b() +this.r=s.n6()}, +Lf(a){var s=this.e +s===$&&A.b() +this.f=s.Lc(this.r.b,a)}, +aan(){var s,r,q,p +if(this.r!=null){s=this.e +s===$&&A.b() +r=s.n6() +s=this.r +q=s.b +p=r.b +if(q!==p&&s.a!==r.a){s=s.a +if(!(q>s&&pq&&r.a

").av(b).i("dx<1,2>"))}, +J(a,b){if(!!a.fixed$length)A.a1(A.aA("add")) +a.push(b)}, +wL(a,b){if(!!a.fixed$length)A.a1(A.aA("removeAt")) +if(b<0||b>=a.length)throw A.h(A.a_d(b,null)) +return a.splice(b,1)[0]}, +w_(a,b,c){if(!!a.fixed$length)A.a1(A.aA("insert")) +if(b<0||b>a.length)throw A.h(A.a_d(b,null)) +a.splice(b,0,c)}, +N5(a,b,c){var s,r +if(!!a.fixed$length)A.a1(A.aA("insertAll")) +A.akX(b,0,a.length,"index") +if(!t.Ee.b(c))c=J.Rt(c) +s=J.bu(c) +a.length=a.length+s +r=b+s +this.dr(a,r,a.length,a,b) +this.jR(a,b,r,c)}, +ii(a){if(!!a.fixed$length)A.a1(A.aA("removeLast")) +if(a.length===0)throw A.h(A.rU(a,-1)) +return a.pop()}, +C(a,b){var s +if(!!a.fixed$length)A.a1(A.aA("remove")) +for(s=0;s"))}, +P(a,b){var s +if(!!a.fixed$length)A.a1(A.aA("addAll")) +if(Array.isArray(b)){this.Uk(a,b) +return}for(s=J.av(b);s.v();)a.push(s.gF())}, +Uk(a,b){var s,r=b.length +if(r===0)return +if(a===b)throw A.h(A.bv(a)) +for(s=0;s").av(c).i("ae<1,2>"))}, +bW(a,b){var s,r=A.b4(a.length,"",!1,t.N) +for(s=0;s=0;--s){r=a[s] +if(b.$1(r))return r +if(q!==a.length)throw A.h(A.bv(a))}if(c!=null)return c.$0() +throw A.h(A.bF())}, +aau(a,b){return this.aav(a,b,null)}, +mh(a,b){var s,r,q,p,o=a.length +for(s=null,r=!1,q=0;qa.length)throw A.h(A.bK(b,0,a.length,"start",null)) +if(c==null)c=a.length +else if(ca.length)throw A.h(A.bK(c,b,a.length,"end",null)) +if(b===c)return A.c([],A.a7(a)) +return A.c(a.slice(b,c),A.a7(a))}, +dE(a,b){return this.ca(a,b,null)}, +rq(a,b,c){A.dB(b,c,a.length,null,null) +return A.hd(a,b,c,A.a7(a).c)}, +gU(a){if(a.length>0)return a[0] +throw A.h(A.bF())}, +gaq(a){var s=a.length +if(s>0)return a[s-1] +throw A.h(A.bF())}, +gbO(a){var s=a.length +if(s===1)return a[0] +if(s===0)throw A.h(A.bF()) +throw A.h(A.XI())}, +acm(a,b,c){if(!!a.fixed$length)A.a1(A.aA("removeRange")) +A.dB(b,c,a.length,null,null) +a.splice(b,c-b)}, +dr(a,b,c,d,e){var s,r,q,p,o +if(!!a.immutable$list)A.a1(A.aA("setRange")) +A.dB(b,c,a.length,null,null) +s=c-b +if(s===0)return +A.d6(e,"skipCount") +if(t.j.b(d)){r=d +q=e}else{r=J.af0(d,e).e0(0,!1) +q=0}p=J.b1(r) +if(q+s>p.gD(r))throw A.h(A.ak_()) +if(q=0;--o)a[b+o]=p.h(r,q+o) +else for(o=0;o=r)return-1 +for(s=0;s=r +for(s=q;s>=0;--s)if(J.d(a[s],b))return s +return-1}, +n(a,b){var s +for(s=0;sa.length)A.a7(a).c.a(null) +a.length=b}, +h(a,b){if(!(b>=0&&b=0&&b=a.length)return-1 +for(s=0;s=p){r.d=null +return!1}r.d=q[s] +r.c=s+1 +return!0}} +J.kv.prototype={ +bv(a,b){var s +if(ab)return 1 +else if(a===b){if(a===0){s=this.gqH(b) +if(this.gqH(a)===s)return 0 +if(this.gqH(a))return-1 +return 1}return 0}else if(isNaN(a)){if(isNaN(b))return 0 +return 1}else return-1}, +gqH(a){return a===0?1/a<0:a<0}, +gxv(a){var s +if(a>0)s=1 +else s=a<0?-1:a +return s}, +ae(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.h(A.aA(""+a+".toInt()"))}, +hn(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.h(A.aA(""+a+".ceil()"))}, +iL(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.h(A.aA(""+a+".floor()"))}, +aJ(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.h(A.aA(""+a+".round()"))}, +Ov(a){if(a<0)return-Math.round(-a) +else return Math.round(a)}, +eW(a,b,c){if(B.h.bv(b,c)>0)throw A.h(A.rS(b)) +if(this.bv(a,b)<0)return b +if(this.bv(a,c)>0)return c +return a}, +a5(a,b){var s +if(b>20)throw A.h(A.bK(b,0,20,"fractionDigits",null)) +s=a.toFixed(b) +if(a===0&&this.gqH(a))return"-"+s +return s}, +acT(a,b){var s +if(b<1||b>21)throw A.h(A.bK(b,1,21,"precision",null)) +s=a.toPrecision(b) +if(a===0&&this.gqH(a))return"-"+s +return s}, +jK(a,b){var s,r,q,p +if(b<2||b>36)throw A.h(A.bK(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.a1(A.aA("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.a1("0",q)}, +k(a){if(a===0&&1/a<0)return"-0.0" +else return""+a}, +gA(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}, +M(a,b){return a+b}, +N(a,b){return a-b}, +a1(a,b){return a*b}, +c9(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}, +io(a,b){if((a|0)===a)if(b>=1||b<-1)return a/b|0 +return this.Js(a,b)}, +eT(a,b){return(a|0)===a?a/b|0:this.Js(a,b)}, +Js(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.h(A.aA("Result of truncating division is "+A.m(s)+": "+A.m(a)+" ~/ "+A.m(b)))}, +PS(a,b){if(b<0)throw A.h(A.rS(b)) +return b>31?0:a<>>0}, +ix(a,b){var s +if(a>0)s=this.Ja(a,b) +else{s=b>31?31:b +s=a>>s>>>0}return s}, +a3t(a,b){if(0>b)throw A.h(A.rS(b)) +return this.Ja(a,b)}, +Ja(a,b){return b>31?0:a>>>b}, +mO(a,b){if(b>31)return 0 +return a>>>b}, +gde(a){return A.bl(t.Ci)}, +$ica:1, +$iI:1, +$ico:1} +J.pg.prototype={ +gxv(a){var s +if(a>0)s=1 +else s=a<0?-1:a +return s}, +gde(a){return A.bl(t.S)}, +$ibG:1, +$ip:1} +J.uT.prototype={ +gde(a){return A.bl(t.i)}, +$ibG:1} +J.iR.prototype={ +hp(a,b){if(b<0)throw A.h(A.rU(a,b)) +if(b>=a.length)A.a1(A.rU(a,b)) +return a.charCodeAt(b)}, +a5g(a,b,c){var s=b.length +if(c>s)throw A.h(A.bK(c,0,s,null,null)) +return new A.On(b,a,c)}, +a5f(a,b){return this.a5g(a,b,0)}, +Nx(a,b,c){var s,r,q=null +if(c<0||c>b.length)throw A.h(A.bK(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.e4(a,r-s)}, +Qa(a,b){var s=A.c(a.split(b),t.s) +return s}, +kR(a,b,c,d){var s=A.dB(b,c,a.length,null,null) +return A.aol(a,b,s,d)}, +em(a,b,c){var s +if(c<0||c>a.length)throw A.h(A.bK(c,0,a.length,null,null)) +s=c+b.length +if(s>a.length)return!1 +return b===a.substring(c,s)}, +d0(a,b){return this.em(a,b,0)}, +af(a,b,c){return a.substring(b,A.dB(b,c,a.length,null,null))}, +e4(a,b){return this.af(a,b,null)}, +acQ(a){return a.toLowerCase()}, +D7(a){var s,r,q,p=a.trim(),o=p.length +if(o===0)return p +if(p.charCodeAt(0)===133){s=J.afP(p,1) +if(s===o)return""}else s=0 +r=o-1 +q=p.charCodeAt(r)===133?J.afQ(p,r):o +if(s===0&&q===o)return p +return p.substring(s,q)}, +ad4(a){var s,r +if(typeof a.trimLeft!="undefined"){s=a.trimLeft() +if(s.length===0)return s +r=s.charCodeAt(0)===133?J.afP(s,1):0}else{r=J.afP(a,0) +s=a}if(r===0)return s +if(r===s.length)return"" +return s.substring(r)}, +D8(a){var s,r,q +if(typeof a.trimRight!="undefined"){s=a.trimRight() +r=s.length +if(r===0)return s +q=r-1 +if(s.charCodeAt(q)===133)r=J.afQ(s,q)}else{r=J.afQ(a,a.length) +s=a}if(r===s.length)return s +if(r===0)return"" +return s.substring(0,r)}, +a1(a,b){var s,r +if(0>=b)return"" +if(b===1||a.length===0)return a +if(b!==b>>>0)throw A.h(B.zu) +for(s=a,r="";!0;){if((b&1)===1)r=s+r +b=b>>>1 +if(b===0)break +s+=s}return r}, +r2(a,b,c){var s=b-a.length +if(s<=0)return a +return this.a1(c,s)+a}, +nE(a,b,c){var s,r,q,p +if(c<0||c>a.length)throw A.h(A.bK(c,0,a.length,null,null)) +if(typeof b=="string")return a.indexOf(b,c) +if(b instanceof A.EQ){s=b.Gl(a,c) +return s==null?-1:s.b.index}for(r=a.length,q=J.ael(b),p=c;p<=r;++p)if(q.Nx(b,a,p)!=null)return p +return-1}, +iQ(a,b){return this.nE(a,b,0)}, +aat(a,b,c){var s,r +if(c==null)c=a.length +else if(c<0||c>a.length)throw A.h(A.bK(c,0,a.length,null,null)) +s=b.length +r=a.length +if(c+s>r)c=r-s +return a.lastIndexOf(b,c)}, +Ca(a,b){return this.aat(a,b,null)}, +n(a,b){return A.aC4(a,b,0)}, +bv(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}, +gde(a){return A.bl(t.N)}, +gD(a){return a.length}, +h(a,b){if(!(b>=0&&b").av(r.z[1]).i("tE<1,2>")) +s.wh(r.ga0A()) +r.wh(a) +r.wk(d) +return r}, +qL(a,b,c){return this.fo(a,null,b,c)}, +w5(a,b,c){return this.fo(a,b,c,null)}} +A.tE.prototype={ +b4(){return this.a.b4()}, +wh(a){this.c=a==null?null:a}, +wk(a){var s=this +s.a.wk(a) +if(a==null)s.d=null +else if(t.hK.b(a))s.d=s.b.wJ(a) +else if(t.mX.b(a))s.d=a +else throw A.h(A.d0(u.y,null))}, +a0B(a){var s,r,q,p,o,n=this,m=n.c +if(m==null)return +s=null +try{s=n.$ti.z[1].a(a)}catch(o){r=A.an(o) +q=A.aE(o) +p=n.d +if(p==null)A.o5(r,q) +else{m=n.b +if(t.hK.b(p))m.Oy(p,r,q) +else m.m3(t.mX.a(p),r)}return}n.b.m3(m,s)}, +nU(a){this.a.nU(a)}, +r3(){return this.nU(null)}, +o0(){this.a.o0()}} +A.ib.prototype={ +ga3(a){var s=A.l(this) +return new A.CO(J.av(this.gfJ()),s.i("@<1>").av(s.z[1]).i("CO<1,2>"))}, +gD(a){return J.bu(this.gfJ())}, +ga6(a){return J.t_(this.gfJ())}, +gbX(a){return J.Rs(this.gfJ())}, +hL(a,b){var s=A.l(this) +return A.bH(J.af0(this.gfJ(),b),s.c,s.z[1])}, +co(a,b){return A.l(this).z[1].a(J.Cc(this.gfJ(),b))}, +gU(a){return A.l(this).z[1].a(J.ob(this.gfJ()))}, +gaq(a){return A.l(this).z[1].a(J.Cd(this.gfJ()))}, +n(a,b){return J.Rr(this.gfJ(),b)}, +k(a){return J.e1(this.gfJ())}} +A.CO.prototype={ +v(){return this.a.v()}, +gF(){return this.$ti.z[1].a(this.a.gF())}} +A.lN.prototype={ +gfJ(){return this.a}} +A.yP.prototype={$iad:1} +A.yi.prototype={ +h(a,b){return this.$ti.z[1].a(J.rY(this.a,b))}, +p(a,b,c){J.rZ(this.a,b,this.$ti.c.a(c))}, +sD(a,b){J.ary(this.a,b)}, +J(a,b){J.fK(this.a,this.$ti.c.a(b))}, +P(a,b){var s=this.$ti +J.ain(this.a,A.bH(b,s.z[1],s.c))}, +C(a,b){return J.aip(this.a,b)}, +ii(a){return this.$ti.z[1].a(J.arx(this.a))}, +rq(a,b,c){var s=this.$ti +return A.bH(J.art(this.a,b,c),s.c,s.z[1])}, +$iad:1, +$iP:1} +A.dx.prototype={ +v_(a,b){return new A.dx(this.a,this.$ti.i("@<1>").av(b).i("dx<1,2>"))}, +gfJ(){return this.a}} +A.lP.prototype={ +J(a,b){return this.a.J(0,this.$ti.c.a(b))}, +P(a,b){var s=this.$ti +this.a.P(0,A.bH(b,s.z[1],s.c))}, +C(a,b){return this.a.C(0,b)}, +qE(a){var s,r=this +if(r.b!=null)return r.VP(a,!0) +s=r.$ti +return new A.lP(r.a.qE(a),null,s.i("@<1>").av(s.z[1]).i("lP<1,2>"))}, +VP(a,b){var s,r=this.b,q=this.$ti,p=q.z[1],o=r==null?A.iX(p):r.$1$0(p) +for(p=this.a,p=p.ga3(p),q=q.z[1];p.v();){s=q.a(p.gF()) +if(b===a.n(0,s))o.J(0,s)}return o}, +VC(){var s=this.b,r=this.$ti.z[1],q=s==null?A.iX(r):s.$1$0(r) +q.P(0,this) +return q}, +il(a){var s=this.b,r=this.$ti.z[1],q=s==null?A.iX(r):s.$1$0(r) +q.P(0,this) +return q}, +$iad:1, +$ib3:1, +gfJ(){return this.a}} +A.lO.prototype={ +jr(a,b,c){var s=this.$ti +return new A.lO(this.a,s.i("@<1>").av(s.z[1]).av(b).av(c).i("lO<1,2,3,4>"))}, +ak(a){return this.a.ak(a)}, +h(a,b){return this.$ti.i("4?").a(this.a.h(0,b))}, +p(a,b,c){var s=this.$ti +this.a.p(0,s.c.a(b),s.z[1].a(c))}, +bK(a,b){var s=this.$ti +return s.z[3].a(this.a.bK(s.c.a(a),new A.Sw(this,b)))}, +C(a,b){return this.$ti.i("4?").a(this.a.C(0,b))}, +ac(a,b){this.a.ac(0,new A.Sv(this,b))}, +gbN(){var s=this.$ti +return A.bH(this.a.gbN(),s.c,s.z[2])}, +gbk(){var s=this.$ti +return A.bH(this.a.gbk(),s.z[1],s.z[3])}, +gD(a){var s=this.a +return s.gD(s)}, +ga6(a){var s=this.a +return s.ga6(s)}, +gbX(a){var s=this.a +return s.gbX(s)}, +gf_(){var s=this.a.gf_() +return s.ib(s,new A.Su(this),this.$ti.i("b9<3,4>"))}} +A.Sw.prototype={ +$0(){return this.a.$ti.z[1].a(this.b.$0())}, +$S(){return this.a.$ti.i("2()")}} +A.Sv.prototype={ +$2(a,b){var s=this.a.$ti +this.b.$2(s.z[2].a(a),s.z[3].a(b))}, +$S(){return this.a.$ti.i("~(1,2)")}} +A.Su.prototype={ +$1(a){var s=this.a.$ti,r=s.z[3] +return new A.b9(s.z[2].a(a.a),r.a(a.b),s.i("@<3>").av(r).i("b9<1,2>"))}, +$S(){return this.a.$ti.i("b9<3,4>(b9<1,2>)")}} +A.f1.prototype={ +k(a){return"LateInitializationError: "+this.a}} +A.lR.prototype={ +gD(a){return this.a.length}, +h(a,b){return this.a.charCodeAt(b)}} +A.aeI.prototype={ +$0(){return A.cT(null,t.P)}, +$S:89} +A.a20.prototype={} +A.ad.prototype={} +A.ba.prototype={ +ga3(a){return new A.dz(this,this.gD(this))}, +ac(a,b){var s,r=this,q=r.gD(r) +for(s=0;s").av(c).i("ae<1,2>"))}, +hL(a,b){return A.hd(this,b,null,A.l(this).i("ba.E"))}, +e0(a,b){return A.ah(this,b,A.l(this).i("ba.E"))}, +fs(a){return this.e0(a,!0)}, +il(a){var s,r=this,q=A.iX(A.l(r).i("ba.E")) +for(s=0;ss)throw A.h(A.bK(r,0,s,"start",null))}}, +gWK(){var s=J.bu(this.a),r=this.c +if(r==null||r>s)return s +return r}, +ga3I(){var s=J.bu(this.a),r=this.b +if(r>s)return s +return r}, +gD(a){var s,r=J.bu(this.a),q=this.b +if(q>=r)return 0 +s=this.c +if(s==null||s>=r)return r-q +return s-q}, +co(a,b){var s=this,r=s.ga3I()+b +if(b<0||r>=s.gWK())throw A.h(A.EH(b,s.gD(s),s,null,"index")) +return J.Cc(s.a,r)}, +hL(a,b){var s,r,q=this +A.d6(b,"count") +s=q.b+b +r=q.c +if(r!=null&&s>=r)return new A.e6(q.$ti.i("e6<1>")) +return A.hd(q.a,s,r,q.$ti.c)}, +CY(a,b){var s,r,q,p=this +A.d6(b,"count") +s=p.c +r=p.b +q=r+b +if(s==null)return A.hd(p.a,r,q,p.$ti.c) +else{if(s=o){r.d=null +return!1}r.d=p.co(q,s);++r.c +return!0}} +A.dA.prototype={ +ga3(a){return new A.dk(J.av(this.a),this.b)}, +gD(a){return J.bu(this.a)}, +ga6(a){return J.t_(this.a)}, +gU(a){return this.b.$1(J.ob(this.a))}, +gaq(a){return this.b.$1(J.Cd(this.a))}, +co(a,b){return this.b.$1(J.Cc(this.a,b))}} +A.m8.prototype={$iad:1} +A.dk.prototype={ +v(){var s=this,r=s.b +if(r.v()){s.a=s.c.$1(r.gF()) +return!0}s.a=null +return!1}, +gF(){var s=this.a +return s==null?A.l(this).z[1].a(s):s}} +A.ae.prototype={ +gD(a){return J.bu(this.a)}, +co(a,b){return this.b.$1(J.Cc(this.a,b))}} +A.aZ.prototype={ +ga3(a){return new A.xS(J.av(this.a),this.b)}, +ib(a,b,c){return new A.dA(this,b,this.$ti.i("@<1>").av(c).i("dA<1,2>"))}} +A.xS.prototype={ +v(){var s,r +for(s=this.a,r=this.b;s.v();)if(r.$1(s.gF()))return!0 +return!1}, +gF(){return this.a.gF()}} +A.fS.prototype={ +ga3(a){return new A.E1(J.av(this.a),this.b,B.k2)}} +A.E1.prototype={ +gF(){var s=this.d +return s==null?A.l(this).z[1].a(s):s}, +v(){var s,r,q=this,p=q.c +if(p==null)return!1 +for(s=q.a,r=q.b;!p.v();){q.d=null +if(s.v()){q.c=null +p=J.av(r.$1(s.gF())) +q.c=p}else return!1}q.d=q.c.gF() +return!0}} +A.np.prototype={ +ga3(a){return new A.HN(J.av(this.a),this.b)}} +A.ug.prototype={ +gD(a){var s=J.bu(this.a),r=this.b +if(s>r)return r +return s}, +$iad:1} +A.HN.prototype={ +v(){if(--this.b>=0)return this.a.v() +this.b=-1 +return!1}, +gF(){if(this.b<0){A.l(this).c.a(null) +return null}return this.a.gF()}} +A.ji.prototype={ +hL(a,b){A.tn(b,"count") +A.d6(b,"count") +return new A.ji(this.a,this.b+b,A.l(this).i("ji<1>"))}, +ga3(a){return new A.Hn(J.av(this.a),this.b)}} +A.oQ.prototype={ +gD(a){var s=J.bu(this.a)-this.b +if(s>=0)return s +return 0}, +hL(a,b){A.tn(b,"count") +A.d6(b,"count") +return new A.oQ(this.a,this.b+b,this.$ti)}, +$iad:1} +A.Hn.prototype={ +v(){var s,r +for(s=this.a,r=0;r"))}, +hL(a,b){A.d6(b,"count") +return this}, +e0(a,b){var s=this.$ti.c +return b?J.uP(0,s):J.EP(0,s)}, +fs(a){return this.e0(a,!0)}, +il(a){return A.iX(this.$ti.c)}} +A.DT.prototype={ +v(){return!1}, +gF(){throw A.h(A.bF())}} +A.iJ.prototype={ +ga3(a){return new A.Ei(J.av(this.a),this.b)}, +gD(a){return J.bu(this.a)+J.bu(this.b)}, +ga6(a){return J.t_(this.a)&&J.t_(this.b)}, +gbX(a){return J.Rs(this.a)||J.Rs(this.b)}, +n(a,b){return J.Rr(this.a,b)||J.Rr(this.b,b)}, +gU(a){var s=J.av(this.a) +if(s.v())return s.gF() +return J.ob(this.b)}, +gaq(a){var s,r=J.av(this.b) +if(r.v()){s=r.gF() +for(;r.v();)s=r.gF() +return s}return J.Cd(this.a)}} +A.uf.prototype={ +co(a,b){var s=this.a,r=J.b1(s),q=r.gD(s) +if(b"))}} +A.qM.prototype={ +v(){var s,r +for(s=this.a,r=this.$ti.c;s.v();)if(r.b(s.gF()))return!0 +return!1}, +gF(){return this.$ti.c.a(this.a.gF())}} +A.un.prototype={ +sD(a,b){throw A.h(A.aA("Cannot change the length of a fixed-length list"))}, +J(a,b){throw A.h(A.aA("Cannot add to a fixed-length list"))}, +P(a,b){throw A.h(A.aA("Cannot add to a fixed-length list"))}, +C(a,b){throw A.h(A.aA("Cannot remove from a fixed-length list"))}, +ii(a){throw A.h(A.aA("Cannot remove from a fixed-length list"))}} +A.Ig.prototype={ +p(a,b,c){throw A.h(A.aA("Cannot modify an unmodifiable list"))}, +sD(a,b){throw A.h(A.aA("Cannot change the length of an unmodifiable list"))}, +J(a,b){throw A.h(A.aA("Cannot add to an unmodifiable list"))}, +P(a,b){throw A.h(A.aA("Cannot add to an unmodifiable list"))}, +C(a,b){throw A.h(A.aA("Cannot remove from an unmodifiable list"))}, +ii(a){throw A.h(A.aA("Cannot remove from an unmodifiable list"))}} +A.qL.prototype={} +A.cx.prototype={ +gD(a){return J.bu(this.a)}, +co(a,b){var s=this.a,r=J.b1(s) +return r.co(s,r.gD(s)-1-b)}} +A.jn.prototype={ +gA(a){var s=this._hashCode +if(s!=null)return s +s=664597*B.d.gA(this.a)&536870911 +this._hashCode=s +return s}, +k(a){return'Symbol("'+this.a+'")'}, +j(a,b){if(b==null)return!1 +return b instanceof A.jn&&this.a===b.a}, +$ixk:1} +A.Bs.prototype={} +A.ih.prototype={$r:"+(1,2)",$s:1} +A.ry.prototype={$r:"+cacheSize,maxTextLength(1,2)",$s:2} +A.N3.prototype={$r:"+key,value(1,2)",$s:3} +A.N4.prototype={$r:"+breaks,graphemes,words(1,2,3)",$s:4} +A.N5.prototype={$r:"+large,medium,small(1,2,3)",$s:5} +A.N6.prototype={$r:"+x,y,z(1,2,3)",$s:6} +A.zN.prototype={$r:"+domBlurListener,domFocusListener,element,semanticsNodeId(1,2,3,4)",$s:7} +A.lU.prototype={} +A.oE.prototype={ +jr(a,b,c){var s=A.l(this) +return A.akf(this,s.c,s.z[1],b,c)}, +ga6(a){return this.gD(this)===0}, +gbX(a){return this.gD(this)!==0}, +k(a){return A.afY(this)}, +p(a,b,c){A.afm()}, +bK(a,b){A.afm()}, +C(a,b){A.afm()}, +gf_(){return new A.fJ(this.a7Z(),A.l(this).i("fJ>"))}, +a7Z(){var s=this +return function(){var r=0,q=1,p,o,n,m +return function $async$gf_(a,b,c){if(b===1){p=c +r=q}while(true)switch(r){case 0:o=s.gbN(),o=o.ga3(o),n=A.l(s),n=n.i("@<1>").av(n.z[1]).i("b9<1,2>") +case 2:if(!o.v()){r=3 +break}m=o.gF() +r=4 +return a.b=new A.b9(m,s.h(0,m),n),1 +case 4:r=2 +break +case 3:return 0 +case 1:return a.c=p,3}}}}, +qP(a,b,c,d){var s=A.A(c,d) +this.ac(0,new A.T9(this,b,s)) +return s}, +$iaF:1} +A.T9.prototype={ +$2(a,b){var s=this.b.$2(a,b) +this.c.p(0,s.a,s.b)}, +$S(){return A.l(this.a).i("~(1,2)")}} +A.bi.prototype={ +gD(a){return this.b.length}, +gHB(){var s=this.$keys +if(s==null){s=Object.keys(this.a) +this.$keys=s}return s}, +ak(a){if(typeof a!="string")return!1 +if("__proto__"===a)return!1 +return this.a.hasOwnProperty(a)}, +h(a,b){if(!this.ak(b))return null +return this.b[this.a[b]]}, +ac(a,b){var s,r,q=this.gHB(),p=this.b +for(s=q.length,r=0;r"))}, +gbk(){return new A.nR(this.b,this.$ti.i("nR<2>"))}} +A.nR.prototype={ +gD(a){return this.a.length}, +ga6(a){return 0===this.a.length}, +gbX(a){return 0!==this.a.length}, +ga3(a){var s=this.a +return new A.rj(s,s.length)}} +A.rj.prototype={ +gF(){var s=this.d +return s==null?A.l(this).c.a(s):s}, +v(){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.cq.prototype={ +k8(){var s,r=this,q=r.$map +if(q==null){s=r.$ti +q=new A.mx(s.i("@<1>").av(s.z[1]).i("mx<1,2>")) +A.anT(r.a,q) +r.$map=q}return q}, +ak(a){return this.k8().ak(a)}, +h(a,b){return this.k8().h(0,b)}, +ac(a,b){this.k8().ac(0,b)}, +gbN(){var s=this.k8() +return new A.b8(s,A.l(s).i("b8<1>"))}, +gbk(){return this.k8().gbk()}, +gD(a){return this.k8().a}} +A.tR.prototype={ +J(a,b){A.afn()}, +P(a,b){A.afn()}, +C(a,b){A.afn()}} +A.eS.prototype={ +gD(a){return this.b}, +ga6(a){return this.b===0}, +gbX(a){return this.b!==0}, +ga3(a){var s,r=this.$keys +if(r==null){r=Object.keys(this.a) +this.$keys=r}s=r +return new A.rj(s,s.length)}, +n(a,b){if(typeof b!="string")return!1 +if("__proto__"===b)return!1 +return this.a.hasOwnProperty(b)}, +il(a){return A.f2(this,this.$ti.c)}} +A.di.prototype={ +gD(a){return this.a.length}, +ga6(a){return this.a.length===0}, +gbX(a){return this.a.length!==0}, +ga3(a){var s=this.a +return new A.rj(s,s.length)}, +k8(){var s,r,q,p,o=this,n=o.$map +if(n==null){s=o.$ti +n=new A.mx(s.i("@<1>").av(s.c).i("mx<1,2>")) +for(s=o.a,r=s.length,q=0;q")}} +A.pd.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.aBB(A.Rb(this.a),this.$ti)}} +A.uR.prototype={ +gaaY(){var s=this.a +if(s instanceof A.jn)return s +return this.a=new A.jn(s)}, +gabW(){var s,r,q,p,o,n=this +if(n.c===1)return B.mj +s=n.d +r=J.b1(s) +q=r.gD(s)-J.bu(n.e)-n.f +if(q===0)return B.mj +p=[] +for(o=0;o>>0}, +k(a){return"Closure '"+this.$_name+"' of "+("Instance of '"+A.a_b(this.a)+"'")}} +A.K1.prototype={ +k(a){return"Reading static variable '"+this.a+"' during its initialization"}} +A.GU.prototype={ +k(a){return"RuntimeError: "+this.a}} +A.aaA.prototype={} +A.f0.prototype={ +gD(a){return this.a}, +ga6(a){return this.a===0}, +gbX(a){return this.a!==0}, +gbN(){return new A.b8(this,A.l(this).i("b8<1>"))}, +gbk(){var s=A.l(this) +return A.Fd(new A.b8(this,s.i("b8<1>")),new A.XR(this),s.c,s.z[1])}, +ak(a){var s,r +if(typeof a=="string"){s=this.b +if(s==null)return!1 +return s[a]!=null}else if(typeof a=="number"&&(a&0x3fffffff)===a){r=this.c +if(r==null)return!1 +return r[a]!=null}else return this.aa3(a)}, +aa3(a){var s=this.d +if(s==null)return!1 +return this.qD(s[this.qC(a)],a)>=0}, +a6m(a){return new A.b8(this,A.l(this).i("b8<1>")).fO(0,new A.XQ(this,a))}, +P(a,b){b.ac(0,new A.XP(this))}, +h(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.aa4(b)}, +aa4(a){var s,r,q=this.d +if(q==null)return null +s=q[this.qC(a)] +r=this.qD(s,a) +if(r<0)return null +return s[r].b}, +p(a,b,c){var s,r,q=this +if(typeof b=="string"){s=q.b +q.F_(s==null?q.b=q.zk():s,b,c)}else if(typeof b=="number"&&(b&0x3fffffff)===b){r=q.c +q.F_(r==null?q.c=q.zk():r,b,c)}else q.aa6(b,c)}, +aa6(a,b){var s,r,q,p=this,o=p.d +if(o==null)o=p.d=p.zk() +s=p.qC(a) +r=o[s] +if(r==null)o[s]=[p.zl(a,b)] +else{q=p.qD(r,a) +if(q>=0)r[q].b=b +else r.push(p.zl(a,b))}}, +bK(a,b){var s,r,q=this +if(q.ak(a)){s=q.h(0,a) +return s==null?A.l(q).z[1].a(s):s}r=b.$0() +q.p(0,a,r) +return r}, +C(a,b){var s=this +if(typeof b=="string")return s.Ip(s.b,b) +else if(typeof b=="number"&&(b&0x3fffffff)===b)return s.Ip(s.c,b) +else return s.aa5(b)}, +aa5(a){var s,r,q,p,o=this,n=o.d +if(n==null)return null +s=o.qC(a) +r=n[s] +q=o.qD(r,a) +if(q<0)return null +p=r.splice(q,1)[0] +o.JJ(p) +if(r.length===0)delete n[s] +return p.b}, +a7(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=s.f=null +s.a=0 +s.zi()}}, +ac(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.h(A.bv(s)) +r=r.c}}, +F_(a,b,c){var s=a[b] +if(s==null)a[b]=this.zl(b,c) +else s.b=c}, +Ip(a,b){var s +if(a==null)return null +s=a[b] +if(s==null)return null +this.JJ(s) +delete a[b] +return s.b}, +zi(){this.r=this.r+1&1073741823}, +zl(a,b){var s,r=this,q=new A.Yk(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.zi() +return q}, +JJ(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.zi()}, +qC(a){return J.q(a)&1073741823}, +qD(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r"]=s +delete s[""] +return s}} +A.XR.prototype={ +$1(a){var s=this.a,r=s.h(0,a) +return r==null?A.l(s).z[1].a(r):r}, +$S(){return A.l(this.a).i("2(1)")}} +A.XQ.prototype={ +$1(a){return J.d(this.a.h(0,a),this.b)}, +$S(){return A.l(this.a).i("E(1)")}} +A.XP.prototype={ +$2(a,b){this.a.p(0,a,b)}, +$S(){return A.l(this.a).i("~(1,2)")}} +A.Yk.prototype={} +A.b8.prototype={ +gD(a){return this.a.a}, +ga6(a){return this.a.a===0}, +ga3(a){var s=this.a,r=new A.v4(s,s.r) +r.c=s.e +return r}, +n(a,b){return this.a.ak(b)}, +ac(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.h(A.bv(s)) +r=r.c}}} +A.v4.prototype={ +gF(){return this.d}, +v(){var s,r=this,q=r.a +if(r.b!==q.r)throw A.h(A.bv(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={ +qC(a){return A.aAJ(a)&1073741823}, +qD(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.Ym(j,k)}} +A.N0.prototype={ +tm(){return[this.a,this.b]}, +j(a,b){if(b==null)return!1 +return b instanceof A.N0&&this.$s===b.$s&&J.d(this.a,b.a)&&J.d(this.b,b.b)}, +gA(a){return A.L(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.N1.prototype={ +tm(){return[this.a,this.b,this.c]}, +j(a,b){var s=this +if(b==null)return!1 +return b instanceof A.N1&&s.$s===b.$s&&J.d(s.a,b.a)&&J.d(s.b,b.b)&&J.d(s.c,b.c)}, +gA(a){var s=this +return A.L(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.N2.prototype={ +tm(){return this.a}, +j(a,b){if(b==null)return!1 +return b instanceof A.N2&&this.$s===b.$s&&A.aye(this.a,b.a)}, +gA(a){return A.L(this.$s,A.bJ(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.EQ.prototype={ +k(a){return"RegExp/"+this.a+"/"+this.b.flags}, +ga0o(){var s=this,r=s.c +if(r!=null)return r +r=s.b +return s.c=A.afR(s.a,r.multiline,!r.ignoreCase,r.unicode,r.dotAll,!0)}, +ga0n(){var s=this,r=s.d +if(r!=null)return r +r=s.b +return s.d=A.afR(s.a+"|()",r.multiline,!r.ignoreCase,r.unicode,r.dotAll,!0)}, +Ml(a){var s=this.b.exec(a) +if(s==null)return null +return new A.rl(s)}, +Gl(a,b){var s,r=this.ga0o() +r.lastIndex=b +s=r.exec(a) +if(s==null)return null +return new A.rl(s)}, +WQ(a,b){var s,r=this.ga0n() +r.lastIndex=b +s=r.exec(a) +if(s==null)return null +if(s.pop()!=null)return null +return new A.rl(s)}, +Nx(a,b,c){if(c<0||c>b.length)throw A.h(A.bK(c,0,b.length,null,null)) +return this.WQ(b,c)}} +A.rl.prototype={ +gnj(){var s=this.b +return s.index+s[0].length}, +h(a,b){return this.b[b]}, +$ivj:1, +$iagk:1} +A.a5o.prototype={ +gF(){var s=this.d +return s==null?t.Qz.a(s):s}, +v(){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.Gl(m,s) +if(p!=null){n.d=p +o=p.gnj() +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.qj.prototype={ +h(a,b){if(b!==0)A.a1(A.a_d(b,null)) +return this.c}, +$ivj:1} +A.On.prototype={ +ga3(a){return new A.Oo(this.a,this.b,this.c)}, +gU(a){var s=this.b,r=this.a.indexOf(s,this.c) +if(r>=0)return new A.qj(r,s) +throw A.h(A.bF())}} +A.Oo.prototype={ +v(){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.qj(s,o) +q.c=r===q.c?r+1:r +return!0}, +gF(){var s=this.d +s.toString +return s}} +A.a6O.prototype={ +aF(){var s=this.b +if(s===this)throw A.h(new A.f1("Local '"+this.a+"' has not been initialized.")) +return s}, +cF(){var s=this.b +if(s===this)throw A.h(A.iT(this.a)) +return s}, +sck(a){var s=this +if(s.b!==s)throw A.h(new A.f1("Local '"+s.a+"' has already been initialized.")) +s.b=a}} +A.a8i.prototype={ +zz(){var s=this,r=s.b +return r===s?s.b=s.c.$0():r}, +aC(){var s,r=this,q=r.b +if(q===r){s=r.c.$0() +if(r.b!==r)throw A.h(new A.f1("Local '"+r.a+u.N)) +r.b=s +q=s}return q}} +A.vw.prototype={ +gde(a){return B.a1d}, +KM(a,b,c){throw A.h(A.aA("Int64List not supported by dart2js."))}, +a5r(a,b,c){A.BR(a,b,c) +return c==null?new DataView(a,b):new DataView(a,b,c)}, +a5q(a){return this.a5r(a,0,null)}, +$ibG:1, +$iCJ:1} +A.vA.prototype={ +a_E(a,b,c,d){var s=A.bK(b,0,c,d,null) +throw A.h(s)}, +Fw(a,b,c,d){if(b>>>0!==b||b>c)this.a_E(a,b,c,d)}} +A.vx.prototype={ +gde(a){return B.a1e}, +Dt(a,b,c){throw A.h(A.aA("Int64 accessor not supported by dart2js."))}, +DZ(a,b,c,d){throw A.h(A.aA("Int64 accessor not supported by dart2js."))}, +$ibG:1, +$ibO:1} +A.pw.prototype={ +gD(a){return a.length}, +a3g(a,b,c,d,e){var s,r,q=a.length +this.Fw(a,b,q,"start") +this.Fw(a,c,q,"end") +if(b>c)throw A.h(A.bK(b,0,c,null,null)) +s=c-b +if(e<0)throw A.h(A.d0(e,null)) +r=d.length +if(r-e0){s=Date.now()-r.c +if(s>(p+1)*o)p=B.h.io(s,o)}q.c=p +r.d.$1(q)}, +$S:30} +A.J7.prototype={ +e8(a){var s,r=this +if(a==null)a=r.$ti.c.a(a) +if(!r.b)r.a.hQ(a) +else{s=r.a +if(r.$ti.i("as<1>").b(a))s.Fo(a) +else s.mt(a)}}, +AK(a,b){var s=this.a +if(this.b)s.fC(a,b) +else s.t6(a,b)}} +A.ad5.prototype={ +$1(a){return this.a.$2(0,a)}, +$S:31} +A.ad6.prototype={ +$2(a,b){this.a.$2(1,new A.uj(a,b))}, +$S:170} +A.ae0.prototype={ +$2(a,b){this.a(a,b)}, +$S:172} +A.ad3.prototype={ +$0(){var s,r=this.a,q=r.a +q===$&&A.b() +s=q.b +if((s&1)!==0?(q.gps().e&4)!==0:(s&2)===0){r.b=!0 +return}this.b.$2(0,null)}, +$S:0} +A.ad4.prototype={ +$1(a){var s=this.a.c!=null?2:0 +this.b.$2(s,null)}, +$S:26} +A.J9.prototype={ +Ue(a,b){var s=new A.a60(a) +this.a=A.alw(new A.a62(this,a),new A.a63(s),new A.a64(this,s),b)}} +A.a60.prototype={ +$0(){A.dv(new A.a61(this.a))}, +$S:30} +A.a61.prototype={ +$0(){this.a.$2(0,null)}, +$S:0} +A.a63.prototype={ +$0(){this.a.$0()}, +$S:0} +A.a64.prototype={ +$0(){var s=this.a +if(s.b){s.b=!1 +this.b.$0()}}, +$S:0} +A.a62.prototype={ +$0(){var s=this.a,r=s.a +r===$&&A.b() +if((r.b&4)===0){s.c=new A.am($.ac,t.LR) +if(s.b){s.b=!1 +A.dv(new A.a6_(this.b))}return s.c}}, +$S:174} +A.a6_.prototype={ +$0(){this.a.$2(2,null)}, +$S:0} +A.zh.prototype={ +k(a){return"IterationMarker("+this.b+", "+A.m(this.a)+")"}} +A.o0.prototype={ +gF(){return this.b}, +a2q(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}}, +v(){var s,r,q,p,o=this,n=null,m=0 +for(;!0;){s=o.d +if(s!=null)try{if(s.v()){o.b=s.gF() +return!0}else o.d=null}catch(r){n=r +m=1 +o.d=null}q=o.a2q(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.amx +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.amx +throw n +return!1}o.a=p.pop() +m=1 +continue}throw A.h(A.aQ("sync*"))}return!1}, +Ad(a){var s,r,q=this +if(a instanceof A.fJ){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.av(a) +return 2}}} +A.fJ.prototype={ +ga3(a){return new A.o0(this.a())}} +A.Ct.prototype={ +k(a){return A.m(this.a)}, +$ibm:1, +grI(){return this.b}} +A.jz.prototype={} +A.qX.prototype={ +ka(){}, +kb(){}} +A.yf.prototype={ +gxA(){return new A.jz(this,A.l(this).i("jz<1>"))}, +gzf(){return this.c<4}, +a2d(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}, +Jj(a,b,c,d){var s,r,q,p,o,n,m,l=this +if((l.c&4)!==0)return A.amb(c) +s=$.ac +r=d?1:0 +q=A.a6f(s,a) +p=A.a6g(s,b) +o=c==null?A.ahq():c +n=new A.qX(l,q,p,o,s,r,A.l(l).i("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.R7(l.a) +return n}, +If(a){var s,r=this +A.l(r).i("qX<1>").a(a) +if(a.ch===a)return null +s=a.ay +if((s&2)!==0)a.ay=s|4 +else{r.a2d(a) +if((r.c&2)===0&&r.d==null)r.Ve()}return null}, +Ig(a){}, +Ih(a){}, +xW(){if((this.c&4)!==0)return new A.hc("Cannot add new events after calling close") +return new A.hc("Cannot add new events while doing an addStream")}, +J(a,b){if(!this.gzf())throw A.h(this.xW()) +this.mL(b)}, +uE(a,b){A.eN(a,"error",t.K) +if(!this.gzf())throw A.h(this.xW()) +b=A.tp(a) +this.lk(a,b)}, +Ku(a){return this.uE(a,null)}, +bs(){var s,r,q=this +if((q.c&4)!==0){s=q.r +s.toString +return s}if(!q.gzf())throw A.h(q.xW()) +q.c|=4 +r=q.r +if(r==null)r=q.r=new A.am($.ac,t.V) +q.kd() +return r}, +jh(a,b){this.lk(a,b)}, +oO(){var s=this.f +s.toString +this.f=null +this.c&=4294967287 +s.a.hQ(null)}, +Ve(){if((this.c&4)!==0){var s=this.r +if((s.a&30)===0)s.hQ(null)}A.R7(this.b)}} +A.y9.prototype={ +mL(a){var s +for(s=this.d;s!=null;s=s.ch)s.ji(new A.nL(a))}, +lk(a,b){var s +for(s=this.d;s!=null;s=s.ch)s.ji(new A.r5(a,b))}, +kd(){var s=this.d +if(s!=null)for(;s!=null;s=s.ch)s.ji(B.e4) +else this.r.hQ(null)}} +A.Wn.prototype={ +$0(){var s,r,q +try{this.a.oS(this.b.$0())}catch(q){s=A.an(q) +r=A.aE(q) +A.ahb(this.a,s,r)}}, +$S:0} +A.Wm.prototype={ +$0(){var s,r,q +try{this.a.oS(this.b.$0())}catch(q){s=A.an(q) +r=A.aE(q) +A.ahb(this.a,s,r)}}, +$S:0} +A.Wl.prototype={ +$0(){var s,r,q,p=this,o=p.a +if(o==null){p.c.a(null) +p.b.oS(null)}else try{p.b.oS(o.$0())}catch(q){s=A.an(q) +r=A.aE(q) +A.ahb(p.b,s,r)}}, +$S:0} +A.Wp.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.fC(a,b) +else{s.e.b=a +s.f.b=b}}else if(q===0&&!s.c)s.d.fC(s.e.aF(),s.f.aF())}, +$S:63} +A.Wo.prototype={ +$1(a){var s,r=this,q=r.a;--q.b +s=q.a +if(s!=null){J.rZ(s,r.b,a) +if(q.b===0)r.c.mt(A.kA(s,!0,r.w))}else if(q.b===0&&!r.e)r.c.fC(r.f.aF(),r.r.aF())}, +$S(){return this.w.i("bb(0)")}} +A.Ju.prototype={ +AK(a,b){A.eN(a,"error",t.K) +if((this.a.a&30)!==0)throw A.h(A.aQ("Future already completed")) +if(b==null)b=A.tp(a) +this.fC(a,b)}, +v4(a){return this.AK(a,null)}} +A.bk.prototype={ +e8(a){var s=this.a +if((s.a&30)!==0)throw A.h(A.aQ("Future already completed")) +s.hQ(a)}, +iG(){return this.e8(null)}, +fC(a,b){this.a.t6(a,b)}} +A.id.prototype={ +aaR(a){if((this.c&15)!==6)return!0 +return this.b.b.CX(this.d,a.a)}, +a8G(a){var s,r=this.e,q=null,p=a.a,o=this.b.b +if(t.Hg.b(r))q=o.Ox(r,p,a.b) +else q=o.CX(r,p) +try{p=q +return p}catch(s){if(t.ns.b(A.an(s))){if((this.c&1)!==0)throw A.h(A.d0("The error handler of Future.then must return a value of the returned future's type","onError")) +throw A.h(A.d0("The error handler of Future.catchError must return a value of the future's type","onError"))}else throw s}}} +A.am.prototype={ +IY(a){this.a=this.a&1|4 +this.c=a}, +ik(a,b,c){var s,r,q=$.ac +if(q===B.ap){if(b!=null&&!t.Hg.b(b)&&!t.C_.b(b))throw A.h(A.fM(b,"onError",u.w))}else if(b!=null)b=A.anp(b,q) +s=new A.am(q,c.i("am<0>")) +r=b==null?1:3 +this.oJ(new A.id(s,r,a,b,this.$ti.i("@<1>").av(c).i("id<1,2>"))) +return s}, +c1(a,b){return this.ik(a,null,b)}, +JA(a,b,c){var s=new A.am($.ac,c.i("am<0>")) +this.oJ(new A.id(s,3,a,b,this.$ti.i("@<1>").av(c).i("id<1,2>"))) +return s}, +a5Q(a,b){var s=this.$ti,r=$.ac,q=new A.am(r,s) +if(r!==B.ap)a=A.anp(a,r) +this.oJ(new A.id(q,2,b,a,s.i("@<1>").av(s.c).i("id<1,2>"))) +return q}, +AG(a){return this.a5Q(a,null)}, +h8(a){var s=this.$ti,r=new A.am($.ac,s) +this.oJ(new A.id(r,8,a,null,s.i("@<1>").av(s.c).i("id<1,2>"))) +return r}, +a3e(a){this.a=this.a&1|16 +this.c=a}, +ta(a){this.a=a.a&30|this.a&1 +this.c=a.c}, +oJ(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.oJ(a) +return}s.ta(r)}A.lz(null,null,s.b,new A.a7P(s,a))}}, +zv(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.zv(a) +return}n.ta(s)}m.a=n.u5(a) +A.lz(null,null,n.b,new A.a7W(m,n))}}, +u0(){var s=this.c +this.c=null +return this.u5(s)}, +u5(a){var s,r,q +for(s=a,r=null;s!=null;r=s,s=q){q=s.a +s.a=r}return r}, +yb(a){var s,r,q,p=this +p.a^=2 +try{a.ik(new A.a7T(p),new A.a7U(p),t.P)}catch(q){s=A.an(q) +r=A.aE(q) +A.dv(new A.a7V(p,s,r))}}, +oS(a){var s,r=this,q=r.$ti +if(q.i("as<1>").b(a))if(q.b(a))A.agP(a,r) +else r.yb(a) +else{s=r.u0() +r.a=8 +r.c=a +A.rb(r,s)}}, +mt(a){var s=this,r=s.u0() +s.a=8 +s.c=a +A.rb(s,r)}, +fC(a,b){var s=this.u0() +this.a3e(A.RY(a,b)) +A.rb(this,s)}, +hQ(a){if(this.$ti.i("as<1>").b(a)){this.Fo(a) +return}this.UI(a)}, +UI(a){this.a^=2 +A.lz(null,null,this.b,new A.a7R(this,a))}, +Fo(a){if(this.$ti.b(a)){A.axC(a,this) +return}this.yb(a)}, +t6(a,b){this.a^=2 +A.lz(null,null,this.b,new A.a7Q(this,a,b))}, +$ias:1} +A.a7P.prototype={ +$0(){A.rb(this.a,this.b)}, +$S:0} +A.a7W.prototype={ +$0(){A.rb(this.b,this.a.a)}, +$S:0} +A.a7T.prototype={ +$1(a){var s,r,q,p=this.a +p.a^=2 +try{p.mt(p.$ti.c.a(a))}catch(q){s=A.an(q) +r=A.aE(q) +p.fC(s,r)}}, +$S:26} +A.a7U.prototype={ +$2(a,b){this.a.fC(a,b)}, +$S:85} +A.a7V.prototype={ +$0(){this.a.fC(this.b,this.c)}, +$S:0} +A.a7S.prototype={ +$0(){A.agP(this.a.a,this.b)}, +$S:0} +A.a7R.prototype={ +$0(){this.a.mt(this.b)}, +$S:0} +A.a7Q.prototype={ +$0(){this.a.fC(this.b,this.c)}, +$S:0} +A.a7Z.prototype={ +$0(){var s,r,q,p,o,n,m=this,l=null +try{q=m.a.a +l=q.b.b.f5(q.d)}catch(p){s=A.an(p) +r=A.aE(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.RY(s,r) +o.b=!0 +return}if(l instanceof A.am&&(l.a&24)!==0){if((l.a&16)!==0){q=m.a +q.c=l.c +q.b=!0}return}if(t.L0.b(l)){n=m.b.a +q=m.a +q.c=l.c1(new A.a8_(n),t.z) +q.b=!1}}, +$S:0} +A.a8_.prototype={ +$1(a){return this.a}, +$S:190} +A.a7Y.prototype={ +$0(){var s,r,q,p,o +try{q=this.a +p=q.a +q.c=p.b.b.CX(p.d,this.b)}catch(o){s=A.an(o) +r=A.aE(o) +q=this.a +q.c=A.RY(s,r) +q.b=!0}}, +$S:0} +A.a7X.prototype={ +$0(){var s,r,q,p,o,n,m=this +try{s=m.a.a.c +p=m.b +if(p.a.aaR(s)&&p.a.e!=null){p.c=p.a.a8G(s) +p.b=!1}}catch(o){r=A.an(o) +q=A.aE(o) +p=m.a.a.c +n=m.b +if(p.a===r)n.c=p +else n.c=A.RY(r,q) +n.b=!0}}, +$S:0} +A.J8.prototype={} +A.cm.prototype={ +gD(a){var s={},r=new A.am($.ac,t.wJ) +s.a=0 +this.fo(new A.a2K(s,this),!0,new A.a2L(s,r),r.gVI()) +return r}} +A.a2K.prototype={ +$1(a){++this.a.a}, +$S(){return A.l(this.b).i("~(cm.T)")}} +A.a2L.prototype={ +$0(){this.b.oS(this.a.a)}, +$S:0} +A.AH.prototype={ +gxA(){return new A.ic(this,A.l(this).i("ic<1>"))}, +ga1o(){if((this.b&8)===0)return this.a +return this.a.c}, +yD(){var s,r,q=this +if((q.b&8)===0){s=q.a +return s==null?q.a=new A.rv():s}r=q.a +s=r.c +return s==null?r.c=new A.rv():s}, +gps(){var s=this.a +return(this.b&8)!==0?s.c:s}, +t7(){if((this.b&4)!==0)return new A.hc("Cannot add event after closing") +return new A.hc("Cannot add event while adding a stream")}, +a5a(a,b){var s,r,q,p=this,o=p.b +if(o>=4)throw A.h(p.t7()) +if((o&2)!==0){o=new A.am($.ac,t.LR) +o.hQ(null) +return o}o=p.a +s=b===!0 +r=new A.am($.ac,t.LR) +q=s?A.axp(p):p.gUo() +q=a.fo(p.gUH(),s,p.gVD(),q) +s=p.b +if((s&1)!==0?(p.gps().e&4)!==0:(s&2)===0)q.r3() +p.a=new A.Ok(o,r,q) +p.b|=8 +return r}, +Gi(){var s=this.c +if(s==null)s=this.c=(this.b&2)!==0?$.C9():new A.am($.ac,t.V) +return s}, +J(a,b){if(this.b>=4)throw A.h(this.t7()) +this.lc(b)}, +uE(a,b){A.eN(a,"error",t.K) +if(this.b>=4)throw A.h(this.t7()) +if(b==null)b=A.tp(a) +this.jh(a,b)}, +Ku(a){return this.uE(a,null)}, +bs(){var s=this,r=s.b +if((r&4)!==0)return s.Gi() +if(r>=4)throw A.h(s.t7()) +r=s.b=r|4 +if((r&1)!==0)s.kd() +else if((r&3)===0)s.yD().J(0,B.e4) +return s.Gi()}, +lc(a){var s=this.b +if((s&1)!==0)this.mL(a) +else if((s&3)===0)this.yD().J(0,new A.nL(a))}, +jh(a,b){var s=this.b +if((s&1)!==0)this.lk(a,b) +else if((s&3)===0)this.yD().J(0,new A.r5(a,b))}, +oO(){var s=this.a +this.a=s.c +this.b&=4294967287 +s.a.hQ(null)}, +Jj(a,b,c,d){var s,r,q,p,o=this +if((o.b&3)!==0)throw A.h(A.aQ("Stream has already been listened to.")) +s=A.axx(o,a,b,c,d) +r=o.ga1o() +q=o.b|=1 +if((q&8)!==0){p=o.a +p.c=s +p.b.o0()}else o.a=s +s.a3f(r) +s.yP(new A.abs(o)) +return s}, +If(a){var s,r,q,p,o,n,m,l=this,k=null +if((l.b&8)!==0)k=l.a.b4() +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.an(o) +p=A.aE(o) +n=new A.am($.ac,t.V) +n.t6(q,p) +k=n}else k=k.h8(s) +m=new A.abr(l) +if(k!=null)k=k.h8(m) +else m.$0() +return k}, +Ig(a){if((this.b&8)!==0)this.a.b.r3() +A.R7(this.e)}, +Ih(a){if((this.b&8)!==0)this.a.b.o0() +A.R7(this.f)}} +A.abs.prototype={ +$0(){A.R7(this.a.d)}, +$S:0} +A.abr.prototype={ +$0(){var s=this.a.c +if(s!=null&&(s.a&30)===0)s.hQ(null)}, +$S:0} +A.Ja.prototype={ +mL(a){this.gps().ji(new A.nL(a))}, +lk(a,b){this.gps().ji(new A.r5(a,b))}, +kd(){this.gps().ji(B.e4)}} +A.qW.prototype={} +A.ic.prototype={ +gA(a){return(A.f9(this.a)^892482866)>>>0}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.ic&&b.a===this.a}} +A.r0.prototype={ +zo(){return this.w.If(this)}, +ka(){this.w.Ig(this)}, +kb(){this.w.Ih(this)}} +A.IP.prototype={ +b4(){var s=this.b.b4() +return s.h8(new A.a5m(this))}} +A.a5n.prototype={ +$2(a,b){var s=this.a +s.jh(a,b) +s.oO()}, +$S:85} +A.a5m.prototype={ +$0(){this.a.a.hQ(null)}, +$S:30} +A.Ok.prototype={} +A.qY.prototype={ +a3f(a){var s=this +if(a==null)return +s.r=a +if(a.c!=null){s.e=(s.e|64)>>>0 +a.rw(s)}}, +wh(a){this.a=A.a6f(this.d,a)}, +wk(a){this.b=A.a6g(this.d,a)}, +nU(a){var s,r,q=this,p=q.e +if((p&8)!==0)return +s=(p+128|4)>>>0 +q.e=s +if(p<128){r=q.r +if(r!=null)if(r.a===1)r.a=3}if((p&4)===0&&(s&32)===0)q.yP(q.gtR())}, +r3(){return this.nU(null)}, +o0(){var s=this,r=s.e +if((r&8)!==0)return +if(r>=128){r=s.e=r-128 +if(r<128)if((r&64)!==0&&s.r.c!=null)s.r.rw(s) +else{r=(r&4294967291)>>>0 +s.e=r +if((r&32)===0)s.yP(s.gtT())}}}, +b4(){var s=this,r=(s.e&4294967279)>>>0 +s.e=r +if((r&8)===0)s.y9() +r=s.f +return r==null?$.C9():r}, +y9(){var s,r=this,q=r.e=(r.e|8)>>>0 +if((q&64)!==0){s=r.r +if(s.a===1)s.a=3}if((q&32)===0)r.r=null +r.f=r.zo()}, +lc(a){var s=this.e +if((s&8)!==0)return +if(s<32)this.mL(a) +else this.ji(new A.nL(a))}, +jh(a,b){var s=this.e +if((s&8)!==0)return +if(s<32)this.lk(a,b) +else this.ji(new A.r5(a,b))}, +oO(){var s=this,r=s.e +if((r&8)!==0)return +r=(r|2)>>>0 +s.e=r +if(r<32)s.kd() +else s.ji(B.e4)}, +ka(){}, +kb(){}, +zo(){return null}, +ji(a){var s,r=this,q=r.r +if(q==null)q=r.r=new A.rv() +q.J(0,a) +s=r.e +if((s&64)===0){s=(s|64)>>>0 +r.e=s +if(s<128)q.rw(r)}}, +mL(a){var s=this,r=s.e +s.e=(r|32)>>>0 +s.d.m3(s.a,a) +s.e=(s.e&4294967263)>>>0 +s.yf((r&4)!==0)}, +lk(a,b){var s,r=this,q=r.e,p=new A.a6i(r,a,b) +if((q&1)!==0){r.e=(q|16)>>>0 +r.y9() +s=r.f +if(s!=null&&s!==$.C9())s.h8(p) +else p.$0()}else{p.$0() +r.yf((q&4)!==0)}}, +kd(){var s,r=this,q=new A.a6h(r) +r.y9() +r.e=(r.e|16)>>>0 +s=r.f +if(s!=null&&s!==$.C9())s.h8(q) +else q.$0()}, +yP(a){var s=this,r=s.e +s.e=(r|32)>>>0 +a.$0() +s.e=(s.e&4294967263)>>>0 +s.yf((r&4)!==0)}, +yf(a){var s,r,q=this,p=q.e +if((p&64)!==0&&q.r.c==null){p=q.e=(p&4294967231)>>>0 +if((p&4)!==0)if(p<128){s=q.r +s=s==null?null:s.c==null +s=s!==!1}else s=!1 +else s=!1 +if(s){p=(p&4294967291)>>>0 +q.e=p}}for(;!0;a=r){if((p&8)!==0){q.r=null +return}r=(p&4)!==0 +if(a===r)break +q.e=(p^32)>>>0 +if(r)q.ka() +else q.kb() +p=(q.e&4294967263)>>>0 +q.e=p}if((p&64)!==0&&p<128)q.r.rw(q)}} +A.a6i.prototype={ +$0(){var s,r,q=this.a,p=q.e +if((p&8)!==0&&(p&16)===0)return +q.e=(p|32)>>>0 +s=q.b +p=this.b +r=q.d +if(t.hK.b(s))r.Oy(s,p,this.c) +else r.m3(s,p) +q.e=(q.e&4294967263)>>>0}, +$S:0} +A.a6h.prototype={ +$0(){var s=this.a,r=s.e +if((r&16)===0)return +s.e=(r|42)>>>0 +s.d.rd(s.c) +s.e=(s.e&4294967263)>>>0}, +$S:0} +A.AI.prototype={ +fo(a,b,c,d){return this.a.Jj(a,d,c,b===!0)}, +aaB(a){return this.fo(a,null,null,null)}, +qL(a,b,c){return this.fo(a,null,b,c)}, +w5(a,b,c){return this.fo(a,b,c,null)}} +A.Kd.prototype={ +glP(){return this.a}, +slP(a){return this.a=a}} +A.nL.prototype={ +CD(a){a.mL(this.b)}} +A.r5.prototype={ +CD(a){a.lk(this.b,this.c)}} +A.a7s.prototype={ +CD(a){a.kd()}, +glP(){return null}, +slP(a){throw A.h(A.aQ("No events after a done."))}} +A.rv.prototype={ +rw(a){var s=this,r=s.a +if(r===1)return +if(r>=1){s.a=1 +return}A.dv(new A.a9O(s,a)) +s.a=1}, +J(a,b){var s=this,r=s.c +if(r==null)s.b=s.c=b +else{r.slP(b) +s.c=b}}} +A.a9O.prototype={ +$0(){var s,r,q=this.a,p=q.a +q.a=0 +if(p===3)return +s=q.b +r=s.glP() +q.b=r +if(r==null)q.c=null +s.CD(this.b)}, +$S:0} +A.yE.prototype={ +IB(){var s=this +if((s.b&2)!==0)return +A.lz(null,null,s.a,s.ga37()) +s.b=(s.b|2)>>>0}, +wh(a){}, +wk(a){}, +nU(a){this.b+=4}, +r3(){return this.nU(null)}, +o0(){var s=this.b +if(s>=4){s=this.b=s-4 +if(s<4&&(s&1)===0)this.IB()}}, +b4(){return $.C9()}, +kd(){var s,r=this,q=r.b=(r.b&4294967293)>>>0 +if(q>=4)return +r.b=(q|1)>>>0 +s=r.c +if(s!=null)r.a.rd(s)}} +A.Ol.prototype={} +A.yR.prototype={ +fo(a,b,c,d){return A.amb(c)}, +qL(a,b,c){return this.fo(a,null,b,c)}, +w5(a,b,c){return this.fo(a,b,c,null)}} +A.yZ.prototype={ +fo(a,b,c,d){var s=$.ac,r=b===!0?1:0,q=A.a6f(s,a),p=A.a6g(s,d) +s=new A.z_(this,q,p,c==null?A.ahq():c,s,r) +s.x=this.a.qL(s.gY7(),s.gYa(),s.gYr()) +return s}, +qL(a,b,c){return this.fo(a,null,b,c)}, +w5(a,b,c){return this.fo(a,b,c,null)}} +A.z_.prototype={ +lc(a){if((this.e&2)!==0)return +this.Sq(a)}, +jh(a,b){if((this.e&2)!==0)return +this.Sr(a,b)}, +ka(){var s=this.x +if(s!=null)s.r3()}, +kb(){var s=this.x +if(s!=null)s.o0()}, +zo(){var s=this.x +if(s!=null){this.x=null +return s.b4()}return null}, +Y8(a){this.w.H1(a,this)}, +Ys(a,b){this.jh(a,b)}, +Yb(){this.oO()}} +A.Bc.prototype={ +H1(a,b){var s,r,q,p=null +try{p=this.b.$1(a)}catch(q){s=A.an(q) +r=A.aE(q) +A.an1(b,s,r) +return}if(p)b.lc(a)}} +A.nT.prototype={ +H1(a,b){var s,r,q,p=null +try{p=this.b.$1(a)}catch(q){s=A.an(q) +r=A.aE(q) +A.an1(b,s,r) +return}b.lc(p)}} +A.acK.prototype={} +A.adU.prototype={ +$0(){A.atE(this.a,this.b)}, +$S:0} +A.aaE.prototype={ +rd(a){var s,r,q +try{if(B.ap===$.ac){a.$0() +return}A.anq(null,null,this,a)}catch(q){s=A.an(q) +r=A.aE(q) +A.o5(s,r)}}, +acK(a,b){var s,r,q +try{if(B.ap===$.ac){a.$1(b) +return}A.ans(null,null,this,a,b)}catch(q){s=A.an(q) +r=A.aE(q) +A.o5(s,r)}}, +m3(a,b){return this.acK(a,b,t.z)}, +acI(a,b,c){var s,r,q +try{if(B.ap===$.ac){a.$2(b,c) +return}A.anr(null,null,this,a,b,c)}catch(q){s=A.an(q) +r=A.aE(q) +A.o5(s,r)}}, +Oy(a,b,c){return this.acI(a,b,c,t.z,t.z)}, +a5A(a,b,c,d){return new A.aaF(this,a,c,d,b)}, +Ax(a){return new A.aaG(this,a)}, +a5B(a,b){return new A.aaH(this,a,b)}, +h(a,b){return null}, +acG(a){if($.ac===B.ap)return a.$0() +return A.anq(null,null,this,a)}, +f5(a){return this.acG(a,t.z)}, +acJ(a,b){if($.ac===B.ap)return a.$1(b) +return A.ans(null,null,this,a,b)}, +CX(a,b){return this.acJ(a,b,t.z,t.z)}, +acH(a,b,c){if($.ac===B.ap)return a.$2(b,c) +return A.anr(null,null,this,a,b,c)}, +Ox(a,b,c){return this.acH(a,b,c,t.z,t.z,t.z)}, +acg(a){return a}, +wJ(a){return this.acg(a,t.z,t.z,t.z)}} +A.aaF.prototype={ +$2(a,b){return this.a.Ox(this.b,a,b)}, +$S(){return this.e.i("@<0>").av(this.c).av(this.d).i("1(2,3)")}} +A.aaG.prototype={ +$0(){return this.a.rd(this.b)}, +$S:0} +A.aaH.prototype={ +$1(a){return this.a.m3(this.b,a)}, +$S(){return this.c.i("~(0)")}} +A.jF.prototype={ +gD(a){return this.a}, +ga6(a){return this.a===0}, +gbX(a){return this.a!==0}, +gbN(){return new A.nP(this,A.l(this).i("nP<1>"))}, +gbk(){var s=A.l(this) +return A.Fd(new A.nP(this,s.i("nP<1>")),new A.a82(this),s.c,s.z[1])}, +ak(a){var s,r +if(typeof a=="string"&&a!=="__proto__"){s=this.b +return s==null?!1:s[a]!=null}else if(typeof a=="number"&&(a&1073741823)===a){r=this.c +return r==null?!1:r[a]!=null}else return this.oV(a)}, +oV(a){var s=this.d +if(s==null)return!1 +return this.fd(this.Gy(s,a),a)>=0}, +h(a,b){var s,r,q +if(typeof b=="string"&&b!=="__proto__"){s=this.b +r=s==null?null:A.agQ(s,b) +return r}else if(typeof b=="number"&&(b&1073741823)===b){q=this.c +r=q==null?null:A.agQ(q,b) +return r}else return this.Gw(b)}, +Gw(a){var s,r,q=this.d +if(q==null)return null +s=this.Gy(q,a) +r=this.fd(s,a) +return r<0?null:s[r+1]}, +p(a,b,c){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +q.FJ(s==null?q.b=A.agR():s,b,c)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +q.FJ(r==null?q.c=A.agR():r,b,c)}else q.IX(b,c)}, +IX(a,b){var s,r,q,p=this,o=p.d +if(o==null)o=p.d=A.agR() +s=p.fD(a) +r=o[s] +if(r==null){A.agS(o,s,[a,b]);++p.a +p.e=null}else{q=p.fd(r,a) +if(q>=0)r[q+1]=b +else{r.push(a,b);++p.a +p.e=null}}}, +bK(a,b){var s,r,q=this +if(q.ak(a)){s=q.h(0,a) +return s==null?A.l(q).z[1].a(s):s}r=b.$0() +q.p(0,a,r) +return r}, +C(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.k5(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.k5(s.c,b) +else return s.jl(b)}, +jl(a){var s,r,q,p,o=this,n=o.d +if(n==null)return null +s=o.fD(a) +r=n[s] +q=o.fd(r,a) +if(q<0)return null;--o.a +o.e=null +p=r.splice(q,2)[1] +if(0===r.length)delete n[s] +return p}, +ac(a,b){var s,r,q,p,o,n=this,m=n.yo() +for(s=m.length,r=A.l(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.lf.prototype={ +tP(){return new A.lf(A.l(this).i("lf<1>"))}, +ga3(a){return new A.lg(this,this.oT())}, +gD(a){return this.a}, +ga6(a){return this.a===0}, +gbX(a){return this.a!==0}, +n(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.yq(b)}, +yq(a){var s=this.d +if(s==null)return!1 +return this.fd(s[this.fD(a)],a)>=0}, +J(a,b){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +return q.oP(s==null?q.b=A.agT():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +return q.oP(r==null?q.c=A.agT():r,b)}else return q.eH(b)}, +eH(a){var s,r,q=this,p=q.d +if(p==null)p=q.d=A.agT() +s=q.fD(a) +r=p[s] +if(r==null)p[s]=[a] +else{if(q.fd(r,a)>=0)return!1 +r.push(a)}++q.a +q.e=null +return!0}, +P(a,b){var s +for(s=J.av(b);s.v();)this.J(0,s.gF())}, +C(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.k5(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.k5(s.c,b) +else return s.jl(b)}, +jl(a){var s,r,q,p=this,o=p.d +if(o==null)return!1 +s=p.fD(a) +r=o[s] +q=p.fd(r,a) +if(q<0)return!1;--p.a +p.e=null +r.splice(q,1) +if(0===r.length)delete o[s] +return!0}, +a7(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=null +s.a=0}}, +oT(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.e +if(h!=null)return h +h=A.b4(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.eH.prototype={ +tP(){return new A.eH(A.l(this).i("eH<1>"))}, +HQ(a){return new A.eH(a.i("eH<0>"))}, +a0t(){return this.HQ(t.z)}, +ga3(a){var s=new A.lj(this,this.r) +s.c=this.e +return s}, +gD(a){return this.a}, +ga6(a){return this.a===0}, +gbX(a){return this.a!==0}, +n(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.yq(b)}, +yq(a){var s=this.d +if(s==null)return!1 +return this.fd(s[this.fD(a)],a)>=0}, +ac(a,b){var s=this,r=s.e,q=s.r +for(;r!=null;){b.$1(r.a) +if(q!==s.r)throw A.h(A.bv(s)) +r=r.b}}, +gU(a){var s=this.e +if(s==null)throw A.h(A.aQ("No elements")) +return s.a}, +gaq(a){var s=this.f +if(s==null)throw A.h(A.aQ("No elements")) +return s.a}, +J(a,b){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +return q.oP(s==null?q.b=A.agV():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +return q.oP(r==null?q.c=A.agV():r,b)}else return q.eH(b)}, +eH(a){var s,r,q=this,p=q.d +if(p==null)p=q.d=A.agV() +s=q.fD(a) +r=p[s] +if(r==null)p[s]=[q.yk(a)] +else{if(q.fd(r,a)>=0)return!1 +r.push(q.yk(a))}return!0}, +C(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.k5(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.k5(s.c,b) +else return s.jl(b)}, +jl(a){var s,r,q,p,o=this,n=o.d +if(n==null)return!1 +s=o.fD(a) +r=n[s] +q=o.fd(r,a) +if(q<0)return!1 +p=r.splice(q,1)[0] +if(0===r.length)delete n[s] +o.FK(p) +return!0}, +Gn(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.h(A.bv(o)) +if(!0===p)o.C(0,s)}}, +a7(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=s.f=null +s.a=0 +s.yj()}}, +oP(a,b){if(a[b]!=null)return!1 +a[b]=this.yk(b) +return!0}, +k5(a,b){var s +if(a==null)return!1 +s=a[b] +if(s==null)return!1 +this.FK(s) +delete a[b] +return!0}, +yj(){this.r=this.r+1&1073741823}, +yk(a){var s,r=this,q=new A.a8X(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.yj() +return q}, +FK(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.yj()}, +fD(a){return J.q(a)&1073741823}, +fd(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r").av(c).i("ae<1,2>"))}, +hL(a,b){return A.hd(a,b,null,A.bT(a).i("aV.E"))}, +e0(a,b){var s,r,q,p,o=this +if(o.ga6(a)){s=A.bT(a).i("aV.E") +return b?J.uP(0,s):J.EP(0,s)}r=o.h(a,0) +q=A.b4(o.gD(a),r,b,A.bT(a).i("aV.E")) +for(p=1;p").av(b).i("dx<1,2>"))}, +ii(a){var s,r=this +if(r.gD(a)===0)throw A.h(A.bF()) +s=r.h(a,r.gD(a)-1) +r.sD(a,r.gD(a)-1) +return s}, +M(a,b){var s=A.ah(a,!0,A.bT(a).i("aV.E")) +B.b.P(s,b) +return s}, +ca(a,b,c){var s=this.gD(a) +if(c==null)c=s +A.dB(b,c,s,null,null) +return A.kA(this.rq(a,b,c),!0,A.bT(a).i("aV.E"))}, +dE(a,b){return this.ca(a,b,null)}, +rq(a,b,c){A.dB(b,c,this.gD(a),null,null) +return A.hd(a,b,c,A.bT(a).i("aV.E"))}, +a8e(a,b,c,d){var s +A.dB(b,c,this.gD(a),null,null) +for(s=b;s").b(d)){r=e +q=d}else{q=J.af0(d,e).e0(0,!1) +r=0}p=J.b1(q) +if(r+s>p.gD(q))throw A.h(A.ak_()) +if(r=0;--o)this.p(a,b+o,p.h(q,r+o)) +else for(o=0;o"))}, +qP(a,b,c,d){var s,r,q,p,o,n=A.A(c,d) +for(s=this.gbN(),s=s.ga3(s),r=A.l(this).i("b2.V");s.v();){q=s.gF() +p=this.h(0,q) +o=b.$2(q,p==null?r.a(p):p) +n.p(0,o.a,o.b)}return n}, +Kt(a){var s,r +for(s=a.ga3(a);s.v();){r=s.gF() +this.p(0,r.a,r.b)}}, +CS(a,b){var s,r,q,p,o=this,n=A.l(o),m=A.c([],n.i("C")) +for(s=o.gbN(),s=s.ga3(s),n=n.i("b2.V");s.v();){r=s.gF() +q=o.h(0,r) +if(b.$2(r,q==null?n.a(q):q))m.push(r)}for(n=m.length,p=0;p").av(s.i("b2.V")).i("zo<1,2>"))}, +k(a){return A.afY(this)}, +$iaF:1} +A.Yz.prototype={ +$1(a){var s=this.a,r=s.h(0,a) +if(r==null)r=A.l(s).i("b2.V").a(r) +s=A.l(s) +return new A.b9(a,r,s.i("@").av(s.i("b2.V")).i("b9<1,2>"))}, +$S(){return A.l(this.a).i("b9(b2.K)")}} +A.YA.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.m(a) +r.a=s+": " +r.a+=A.m(b)}, +$S:66} +A.zo.prototype={ +gD(a){var s=this.a +return s.gD(s)}, +ga6(a){var s=this.a +return s.ga6(s)}, +gbX(a){var s=this.a +return s.gbX(s)}, +gU(a){var s=this.a,r=s.gbN() +r=s.h(0,r.gU(r)) +return r==null?this.$ti.z[1].a(r):r}, +gaq(a){var s=this.a,r=s.gbN() +r=s.h(0,r.gaq(r)) +return r==null?this.$ti.z[1].a(r):r}, +ga3(a){var s=this.a,r=s.gbN() +return new A.LC(r.ga3(r),s)}} +A.LC.prototype={ +v(){var s=this,r=s.a +if(r.v()){s.c=s.b.h(0,r.gF()) +return!0}s.c=null +return!1}, +gF(){var s=this.c +return s==null?A.l(this).z[1].a(s):s}} +A.Pq.prototype={ +p(a,b,c){throw A.h(A.aA("Cannot modify unmodifiable map"))}, +C(a,b){throw A.h(A.aA("Cannot modify unmodifiable map"))}, +bK(a,b){throw A.h(A.aA("Cannot modify unmodifiable map"))}} +A.vh.prototype={ +jr(a,b,c){return this.a.jr(0,b,c)}, +h(a,b){return this.a.h(0,b)}, +p(a,b,c){this.a.p(0,b,c)}, +bK(a,b){return this.a.bK(a,b)}, +ak(a){return this.a.ak(a)}, +ac(a,b){this.a.ac(0,b)}, +ga6(a){var s=this.a +return s.ga6(s)}, +gbX(a){var s=this.a +return s.gbX(s)}, +gD(a){var s=this.a +return s.gD(s)}, +gbN(){return this.a.gbN()}, +C(a,b){return this.a.C(0,b)}, +k(a){return this.a.k(0)}, +gbk(){return this.a.gbk()}, +gf_(){return this.a.gf_()}, +qP(a,b,c,d){return this.a.qP(0,b,c,d)}, +$iaF:1} +A.nA.prototype={ +jr(a,b,c){return new A.nA(this.a.jr(0,b,c),b.i("@<0>").av(c).i("nA<1,2>"))}} +A.yG.prototype={ +a_U(a,b){var s=this +s.b=b +s.a=a +if(a!=null)a.b=s +if(b!=null)b.a=s}, +a4f(){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.yF.prototype={ +Il(){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}, +ej(a){var s=this,r=s.c +if(r!=null)--r.b +s.c=null +s.a4f() +return s.d}, +t5(){return this}, +$iajs:1, +gvw(){return this.d}} +A.yH.prototype={ +t5(){return null}, +Il(){throw A.h(A.bF())}, +gvw(){throw A.h(A.bF())}} +A.uc.prototype={ +gD(a){return this.b}, +uF(a){var s=this.a +new A.yF(this,a,s.$ti.i("yF<1>")).a_U(s,s.b);++this.b}, +ii(a){var s=this.a.a.Il();--this.b +return s}, +gU(a){return this.a.b.gvw()}, +gaq(a){return this.a.a.gvw()}, +ga6(a){var s=this.a +return s.b===s}, +ga3(a){return new A.Kp(this,this.a.b)}, +k(a){return A.pf(this,"{","}")}, +$iad:1} +A.Kp.prototype={ +v(){var s=this,r=s.b,q=r==null?null:r.t5() +if(q==null){s.a=s.b=s.c=null +return!1}r=s.a +if(r!=q.c)throw A.h(A.bv(r)) +s.c=q.d +s.b=q.b +return!0}, +gF(){var s=this.c +return s==null?A.l(this).c.a(s):s}} +A.v6.prototype={ +ga3(a){var s=this +return new A.Lw(s,s.c,s.d,s.b)}, +ga6(a){return this.b===this.c}, +gD(a){return(this.c-this.b&this.a.length-1)>>>0}, +gU(a){var s=this,r=s.b +if(r===s.c)throw A.h(A.bF()) +r=s.a[r] +return r==null?s.$ti.c.a(r):r}, +gaq(a){var s=this,r=s.b,q=s.c +if(r===q)throw A.h(A.bF()) +r=s.a +r=r[(q-1&r.length-1)>>>0] +return r==null?s.$ti.c.a(r):r}, +co(a,b){var s,r=this +A.ajV(b,r.gD(r),r,null) +s=r.a +s=s[(r.b+b&s.length-1)>>>0] +return s==null?r.$ti.c.a(s):s}, +e0(a,b){var s,r,q,p,o,n,m=this,l=m.a.length-1,k=(m.c-m.b&l)>>>0 +if(k===0){s=m.$ti.c +return b?J.uP(0,s):J.EP(0,s)}s=m.$ti.c +r=A.b4(k,m.gU(m),b,s) +for(q=m.a,p=m.b,o=0;o>>0] +r[o]=n==null?s.a(n):n}return r}, +fs(a){return this.e0(a,!0)}, +P(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.$ti +if(j.i("P<1>").b(b)){s=b.length +r=k.gD(k) +q=r+s +p=k.a +o=p.length +if(q>=o){n=A.b4(A.ak8(q+(q>>>1)),null,!1,j.i("1?")) +k.c=k.a4W(n) +k.a=n +k.b=0 +B.b.dr(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}}, +k(a){return A.pf(this,"{","}")}, +uF(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.GX();++s.d}, +rb(){var s,r,q=this,p=q.b +if(p===q.c)throw A.h(A.bF());++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}, +ii(a){var s,r=this,q=r.b,p=r.c +if(q===p)throw A.h(A.bF());++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}, +eH(a){var s=this,r=s.a,q=s.c +r[q]=a +r=(q+1&r.length-1)>>>0 +s.c=r +if(s.b===r)s.GX();++s.d}, +GX(){var s=this,r=A.b4(s.a.length*2,null,!1,s.$ti.i("1?")),q=s.a,p=s.b,o=q.length-p +B.b.dr(r,0,o,q,p) +B.b.dr(r,o,o+s.b,s.a,0) +s.b=0 +s.c=s.a.length +s.a=r}, +a4W(a){var s,r,q=this,p=q.b,o=q.c,n=q.a +if(p<=o){s=o-p +B.b.dr(a,0,s,n,p) +return s}else{r=n.length-p +B.b.dr(a,0,r,n,p) +B.b.dr(a,r,r+q.c,q.a,0) +return q.c+r}}} +A.Lw.prototype={ +gF(){var s=this.e +return s==null?A.l(this).c.a(s):s}, +v(){var s,r=this,q=r.a +if(r.c!==q.d)A.a1(A.bv(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.fA.prototype={ +ga6(a){return this.gD(this)===0}, +gbX(a){return this.gD(this)!==0}, +P(a,b){var s +for(s=J.av(b);s.v();)this.J(0,s.gF())}, +Oe(a){var s,r +for(s=a.length,r=0;r").av(c).i("m8<1,2>"))}, +gbO(a){var s,r=this +if(r.gD(r)>1)throw A.h(A.XI()) +s=r.ga3(r) +if(!s.v())throw A.h(A.bF()) +return s.gF()}, +k(a){return A.pf(this,"{","}")}, +fO(a,b){var s +for(s=this.ga3(this);s.v();)if(b.$1(s.gF()))return!0 +return!1}, +hL(a,b){return A.agu(this,b,A.l(this).c)}, +gU(a){var s=this.ga3(this) +if(!s.v())throw A.h(A.bF()) +return s.gF()}, +gaq(a){var s,r=this.ga3(this) +if(!r.v())throw A.h(A.bF()) +do s=r.gF() +while(r.v()) +return s}, +co(a,b){var s,r +A.d6(b,"index") +s=this.ga3(this) +for(r=b;s.v();){if(r===0)return s.gF();--r}throw A.h(A.EH(b,b-r,this,null,"index"))}, +$iad:1, +$it:1, +$ib3:1} +A.rC.prototype={ +lw(a){var s,r,q=this.tP() +for(s=this.ga3(this);s.v();){r=s.gF() +if(!a.n(0,r))q.J(0,r)}return q}, +qE(a){var s,r,q=this.tP() +for(s=this.ga3(this);s.v();){r=s.gF() +if(a.n(0,r))q.J(0,r)}return q}, +il(a){var s=this.tP() +s.P(0,this) +return s}} +A.Oh.prototype={} +A.ek.prototype={} +A.dZ.prototype={ +a2h(a){var s=this,r=s.$ti +r=new A.dZ(a,s.a,r.i("@<1>").av(r.z[1]).i("dZ<1,2>")) +r.b=s.b +r.c=s.c +return r}} +A.Og.prototype={ +jm(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f=h.gdv() +if(f==null){h.ym(a,a) +return-1}s=h.gyl() +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.gdv()!==q){h.sdv(q);++h.c}return r}, +a3E(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}, +Jd(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}, +jl(a){var s,r,q,p,o=this +if(o.gdv()==null)return null +if(o.jm(a)!==0)return null +s=o.gdv() +r=s.b;--o.a +q=s.c +if(r==null)o.sdv(q) +else{p=o.Jd(r) +p.c=q +o.sdv(p)}++o.b +return s}, +xZ(a,b){var s,r=this;++r.a;++r.b +s=r.gdv() +if(s==null){r.sdv(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.sdv(a)}, +gGq(){var s=this,r=s.gdv() +if(r==null)return null +s.sdv(s.a3E(r)) +return s.gdv()}, +gHC(){var s=this,r=s.gdv() +if(r==null)return null +s.sdv(s.Jd(r)) +return s.gdv()}, +oV(a){return this.A9(a)&&this.jm(a)===0}, +ym(a,b){return this.gyl().$2(a,b)}, +A9(a){return this.gadB().$1(a)}} +A.xa.prototype={ +h(a,b){var s=this +if(!s.f.$1(b))return null +if(s.d!=null)if(s.jm(b)===0)return s.d.d +return null}, +C(a,b){var s +if(!this.f.$1(b))return null +s=this.jl(b) +if(s!=null)return s.d +return null}, +p(a,b,c){var s,r=this,q=r.jm(b) +if(q===0){r.d=r.d.a2h(c);++r.c +return}s=r.$ti +r.xZ(new A.dZ(c,b,s.i("@<1>").av(s.z[1]).i("dZ<1,2>")),q)}, +bK(a,b){var s,r,q,p,o=this,n=o.jm(a) +if(n===0)return o.d.d +s=o.b +r=o.c +q=b.$0() +if(s!==o.b)throw A.h(A.bv(o)) +if(r!==o.c)n=o.jm(a) +p=o.$ti +o.xZ(new A.dZ(q,a,p.i("@<1>").av(p.z[1]).i("dZ<1,2>")),n) +return q}, +ga6(a){return this.d==null}, +gbX(a){return this.d!=null}, +ac(a,b){var s,r,q=this.$ti +q=q.i("@<1>").av(q.z[1]) +s=new A.nY(this,A.c([],q.i("C>")),this.c,q.i("nY<1,2>")) +for(;s.v();){r=s.gF() +b.$2(r.a,r.b)}}, +gD(a){return this.a}, +ak(a){return this.oV(a)}, +gbN(){var s=this.$ti +return new A.jM(this,s.i("@<1>").av(s.i("dZ<1,2>")).i("jM<1,2>"))}, +gbk(){var s=this.$ti +return new A.nZ(this,s.i("@<1>").av(s.z[1]).i("nZ<1,2>"))}, +gf_(){var s=this.$ti +return new A.Ay(this,s.i("@<1>").av(s.z[1]).i("Ay<1,2>"))}, +a8n(){if(this.d==null)return null +return this.gGq().a}, +Nl(){if(this.d==null)return null +return this.gHC().a}, +$iaF:1, +ym(a,b){return this.e.$2(a,b)}, +A9(a){return this.f.$1(a)}, +gdv(){return this.d}, +gyl(){return this.e}, +sdv(a){return this.d=a}} +A.a2z.prototype={ +$1(a){return this.a.b(a)}, +$S:123} +A.ik.prototype={ +gF(){var s=this.b +if(s.length===0){A.l(this).i("ik.T").a(null) +return null}return this.yN(B.b.gaq(s))}, +a1Z(a){var s,r,q=this.b +B.b.a7(q) +s=this.a +s.jm(a) +r=s.gdv() +r.toString +q.push(r) +this.d=s.c}, +v(){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.gdv() +for(p=q.b;s!=null;){p.push(s) +s=s.b}return p.length!==0}throw A.h(A.bv(o))}p=q.b +if(p.length===0)return!1 +if(q.d!==o.c)q.a1Z(B.b.gaq(p).a) +s=B.b.gaq(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.gaq(p).c===s))break +s=p.pop()}return p.length!==0}} +A.jM.prototype={ +gD(a){return this.a.a}, +ga6(a){return this.a.a===0}, +ga3(a){var s=this.a,r=this.$ti +return new A.jN(s,A.c([],r.i("C<2>")),s.c,r.i("@<1>").av(r.z[1]).i("jN<1,2>"))}, +n(a,b){return this.a.oV(b)}, +il(a){var s=this.a,r=this.$ti,q=A.agv(s.e,s.f,r.c) +q.a=s.a +q.d=q.FV(s.d,r.z[1]) +return q}} +A.nZ.prototype={ +gD(a){return this.a.a}, +ga6(a){return this.a.a===0}, +ga3(a){var s=this.a,r=this.$ti +r=r.i("@<1>").av(r.z[1]) +return new A.AC(s,A.c([],r.i("C>")),s.c,r.i("AC<1,2>"))}} +A.Ay.prototype={ +gD(a){return this.a.a}, +ga6(a){return this.a.a===0}, +ga3(a){var s=this.a,r=this.$ti +r=r.i("@<1>").av(r.z[1]) +return new A.nY(s,A.c([],r.i("C>")),s.c,r.i("nY<1,2>"))}} +A.jN.prototype={ +yN(a){return a.a}} +A.AC.prototype={ +yN(a){return a.d}} +A.nY.prototype={ +yN(a){var s=this.$ti +return new A.b9(a.a,a.d,s.i("@<1>").av(s.z[1]).i("b9<1,2>"))}} +A.qh.prototype={ +ga3(a){var s=this.$ti +return new A.jN(this,A.c([],s.i("C>")),this.c,s.i("@<1>").av(s.i("ek<1>")).i("jN<1,2>"))}, +gD(a){return this.a}, +ga6(a){return this.d==null}, +gbX(a){return this.d!=null}, +gU(a){if(this.a===0)throw A.h(A.bF()) +return this.gGq().a}, +gaq(a){if(this.a===0)throw A.h(A.bF()) +return this.gHC().a}, +n(a,b){return this.f.$1(b)&&this.jm(this.$ti.c.a(b))===0}, +J(a,b){return this.eH(b)}, +eH(a){var s=this.jm(a) +if(s===0)return!1 +this.xZ(new A.ek(a,this.$ti.i("ek<1>")),s) +return!0}, +C(a,b){if(!this.f.$1(b))return!1 +return this.jl(this.$ti.c.a(b))!=null}, +P(a,b){var s,r +for(s=J.av(b.gfJ()),r=A.l(b),r=r.i("@<1>").av(r.z[1]).z[1];s.v();)this.eH(r.a(s.gF()))}, +qE(a){var s,r=this,q=r.$ti,p=A.agv(r.e,r.f,q.c) +for(q=new A.jN(r,A.c([],q.i("C>")),r.c,q.i("@<1>").av(q.i("ek<1>")).i("jN<1,2>"));q.v();){s=q.gF() +if(a.n(0,s))p.eH(s)}return p}, +FV(a,b){var s +if(a==null)return null +s=new A.ek(a.a,this.$ti.i("ek<1>")) +new A.a2A(this,b).$2(a,s) +return s}, +il(a){var s=this,r=s.$ti,q=A.agv(s.e,s.f,r.c) +q.a=s.a +q.d=s.FV(s.d,r.i("ek<1>")) +return q}, +k(a){return A.pf(this,"{","}")}, +$iad:1, +$ib3:1, +ym(a,b){return this.e.$2(a,b)}, +A9(a){return this.f.$1(a)}, +gdv(){return this.d}, +gyl(){return this.e}, +sdv(a){return this.d=a}} +A.a2A.prototype={ +$2(a,b){var s,r,q,p,o,n=this.a.$ti.i("ek<1>") +do{s=a.b +r=a.c +if(s!=null){q=new A.ek(s.a,n) +b.b=q +this.$2(s,q)}p=r!=null +if(p){o=new A.ek(r.a,n) +b.c=o +b=o +a=r}}while(p)}, +$S(){return this.a.$ti.av(this.b).i("~(1,ek<2>)")}} +A.Az.prototype={} +A.AA.prototype={} +A.AB.prototype={} +A.B5.prototype={} +A.Lm.prototype={ +h(a,b){var s,r=this.b +if(r==null)return this.c.h(0,b) +else if(typeof b!="string")return null +else{s=r[b] +return typeof s=="undefined"?this.a1V(b):s}}, +gD(a){return this.b==null?this.c.a:this.mu().length}, +ga6(a){return this.gD(this)===0}, +gbX(a){return this.gD(this)>0}, +gbN(){if(this.b==null){var s=this.c +return new A.b8(s,A.l(s).i("b8<1>"))}return new A.Ln(this)}, +gbk(){var s=this +if(s.b==null)return s.c.gbk() +return A.Fd(s.mu(),new A.a8Q(s),t.N,t.z)}, +p(a,b,c){var s,r,q=this +if(q.b==null)q.c.p(0,b,c) +else if(q.ak(b)){s=q.b +s[b]=c +r=q.a +if(r==null?s!=null:r!==s)r[b]=null}else q.Kh().p(0,b,c)}, +ak(a){if(this.b==null)return this.c.ak(a) +if(typeof a!="string")return!1 +return Object.prototype.hasOwnProperty.call(this.a,a)}, +bK(a,b){var s +if(this.ak(a))return this.h(0,a) +s=b.$0() +this.p(0,a,s) +return s}, +C(a,b){if(this.b!=null&&!this.ak(b))return null +return this.Kh().C(0,b)}, +ac(a,b){var s,r,q,p,o=this +if(o.b==null)return o.c.ac(0,b) +s=o.mu() +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.ce("") +g=p}else g=p +g.a+=B.d.af(a,q,r) +g.a+=A.d5(k) +q=l +continue}}throw A.h(A.cp("Invalid base64 data",a,r))}if(p!=null){g=p.a+=B.d.af(a,q,a1) +f=g.length +if(o>=0)A.aiA(a,n,a1,o,m,f) +else{e=B.h.c9(f-1,4)+1 +if(e===1)throw A.h(A.cp(b,a,a1)) +for(;e<4;){g+="=" +p.a=g;++e}}g=p.a +return B.d.kR(a,a0,a1,g.charCodeAt(0)==0?g:g)}d=a1-a0 +if(o>=0)A.aiA(a,n,a1,o,m,d) +else{e=B.h.c9(d,4) +if(e===1)throw A.h(A.cp(b,a,a1)) +if(e>1)a=B.d.kR(a,a1,a1,e===2?"==":"=")}return a}} +A.S_.prototype={ +dS(a){var s=a.length +if(s===0)return"" +s=new A.Je(u.U).M2(a,0,s,!0) +s.toString +return A.a2O(s,0,null)}, +jV(a){return new A.acl(new A.Pu(new A.Ba(!1),a,a.a),new A.Je(u.U))}} +A.Je.prototype={ +a73(a){return new Uint8Array(a)}, +M2(a,b,c,d){var s,r=this,q=(r.a&3)+(c-b),p=B.h.eT(q,3),o=p*4 +if(d&&q-p*3>0)o+=4 +s=r.a73(o) +r.a=A.axw(r.b,a,b,c,d,s,0,r.a) +if(o>0)return s +return null}} +A.a6b.prototype={ +J(a,b){this.FT(b,0,b.length,!1)}, +bs(){this.FT(B.dc,0,0,!0)}} +A.acl.prototype={ +FT(a,b,c,d){var s=this.b.M2(a,b,c,d) +if(s!=null)this.a.mT(s,0,s.length,d)}} +A.So.prototype={} +A.a6N.prototype={ +J(a,b){this.a.a.a+=b}, +bs(){this.a.bs()}} +A.CR.prototype={} +A.O4.prototype={ +J(a,b){this.b.push(b)}, +bs(){this.a.$1(this.b)}} +A.Db.prototype={ +qi(a){return this.gqk().dS(a)}} +A.tT.prototype={ +a8A(a){return new A.KZ(this,a)}, +jV(a){throw A.h(A.aA("This converter does not support chunked conversions: "+this.k(0)))}} +A.KZ.prototype={ +dS(a){return A.adT(this.a.dS(a),this.b.a)}, +jV(a){return this.a.jV(new A.zi(this.b.a,a,new A.ce("")))}} +A.V3.prototype={} +A.uU.prototype={ +k(a){var s=A.m9(this.a) +return(this.b!=null?"Converting object to an encodable object failed:":"Converting object did not return an encodable object:")+" "+s}} +A.ES.prototype={ +k(a){return"Cyclic error in JSON stringify"}} +A.XS.prototype={ +hq(a){var s=A.adT(a,this.ga7s().a) +return s}, +qi(a){var s=this.gqk() +s=A.axH(a,s.b,s.a) +return s}, +gqk(){return B.Pz}, +ga7s(){return B.m7}} +A.XU.prototype={ +dS(a){var s,r=new A.ce("") +A.agU(a,r,this.b,this.a) +s=r.a +return s.charCodeAt(0)==0?s:s}, +jV(a){return new A.a8P(this.a,this.b,a)}} +A.a8P.prototype={ +J(a,b){var s,r=this +if(r.d)throw A.h(A.aQ("Only one call to add allowed")) +r.d=!0 +s=r.c.KP() +A.agU(b,s,r.b,r.a) +s.bs()}, +bs(){}} +A.XT.prototype={ +jV(a){return new A.zi(this.a,a,new A.ce(""))}, +dS(a){return A.adT(a,this.a)}} +A.a8U.prototype={ +Dl(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.x4(a,s,r) +s=r+1 +n.df(92) +n.df(117) +n.df(100) +p=q>>>8&15 +n.df(p<10?48+p:87+p) +p=q>>>4&15 +n.df(p<10?48+p:87+p) +p=q&15 +n.df(p<10?48+p:87+p)}}continue}if(q<32){if(r>s)n.x4(a,s,r) +s=r+1 +n.df(92) +switch(q){case 8:n.df(98) +break +case 9:n.df(116) +break +case 10:n.df(110) +break +case 12:n.df(102) +break +case 13:n.df(114) +break +default:n.df(117) +n.df(48) +n.df(48) +p=q>>>4&15 +n.df(p<10?48+p:87+p) +p=q&15 +n.df(p<10?48+p:87+p) +break}}else if(q===34||q===92){if(r>s)n.x4(a,s,r) +s=r+1 +n.df(92) +n.df(q)}}if(s===0)n.cS(a) +else if(s16)this.yJ()}, +ob(a){if(this.a.a.length!==0)this.yJ() +this.b.J(0,a)}, +yJ(){var s=this.a,r=s.a +s.a="" +this.b.J(0,r.charCodeAt(0)==0?r:r)}} +A.AL.prototype={ +bs(){}, +mT(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.uA() +return!1}}, +Gm(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.Ko(p,a.charCodeAt(n)))q=n}else if(o===56320){if(l.b+3>r)break +l.uA()}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={ +bs(){if(this.a!==0){this.mT("",0,0,!0) +return}this.d.a.bs()}, +mT(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.Ko(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.Gm(a,b,c) +o=d&&b===c +if(b===q&&(a.charCodeAt(b)&64512)===55296){if(d&&n.b1000){s=B.h.eT(b+c,2) +r=q.yr(a,b,s,!1) +if((q.b&1)!==0)return r +return r+q.yr(a,s,c,d)}return q.a7r(a,b,c,d)}, +a8q(a){var s=this.b +this.b=0 +if(s<=32)return +if(this.a)a.a+=A.d5(65533) +else throw A.h(A.cp(A.amW(77),null,null))}, +a7r(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.ce(""),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.d5(i) +if(g===c)break $label0$0 +break}else if((j&1)!==0){if(s)switch(j){case 69:case 67:h.a+=A.d5(k) +break +case 65:h.a+=A.d5(k);--g +break +default:q=h.a+=A.d5(k) +h.a=q+A.d5(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.d5(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.Qc.prototype={} +A.QX.prototype={} +A.Zo.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.m9(b) +r.a=", "}, +$S:206} +A.hC.prototype={ +j(a,b){if(b==null)return!1 +return b instanceof A.hC&&this.a===b.a&&this.b===b.b}, +bv(a,b){return B.h.bv(this.a,b.a)}, +gA(a){var s=this.a +return(s^B.h.ix(s,30))&1073741823}, +k(a){var s=this,r=A.asG(A.avy(s)),q=A.Dt(A.avw(s)),p=A.Dt(A.avs(s)),o=A.Dt(A.avt(s)),n=A.Dt(A.avv(s)),m=A.Dt(A.avx(s)),l=A.asH(A.avu(s)),k=r+"-"+q +if(s.b)return k+"-"+p+" "+o+":"+n+":"+m+"."+l+"Z" +else return k+"-"+p+" "+o+":"+n+":"+m+"."+l}, +$ica:1} +A.aM.prototype={ +M(a,b){return new A.aM(this.a+b.a)}, +N(a,b){return new A.aM(this.a-b.a)}, +a1(a,b){return new A.aM(B.c.aJ(this.a*b))}, +j(a,b){if(b==null)return!1 +return b instanceof A.aM&&this.a===b.a}, +gA(a){return B.h.gA(this.a)}, +bv(a,b){return B.h.bv(this.a,b.a)}, +k(a){var s,r,q,p,o,n=this.a,m=B.h.eT(n,36e8),l=n%36e8 +if(n<0){m=0-m +n=0-l +s="-"}else{n=l +s=""}r=B.h.eT(n,6e7) +n%=6e7 +q=r<10?"0":"" +p=B.h.eT(n,1e6) +o=p<10?"0":"" +return s+m+":"+q+r+":"+o+p+"."+B.d.r2(B.h.k(n%1e6),6,"0")}, +$ica:1} +A.a7z.prototype={ +k(a){return this.H()}} +A.bm.prototype={ +grI(){return A.aE(this.$thrownJsError)}} +A.lF.prototype={ +k(a){var s=this.a +if(s!=null)return"Assertion failed: "+A.m9(s) +return"Assertion failed"}, +gNA(){return this.a}} +A.js.prototype={} +A.fL.prototype={ +gyG(){return"Invalid argument"+(!this.a?"(s)":"")}, +gyF(){return""}, +k(a){var s=this,r=s.c,q=r==null?"":" ("+r+")",p=s.d,o=p==null?"":": "+A.m(p),n=s.gyG()+q+o +if(!s.a)return n +return n+s.gyF()+": "+A.m9(s.gC1())}, +gC1(){return this.b}} +A.pQ.prototype={ +gC1(){return this.b}, +gyG(){return"RangeError"}, +gyF(){var s,r=this.e,q=this.f +if(r==null)s=q!=null?": Not less than or equal to "+A.m(q):"" +else if(q==null)s=": Not greater than or equal to "+A.m(r) +else if(q>r)s=": Not in inclusive range "+A.m(r)+".."+A.m(q) +else s=qe.length +else s=!1 +if(s)f=null +if(f==null){if(e.length>78)e=B.d.af(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.af(e,k,l)+i+"\n"+B.d.a1(" ",f-k+j.length)+"^\n"}else return f!=null?g+(" (at offset "+A.m(f)+")"):g}, +$icH:1} +A.t.prototype={ +v_(a,b){return A.bH(this,A.bT(this).i("t.E"),b)}, +BE(a,b){var s=this,r=A.bT(s) +if(r.i("ad").b(s))return A.ajG(s,b,r.i("t.E")) +return new A.iJ(s,b,r.i("iJ"))}, +ib(a,b,c){return A.Fd(this,b,A.bT(this).i("t.E"),c)}, +j8(a,b){return new A.aZ(this,b,A.bT(this).i("aZ"))}, +n(a,b){var s +for(s=this.ga3(this);s.v();)if(J.d(s.gF(),b))return!0 +return!1}, +ac(a,b){var s +for(s=this.ga3(this);s.v();)b.$1(s.gF())}, +bW(a,b){var s,r,q=this.ga3(this) +if(!q.v())return"" +s=J.e1(q.gF()) +if(!q.v())return s +if(b.length===0){r=s +do r+=J.e1(q.gF()) +while(q.v())}else{r=s +do r=r+b+J.e1(q.gF()) +while(q.v())}return r.charCodeAt(0)==0?r:r}, +C9(a){return this.bW(a,"")}, +fO(a,b){var s +for(s=this.ga3(this);s.v();)if(b.$1(s.gF()))return!0 +return!1}, +e0(a,b){return A.ah(this,b,A.bT(this).i("t.E"))}, +fs(a){return this.e0(a,!0)}, +il(a){return A.f2(this,A.bT(this).i("t.E"))}, +gD(a){var s,r=this.ga3(this) +for(s=0;r.v();)++s +return s}, +ga6(a){return!this.ga3(this).v()}, +gbX(a){return!this.ga6(this)}, +CY(a,b){return A.awz(this,b,A.bT(this).i("t.E"))}, +hL(a,b){return A.agu(this,b,A.bT(this).i("t.E"))}, +gU(a){var s=this.ga3(this) +if(!s.v())throw A.h(A.bF()) +return s.gF()}, +gaq(a){var s,r=this.ga3(this) +if(!r.v())throw A.h(A.bF()) +do s=r.gF() +while(r.v()) +return s}, +gbO(a){var s,r=this.ga3(this) +if(!r.v())throw A.h(A.bF()) +s=r.gF() +if(r.v())throw A.h(A.XI()) +return s}, +co(a,b){var s,r +A.d6(b,"index") +s=this.ga3(this) +for(r=b;s.v();){if(r===0)return s.gF();--r}throw A.h(A.EH(b,b-r,this,null,"index"))}, +k(a){return A.ak0(this,"(",")")}} +A.z0.prototype={ +co(a,b){A.ajV(b,this.a,this,null) +return this.b.$1(b)}, +gD(a){return this.a}} +A.b9.prototype={ +k(a){return"MapEntry("+A.m(this.a)+": "+A.m(this.b)+")"}} +A.bb.prototype={ +gA(a){return A.N.prototype.gA.call(this,this)}, +k(a){return"null"}} +A.N.prototype={$iN:1, +j(a,b){return this===b}, +gA(a){return A.f9(this)}, +k(a){return"Instance of '"+A.a_b(this)+"'"}, +E(a,b){throw A.h(A.akw(this,b))}, +gde(a){return A.r(this)}, +toString(){return this.k(this)}, +$0(){return this.E(this,A.F("$0","$0",0,[],[],0))}, +$1(a){return this.E(this,A.F("$1","$1",0,[a],[],0))}, +$2(a,b){return this.E(this,A.F("$2","$2",0,[a,b],[],0))}, +$1$2$onError(a,b,c){return this.E(this,A.F("$1$2$onError","$1$2$onError",0,[a,b,c],["onError"],1))}, +$3(a,b,c){return this.E(this,A.F("$3","$3",0,[a,b,c],[],0))}, +$4(a,b,c,d){return this.E(this,A.F("$4","$4",0,[a,b,c,d],[],0))}, +$1$1(a,b){return this.E(this,A.F("$1$1","$1$1",0,[a,b],[],1))}, +$1$hostElementAttributes(a){return this.E(this,A.F("$1$hostElementAttributes","$1$hostElementAttributes",0,[a],["hostElementAttributes"],0))}, +$1$highContrast(a){return this.E(this,A.F("$1$highContrast","$1$highContrast",0,[a],["highContrast"],0))}, +$1$accessibilityFeatures(a){return this.E(this,A.F("$1$accessibilityFeatures","$1$accessibilityFeatures",0,[a],["accessibilityFeatures"],0))}, +$3$replace$state(a,b,c){return this.E(this,A.F("$3$replace$state","$3$replace$state",0,[a,b,c],["replace","state"],0))}, +$2$path(a,b){return this.E(this,A.F("$2$path","$2$path",0,[a,b],["path"],0))}, +$1$growable(a){return this.E(this,A.F("$1$growable","$1$growable",0,[a],["growable"],0))}, +$3$onAction$onChange(a,b,c){return this.E(this,A.F("$3$onAction$onChange","$3$onAction$onChange",0,[a,b,c],["onAction","onChange"],0))}, +$1$0(a){return this.E(this,A.F("$1$0","$1$0",0,[a],[],1))}, +$1$locales(a){return this.E(this,A.F("$1$locales","$1$locales",0,[a],["locales"],0))}, +$1$textScaleFactor(a){return this.E(this,A.F("$1$textScaleFactor","$1$textScaleFactor",0,[a],["textScaleFactor"],0))}, +$1$platformBrightness(a){return this.E(this,A.F("$1$platformBrightness","$1$platformBrightness",0,[a],["platformBrightness"],0))}, +$12$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$scale$signalKind$timeStamp(a,b,c,d,e,f,g,h,i,j,k,l){return this.E(this,A.F("$12$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$scale$signalKind$timeStamp","$12$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$scale$signalKind$timeStamp",0,[a,b,c,d,e,f,g,h,i,j,k,l],["buttons","change","device","kind","physicalX","physicalY","pressure","pressureMax","scale","signalKind","timeStamp"],0))}, +$13$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$scrollDeltaX$scrollDeltaY$signalKind$timeStamp(a,b,c,d,e,f,g,h,i,j,k,l,m){return this.E(this,A.F("$13$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$scrollDeltaX$scrollDeltaY$signalKind$timeStamp","$13$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$scrollDeltaX$scrollDeltaY$signalKind$timeStamp",0,[a,b,c,d,e,f,g,h,i,j,k,l,m],["buttons","change","device","kind","physicalX","physicalY","pressure","pressureMax","scrollDeltaX","scrollDeltaY","signalKind","timeStamp"],0))}, +$11$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$signalKind$timeStamp(a,b,c,d,e,f,g,h,i,j,k){return this.E(this,A.F("$11$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$signalKind$timeStamp","$11$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$signalKind$timeStamp",0,[a,b,c,d,e,f,g,h,i,j,k],["buttons","change","device","kind","physicalX","physicalY","pressure","pressureMax","signalKind","timeStamp"],0))}, +$10$buttons$change$device$physicalX$physicalY$pressure$pressureMax$signalKind$timeStamp(a,b,c,d,e,f,g,h,i,j){return this.E(this,A.F("$10$buttons$change$device$physicalX$physicalY$pressure$pressureMax$signalKind$timeStamp","$10$buttons$change$device$physicalX$physicalY$pressure$pressureMax$signalKind$timeStamp",0,[a,b,c,d,e,f,g,h,i,j],["buttons","change","device","physicalX","physicalY","pressure","pressureMax","signalKind","timeStamp"],0))}, +$4$checkModifiers(a,b,c,d){return this.E(this,A.F("$4$checkModifiers","$4$checkModifiers",0,[a,b,c,d],["checkModifiers"],0))}, +$12$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$signalKind$tilt$timeStamp(a,b,c,d,e,f,g,h,i,j,k,l){return this.E(this,A.F("$12$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$signalKind$tilt$timeStamp","$12$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$signalKind$tilt$timeStamp",0,[a,b,c,d,e,f,g,h,i,j,k,l],["buttons","change","device","kind","physicalX","physicalY","pressure","pressureMax","signalKind","tilt","timeStamp"],0))}, +$1$accessibleNavigation(a){return this.E(this,A.F("$1$accessibleNavigation","$1$accessibleNavigation",0,[a],["accessibleNavigation"],0))}, +$1$semanticsEnabled(a){return this.E(this,A.F("$1$semanticsEnabled","$1$semanticsEnabled",0,[a],["semanticsEnabled"],0))}, +$4$cancelOnError$onDone$onError(a,b,c,d){return this.E(this,A.F("$4$cancelOnError$onDone$onError","$4$cancelOnError$onDone$onError",0,[a,b,c,d],["cancelOnError","onDone","onError"],0))}, +$2$priority$scheduler(a,b){return this.E(this,A.F("$2$priority$scheduler","$2$priority$scheduler",0,[a,b],["priority","scheduler"],0))}, +$2$position(a,b){return this.E(this,A.F("$2$position","$2$position",0,[a,b],["position"],0))}, +$1$style(a){return this.E(this,A.F("$1$style","$1$style",0,[a],["style"],0))}, +$21$background$color$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$shadows$textBaseline$wordSpacing(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return this.E(this,A.F("$21$background$color$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$shadows$textBaseline$wordSpacing","$21$background$color$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$shadows$textBaseline$wordSpacing",0,[a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1],["background","color","decoration","decorationColor","decorationStyle","decorationThickness","fontFamily","fontFamilyFallback","fontFeatures","fontSize","fontStyle","fontVariations","fontWeight","foreground","height","leadingDistribution","letterSpacing","locale","shadows","textBaseline","wordSpacing"],0))}, +$12$ellipsis$fontFamily$fontSize$fontStyle$fontWeight$height$locale$maxLines$strutStyle$textAlign$textDirection$textHeightBehavior(a,b,c,d,e,f,g,h,i,j,k,l){return this.E(this,A.F("$12$ellipsis$fontFamily$fontSize$fontStyle$fontWeight$height$locale$maxLines$strutStyle$textAlign$textDirection$textHeightBehavior","$12$ellipsis$fontFamily$fontSize$fontStyle$fontWeight$height$locale$maxLines$strutStyle$textAlign$textDirection$textHeightBehavior",0,[a,b,c,d,e,f,g,h,i,j,k,l],["ellipsis","fontFamily","fontSize","fontStyle","fontWeight","height","locale","maxLines","strutStyle","textAlign","textDirection","textHeightBehavior"],0))}, +$2$aspect(a,b){return this.E(this,A.F("$2$aspect","$2$aspect",0,[a,b],["aspect"],0))}, +$1$range(a){return this.E(this,A.F("$1$range","$1$range",0,[a],["range"],0))}, +$2$reversed(a,b){return this.E(this,A.F("$2$reversed","$2$reversed",0,[a,b],["reversed"],0))}, +$2$1(a,b,c){return this.E(this,A.F("$2$1","$2$1",0,[a,b,c],[],2))}, +$3$extensions$pageTransitionsTheme$visualDensity(a,b,c){return this.E(this,A.F("$3$extensions$pageTransitionsTheme$visualDensity","$3$extensions$pageTransitionsTheme$visualDensity",0,[a,b,c],["extensions","pageTransitionsTheme","visualDensity"],0))}, +$2$color$fontWeight(a,b){return this.E(this,A.F("$2$color$fontWeight","$2$color$fontWeight",0,[a,b],["color","fontWeight"],0))}, +$49$appBarTheme$applyElevationOverlayColor$badgeTheme$bottomAppBarTheme$bottomNavigationBarTheme$brightness$buttonTheme$canvasColor$cardColor$checkboxTheme$chipTheme$dialogBackgroundColor$dialogTheme$dividerColor$dividerTheme$drawerTheme$dropdownMenuTheme$elevatedButtonTheme$filledButtonTheme$floatingActionButtonTheme$iconButtonTheme$iconTheme$indicatorColor$inputDecorationTheme$listTileTheme$menuButtonTheme$menuTheme$navigationBarTheme$navigationRailTheme$outlinedButtonTheme$pageTransitionsTheme$popupMenuTheme$primaryColor$primaryColorDark$primaryIconTheme$progressIndicatorTheme$radioTheme$scaffoldBackgroundColor$scrollbarTheme$sliderTheme$snackBarTheme$splashFactory$switchTheme$tabBarTheme$textButtonTheme$textSelectionTheme$textTheme$toggleButtonsTheme$tooltipTheme(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9){return this.E(this,A.F("$49$appBarTheme$applyElevationOverlayColor$badgeTheme$bottomAppBarTheme$bottomNavigationBarTheme$brightness$buttonTheme$canvasColor$cardColor$checkboxTheme$chipTheme$dialogBackgroundColor$dialogTheme$dividerColor$dividerTheme$drawerTheme$dropdownMenuTheme$elevatedButtonTheme$filledButtonTheme$floatingActionButtonTheme$iconButtonTheme$iconTheme$indicatorColor$inputDecorationTheme$listTileTheme$menuButtonTheme$menuTheme$navigationBarTheme$navigationRailTheme$outlinedButtonTheme$pageTransitionsTheme$popupMenuTheme$primaryColor$primaryColorDark$primaryIconTheme$progressIndicatorTheme$radioTheme$scaffoldBackgroundColor$scrollbarTheme$sliderTheme$snackBarTheme$splashFactory$switchTheme$tabBarTheme$textButtonTheme$textSelectionTheme$textTheme$toggleButtonsTheme$tooltipTheme","$49$appBarTheme$applyElevationOverlayColor$badgeTheme$bottomAppBarTheme$bottomNavigationBarTheme$brightness$buttonTheme$canvasColor$cardColor$checkboxTheme$chipTheme$dialogBackgroundColor$dialogTheme$dividerColor$dividerTheme$drawerTheme$dropdownMenuTheme$elevatedButtonTheme$filledButtonTheme$floatingActionButtonTheme$iconButtonTheme$iconTheme$indicatorColor$inputDecorationTheme$listTileTheme$menuButtonTheme$menuTheme$navigationBarTheme$navigationRailTheme$outlinedButtonTheme$pageTransitionsTheme$popupMenuTheme$primaryColor$primaryColorDark$primaryIconTheme$progressIndicatorTheme$radioTheme$scaffoldBackgroundColor$scrollbarTheme$sliderTheme$snackBarTheme$splashFactory$switchTheme$tabBarTheme$textButtonTheme$textSelectionTheme$textTheme$toggleButtonsTheme$tooltipTheme",0,[a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9],["appBarTheme","applyElevationOverlayColor","badgeTheme","bottomAppBarTheme","bottomNavigationBarTheme","brightness","buttonTheme","canvasColor","cardColor","checkboxTheme","chipTheme","dialogBackgroundColor","dialogTheme","dividerColor","dividerTheme","drawerTheme","dropdownMenuTheme","elevatedButtonTheme","filledButtonTheme","floatingActionButtonTheme","iconButtonTheme","iconTheme","indicatorColor","inputDecorationTheme","listTileTheme","menuButtonTheme","menuTheme","navigationBarTheme","navigationRailTheme","outlinedButtonTheme","pageTransitionsTheme","popupMenuTheme","primaryColor","primaryColorDark","primaryIconTheme","progressIndicatorTheme","radioTheme","scaffoldBackgroundColor","scrollbarTheme","sliderTheme","snackBarTheme","splashFactory","switchTheme","tabBarTheme","textButtonTheme","textSelectionTheme","textTheme","toggleButtonsTheme","tooltipTheme"],0))}, +$1$color(a){return this.E(this,A.F("$1$color","$1$color",0,[a],["color"],0))}, +$3$bodyColor$decorationColor$displayColor(a,b,c){return this.E(this,A.F("$3$bodyColor$decorationColor$displayColor","$3$bodyColor$decorationColor$displayColor",0,[a,b,c],["bodyColor","decorationColor","displayColor"],0))}, +$1$findFirstFocus(a){return this.E(this,A.F("$1$findFirstFocus","$1$findFirstFocus",0,[a],["findFirstFocus"],0))}, +$1$withDelay(a){return this.E(this,A.F("$1$withDelay","$1$withDelay",0,[a],["withDelay"],0))}, +$1$2$arguments(a,b,c){return this.E(this,A.F("$1$2$arguments","$1$2$arguments",0,[a,b,c],["arguments"],1))}, +$1$5(a,b,c,d,e,f){return this.E(this,A.F("$1$5","$1$5",0,[a,b,c,d,e,f],[],1))}, +$2$after(a,b){return this.E(this,A.F("$2$after","$2$after",0,[a,b],["after"],0))}, +$3$textDirection(a,b,c){return this.E(this,A.F("$3$textDirection","$3$textDirection",0,[a,b,c],["textDirection"],0))}, +$2$primaryTextTheme$textTheme(a,b){return this.E(this,A.F("$2$primaryTextTheme$textTheme","$2$primaryTextTheme$textTheme",0,[a,b],["primaryTextTheme","textTheme"],0))}, +$3$cancel$down$reason(a,b,c){return this.E(this,A.F("$3$cancel$down$reason","$3$cancel$down$reason",0,[a,b,c],["cancel","down","reason"],0))}, +$2$down$up(a,b){return this.E(this,A.F("$2$down$up","$2$down$up",0,[a,b],["down","up"],0))}, +$1$down(a){return this.E(this,A.F("$1$down","$1$down",0,[a],["down"],0))}, +$5(a,b,c,d,e){return this.E(this,A.F("$5","$5",0,[a,b,c,d,e],[],0))}, +$1$reversed(a){return this.E(this,A.F("$1$reversed","$1$reversed",0,[a],["reversed"],0))}, +$1$2(a,b,c){return this.E(this,A.F("$1$2","$1$2",0,[a,b,c],[],1))}, +$3$rect(a,b,c){return this.E(this,A.F("$3$rect","$3$rect",0,[a,b,c],["rect"],0))}, +$2$alignmentPolicy(a,b){return this.E(this,A.F("$2$alignmentPolicy","$2$alignmentPolicy",0,[a,b],["alignmentPolicy"],0))}, +$2$ignoreCurrentFocus(a,b){return this.E(this,A.F("$2$ignoreCurrentFocus","$2$ignoreCurrentFocus",0,[a,b],["ignoreCurrentFocus"],0))}, +$9$fontFamily$fontFamilyFallback$fontSize$fontStyle$fontWeight$forceStrutHeight$height$leading$leadingDistribution(a,b,c,d,e,f,g,h,i){return this.E(this,A.F("$9$fontFamily$fontFamilyFallback$fontSize$fontStyle$fontWeight$forceStrutHeight$height$leading$leadingDistribution","$9$fontFamily$fontFamilyFallback$fontSize$fontStyle$fontWeight$forceStrutHeight$height$leading$leadingDistribution",0,[a,b,c,d,e,f,g,h,i],["fontFamily","fontFamilyFallback","fontSize","fontStyle","fontWeight","forceStrutHeight","height","leading","leadingDistribution"],0))}, +$4$boxHeightStyle$boxWidthStyle(a,b,c,d){return this.E(this,A.F("$4$boxHeightStyle$boxWidthStyle","$4$boxHeightStyle$boxWidthStyle",0,[a,b,c,d],["boxHeightStyle","boxWidthStyle"],0))}, +$3$dimensions$textScaleFactor(a,b,c){return this.E(this,A.F("$3$dimensions$textScaleFactor","$3$dimensions$textScaleFactor",0,[a,b,c],["dimensions","textScaleFactor"],0))}, +$3$boxHeightStyle(a,b,c){return this.E(this,A.F("$3$boxHeightStyle","$3$boxHeightStyle",0,[a,b,c],["boxHeightStyle"],0))}, +$3$includePlaceholders$includeSemanticsLabels(a,b,c){return this.E(this,A.F("$3$includePlaceholders$includeSemanticsLabels","$3$includePlaceholders$includeSemanticsLabels",0,[a,b,c],["includePlaceholders","includeSemanticsLabels"],0))}, +$8$color$fill$grade$opacity$opticalSize$shadows$size$weight(a,b,c,d,e,f,g,h){return this.E(this,A.F("$8$color$fill$grade$opacity$opticalSize$shadows$size$weight","$8$color$fill$grade$opacity$opticalSize$shadows$size$weight",0,[a,b,c,d,e,f,g,h],["color","fill","grade","opacity","opticalSize","shadows","size","weight"],0))}, +$3$debugReport(a,b,c){return this.E(this,A.F("$3$debugReport","$3$debugReport",0,[a,b,c],["debugReport"],0))}, +$2$value(a,b){return this.E(this,A.F("$2$value","$2$value",0,[a,b],["value"],0))}, +$1$details(a){return this.E(this,A.F("$1$details","$1$details",0,[a],["details"],0))}, +$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection(a,b,c,d,e,f,g,h,i,j,k){return this.E(this,A.F("$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection","$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection",0,[a,b,c,d,e,f,g,h,i,j,k],["borderRadius","color","containedInkWell","controller","customBorder","onRemoved","position","radius","rectCallback","referenceBox","textDirection"],0))}, +$1$context(a){return this.E(this,A.F("$1$context","$1$context",0,[a],["context"],0))}, +$2$textDirection(a,b){return this.E(this,A.F("$2$textDirection","$2$textDirection",0,[a,b],["textDirection"],0))}, +$2$minHeight$minWidth(a,b){return this.E(this,A.F("$2$minHeight$minWidth","$2$minHeight$minWidth",0,[a,b],["minHeight","minWidth"],0))}, +$1$letterSpacing(a){return this.E(this,A.F("$1$letterSpacing","$1$letterSpacing",0,[a],["letterSpacing"],0))}, +$1$scrollbarTheme(a){return this.E(this,A.F("$1$scrollbarTheme","$1$scrollbarTheme",0,[a],["scrollbarTheme"],0))}, +$1$pageTransitionsTheme(a){return this.E(this,A.F("$1$pageTransitionsTheme","$1$pageTransitionsTheme",0,[a],["pageTransitionsTheme"],0))}, +$1$padding(a){return this.E(this,A.F("$1$padding","$1$padding",0,[a],["padding"],0))}, +$3$sigmaX$sigmaY$tileMode(a,b,c){return this.E(this,A.F("$3$sigmaX$sigmaY$tileMode","$3$sigmaX$sigmaY$tileMode",0,[a,b,c],["sigmaX","sigmaY","tileMode"],0))}, +$2$maxWidth$minWidth(a,b){return this.E(this,A.F("$2$maxWidth$minWidth","$2$maxWidth$minWidth",0,[a,b],["maxWidth","minWidth"],0))}, +$2$maxHeight$minHeight(a,b){return this.E(this,A.F("$2$maxHeight$minHeight","$2$maxHeight$minHeight",0,[a,b],["maxHeight","minHeight"],0))}, +$1$side(a){return this.E(this,A.F("$1$side","$1$side",0,[a],["side"],0))}, +$2$cause$from(a,b){return this.E(this,A.F("$2$cause$from","$2$cause$from",0,[a,b],["cause","from"],0))}, +$1$composing(a){return this.E(this,A.F("$1$composing","$1$composing",0,[a],["composing"],0))}, +$1$selection(a){return this.E(this,A.F("$1$selection","$1$selection",0,[a],["selection"],0))}, +$1$rect(a){return this.E(this,A.F("$1$rect","$1$rect",0,[a],["rect"],0))}, +$4$curve$descendant$duration$rect(a,b,c,d){return this.E(this,A.F("$4$curve$descendant$duration$rect","$4$curve$descendant$duration$rect",0,[a,b,c,d],["curve","descendant","duration","rect"],0))}, +$3$context$style$withComposing(a,b,c){return this.E(this,A.F("$3$context$style$withComposing","$3$context$style$withComposing",0,[a,b,c],["context","style","withComposing"],0))}, +$5$baseline$baselineOffset(a,b,c,d,e){return this.E(this,A.F("$5$baseline$baselineOffset","$5$baseline$baselineOffset",0,[a,b,c,d,e],["baseline","baselineOffset"],0))}, +$4$scale(a,b,c,d){return this.E(this,A.F("$4$scale","$4$scale",0,[a,b,c,d],["scale"],0))}, +$1$bottom(a){return this.E(this,A.F("$1$bottom","$1$bottom",0,[a],["bottom"],0))}, +$3$curve$duration$rect(a,b,c){return this.E(this,A.F("$3$curve$duration$rect","$3$curve$duration$rect",0,[a,b,c],["curve","duration","rect"],0))}, +$1$affinity(a){return this.E(this,A.F("$1$affinity","$1$affinity",0,[a],["affinity"],0))}, +$3$code$details$message(a,b,c){return this.E(this,A.F("$3$code$details$message","$3$code$details$message",0,[a,b,c],["code","details","message"],0))}, +$2$code$message(a,b){return this.E(this,A.F("$2$code$message","$2$code$message",0,[a,b],["code","message"],0))}, +$1$text(a){return this.E(this,A.F("$1$text","$1$text",0,[a],["text"],0))}, +$2$affinity$extentOffset(a,b){return this.E(this,A.F("$2$affinity$extentOffset","$2$affinity$extentOffset",0,[a,b],["affinity","extentOffset"],0))}, +$9$ascent$baseline$descent$hardBreak$height$left$lineNumber$unscaledAscent$width(a,b,c,d,e,f,g,h,i){return this.E(this,A.F("$9$ascent$baseline$descent$hardBreak$height$left$lineNumber$unscaledAscent$width","$9$ascent$baseline$descent$hardBreak$height$left$lineNumber$unscaledAscent$width",0,[a,b,c,d,e,f,g,h,i],["ascent","baseline","descent","hardBreak","height","left","lineNumber","unscaledAscent","width"],0))}, +$2$overscroll$scrollbars(a,b){return this.E(this,A.F("$2$overscroll$scrollbars","$2$overscroll$scrollbars",0,[a,b],["overscroll","scrollbars"],0))}, +$2$baseOffset$extentOffset(a,b){return this.E(this,A.F("$2$baseOffset$extentOffset","$2$baseOffset$extentOffset",0,[a,b],["baseOffset","extentOffset"],0))}, +$2$0(a,b){return this.E(this,A.F("$2$0","$2$0",0,[a,b],[],2))}, +$1$extentOffset(a){return this.E(this,A.F("$1$extentOffset","$1$extentOffset",0,[a],["extentOffset"],0))}, +$1$height(a){return this.E(this,A.F("$1$height","$1$height",0,[a],["height"],0))}, +$1$borderSide(a){return this.E(this,A.F("$1$borderSide","$1$borderSide",0,[a],["borderSide"],0))}, +$30$alignLabelWithHint$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintStyle$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIconColor$prefixStyle$suffixIconColor$suffixStyle(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){return this.E(this,A.F("$30$alignLabelWithHint$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintStyle$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIconColor$prefixStyle$suffixIconColor$suffixStyle","$30$alignLabelWithHint$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintStyle$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIconColor$prefixStyle$suffixIconColor$suffixStyle",0,[a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0],["alignLabelWithHint","border","constraints","contentPadding","counterStyle","disabledBorder","enabledBorder","errorBorder","errorMaxLines","errorStyle","fillColor","filled","floatingLabelAlignment","floatingLabelBehavior","floatingLabelStyle","focusColor","focusedBorder","focusedErrorBorder","helperMaxLines","helperStyle","hintStyle","hoverColor","iconColor","isCollapsed","isDense","labelStyle","prefixIconColor","prefixStyle","suffixIconColor","suffixStyle"],0))}, +$2$enabled$hintMaxLines(a,b){return this.E(this,A.F("$2$enabled$hintMaxLines","$2$enabled$hintMaxLines",0,[a,b],["enabled","hintMaxLines"],0))}, +$3$onDone$onError(a,b,c){return this.E(this,A.F("$3$onDone$onError","$3$onDone$onError",0,[a,b,c],["onDone","onError"],0))}, +$3$color$fontSize$fontWeight(a,b,c){return this.E(this,A.F("$3$color$fontSize$fontWeight","$3$color$fontSize$fontWeight",0,[a,b,c],["color","fontSize","fontWeight"],0))}, +$1$child(a){return this.E(this,A.F("$1$child","$1$child",0,[a],["child"],0))}, +$3$foregroundColor$iconSize$overlayColor(a,b,c){return this.E(this,A.F("$3$foregroundColor$iconSize$overlayColor","$3$foregroundColor$iconSize$overlayColor",0,[a,b,c],["foregroundColor","iconSize","overlayColor"],0))}, +$2$padding$viewPadding(a,b){return this.E(this,A.F("$2$padding$viewPadding","$2$padding$viewPadding",0,[a,b],["padding","viewPadding"],0))}, +$3$cancelOnError$onDone(a,b,c){return this.E(this,A.F("$3$cancelOnError$onDone","$3$cancelOnError$onDone",0,[a,b,c],["cancelOnError","onDone"],0))}, +$8$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(a,b,c,d,e,f,g,h){return this.E(this,A.F("$8$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding","$8$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding",0,[a,b,c,d,e,f,g,h],["removeBottomInset","removeBottomPadding","removeLeftPadding","removeRightPadding","removeTopPadding"],0))}, +$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(a,b,c,d,e,f,g){return this.E(this,A.F("$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding","$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding",0,[a,b,c,d,e,f,g],["removeBottomPadding","removeLeftPadding","removeRightPadding","removeTopPadding"],0))}, +$8$maintainBottomViewPadding$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(a,b,c,d,e,f,g,h){return this.E(this,A.F("$8$maintainBottomViewPadding$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding","$8$maintainBottomViewPadding$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding",0,[a,b,c,d,e,f,g,h],["maintainBottomViewPadding","removeBottomPadding","removeLeftPadding","removeRightPadding","removeTopPadding"],0))}, +$1$floatingActionButtonScale(a){return this.E(this,A.F("$1$floatingActionButtonScale","$1$floatingActionButtonScale",0,[a],["floatingActionButtonScale"],0))}, +$1$removeBottom(a){return this.E(this,A.F("$1$removeBottom","$1$removeBottom",0,[a],["removeBottom"],0))}, +$2$viewInsets$viewPadding(a,b){return this.E(this,A.F("$2$viewInsets$viewPadding","$2$viewInsets$viewPadding",0,[a,b],["viewInsets","viewPadding"],0))}, +$2$color$fontSize(a,b){return this.E(this,A.F("$2$color$fontSize","$2$color$fontSize",0,[a,b],["color","fontSize"],0))}, +$2$hitTest$paintTransform(a,b){return this.E(this,A.F("$2$hitTest$paintTransform","$2$hitTest$paintTransform",0,[a,b],["hitTest","paintTransform"],0))}, +$3$crossAxisPosition$mainAxisPosition(a,b,c){return this.E(this,A.F("$3$crossAxisPosition$mainAxisPosition","$3$crossAxisPosition$mainAxisPosition",0,[a,b,c],["crossAxisPosition","mainAxisPosition"],0))}, +$2$hitTest$paintOffset(a,b){return this.E(this,A.F("$2$hitTest$paintOffset","$2$hitTest$paintOffset",0,[a,b],["hitTest","paintOffset"],0))}, +$1$fontFamily(a){return this.E(this,A.F("$1$fontFamily","$1$fontFamily",0,[a],["fontFamily"],0))}, +$2$composing$selection(a,b){return this.E(this,A.F("$2$composing$selection","$2$composing$selection",0,[a,b],["composing","selection"],0))}, +$4$displayFeatures$padding$viewInsets$viewPadding(a,b,c,d){return this.E(this,A.F("$4$displayFeatures$padding$viewInsets$viewPadding","$4$displayFeatures$padding$viewInsets$viewPadding",0,[a,b,c,d],["displayFeatures","padding","viewInsets","viewPadding"],0))}, +$1$spellCheckService(a){return this.E(this,A.F("$1$spellCheckService","$1$spellCheckService",0,[a],["spellCheckService"],0))}, +$1$direction(a){return this.E(this,A.F("$1$direction","$1$direction",0,[a],["direction"],0))}, +$5$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result$siblingNodes(a,b,c,d,e){return this.E(this,A.F("$5$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result$siblingNodes","$5$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result$siblingNodes",0,[a,b,c,d,e],["elevationAdjustment","parentPaintClipRect","parentSemanticsClipRect","result","siblingNodes"],0))}, +$1$config(a){return this.E(this,A.F("$1$config","$1$config",0,[a],["config"],0))}, +$2$descendant$rect(a,b){return this.E(this,A.F("$2$descendant$rect","$2$descendant$rect",0,[a,b],["descendant","rect"],0))}, +$2$ignoreRasterCache(a,b){return this.E(this,A.F("$2$ignoreRasterCache","$2$ignoreRasterCache",0,[a,b],["ignoreRasterCache"],0))}, +$1$3$onlyFirst(a,b,c,d){return this.E(this,A.F("$1$3$onlyFirst","$1$3$onlyFirst",0,[a,b,c,d],["onlyFirst"],1))}, +$1$includeChildren(a){return this.E(this,A.F("$1$includeChildren","$1$includeChildren",0,[a],["includeChildren"],0))}, +$1$oldLayer(a){return this.E(this,A.F("$1$oldLayer","$1$oldLayer",0,[a],["oldLayer"],0))}, +$3$oldLayer(a,b,c){return this.E(this,A.F("$3$oldLayer","$3$oldLayer",0,[a,b,c],["oldLayer"],0))}, +$3$offset$oldLayer(a,b,c){return this.E(this,A.F("$3$offset$oldLayer","$3$offset$oldLayer",0,[a,b,c],["offset","oldLayer"],0))}, +$3$clipBehavior$oldLayer(a,b,c){return this.E(this,A.F("$3$clipBehavior$oldLayer","$3$clipBehavior$oldLayer",0,[a,b,c],["clipBehavior","oldLayer"],0))}, +$4$isComplexHint$willChangeHint(a,b,c,d){return this.E(this,A.F("$4$isComplexHint$willChangeHint","$4$isComplexHint$willChangeHint",0,[a,b,c,d],["isComplexHint","willChangeHint"],0))}, +$2$doAntiAlias(a,b){return this.E(this,A.F("$2$doAntiAlias","$2$doAntiAlias",0,[a,b],["doAntiAlias"],0))}, +$3$blendMode$oldLayer(a,b,c){return this.E(this,A.F("$3$blendMode$oldLayer","$3$blendMode$oldLayer",0,[a,b,c],["blendMode","oldLayer"],0))}, +$2$filterQuality(a,b){return this.E(this,A.F("$2$filterQuality","$2$filterQuality",0,[a,b],["filterQuality"],0))}, +$2$oldLayer(a,b){return this.E(this,A.F("$2$oldLayer","$2$oldLayer",0,[a,b],["oldLayer"],0))}, +$6$oldLayer(a,b,c,d,e,f){return this.E(this,A.F("$6$oldLayer","$6$oldLayer",0,[a,b,c,d,e,f],["oldLayer"],0))}, +$6(a,b,c,d,e,f){return this.E(this,A.F("$6","$6",0,[a,b,c,d,e,f],[],0))}, +$6$gapExtent$gapPercentage$gapStart$textDirection(a,b,c,d,e,f){return this.E(this,A.F("$6$gapExtent$gapPercentage$gapStart$textDirection","$6$gapExtent$gapPercentage$gapStart$textDirection",0,[a,b,c,d,e,f],["gapExtent","gapPercentage","gapStart","textDirection"],0))}, +$2$radius(a,b){return this.E(this,A.F("$2$radius","$2$radius",0,[a,b],["radius"],0))}, +$4$textDirection(a,b,c,d){return this.E(this,A.F("$4$textDirection","$4$textDirection",0,[a,b,c,d],["textDirection"],0))}, +$5$borderRadius$shape$textDirection(a,b,c,d,e){return this.E(this,A.F("$5$borderRadius$shape$textDirection","$5$borderRadius$shape$textDirection",0,[a,b,c,d,e],["borderRadius","shape","textDirection"],0))}, +$1$width(a){return this.E(this,A.F("$1$width","$1$width",0,[a],["width"],0))}, +$1$maxWidth(a){return this.E(this,A.F("$1$maxWidth","$1$maxWidth",0,[a],["maxWidth"],0))}, +$1$maxHeight(a){return this.E(this,A.F("$1$maxHeight","$1$maxHeight",0,[a],["maxHeight"],0))}, +$2$parentUsesSize(a,b){return this.E(this,A.F("$2$parentUsesSize","$2$parentUsesSize",0,[a,b],["parentUsesSize"],0))}, +$4$isScrolling$newPosition$oldPosition$velocity(a,b,c,d){return this.E(this,A.F("$4$isScrolling$newPosition$oldPosition$velocity","$4$isScrolling$newPosition$oldPosition$velocity",0,[a,b,c,d],["isScrolling","newPosition","oldPosition","velocity"],0))}, +$2$bottomNavigationBarTop$floatingActionButtonArea(a,b){return this.E(this,A.F("$2$bottomNavigationBarTop$floatingActionButtonArea","$2$bottomNavigationBarTop$floatingActionButtonArea",0,[a,b],["bottomNavigationBarTop","floatingActionButtonArea"],0))}, +h(a,b){return this.E(a,A.F("h","h",0,[b],[],0))}, +hD(){return this.E(this,A.F("hD","hD",0,[],[],0))}, +Ad(a){return this.E(this,A.F("Ad","Ad",0,[a],[],0))}, +N(a,b){return this.E(a,A.F("N","N",0,[b],[],0))}, +a1(a,b){return this.E(a,A.F("a1","a1",0,[b],[],0))}, +M(a,b){return this.E(a,A.F("M","M",0,[b],[],0))}, +bl(){return this.E(this,A.F("bl","bl",0,[],[],0))}, +lv(){return this.E(this,A.F("lv","lv",0,[],[],0))}, +tZ(a){return this.E(this,A.F("tZ","tZ",0,[a],[],0))}, +gD(a){return this.E(a,A.F("gD","gD",1,[],[],0))}, +gcM(){return this.E(this,A.F("gcM","gcM",1,[],[],0))}, +gfF(){return this.E(this,A.F("gfF","gfF",1,[],[],0))}, +gc4(){return this.E(this,A.F("gc4","gc4",1,[],[],0))}, +ghi(){return this.E(this,A.F("ghi","ghi",1,[],[],0))}, +sfF(a){return this.E(this,A.F("sfF","sfF",2,[a],[],0))}, +sc4(a){return this.E(this,A.F("sc4","sc4",2,[a],[],0))}, +shi(a){return this.E(this,A.F("shi","shi",2,[a],[],0))}, +scM(a){return this.E(this,A.F("scM","scM",2,[a],[],0))}} +A.Op.prototype={ +k(a){return""}, +$ife:1} +A.xe.prototype={ +gM_(){var s,r=this.b +if(r==null)r=$.G8.$0() +s=r-this.a +if($.Rg()===1e6)return s +return s*1000}, +ow(){var s=this,r=s.b +if(r!=null){s.a=s.a+($.G8.$0()-r) +s.b=null}}, +o_(){var s=this.b +this.a=s==null?$.G8.$0():s}} +A.a0O.prototype={ +gF(){return this.d}, +v(){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.jV(B.d.af(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:210} +A.B8.prototype={ +gpt(){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.m(r)}else s=r +s+=o.e +r=o.f +if(r!=null)s=s+"?"+r +r=o.r +if(r!=null)s=s+"#"+r +n!==$&&A.aK() +n=o.w=s.charCodeAt(0)==0?s:s}return n}, +gwz(){var s,r,q=this,p=q.x +if(p===$){s=q.e +if(s.length!==0&&s.charCodeAt(0)===47)s=B.d.e4(s,1) +r=s.length===0?B.cB:A.Ym(new A.ae(A.c(s.split("/"),t.s),A.aAL(),t.Gf),t.N) +q.x!==$&&A.aK() +p=q.x=r}return p}, +gA(a){var s,r=this,q=r.y +if(q===$){s=B.d.gA(r.gpt()) +r.y!==$&&A.aK() +r.y=s +q=s}return q}, +gm_(){var s,r,q=this,p=q.Q +if(p===$){s=q.f +r=A.ayH(s==null?"":s) +q.Q!==$&&A.aK() +q.Q=r +p=r}return p}, +gOU(){return this.b}, +gBW(){var s=this.c +if(s==null)return"" +if(B.d.d0(s,"["))return B.d.af(s,1,s.length-1) +return s}, +gCF(){var s=this.d +return s==null?A.amH(this.a):s}, +gCH(){var s=this.f +return s==null?"":s}, +gkD(){var s=this.r +return s==null?"":s}, +gMR(){return this.a.length!==0}, +gMN(){return this.c!=null}, +gMQ(){return this.f!=null}, +gMO(){return this.r!=null}, +k(a){return this.gpt()}, +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.gon())if(q.c!=null===b.gMN())if(q.b===b.gOU())if(q.gBW()===b.gBW())if(q.gCF()===b.gCF())if(q.e===b.giZ()){s=q.f +r=s==null +if(!r===b.gMQ()){if(r)s="" +if(s===b.gCH()){s=q.r +r=s==null +if(!r===b.gMO()){if(r)s="" +s=s===b.gkD()}else s=!1}else s=!1}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}, +$iIi:1, +gon(){return this.a}, +giZ(){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.Ps(B.ez,a,B.a3,!0) +if(b!=null&&b.length!==0){s.a=r+"=" +s.a+=A.Ps(B.ez,b,B.a3,!0)}}, +$S:213} +A.aci.prototype={ +$2(a,b){var s,r +if(b==null||typeof b=="string")this.a.$2(a,b) +else for(s=J.av(b),r=this.a;s.v();)r.$2(a,s.gF())}, +$S:149} +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.rM(s,a,c,r,!0) +p=""}else{q=A.rM(s,a,b,r,!0) +p=A.rM(s,b+1,c,r,!0)}J.fK(this.c.bK(q,A.aAM()),p)}, +$S:215} +A.a4u.prototype={ +gjM(){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.nE(m,"?",s) +q=m.length +if(r>=0){p=A.B9(m,r+1,q,B.eB,!1,!1) +q=r}else p=n +m=o.c=new A.K3("data","",n,n,A.B9(m,s,q,B.mh,!1,!1),p,n)}return m}, +k(a){var s=this.a +return this.b[0]===-1?"data:"+s:s}} +A.adq.prototype={ +$2(a,b){var s=this.a[a] +B.aH.a8e(s,0,96,b) +return s}, +$S:216} +A.adr.prototype={ +$3(a,b,c){var s,r +for(s=b.length,r=0;r>>0]=c}, +$S:115} +A.O5.prototype={ +gMR(){return this.b>0}, +gMN(){return this.c>0}, +ga9x(){return this.c>0&&this.d+1r?B.d.af(this.a,r,s-1):""}, +gBW(){var s=this.c +return s>0?B.d.af(this.a,s,this.d):""}, +gCF(){var s,r=this +if(r.ga9x())return A.jV(B.d.af(r.a,r.d+1,r.e),null) +s=r.b +if(s===4&&B.d.d0(r.a,"http"))return 80 +if(s===5&&B.d.d0(r.a,"https"))return 443 +return 0}, +giZ(){return B.d.af(this.a,this.e,this.f)}, +gCH(){var s=this.f,r=this.r +return s=this.r)return B.rj +var s=A.amV(this.gCH()) +s.OL(A.anK()) +return A.afl(s,t.N,t.yp)}, +gA(a){var s=this.x +return s==null?this.x=B.d.gA(this.a):s}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +return t.Xu.b(b)&&this.a===b.k(0)}, +k(a){return this.a}, +$iIi:1} +A.K3.prototype={} +A.uk.prototype={ +h(a,b){if(A.ly(b)||typeof b=="number"||typeof b=="string"||b instanceof A.eI)A.mc(b) +return this.a.get(b)}, +p(a,b,c){if(b instanceof A.eI)A.mc(b) +this.a.set(b,c)}, +k(a){return"Expando:null"}} +A.kX.prototype={} +A.a41.prototype={ +rJ(a){A.tn(a,"name") +this.d.push(null) +return}, +Mk(){var s=this.d +if(s.length===0)throw A.h(A.aQ("Uneven calls to start and finish")) +if(s.pop()==null)return +A.ayP(null)}} +A.aez.prototype={ +$1(a){var s,r,q,p +if(A.anm(a))return a +s=this.a +if(s.ak(a))return s.h(0,a) +if(t.pE.b(a)){r={} +s.p(0,a,r) +for(s=a.gbN(),s=s.ga3(s);s.v();){q=s.gF() +r[q]=this.$1(a.h(0,q))}return r}else if(t.VG.b(a)){p=[] +s.p(0,a,p) +B.b.P(p,J.t0(a,this,t.z)) +return p}else return a}, +$S:113} +A.aeJ.prototype={ +$1(a){return this.a.e8(a)}, +$S:31} +A.aeK.prototype={ +$1(a){if(a==null)return this.a.v4(new A.FH(a===undefined)) +return this.a.v4(a)}, +$S:31} +A.ae6.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j,i,h +if(A.anl(a))return a +s=this.a +a.toString +if(s.ak(a))return s.h(0,a) +if(a instanceof Date){r=a.getTime() +if(Math.abs(r)<=864e13)s=!1 +else s=!0 +if(s)A.a1(A.d0("DateTime is outside valid range: "+r,null)) +A.eN(!0,"isUtc",t.y) +return new A.hC(r,!0)}if(a instanceof RegExp)throw A.h(A.d0("structured clone of RegExp",null)) +if(typeof Promise!="undefined"&&a instanceof Promise)return A.o9(a,t.X) +q=Object.getPrototypeOf(a) +if(q===Object.prototype||q===null){p=t.X +o=A.A(p,p) +s.p(0,a,o) +n=Object.keys(a) +m=[] +for(s=J.bZ(n),p=s.ga3(n);p.v();)m.push(A.ahy(p.gF())) +for(l=0;l>>0>a;r=!0){q=s.rb() +A.C_(q.b,q.c,null)}return r}, +Wu(){var s=this,r=s.a +if(!r.ga6(r)&&s.e!=null){r=r.rb() +s.e.dk(r.a,r.gN7()) +A.dv(s.gGd())}else s.d=!1}} +A.Sy.prototype={ +ac0(a,b,c){this.a.bK(a,new A.Sz()).nX(new A.AF(b,c,$.ac))}, +PM(a,b){var s=this.a.bK(a,new A.SA()),r=s.e +s.e=new A.a6P(b,$.ac) +if(r==null&&!s.d){s.d=!0 +A.dv(s.gGd())}}, +a8U(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.dl(a.buffer,a.byteOffset,a.byteLength) +if(j[0]===7){s=j[1] +if(s>=254)throw A.h(A.dK("Unrecognized message sent to dev.flutter/channel-buffers (method name too long)")) +r=2+s +q=B.a3.hq(B.aH.ca(j,2,r)) +switch(q){case"resize":if(j[r]!==12)throw A.h(A.dK(l)) +p=r+1 +if(j[p]<2)throw A.h(A.dK(l));++p +if(j[p]!==7)throw A.h(A.dK("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (first argument must be a string)"));++p +o=j[p] +if(o>=254)throw A.h(A.dK("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (channel name must be less than 254 characters long)"));++p +r=p+o +n=B.a3.hq(B.aH.ca(j,p,r)) +if(j[r]!==3)throw A.h(A.dK("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (second argument must be an integer in the range 0 to 2147483647)")) +this.Op(n,a.getUint32(r+1,B.ah===$.cN())) +break +case"overflow":if(j[r]!==12)throw A.h(A.dK(k)) +p=r+1 +if(j[p]<2)throw A.h(A.dK(k));++p +if(j[p]!==7)throw A.h(A.dK("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (first argument must be a string)"));++p +o=j[p] +if(o>=254)throw A.h(A.dK("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (channel name must be less than 254 characters long)"));++p +r=p+o +B.a3.hq(B.aH.ca(j,p,r)) +r=j[r] +if(r!==1&&r!==2)throw A.h(A.dK("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (second argument must be a boolean)")) +break +default:throw A.h(A.dK("Unrecognized method '"+q+"' sent to dev.flutter/channel-buffers"))}}else{m=A.c(B.a3.hq(j).split("\r"),t.s) +if(m.length===3&&J.d(m[0],"resize"))this.Op(m[1],A.jV(m[2],null)) +else throw A.h(A.dK("Unrecognized message "+A.m(m)+" sent to dev.flutter/channel-buffers."))}}, +Op(a,b){var s=this.a,r=s.h(0,a) +if(r==null)s.p(0,a,new A.jA(A.kz(b,t.S8),b)) +else{r.c=b +r.Ge(b)}}} +A.Sz.prototype={ +$0(){return new A.jA(A.kz(1,t.S8),1)}, +$S:103} +A.SA.prototype={ +$0(){return new A.jA(A.kz(1,t.S8),1)}, +$S:103} +A.FJ.prototype={ +j(a,b){if(b==null)return!1 +return b instanceof A.FJ&&b.a===this.a&&b.b===this.b}, +gA(a){return A.L(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){return"OffsetBase("+B.c.a5(this.a,1)+", "+B.c.a5(this.b,1)+")"}} +A.i.prototype={ +gcc(){var s=this.a,r=this.b +return Math.sqrt(s*s+r*r)}, +gqg(){var s=this.a,r=this.b +return s*s+r*r}, +N(a,b){return new A.i(this.a-b.a,this.b-b.b)}, +M(a,b){return new A.i(this.a+b.a,this.b+b.b)}, +a1(a,b){return new A.i(this.a*b,this.b*b)}, +hF(a,b){return new A.i(this.a/b,this.b/b)}, +j(a,b){if(b==null)return!1 +return b instanceof A.i&&b.a===this.a&&b.b===this.b}, +gA(a){return A.L(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){return"Offset("+B.c.a5(this.a,1)+", "+B.c.a5(this.b,1)+")"}} +A.H.prototype={ +ga6(a){return this.a<=0||this.b<=0}, +N(a,b){var s=this +if(b instanceof A.H)return new A.i(s.a-b.a,s.b-b.b) +if(b instanceof A.i)return new A.H(s.a-b.a,s.b-b.b) +throw A.h(A.d0(b,null))}, +M(a,b){return new A.H(this.a+b.a,this.b+b.b)}, +a1(a,b){return new A.H(this.a*b,this.b*b)}, +hF(a,b){return new A.H(this.a/b,this.b/b)}, +iE(a){return new A.i(a.a+this.a/2,a.b+this.b/2)}, +uS(a){return new A.i(a.a+this.a,a.b+this.b)}, +n(a,b){var s=b.a +if(s>=0)if(s=0&&s=s.c||s.b>=s.d}, +cE(a){var s=this,r=a.a,q=a.b +return new A.y(s.a+r,s.b+q,s.c+r,s.d+q)}, +bm(a,b){var s=this +return new A.y(s.a+a,s.b+b,s.c+a,s.d+b)}, +cV(a){var s=this +return new A.y(s.a-a,s.b-a,s.c+a,s.d+a)}, +ef(a){var s=this +return new A.y(Math.max(s.a,a.a),Math.max(s.b,a.b),Math.min(s.c,a.c),Math.min(s.d,a.d))}, +i3(a){var s=this +return new A.y(Math.min(s.a,a.a),Math.min(s.b,a.b),Math.max(s.c,a.c),Math.max(s.d,a.d))}, +r1(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}, +geR(){var s=this +return Math.min(Math.abs(s.c-s.a),Math.abs(s.d-s.b))}, +gad0(){var s=this.a +return new A.i(s+(this.c-s)/2,this.b)}, +gL5(){var s=this.b +return new A.i(this.a,s+(this.d-s)/2)}, +gaZ(){var s=this,r=s.a,q=s.b +return new A.i(r+(s.c-r)/2,q+(s.d-q)/2)}, +ga5R(){var s=this.b +return new A.i(this.c,s+(this.d-s)/2)}, +ga5E(){var s=this.a +return new A.i(s+(this.c-s)/2,this.d)}, +n(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}, +DL(){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.ts(s.ts(s.ts(s.ts(1,l,k,m),j,i,p),h,g,m),f,e,p) +if(d<1)return new A.h1(q,n,r,o,j*d,k*d,i*d,h*d,f*d,g*d,e*d,l*d,!1) +return new A.h1(q,n,r,o,j,k,i,h,f,g,e,l,!1)}, +n(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.DL() +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.r(s)!==J.O(b))return!1 +return b instanceof A.h1&&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}, +gA(a){var s=this +return A.L(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)}, +k(a){var s,r,q=this,p=B.c.a5(q.a,1)+", "+B.c.a5(q.b,1)+", "+B.c.a5(q.c,1)+", "+B.c.a5(q.d,1),o=q.e,n=q.f,m=q.r,l=q.w +if(new A.az(o,n).j(0,new A.az(m,l))){s=q.x +r=q.y +s=new A.az(m,l).j(0,new A.az(s,r))&&new A.az(s,r).j(0,new A.az(q.z,q.Q))}else s=!1 +if(s){if(o===n)return"RRect.fromLTRBR("+p+", "+B.c.a5(o,1)+")" +return"RRect.fromLTRBXY("+p+", "+B.c.a5(o,1)+", "+B.c.a5(n,1)+")"}return"RRect.fromLTRBAndCorners("+p+", topLeft: "+new A.az(o,n).k(0)+", topRight: "+new A.az(m,l).k(0)+", bottomRight: "+new A.az(q.x,q.y).k(0)+", bottomLeft: "+new A.az(q.z,q.Q).k(0)+")"}} +A.uX.prototype={ +H(){return"KeyEventType."+this.b}} +A.ez.prototype={ +a_W(){var s=this.d +return"0x"+B.h.jK(s,16)+new A.XV(B.c.iL(s/4294967296)).$0()}, +WN(){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+'"'}}, +a1Y(){var s=this.e +if(s==null)return"" +return" (0x"+new A.ae(new A.lR(s),new A.XW(),t.Hz.i("ae")).bW(0," ")+")"}, +k(a){var s=this,r=A.auh(s.b),q=B.h.jK(s.c,16),p=s.a_W(),o=s.WN(),n=s.a1Y(),m=s.f?", synthesized":"" +return"KeyData(type: "+r+", physical: 0x"+q+", logical: "+p+", character: "+o+n+m+")"}} +A.XV.prototype={ +$0(){switch(this.a){case 0:return" (Unicode)" +case 1:return" (Unprintable)" +case 2:return" (Flutter)" +case 23:return" (Web)"}return""}, +$S:45} +A.XW.prototype={ +$1(a){return B.d.r2(B.h.jK(a,16),2,"0")}, +$S:220} +A.n.prototype={ +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.n&&b.gl()===this.gl()}, +gA(a){return B.h.gA(this.gl())}, +k(a){return"Color(0x"+B.d.r2(B.h.jK(this.gl(),16),8,"0")+")"}, +gl(){return this.a}} +A.xi.prototype={ +H(){return"StrokeCap."+this.b}} +A.HJ.prototype={ +H(){return"StrokeJoin."+this.b}} +A.FT.prototype={ +H(){return"PaintingStyle."+this.b}} +A.oi.prototype={ +H(){return"BlendMode."+this.b}} +A.ot.prototype={ +H(){return"Clip."+this.b}} +A.Sa.prototype={ +H(){return"BlurStyle."+this.b}} +A.vi.prototype={ +j(a,b){if(b==null)return!1 +return b instanceof A.vi&&b.a===this.a&&b.b===this.b}, +gA(a){return A.L(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){return"MaskFilter.blur("+this.a.k(0)+", "+B.c.a5(this.b,1)+")"}} +A.mg.prototype={ +H(){return"FilterQuality."+this.b}} +A.afM.prototype={} +A.kY.prototype={ +bb(a){return new A.kY(this.a,this.b.a1(0,a),this.c*a)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.kY&&b.a.j(0,s.a)&&b.b.j(0,s.b)&&b.c===s.c}, +gA(a){return A.L(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){return"TextShadow("+this.a.k(0)+", "+this.b.k(0)+", "+A.m(this.c)+")"}} +A.ZO.prototype={} +A.ko.prototype={ +k(a){var s,r=A.r(this).k(0),q=this.a,p=A.cv(q[2],0),o=q[1],n=A.cv(o,0),m=q[4],l=A.cv(m,0),k=A.cv(q[3],0) +o=A.cv(o,0) +s=q[0] +return r+"(buildDuration: "+(A.m((p.a-n.a)*0.001)+"ms")+", rasterDuration: "+(A.m((l.a-k.a)*0.001)+"ms")+", vsyncOverhead: "+(A.m((o.a-A.cv(s,0).a)*0.001)+"ms")+", totalSpan: "+(A.m((A.cv(m,0).a-A.cv(s,0).a)*0.001)+"ms")+", layerCacheCount: "+q[6]+", layerCacheBytes: "+q[7]+", pictureCacheCount: "+q[8]+", pictureCacheBytes: "+q[9]+", frameNumber: "+B.b.gaq(q)+")"}} +A.hy.prototype={ +H(){return"AppLifecycleState."+this.b}} +A.tm.prototype={ +H(){return"AppExitResponse."+this.b}} +A.kB.prototype={ +gnI(){var s=this.a,r=B.bj.h(0,s) +return r==null?s:r}, +gve(){var s=this.c,r=B.bD.h(0,s) +return r==null?s:r}, +j(a,b){var s +if(b==null)return!1 +if(this===b)return!0 +if(b instanceof A.kB)if(b.gnI()===this.gnI())s=b.gve()==this.gve() +else s=!1 +else s=!1 +return s}, +gA(a){return A.L(this.gnI(),null,this.gve(),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){return this.Ie("_")}, +Ie(a){var s=this.gnI() +if(this.c!=null)s+=a+A.m(this.gve()) +return s.charCodeAt(0)==0?s:s}} +A.Tm.prototype={ +H(){return"DartPerformanceMode."+this.b}} +A.q7.prototype={} +A.j6.prototype={ +H(){return"PointerChange."+this.b}} +A.fw.prototype={ +H(){return"PointerDeviceKind."+this.b}} +A.pJ.prototype={ +H(){return"PointerSignalKind."+this.b}} +A.hY.prototype={ +k(a){return"PointerData(x: "+A.m(this.x)+", y: "+A.m(this.y)+")"}} +A.vS.prototype={} +A.cd.prototype={ +k(a){return"SemanticsAction."+this.b}} +A.bV.prototype={ +k(a){return"SemanticsFlag."+this.b}} +A.a1Z.prototype={} +A.kI.prototype={ +H(){return"PlaceholderAlignment."+this.b}} +A.fo.prototype={ +k(a){var s=B.SO.h(0,this.a) +s.toString +return s}} +A.km.prototype={ +j(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.km&&b.a===this.a&&b.b===this.b}, +gA(a){return A.L(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){return"FontVariation('"+this.a+"', "+A.m(this.b)+")"}} +A.he.prototype={ +H(){return"TextAlign."+this.b}} +A.xr.prototype={ +H(){return"TextBaseline."+this.b}} +A.xt.prototype={ +j(a,b){if(b==null)return!1 +return b instanceof A.xt&&b.a===this.a}, +gA(a){return B.h.gA(this.a)}, +k(a){var s,r=this.a +if(r===0)return"TextDecoration.none" +s=A.c([],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.bW(s,", ")+"])"}} +A.a33.prototype={ +H(){return"TextDecorationStyle."+this.b}} +A.HY.prototype={ +H(){return"TextLeadingDistribution."+this.b}} +A.xx.prototype={ +j(a,b){var s +if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +if(b instanceof A.xx)s=b.c===this.c +else s=!1 +return s}, +gA(a){return A.L(!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)}, +k(a){return"TextHeightBehavior(applyHeightToFirstAscent: true, applyHeightToLastDescent: true, leadingDistribution: "+this.c.k(0)+")"}} +A.nq.prototype={ +H(){return"TextDirection."+this.b}} +A.dT.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.dT&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +gA(a){var s=this +return A.L(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){var s=this +return"TextBox.fromLTRBD("+B.c.a5(s.a,1)+", "+B.c.a5(s.b,1)+", "+B.c.a5(s.c,1)+", "+B.c.a5(s.d,1)+", "+s.e.k(0)+")"}} +A.xq.prototype={ +H(){return"TextAffinity."+this.b}} +A.aW.prototype={ +j(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.aW&&b.a===this.a&&b.b===this.b}, +gA(a){return A.L(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){return A.r(this).k(0)+"(offset: "+this.a+", affinity: "+this.b.k(0)+")"}} +A.br.prototype={ +gbC(){return this.a>=0&&this.b>=0}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.br&&b.a===this.a&&b.b===this.b}, +gA(a){return A.L(B.h.gA(this.a),B.h.gA(this.b),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){return"TextRange(start: "+this.a+", end: "+this.b+")"}} +A.kG.prototype={ +j(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.kG&&b.a===this.a}, +gA(a){return B.c.gA(this.a)}, +k(a){return A.r(this).k(0)+"(width: "+A.m(this.a)+")"}} +A.CE.prototype={ +H(){return"BoxHeightStyle."+this.b}} +A.Sd.prototype={ +H(){return"BoxWidthStyle."+this.b}} +A.a40.prototype={ +H(){return"TileMode."+this.b}} +A.mh.prototype={} +A.Hj.prototype={} +A.om.prototype={ +H(){return"Brightness."+this.b}} +A.Sr.prototype={ +j(a,b){if(b==null)return!1 +return this===b}, +gA(a){return A.N.prototype.gA.call(this,this)}} +A.Es.prototype={ +j(a,b){var s +if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +if(b instanceof A.Es)s=!0 +else s=!1 +return s}, +gA(a){return A.L(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)}, +k(a){return"GestureSettings(physicalTouchSlop: null, physicalDoubleTapSlop: null)"}} +A.RX.prototype={ +x5(a){var s,r,q +if(A.nB(a).gMR())return A.Ps(B.hT,a,B.a3,!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.Ps(B.hT,s+"assets/"+a,B.a3,!1)}} +A.ae2.prototype={ +$1(a){return this.P5(a)}, +$0(){return this.$1(null)}, +$C:"$1", +$R:0, +$D(){return[null]}, +P5(a){var s=0,r=A.a_(t.H) +var $async$$1=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:s=2 +return A.a5(A.aes(a),$async$$1) +case 2:return A.Y(null,r)}}) +return A.Z($async$$1,r)}, +$S:227} +A.ae3.prototype={ +$0(){var s=0,r=A.a_(t.P),q=this +var $async$$0=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:q.a.$0() +s=2 +return A.a5(A.ahD(),$async$$0) +case 2:q.b.$0() +return A.Y(null,r)}}) +return A.Z($async$$0,r)}, +$S:89} +A.Sh.prototype={ +DB(a){return $.ann.bK(a,new A.Si(a))}} +A.Si.prototype={ +$0(){return t.e.a(A.bc(this.a))}, +$S:73} +A.WO.prototype={ +Aj(a){var s=new A.WR(a) +A.bP(self.window,"popstate",B.jY.DB(s),null) +return new A.WQ(this,s)}, +kZ(){var s=self.window.location.hash +if(s.length===0||s==="#")return"/" +return B.d.e4(s,1)}, +DE(){return A.aji(self.window.history)}, +NY(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}, +O5(a,b,c){var s=this.NY(c),r=self.window.history,q=A.aB(a) +if(q==null)q=t.K.a(q) +r.pushState(q,b,s)}, +m2(a,b,c){var s,r=this.NY(c),q=self.window.history +if(a==null)s=null +else{s=A.aB(a) +if(s==null)s=t.K.a(s)}q.replaceState(s,b,r)}, +rt(a){var s=self.window.history +s.go(a) +return this.a4T()}, +a4T(){var s=new A.am($.ac,t.V),r=A.aX("unsubscribe") +r.b=this.Aj(new A.WP(r,new A.bk(s,t.gR))) +return s}} +A.WR.prototype={ +$1(a){var s=t.e.a(a).state +if(s==null)s=null +else{s=A.ahy(s) +s.toString}this.a.$1(s)}, +$S:235} +A.WQ.prototype={ +$0(){var s=this.b +A.eu(self.window,"popstate",B.jY.DB(s),null) +$.ann.C(0,s) +return null}, +$S:0} +A.WP.prototype={ +$1(a){this.a.aF().$0() +this.b.iG()}, +$S:7} +A.dS.prototype={ +ga3(a){return new A.xh(this.a,0,0)}, +gU(a){var s=this.a,r=s.length +return r===0?A.a1(A.aQ("No element")):B.d.af(s,0,new A.ix(s,r,0,176).ie())}, +gaq(a){var s=this.a,r=s.length +return r===0?A.a1(A.aQ("No element")):B.d.e4(s,new A.ts(s,0,r,176).ie())}, +ga6(a){return this.a.length===0}, +gbX(a){return this.a.length!==0}, +gD(a){var s,r,q=this.a,p=q.length +if(p===0)return 0 +s=new A.ix(q,p,0,176) +for(r=0;s.ie()>=0;)++r +return r}, +co(a,b){var s,r,q,p,o,n +A.d6(b,"index") +s=this.a +r=s.length +if(r!==0){q=new A.ix(s,r,0,176) +for(p=0,o=0;n=q.ie(),n>=0;o=n){if(p===b)return B.d.af(s,o,n);++p}}else p=0 +throw A.h(A.afN(b,this,"index",null,p))}, +n(a,b){var s +if(typeof b!="string")return!1 +s=b.length +if(s===0)return!1 +if(new A.ix(b,s,0,176).ie()!==s)return!1 +s=this.a +return A.azD(s,b,0,s.length)>=0}, +a3x(a,b,c){var s,r +if(a===0||b===this.a.length)return b +s=this.a +c=new A.ix(s,s.length,b,176) +do{r=c.ie() +if(r<0)break +if(--a,a>0){b=r +continue}else{b=r +break}}while(!0) +return b}, +hL(a,b){A.d6(b,"count") +return this.a3w(b)}, +a3w(a){var s=this.a3x(a,0,null),r=this.a +if(s===r.length)return B.bT +return new A.dS(B.d.e4(r,s))}, +M(a,b){return new A.dS(this.a+b.a)}, +j(a,b){if(b==null)return!1 +return b instanceof A.dS&&this.a===b.a}, +gA(a){return B.d.gA(this.a)}, +k(a){return this.a}} +A.xh.prototype={ +gF(){var s=this,r=s.d +return r==null?s.d=B.d.af(s.a,s.b,s.c):r}, +v(){return this.y3(1,this.c)}, +y3(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;s0;s=q){q=r.ie() +if(q<0)break;--a}p.b=s +p.c=b +p.d=null +return a===0}} +A.ix.prototype={ +ie(){var s,r,q,p,o,n,m,l=this,k=u.S +for(s=l.b,r=l.a;q=l.c,qs;){p=k.c=q-1 +o=r.charCodeAt(p) +if((o&64512)!==56320){p=k.d=j.charCodeAt(k.d&240|A.o7(o)) +if(((p>=208?k.d=A.aeB(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.ir(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.aeB(r,s,p,l):l)&1)===0)return q}p=k.d=j.charCodeAt(k.d&240|15) +if(((p>=208?k.d=A.aeB(r,s,q,p):p)&1)===0)return k.c +return-1}} +A.Dy.prototype={ +ev(a,b){return J.d(a,b)}, +ex(a){return J.q(a)}} +A.mw.prototype={ +ev(a,b){var s,r,q,p +if(a==null?b==null:a===b)return!0 +if(a==null||b==null)return!1 +s=J.av(a) +r=J.av(b) +for(q=this.a;!0;){p=s.v() +if(p!==r.v())return!1 +if(!p)return!0 +if(!q.ev(s.gF(),r.gF()))return!1}}, +ex(a){var s,r,q +for(s=J.av(a),r=this.a,q=0;s.v();){q=q+r.ex(s.gF())&2147483647 +q=q+(q<<10>>>0)&2147483647 +q^=q>>>6}q=q+(q<<3>>>0)&2147483647 +q^=q>>>11 +return q+(q<<15>>>0)&2147483647}} +A.pm.prototype={ +ev(a,b){var s,r,q,p,o +if(a===b)return!0 +s=J.b1(a) +r=s.gD(a) +q=J.b1(b) +if(r!==q.gD(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.rK.prototype={ +ev(a,b){var s,r,q,p,o +if(a===b)return!0 +s=this.a +r=A.fp(s.gBs(),s.ga9A(),s.gaap(),A.l(this).i("rK.E"),t.S) +for(s=J.av(a),q=0;s.v();){p=s.gF() +o=r.h(0,p) +r.p(0,p,(o==null?0:o)+1);++q}for(s=J.av(b);s.v();){p=s.gF() +o=r.h(0,p) +if(o==null||o===0)return!1 +r.p(0,p,o-1);--q}return q===0}, +ex(a){var s,r,q +for(s=J.av(a),r=this.a,q=0;s.v();)q=q+r.ex(s.gF())&2147483647 +q=q+(q<<3>>>0)&2147483647 +q^=q>>>11 +return q+(q<<15>>>0)&2147483647}} +A.qa.prototype={} +A.rk.prototype={ +gA(a){var s=this.a +return 3*s.a.ex(this.b)+7*s.b.ex(this.c)&2147483647}, +j(a,b){var s +if(b==null)return!1 +if(b instanceof A.rk){s=this.a +s=s.a.ev(this.b,b.b)&&s.b.ev(this.c,b.c)}else s=!1 +return s}} +A.vg.prototype={ +ev(a,b){var s,r,q,p,o +if(a===b)return!0 +if(a.gD(a)!==b.gD(b))return!1 +s=A.fp(null,null,null,t.PJ,t.S) +for(r=a.gbN(),r=r.ga3(r);r.v();){q=r.gF() +p=new A.rk(this,q,a.h(0,q)) +o=s.h(0,p) +s.p(0,p,(o==null?0:o)+1)}for(r=b.gbN(),r=r.ga3(r);r.v();){q=r.gF() +p=new A.rk(this,q,b.h(0,q)) +o=s.h(0,p) +if(o==null||o===0)return!1 +s.p(0,p,o-1)}return!0}, +ex(a){var s,r,q,p,o,n,m,l +for(s=a.gbN(),s=s.ga3(s),r=this.a,q=this.b,p=this.$ti.z[1],o=0;s.v();){n=s.gF() +m=r.ex(n) +l=a.h(0,n) +o=o+3*m+7*q.ex(l==null?p.a(l):l)&2147483647}o=o+(o<<3>>>0)&2147483647 +o^=o>>>11 +return o+(o<<15>>>0)&2147483647}} +A.Dw.prototype={ +ev(a,b){var s=this,r=t.Ro +if(r.b(a))return r.b(b)&&new A.qa(s,t.n5).ev(a,b) +r=t.f +if(r.b(a))return r.b(b)&&new A.vg(s,s,t.Dx).ev(a,b) +r=t.j +if(r.b(a))return r.b(b)&&new A.pm(s,t.wO).ev(a,b) +r=t.JY +if(r.b(a))return r.b(b)&&new A.mw(s,t.K9).ev(a,b) +return J.d(a,b)}, +ex(a){var s=this +if(t.Ro.b(a))return new A.qa(s,t.n5).ex(a) +if(t.f.b(a))return new A.vg(s,s,t.Dx).ex(a) +if(t.j.b(a))return new A.pm(s,t.wO).ex(a) +if(t.JY.b(a))return new A.mw(s,t.K9).ex(a) +return J.q(a)}, +aaq(a){!t.JY.b(a) +return!0}} +A.Ew.prototype={ +tf(a){var s=this.b[a] +if(s==null){this.$ti.c.a(null) +s=null}return s}, +gD(a){return this.c}, +k(a){var s=this.b +return A.ak0(A.hd(s,0,A.eN(this.c,"count",t.S),A.a7(s).c),"(",")")}, +UO(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.LX.prototype={ +G(a){return new A.y1(new A.a9x(),B.zo,null)}} +A.a9x.prototype={ +$3(a,b,c){var s,r=b.a,q=r==null +if(q)s=null +else{s=$.aie().h(0,r) +s.toString}s=A.ah8(s==null?$.aim():s,b) +if(q)r=null +else{r=$.aid().h(0,r) +r.toString}r=A.ah8(r==null?$.ail():r,b) +return new A.mD(A.arN(a),"Flutter Yaru Icons Demo",s,r,!1,null)}, +$S:253} +A.tk.prototype={ +ah(){return new A.J6(B.k)}} +A.RV.prototype={ +$1(a){return new A.dL($.au())}, +$S:257} +A.J6.prototype={ +G(a){var s,r,q,p,o,n=null,m=t.yF,l=A.kU(a,new A.a5P(),m,t.i),k=t.y,j=A.kU(a,new A.a5Q(),m,k),i=A.kU(a,new A.a5R(),m,k),h=A.kU(a,new A.a5S(),m,k),g=A.kU(a,new A.a5T(),m,k) +k=A.vU(a,!1,m).gOG() +s=A.vU(a,!1,m).gOG() +r=A.vU(a,!1,m).gabn() +q=h?"Toggle list view":"Toggle grid view" +p=A.vU(a,!1,m).gacU() +q=A.qA(A.uE(n,!1,n,n,n,n,h?B.Pl:B.Pk,n,n,p,n,n,n,n,n,n),q,n,n) +p=A.qA(A.uE(n,!1,n,n,n,n,B.Pj,n,n,j?n:A.vU(a,!1,m).ga7t(),n,n,n,n,n,n),"Decrease icon size",n,n) +o=A.jp(""+B.c.ae(l)+"px",n,n,n,n,n,n) +return A.al8(A.axh(A.c([q,p,o,A.qA(A.uE(n,!1,n,n,n,n,B.Pf,n,n,i?n:A.vU(a,!1,m).ga9T(),n,n,n,n,n,n),"Increase icon size",n,n)],t.E),n,n,n,n,n,n,"",n,n,n,n,n,n,n,n,A.aCj(),A.aor(),A.aCk(),A.aCl(),A.aCm(),A.aos(),n,n,n,new A.y0(g,B.a0T,250,r,s,k,n),n),n,new A.xX(3,new A.a5U(),new A.a5V(),n))}} +A.a5P.prototype={ +$1(a){return a.b}, +$S:101} +A.a5Q.prototype={ +$1(a){return a.b<=16&&!0}, +$S:44} +A.a5R.prototype={ +$1(a){return a.b>=128&&!0}, +$S:44} +A.a5S.prototype={ +$1(a){return a.a}, +$S:44} +A.a5T.prototype={ +$1(a){return a.c}, +$S:44} +A.a5U.prototype={ +$3(a,b,c){switch(b){case 0:return A.agK(B.Pm,B.a0R,B.j9,"Static icons") +case 1:return A.agK(B.Pn,B.a0U,B.j9,"Animated icons") +case 2:return A.agK(B.Pg,B.a0S,B.j9,"Widget icons") +default:throw A.h("Invalid index")}}, +$C:"$3", +$R:3, +$S:263} +A.a5V.prototype={ +$2(a,b){var s +switch(b){case 0:s=$.aoD() +break +case 1:s=$.aoC() +break +case 2:s=$.aoE() +break +default:throw A.h("Invalid index")}return new A.p7(s,null)}, +$S:265} +A.tL.prototype={ +G(a){var s=null +return new A.Cq(1,A.Xx(!1,!0,A.fO(this.c.c.$2(a,this.d),s,s),s,!0,s,s,s,s,s,s,s,s,s,new A.SM(this,a),s,s,s,s),s)}} +A.SM.prototype={ +$0(){var s,r=this.b,q=A.FC(r,!0).c +q.toString +s=A.afO(r,q) +q=A.FC(r,!0) +return q.nX(A.asS(null,B.E,!0,null,new A.SL(this.a),r,null,s,B.xJ,!0,t.z))}, +$S:0} +A.SL.prototype={ +$1(a){return new A.p5(this.a.c,null)}, +$S:266} +A.p5.prototype={ +G(a){var s,r,q,p,o,n,m=null,l=this.c,k=A.jp(A.ahr(l.a),m,m,m,m,m,m),j=t.E,i=A.c([],j) +for(s=l.c,r=0;r<6;++r){q=B.ma[r] +p=(B.b.gaq(B.ma)-q)/10+8 +o=q/10 +o=new A.az(o,o) +n=A.G(a).ax.db.a +i.push(new A.c6(new A.ao(p,0,p,0),A.lT(A.c([new A.u1(new A.c_(A.z(13,n>>>16&255,n>>>8&255,n&255),m,m,new A.bs(o,o,o,o),m,m,B.an),B.bx,s.$2(a,q),m),B.X2,A.jp(B.h.k(B.h.ae(q))+"px",m,m,m,A.G(a).p3.Q,m,m)],j),B.aE,B.au,B.b8),m))}return new A.Hh(new A.IB(k,m,m,m,m,m,m,B.Vp,m,B.xO,m,!0,m,!1,!1,!1,A.aCn(),A.aor(),m,m,m,A.aos(),"",m,m,m,m),B.at,A.c([A.kS(i,B.la,B.rg,B.b8),B.BM,new A.uG(l.b,!0,B.rg,m)],j),B.C3,m)}} +A.ED.prototype={ +G(a){var s=null,r=this.c.length,q=!0 +q=q?B.jB:s +return new A.Eu(new A.a2o(this.d*1.5),new A.Hq(new A.Xg(this),r,!0,!0,!0,s),B.ek,B.az,!1,s,s,q,!1,s,r,B.ai,B.wp,s,B.a4,s)}} +A.Xg.prototype={ +$2(a,b){var s,r=this.a,q=r.d +r=r.c +s=A.ahr(r[b].a) +return A.qA(new A.tL(r[b],q,null),s,q/2,B.ei)}, +$S:269} +A.EE.prototype={ +G(a){var s=null,r=this.c.length,q=!0 +q=q?B.jB:s +return new A.F4(new A.Hq(new A.Xh(this),r,!0,!0,!0,s),B.lm,B.az,!1,s,s,q,!1,s,r,B.ai,B.wp,s,B.a4,s)}} +A.Xh.prototype={ +$2(a,b){var s,r,q=this.a,p=q.d +q=q.c +s=q[b] +r=t.E +r=A.c([A.kS(A.c([A.qd(new A.tL(s,p,null),p*1.5),B.X_,A.E3(A.ald(A.ahr(s.a),A.G(a).p3.Q)),A.E3(new A.uG(q[b].b,!1,B.au,null))],r),B.aE,B.au,B.b8)],r) +if(b") +m=A.ah(new A.aZ(m,new A.Xn(p),s),!0,s.i("t.E"))}return o?new A.ED(m,n,null):new A.EE(m,n,null)}} +A.Xj.prototype={ +$1(a){return a.c}, +$S:44} +A.Xk.prototype={ +$1(a){return a.d}, +$S:288} +A.Xl.prototype={ +$1(a){return a.a}, +$S:44} +A.Xm.prototype={ +$1(a){return a.b}, +$S:101} +A.Xn.prototype={ +$1(a){return B.d.n(a.a.toLowerCase(),this.a.toLowerCase())}, +$S:291} +A.dL.prototype={ +acV(){this.a=!this.a +this.ar()}, +a9U(){var s=this.b +if(!(s>=128&&!0)){this.b=s+8 +this.ar()}}, +a7u(){var s=this.b +if(!(s<=16&&!0)){this.b=s-8 +this.ar()}}, +acW(){var s=this,r=s.c +s.c=!r +if(r)s.d="" +s.ar()}, +abo(a){this.d=a +this.ar()}} +A.hx.prototype={ +H(){return"AnimationStatus."+this.b}} +A.bz.prototype={ +k(a){return"#"+A.aT(this)+"("+this.wU()+")"}, +wU(){switch(this.gbj().a){case 1:return"\u25b6" +case 2:return"\u25c0" +case 3:return"\u23ed" +case 0:return"\u23ee"}}} +A.qU.prototype={ +H(){return"_AnimationDirection."+this.b}} +A.Co.prototype={ +H(){return"AnimationBehavior."+this.b}} +A.oe.prototype={ +gl(){var s=this.x +s===$&&A.b() +return s}, +sl(a){var s=this +s.eS() +s.z9(a) +s.ar() +s.oM()}, +gft(){var s=this.r +if(!(s!=null&&s.a!=null))return 0 +s=this.w +s.toString +return s.eu(this.y.a/1e6)}, +z9(a){var s=this,r=s.a,q=s.b,p=s.x=A.D(a,r,q) +if(p===r)s.Q=B.I +else if(p===q)s.Q=B.T +else s.Q=s.z===B.al?B.aT:B.aK}, +gbj(){var s=this.Q +s===$&&A.b() +return s}, +iN(a){var s=this +s.z=B.al +if(a!=null)s.sl(a) +return s.Fb(s.b)}, +bV(){return this.iN(null)}, +Ot(a){this.z=B.jc +return this.Fb(this.a)}, +dK(){return this.Ot(null)}, +ir(a,b,c){var s,r,q,p,o,n,m=this,l=$.agp.Me$ +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.jc&&m.f!=null){l=m.f +l.toString +p=l}else{l=m.e +l.toString +p=l}o=new A.aM(B.c.aJ(p.a*q))}else{l=m.x +l===$&&A.b() +o=a===l?B.t:c}m.eS() +l=o.a +if(l===B.t.a){l=m.x +l===$&&A.b() +if(l!==a){m.x=A.D(a,m.a,m.b) +m.ar()}m.Q=m.z===B.al?B.T:B.I +m.oM() +return A.agC()}n=m.x +n===$&&A.b() +return m.zT(new A.a8N(l*s/1e6,n,a,b,B.bH))}, +Fb(a){return this.ir(a,B.a0,null)}, +Wi(a){this.z=a +this.Q=a===B.al?B.aT:B.aK +this.oM()}, +Aq(a){this.eS() +this.z=B.al +return this.zT(a)}, +zT(a){var s,r=this +r.w=a +r.y=B.t +r.x=A.D(a.dL(0),r.a,r.b) +s=r.r.ow() +r.Q=r.z===B.al?B.aT:B.aK +r.oM() +return s}, +ox(a){this.y=this.w=null +this.r.ox(a)}, +eS(){return this.ox(!0)}, +m(){var s=this +s.r.m() +s.r=null +s.cp$.a7(0) +s.cd$.a7(0) +s.xD()}, +oM(){var s=this,r=s.Q +r===$&&A.b() +if(s.as!==r){s.as=r +s.qX(r)}}, +UA(a){var s,r=this +r.y=a +s=a.a/1e6 +r.x=A.D(r.w.dL(s),r.a,r.b) +if(r.w.jB(s)){r.Q=r.z===B.al?B.T:B.I +r.ox(!1)}r.ar() +r.oM()}, +wU(){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.xC() +q=this.x +q===$&&A.b() +return r+" "+B.c.a5(q,3)+p+s}} +A.a8N.prototype={ +dL(a){var s,r,q=this,p=A.D(a/q.b,0,1) +if(p===0)return q.c +else{s=q.d +if(p===1)return s +else{r=q.c +return r+(s-r)*q.e.aa(p)}}}, +eu(a){return(this.dL(a+0.001)-this.dL(a-0.001))/0.002}, +jB(a){return a>this.b}} +A.aaz.prototype={ +dL(a){var s=this,r=a+s.r,q=s.f,p=B.c.c9(r/q,1) +B.c.io(r,q) +s.e.$1(B.al) +q=A.M(s.b,s.c,p) +q.toString +return q}, +eu(a){return(this.c-this.b)/this.f}, +jB(a){return!1}} +A.J0.prototype={} +A.J1.prototype={} +A.J2.prototype={} +A.IQ.prototype={ +T(a){}, +I(a){}, +ff(a){}, +d8(a){}, +gbj(){return B.T}, +gl(){return 1}, +k(a){return"kAlwaysCompleteAnimation"}} +A.IR.prototype={ +T(a){}, +I(a){}, +ff(a){}, +d8(a){}, +gbj(){return B.I}, +gl(){return 0}, +k(a){return"kAlwaysDismissedAnimation"}} +A.tg.prototype={ +T(a){return this.gaQ().T(a)}, +I(a){return this.gaQ().I(a)}, +ff(a){return this.gaQ().ff(a)}, +d8(a){return this.gaQ().d8(a)}, +gbj(){return this.gaQ().gbj()}} +A.vV.prototype={ +saQ(a){var s,r=this,q=r.c +if(a==q)return +if(q!=null){r.a=q.gbj() +r.b=r.c.gl() +if(r.kx$>0)r.vq()}r.c=a +if(a!=null){if(r.kx$>0)r.vp() +q=r.b +s=r.c.gl() +if(q==null?s!=null:q!==s)r.ar() +if(r.a!==r.c.gbj())r.qX(r.c.gbj()) +r.b=r.a=null}}, +vp(){var s=this,r=s.c +if(r!=null){r.T(s.gez()) +s.c.ff(s.gNF())}}, +vq(){var s=this,r=s.c +if(r!=null){r.I(s.gez()) +s.c.d8(s.gNF())}}, +gbj(){var s=this.c +if(s!=null)s=s.gbj() +else{s=this.a +s.toString}return s}, +gl(){var s=this.c +if(s!=null)s=s.gl() +else{s=this.b +s.toString}return s}, +k(a){var s=this.c +if(s==null)return"ProxyAnimation(null; "+this.xC()+" "+B.c.a5(this.gl(),3)+")" +return s.k(0)+"\u27a9ProxyAnimation"}} +A.fa.prototype={ +T(a){this.bl() +this.a.T(a)}, +I(a){this.a.I(a) +this.lv()}, +vp(){this.a.ff(this.gmP())}, +vq(){this.a.d8(this.gmP())}, +uj(a){this.qX(this.Ix(a))}, +gbj(){return this.Ix(this.a.gbj())}, +gl(){return 1-this.a.gl()}, +Ix(a){switch(a.a){case 1:return B.aK +case 2:return B.aT +case 3:return B.I +case 0:return B.T}}, +k(a){return this.a.k(0)+"\u27aaReverseAnimation"}} +A.tX.prototype={ +JT(a){var s=this +switch(a.a){case 0:case 3:s.d=null +break +case 1:if(s.d==null)s.d=B.aT +break +case 2:if(s.d==null)s.d=B.aK +break}}, +gKi(){if(this.c!=null){var s=this.d +s=(s==null?this.a.gbj():s)!==B.aK}else s=!0 +return s}, +m(){this.a.d8(this.gJS())}, +gl(){var s=this,r=s.gKi()?s.b:s.c,q=s.a.gl() +if(r==null)return q +if(q===0||q===1)return q +return r.aa(q)}, +k(a){var s=this,r=s.c +if(r==null)return s.a.k(0)+"\u27a9"+s.b.k(0) +if(s.gKi())return s.a.k(0)+"\u27a9"+s.b.k(0)+"\u2092\u2099/"+r.k(0) +return s.a.k(0)+"\u27a9"+s.b.k(0)+"/"+r.k(0)+"\u2092\u2099"}, +gaQ(){return this.a}} +A.P3.prototype={ +H(){return"_TrainHoppingMode."+this.b}} +A.ny.prototype={ +uj(a){if(a!==this.e){this.ar() +this.e=a}}, +gbj(){return this.a.gbj()}, +a4R(){var s,r,q=this,p=q.b +if(p!=null){switch(q.c.a){case 0:s=p.gl()<=q.a.gl() +break +case 1:s=p.gl()>=q.a.gl() +break +default:s=!1}if(s){p=q.a +r=q.gmP() +p.d8(r) +p.I(q.gAa()) +p=q.b +q.a=p +q.b=null +p.ff(r) +q.uj(q.a.gbj())}}else s=!1 +p=q.a.gl() +if(p!==q.f){q.ar() +q.f=p}if(s&&q.d!=null)q.d.$0()}, +gl(){return this.a.gl()}, +m(){var s,r,q=this +q.a.d8(q.gmP()) +s=q.gAa() +q.a.I(s) +q.a=null +r=q.b +if(r!=null)r.I(s) +q.b=null +q.cd$.a7(0) +q.cp$.a7(0) +q.xD()}, +k(a){var s=this +if(s.b!=null)return A.m(s.a)+"\u27a9TrainHoppingAnimation(next: "+A.m(s.b)+")" +return A.m(s.a)+"\u27a9TrainHoppingAnimation(no next)"}} +A.oC.prototype={ +vp(){var s,r=this,q=r.a,p=r.gHM() +q.T(p) +s=r.gHN() +q.ff(s) +q=r.b +q.T(p) +q.ff(s)}, +vq(){var s,r=this,q=r.a,p=r.gHM() +q.I(p) +s=r.gHN() +q.d8(s) +q=r.b +q.I(p) +q.d8(s)}, +gbj(){var s=this.b +if(s.gbj()===B.aT||s.gbj()===B.aK)return s.gbj() +return this.a.gbj()}, +k(a){return"CompoundAnimation("+this.a.k(0)+", "+this.b.k(0)+")"}, +a07(a){var s=this +if(s.gbj()!==s.c){s.c=s.gbj() +s.qX(s.gbj())}}, +a06(){var s=this +if(!J.d(s.gl(),s.d)){s.d=s.gl() +s.ar()}}} +A.tf.prototype={ +gl(){var s=this.a.gl(),r=this.b.gl() +return Math.min(A.iq(s),A.iq(r))}} +A.ym.prototype={} +A.yn.prototype={} +A.yo.prototype={} +A.K0.prototype={} +A.MT.prototype={} +A.MU.prototype={} +A.MV.prototype={} +A.Nz.prototype={} +A.NA.prototype={} +A.P0.prototype={} +A.P1.prototype={} +A.P2.prototype={} +A.vP.prototype={ +aa(a){return this.kU(a)}, +kU(a){throw A.h(A.fE(null))}, +k(a){return"ParametricCurve"}} +A.eq.prototype={ +aa(a){if(a===0||a===1)return a +return this.Rj(a)}} +A.zk.prototype={ +kU(a){return a}} +A.hP.prototype={ +kU(a){var s=this.a +a=A.D((a-s)/(this.b-s),0,1) +if(a===0||a===1)return a +return this.c.aa(a)}, +k(a){var s=this,r=s.c +if(!(r instanceof A.zk))return"Interval("+A.m(s.a)+"\u22ef"+A.m(s.b)+")\u27a9"+r.k(0) +return"Interval("+A.m(s.a)+"\u22ef"+A.m(s.b)+")"}} +A.I4.prototype={ +kU(a){return a<0.5?0:1}} +A.cG.prototype={ +Gk(a,b,c){var s=1-c +return 3*a*s*s*c+3*b*s*c*c+c*c*c}, +kU(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.Gk(s,r,o) +if(Math.abs(a-n)<0.001)return m.Gk(m.b,m.d,o) +if(n"))}} +A.al.prototype={ +gl(){return this.b.aa(this.a.gl())}, +k(a){var s=this.a,r=this.b +return s.k(0)+"\u27a9"+r.k(0)+"\u27a9"+A.m(r.aa(s.gl()))}, +wU(){return this.xC()+" "+this.b.k(0)}, +gaQ(){return this.a}} +A.cK.prototype={ +aa(a){return this.b.aa(this.a.aa(a))}, +k(a){return this.a.k(0)+"\u27a9"+this.b.k(0)}} +A.ak.prototype={ +dl(a){var s=this.a +return A.l(this).i("ak.T").a(J.arm(s,J.arn(J.aro(this.b,s),a)))}, +aa(a){var s,r=this +if(a===0){s=r.a +return s==null?A.l(r).i("ak.T").a(s):s}if(a===1){s=r.b +return s==null?A.l(r).i("ak.T").a(s):s}return r.dl(a)}, +k(a){return"Animatable("+A.m(this.a)+" \u2192 "+A.m(this.b)+")"}, +sAw(a){return this.a=a}, +snj(a){return this.b=a}} +A.ww.prototype={ +dl(a){return this.c.dl(1-a)}} +A.ep.prototype={ +dl(a){return A.u(this.a,this.b,a)}} +A.Hk.prototype={ +dl(a){return A.a2e(this.a,this.b,a)}} +A.w3.prototype={ +dl(a){return A.avI(this.a,this.b,a)}} +A.kt.prototype={ +dl(a){var s,r=this.a +r.toString +s=this.b +s.toString +return B.c.aJ(r+(s-r)*a)}} +A.fP.prototype={ +aa(a){if(a===0||a===1)return a +return this.a.aa(a)}, +k(a){return"CurveTween(curve: "+this.a.k(0)+")"}} +A.Bp.prototype={} +A.xO.prototype={ +Ud(a,b){var s,r,q,p,o,n,m,l=this.a +B.b.P(l,a) +for(s=l.length,r=0,q=0;q=n&&a"}} +A.tU.prototype={ +ah(){return new A.yu(new A.ak(1,null,t.Y),null,null,B.k)}} +A.yu.prototype={ +aH(){var s,r,q,p=this +p.aY() +s=A.bC(null,B.Z,null,0,p) +p.e=s +r=t.m +q=p.d +p.f=new A.al(r.a(new A.al(r.a(s),new A.fP(B.cq),t.HY.i("al"))),q,q.$ti.i("al")) +p.J3()}, +aG(a){this.b1(a) +this.J3()}, +J3(){var s=this.a.x +this.d.b=s}, +m(){var s=this.e +s===$&&A.b() +s.m() +this.Tv()}, +a_5(a){if(!this.r){this.r=!0 +this.t4()}}, +a_9(a){if(this.r){this.r=!1 +this.t4()}}, +a_3(){if(this.r){this.r=!1 +this.t4()}}, +t4(){var s,r,q,p=this.e +p===$&&A.b() +s=p.r +if(s!=null&&s.a!=null)return +r=this.r +if(r){p.z=B.al +q=p.ir(1,B.a0W,B.BQ)}else{p.z=B.al +q=p.ir(0,B.Bg,B.BW)}q.c1(new A.a6X(this,r),t.H)}, +G(a0){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=null,e=g.a.r==null,d=!e,c=A.lZ(a0),b=c.gdZ(),a=g.a.e +if(a==null)s=f +else s=A.Dj(a,a0) +a=s!=null +if(a)r=c.gkP() +else if(d)r=b +else{q=B.Bt.cR(a0) +r=q}p=c.go3().gh5().bJ(r) +q=d&&!0?B.bG:B.bw +o=d?g.ga_4():f +n=d?g.ga_8():f +m=d?g.ga_2():f +l=g.a +k=l.r +j=l.w +i=g.f +i===$&&A.b() +h=l.y +if(a&&e){e=l.f +if(e instanceof A.cb)e=e.cR(a0)}else e=s +a=g.a +l=a.d +return A.j1(A.p1(B.aC,A.bL(!0,new A.dg(new A.ar(j,1/0,j,1/0),A.eX(!1,A.m1(new A.c6(l,new A.fm(a.z,1,1,A.ke(A.EF(a.c,new A.bj(f,f,f,f,f,r,f,f),f),f,f,B.ce,!0,p,f,f,B.b1),f),f),new A.c_(e,f,f,h,f,f,B.an),B.bx),i),f),!1,f,f,!1,!1,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f),B.ai,!1,f,f,f,f,f,f,f,f,f,f,f,f,f,f,k,m,o,n),q,f,f,f)}} +A.a6X.prototype={ +$1(a){var s=this.a +if(s.c!=null&&this.b!==s.r)s.t4()}, +$S:22} +A.Bt.prototype={ +m(){var s=this,r=s.bQ$ +if(r!=null)r.I(s.ghT()) +s.bQ$=null +s.aM()}, +bL(){this.cL() +this.cn() +this.hU()}} +A.cb.prototype={ +gl(){return this.b.a}, +gpe(){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)}, +gpc(){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)}, +gpd(){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)}, +cR(a){var s,r,q,p,o,n=this,m=null +if(n.gpe()){s=a.ai(t.WD) +r=s==null?m:s.f.c.gkk() +if(r==null){r=A.c4(a,B.fF) +r=r==null?m:r.d +q=r}else q=r +if(q==null)q=B.x}else q=B.x +if(n.gpc()){r=A.c4(a,B.jj) +r=r==null?m:r.Q +p=r===!0}else p=!1 +if(n.gpd())A.asz(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.cb(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.O(b)!==A.r(s))return!1 +return b instanceof A.cb&&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)}, +gA(a){var s=this +return A.L(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)}, +k(a){var s=this,r=new A.Td(s),q=A.c([r.$2("color",s.e)],t.s) +if(s.gpe())q.push(r.$2("darkColor",s.f)) +if(s.gpc())q.push(r.$2("highContrastColor",s.r)) +if(s.gpe()&&s.gpc())q.push(r.$2("darkHighContrastColor",s.w)) +if(s.gpd())q.push(r.$2("elevatedColor",s.x)) +if(s.gpe()&&s.gpd())q.push(r.$2("darkElevatedColor",s.y)) +if(s.gpc()&&s.gpd())q.push(r.$2("highContrastElevatedColor",s.z)) +if(s.gpe()&&s.gpc()&&s.gpd())q.push(r.$2("darkHighContrastElevatedColor",s.Q)) +r=s.c +if(r==null)r="CupertinoDynamicColor" +q=B.b.bW(q,", ") +return r+"("+q+", resolved by: UNRESOLVED)"}} +A.Td.prototype={ +$2(a,b){var s=b.j(0,this.a.b)?"*":"" +return s+a+" = "+b.k(0)+s}, +$S:312} +A.JR.prototype={} +A.JQ.prototype={} +A.Tc.prototype={ +og(a){return B.o}, +uV(a,b,c,d){return B.a7}, +of(a,b){return B.f}} +A.Q0.prototype={} +A.Di.prototype={ +G(a){var s=null,r=A.bn(a,B.b2,t.w).w.f.b+8,q=this.c.N(0,new A.i(8,r)),p=A.lT(this.d,B.aE,B.au,B.c8),o=$.S().a72(20,20,B.j_) +return new A.c6(new A.ao(8,r,8,8),new A.iA(new A.DF(q),A.lV(s,A.arP(A.m1(new A.c6(B.Ck,p,s),new A.c_(B.Br.cR(a),s,A.afb(B.Bp.cR(a),-1),B.h0,s,s,B.an),B.bx),o),B.a4,s,s,B.yS,s,s,s,s,s,s,222),s),s)}} +A.lY.prototype={ +ah(){return new A.yv(B.k)}} +A.yv.prototype={ +a0F(a){this.ao(new A.a6Y(this))}, +a0H(a){this.ao(new A.a6Z(this))}, +G(a){var s=this,r=null,q=s.a.f,p=A.jp(q,r,B.bd,r,B.xB.bJ(s.d?A.lZ(a).gkP():B.ef.cR(a)),r,r) +q=s.d?A.lZ(a).gdZ():r +return A.dR(A.j1(A.aj0(B.bJ,B.e0,p,q,B.Bv,0,s.a.c,B.Cm,0.7),B.bw,s.ga0E(),s.ga0G(),r),r,1/0)}} +A.a6Y.prototype={ +$0(){this.a.d=!0}, +$S:0} +A.a6Z.prototype={ +$0(){this.a.d=!1}, +$S:0} +A.Dk.prototype={ +X(a){var s=this.f,r=A.Dj(s,a) +return J.d(r,s)?this:this.bJ(r)}, +q0(a,b,c,d,e,f,g,h){var s,r=this,q=g==null?r.a:g,p=b==null?r.b:b,o=h==null?r.c:h,n=c==null?r.d:c,m=e==null?r.e:e,l=a==null?r.f:a +if(d==null){s=r.r +s=s==null?null:A.D(s,0,1)}else s=d +return A.aj1(l,p,n,s,m,f==null?r.w:f,q,o)}, +bJ(a){return this.q0(a,null,null,null,null,null,null,null)}} +A.JS.prototype={} +A.JT.prototype={ +C7(a){return a.gnI()==="en"}, +kI(a){return new A.cE(B.z4,t.u4)}, +xu(a){return!1}, +k(a){return"DefaultCupertinoLocalizations.delegate(en_US)"}} +A.Dx.prototype={$itV:1} +A.tW.prototype={ +ah(){return new A.yx(B.f,null,null,B.k)}} +A.yx.prototype={ +aH(){var s,r,q=this +q.aY() +s=A.bC(null,B.cw,null,0,q) +s.bl() +r=s.cd$ +r.b=!0 +r.a.push(new A.a77(q)) +q.f=s +r=q.a +r.d.a=s +r.w.T(q.gzd()) +r=t.Y +s=q.f +q.a.toString +q.r=new A.al(A.cR(B.hp,s,null),new A.ak(0,1,r),r.i("al"))}, +m(){var s,r=this +r.a.d.a=null +s=r.f +s===$&&A.b() +s.m() +r.a.w.I(r.gzd()) +r.Tw()}, +aG(a){var s,r=this,q=a.w +if(q!==r.a.w){s=r.gzd() +q.I(s) +r.a.w.T(s)}r.b1(a)}, +bo(){this.HG() +this.dh()}, +HG(){var s,r=this,q=r.a.w.a,p=q.c.gaZ().b,o=q.a,n=p-o.b,m=r.a +m.toString +if(n<-48){if(m.d.grH())r.a.d.qx(!1) +return}if(!m.d.grH()){m=r.f +m===$&&A.b() +m.bV()}r.a.toString +s=Math.max(p,p-n/10) +o=o.a-40 +n=s-73.5 +m=r.c +m.toString +m=A.bn(m,B.fE,t.w).w.a +r.a.toString +n=A.akd(new A.y(10,-21.5,0+m.a-10,0+m.b+21.5),new A.y(o,n,o+80,n+47.5)) +r.ao(new A.a75(r,new A.i(n.a,n.b),p,s))}, +G(a){var s,r,q=this +q.a.toString +s=q.d +r=q.r +r===$&&A.b() +return A.ait(new A.Dl(r,new A.i(0,q.e),null),B.hp,B.BZ,s.a,s.b)}} +A.a77.prototype={ +$0(){return this.a.ao(new A.a76())}, +$S:0} +A.a76.prototype={ +$0(){}, +$S:0} +A.a75.prototype={ +$0(){var s=this,r=s.a +r.d=s.b +r.e=s.c-s.d}, +$S:0} +A.Dl.prototype={ +G(a){var s,r,q=null,p=this.r,o=p.b +p=p.a +o.aa(p.gl()) +s=new A.i(0,49.75).M(0,this.w) +r=o.aa(p.gl()) +r=A.hW(B.TI,B.f,r==null?1:r) +r.toString +p=o.aa(p.gl()) +if(p==null)p=1 +p=A.ake(p,B.QF,new A.bd(B.yD,B.yG)) +return new A.nz(A.j0(r.a,r.b,0),q,!0,q,new A.w_(q,p,s,1,B.WW,q),q)}} +A.Bu.prototype={ +m(){var s=this,r=s.bQ$ +if(r!=null)r.I(s.ghT()) +s.bQ$=null +s.aM()}, +bL(){this.cL() +this.cn() +this.hU()}} +A.Te.prototype={ +$0(){return A.asr(this.a)}, +$S:9} +A.Tf.prototype={ +$0(){var s=this.a,r=s.a +r.toString +s=s.at +s.toString +r.a7D() +return new A.yt(s,r)}, +$S(){return this.b.i("yt<0>()")}} +A.Dm.prototype={ +G(a){var s,r=this,q=a.ai(t.I) +q.toString +s=q.w +q=r.e +return A.x0(A.x0(new A.Du(q,r.f,q,null),r.c,s,!0),r.d,s,!1)}} +A.r3.prototype={ +ah(){return new A.r4(B.k,this.$ti.i("r4<1>"))}, +a7Q(){return this.d.$0()}, +aby(){return this.e.$0()}} +A.r4.prototype={ +aH(){var s,r=this +r.aY() +s=A.afK(r,null) +s.ay=r.ga2v() +s.ch=r.ga2x() +s.CW=r.ga2t() +s.cx=r.gYc() +r.e=s}, +m(){var s=this.e +s===$&&A.b() +s.ok.a7(0) +s.jX() +this.aM()}, +a2w(a){this.d=this.a.aby()}, +a2y(a){var s,r,q=this.d +q.toString +s=a.c +s.toString +s=this.FU(s/this.c.gq().a) +q=q.a +r=q.x +r===$&&A.b() +q.sl(r-s)}, +a2u(a){var s=this,r=s.d +r.toString +r.LV(s.FU(a.a.a.a/s.c.gq().a)) +s.d=null}, +Yd(){var s=this.d +if(s!=null)s.LV(0) +this.d=null}, +Z5(a){var s +if(this.a.a7Q()){s=this.e +s===$&&A.b() +s.KA(a)}}, +FU(a){var s=this.c.ai(t.I) +s.toString +switch(s.w.a){case 0:return-a +case 1:return a}}, +G(a){var s,r,q=null,p=a.ai(t.I) +p.toString +s=t.w +r=p.w===B.a1?A.bn(a,B.b2,s).w.f.a:A.bn(a,B.b2,s).w.f.c +r=Math.max(r,20) +return A.xc(B.fT,A.c([this.a.c,new A.G4(0,0,0,r,A.va(B.bf,q,q,this.gZ4(),q,q,q),q)],t.E),B.a4,B.Xa)}} +A.yt.prototype={ +LV(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.M(800,0,q) +q.toString +q=A.cv(0,Math.min(B.c.iL(q),300)) +r.z=B.al +r.ir(1,B.lb,q)}else{o.b.eA() +r=o.a +q=r.r +if(q!=null&&q.a!=null){q=r.x +q===$&&A.b() +q=A.M(0,800,q) +q.toString +q=A.cv(0,B.c.iL(q)) +r.z=B.jc +r.ir(0,B.lb,q)}}q=r.r +if(q!=null&&q.a!=null){p=A.aX("animationStatusCallback") +p.b=new A.a6W(o,p) +q=p.aF() +r.bl() +r=r.cp$ +r.b=!0 +r.a.push(q)}else o.b.vr()}} +A.a6W.prototype={ +$1(a){var s=this.a +s.b.vr() +s.a.d8(this.b.aF())}, +$S:5} +A.hk.prototype={ +cW(a,b){var s +if(a instanceof A.hk){s=A.a7_(a,this,b) +s.toString +return s}s=A.a7_(null,this,b) +s.toString +return s}, +cX(a,b){var s +if(a instanceof A.hk){s=A.a7_(this,a,b) +s.toString +return s}s=A.a7_(this,null,b) +s.toString +return s}, +AS(a){return new A.a72(this,a)}, +j(a,b){var s,r +if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +if(b instanceof A.hk){s=b.a +r=this.a +r=s==null?r==null:s===r +s=r}else s=!1 +return s}, +gA(a){return J.q(this.a)}} +A.a70.prototype={ +$1(a){var s=A.u(null,a,this.a) +s.toString +return s}, +$S:84} +A.a71.prototype={ +$1(a){var s=A.u(null,a,1-this.a) +s.toString +return s}, +$S:84} +A.a72.prototype={ +jF(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.uB() +break +case 0:if(Math.abs(b.a.a)<10&&Math.abs(a.a-r.db)>0)A.uB() +break}}, +m(){var s=this.cy +s===$&&A.b() +s.m() +this.EF()}} +A.a74.prototype={ +$0(){this.a.rj()}, +$S:0} +A.a73.prototype={ +$1(a){return A.uB()}, +$S:349} +A.OI.prototype={ +an(a,b){var s,r,q,p=$.S(),o=p.aL() +o.saj(this.b) +s=A.h4(B.TR,6) +r=A.w2(B.TS,new A.i(7,b.b)) +q=p.b2() +q.hX(s) +q.iA(r) +a.cv(q,o)}, +d9(a){return!this.b.j(0,a.b)}} +A.Do.prototype={} +A.Tg.prototype={ +og(a){return new A.H(12,a+12-1.5)}, +uV(a,b,c,d){var s,r,q,p=null,o=A.er(p,p,p,new A.OI(A.lZ(a).gdZ(),p),B.o) +switch(b.a){case 0:return A.Hl(o,new A.H(12,c+12-1.5)) +case 1:s=c+12-1.5 +r=A.Hl(o,new A.H(12,s)) +q=new A.aY(new Float64Array(16)) +q.dD() +q.bm(6,s/2) +q.Ou(3.141592653589793) +q.bm(-6,-s/2) +return A.a4i(p,r,q,!0) +case 2:return B.a7}}, +of(a,b){switch(a.a){case 0:return new A.i(6,b+12-1.5) +case 1:return new A.i(6,b+12-1.5-12+1.5) +case 2:return new A.i(6,b+(b+12-1.5-b)/2)}}} +A.JU.prototype={} +A.Dp.prototype={ +G(a){var s,r=t.w,q=A.bn(a,B.b2,r).w.f,p=q.b+8,o=this.c,n=o.b,m=n>=p+8+45,l=26+q.a,k=A.bn(a,B.fE,r).w.a.a-q.c-26,j=new A.i(A.D(o.a,l,k),n-8-p) +n=this.d +s=new A.i(A.D(n.a,l,k),n.b+8-p) +r=m?j:s +return new A.c6(new A.ao(8,p,8,8),new A.iA(new A.I2(j,s,m),new A.yz(r,this.e,m,A.aC9(),null),null),null)}} +A.JW.prototype={ +aw(a){var s=new A.Na(this.e,this.f,A.eo(52,null),A.a4(),null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sAp(this.e) +b.sC4(this.f)}} +A.Na.prototype={ +gdY(){return!0}, +sAp(a){if(a.j(0,this.t))return +this.t=a +this.a0()}, +sC4(a){if(this.O===a)return +this.O=a +this.a0()}, +bu(){var s,r,q=this +if(q.u$==null)return +s=t.k.a(A.o.prototype.gV.call(q)) +r=q.u$ +r.toString +r.bz(q.a9.ql(new A.ar(0,s.b,0,s.d)),!0) +s=q.u$ +r=s.b +r.toString +t.q.a(r) +r.a=new A.i(0,q.O?-7:0) +q.id=new A.H(s.gq().a,q.u$.gq().b-7)}, +an(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.u$ +if(f==null)return +f=f.b +f.toString +s=t.q +s.a(f) +r=g.bd +q=g.cx +q===$&&A.b() +f=b.M(0,f.a) +p=g.u$.gq() +o=g.u$.b +o.toString +s.a(o) +s=$.S() +n=s.b2() +n.eK(A.kN(new A.y(0,7,0+g.u$.gq().a,7+(g.u$.gq().b-14)),B.bn)) +m=g.fu(g.t) +o=o.a +l=g.u$.gq() +k=g.u$.gq().a/2+(m.a-(o.a+l.a/2)) +j=g.O?g.u$.gq().b-7:7 +i=g.O?g.u$.gq().b:0 +h=s.b2() +h.cZ(k,i) +h.b3(k-7,j) +h.b3(k+7,j) +h.bs() +r.sal(a.ac3(q,f,new A.y(0,0,0+p.a,0+p.b),s.v3(B.Up,n,h),new A.aab(g),r.a))}, +m(){this.bd.sal(null) +this.he()}, +cl(a,b){var s,r=this.u$,q=r.b +q.toString +q=t.q.a(q).a +s=q.a +q=q.b+7 +if(!new A.y(s,q,s+r.gq().a,q+(this.u$.gq().b-14)).n(0,b))return!1 +return this.RD(a,b)}} +A.aab.prototype={ +$2(a,b){var s=this.a.u$ +s.toString +return a.d_(s,b)}, +$S:10} +A.yz.prototype={ +ah(){return new A.yA(new A.bg(null,t.C),null,null,B.k)}, +acZ(a,b,c,d){return this.f.$4(a,b,c,d)}} +A.yA.prototype={ +a0O(a){var s=a.b +if(s!=null&&s!==0)if(s>0)this.Hg() +else this.He()}, +He(){var s=this,r=$.af.a4$.z.h(0,s.r) +r=r==null?null:r.gW() +t.Qv.a(r) +if(r instanceof A.nV){r=r.a_ +r===$&&A.b()}else r=!1 +if(r){r=s.d +r===$&&A.b() +r.dK() +r=s.d +r.bl() +r=r.cp$ +r.b=!0 +r.a.push(s.guk()) +s.e=s.f+1}}, +Hg(){var s=this,r=$.af.a4$.z.h(0,s.r) +r=r==null?null:r.gW() +t.Qv.a(r) +if(r instanceof A.nV){r=r.Y +r===$&&A.b()}else r=!1 +if(r){r=s.d +r===$&&A.b() +r.dK() +r=s.d +r.bl() +r=r.cp$ +r.b=!0 +r.a.push(s.guk()) +s.e=s.f-1}}, +a3M(a){var s,r=this +if(a!==B.I)return +r.ao(new A.a7b(r)) +s=r.d +s===$&&A.b() +s.bV() +r.d.d8(r.guk())}, +aH(){this.aY() +this.d=A.bC(null,B.hz,null,1,this)}, +aG(a){var s,r=this +r.b1(a) +if(r.a.d!==a.d){r.f=0 +r.e=null +s=r.d +s===$&&A.b() +s.bV() +r.d.d8(r.guk())}}, +m(){var s=this.d +s===$&&A.b() +s.m() +this.Tx()}, +FW(a){var s,r=null,q=this.c +q.toString +s=B.ef.cR(q) +return A.uH(A.fO(A.er(r,r,r,a?new A.Ls(s,!0,r):new A.NB(s,!1,r),B.WN),r,0),!0,r)}, +G(a){var s,r,q,p,o,n=this,m=null,l=n.a,k=l.c,j=l.e,i=n.d +i===$&&A.b() +s=n.f +r=A.aj2(n.FW(!0),n.gZh()) +q=B.Bs.cR(a) +p=A.bn(a,B.bu,t.w).w +o=A.aj2(n.FW(!1),n.gYW()) +return l.acZ(a,k,j,A.eX(!1,A.af8(B.Q,A.p1(m,new A.yB(r,n.a.d,q,1/p.b,o,s,n.r),B.ai,!1,m,m,m,m,n.ga0N(),m,m,m,m,m,m,m,m,m,m,m,m,m),B.cq,B.hz),i))}} +A.a7b.prototype={ +$0(){var s=this.a,r=s.e +r.toString +s.f=r +s.e=null}, +$S:0} +A.Ls.prototype={} +A.NB.prototype={} +A.JP.prototype={ +an(a,b){var s,r,q,p,o=b.b,n=this.c,m=n?1:-1,l=new A.i(o/4*m,0) +m=o/2 +s=new A.i(m,0).M(0,l) +r=new A.i(n?0:o,m).M(0,l) +q=new A.i(m,o).M(0,l) +p=$.S().aL() +p.saj(this.b) +p.sbY(B.aw) +p.sfw(2) +p.sxB(B.xl) +p.sEd(B.xm) +a.hu(s,r,p) +a.hu(r,q,p)}, +d9(a){return!a.b.j(0,this.b)||a.c!==this.c}} +A.yB.prototype={ +aw(a){var s=new A.nV(A.A(t.TC,t.x),this.w,this.e,this.f,0,null,null,A.a4()) +s.au() +return s}, +aE(a,b){b.sabH(this.w) +b.sa7I(this.e) +b.sa7J(this.f)}, +cI(){var s=t.h +return new A.JV(A.A(t.TC,s),A.ck(s),this,B.P)}} +A.JV.prototype={ +gW(){return t.l0.a(A.b5.prototype.gW.call(this))}, +K7(a,b){var s +switch(b.a){case 0:s=t.l0.a(A.b5.prototype.gW.call(this)) +s.bi=s.JP(s.bi,a,B.jd) +break +case 1:s=t.l0.a(A.b5.prototype.gW.call(this)) +s.R=s.JP(s.R,a,B.je) +break}}, +i6(a,b){var s,r +if(b instanceof A.nK){this.K7(t.x.a(a),b) +return}if(b instanceof A.kr){s=t.l0.a(A.b5.prototype.gW.call(this)) +t.x.a(a) +r=b.a +r=r==null?null:r.gW() +t.Qv.a(r) +s.fN(a) +s.z7(a,r) +return}}, +ic(a,b,c){t.l0.a(A.b5.prototype.gW.call(this)).qU(t.x.a(a),t.Qv.a(c.a.gW()))}, +j4(a,b){var s +if(b instanceof A.nK){this.K7(null,b) +return}s=t.l0.a(A.b5.prototype.gW.call(this)) +t.x.a(a) +s.zB(a) +s.kw(a)}, +aT(a){var s,r,q,p,o +this.p2.gbk().ac(0,a) +s=this.p1 +s===$&&A.b() +r=s.length +q=this.p3 +p=0 +for(;p0){q=k.R.b +q.toString +m=t.U +m.a(q) +l=k.bi.b +l.toString +m.a(l) +if(k.aB!==s){q.a=new A.i(p.aF(),0) +q.e=!0 +p.b=p.aF()+k.R.gq().a}s=k.aB +q=s>0 +if(q){l.a=B.f +l.e=!0}k.a_=s!==j.b +k.Y=q}else p.b=p.aF()-k.b_ +k.id=r.a(A.o.prototype.gV.call(k)).aU(new A.H(p.aF(),o.zz()))}, +an(a,b){this.aT(new A.aa6(this,b,a))}, +dM(a){if(!(a.b instanceof A.dU))a.b=new A.dU(null,null,B.f)}, +cl(a,b){var s,r,q=this.cO$ +for(s=t.U;q!=null;){r=q.b +r.toString +s.a(r) +if(!r.e){q=r.c0$ +continue}if(A.agZ(q,a,b))return!0 +q=r.c0$}if(A.agZ(this.bi,a,b))return!0 +if(A.agZ(this.R,a,b))return!0 +return!1}, +ad(a){var s,r,q +this.TE(a) +for(s=this.B.gbk(),s=new A.dk(J.av(s.a),s.b),r=A.l(s).z[1];s.v();){q=s.a;(q==null?r.a(q):q).ad(a)}}, +a8(){var s,r,q +this.TF() +for(s=this.B.gbk(),s=new A.dk(J.av(s.a),s.b),r=A.l(s).z[1];s.v();){q=s.a;(q==null?r.a(q):q).a8()}}, +eC(){this.aT(new A.aa9(this))}, +aT(a){var s=this.bi +if(s!=null)a.$1(s) +s=this.R +if(s!=null)a.$1(s) +this.rP(a)}, +f6(a){this.aT(new A.aaa(a))}} +A.aa7.prototype={ +$0(){return 0}, +$S:60} +A.aa8.prototype={ +$1(a){var s,r,q,p,o,n,m=this,l=m.a,k=++l.c +t.x.a(a) +s=a.b +s.toString +t.U.a(s) +s.e=!1 +r=m.b +if(a===r.bi||a===r.R||l.b>r.aB)return +if(l.b===0)q=k===r.dd$+1?0:r.R.gq().a +else q=m.c +k=l.b===0?t.k.a(A.o.prototype.gV.call(r)).b:m.d.aF() +p=t.k +a.bz(A.ty(new A.H(k-q,p.a(A.o.prototype.gV.call(r)).d)),!0) +k=m.e +k.b=a.gq().b>k.zz()?a.gq().b:k.zz() +if(l.a+q+a.gq().a>p.a(A.o.prototype.gV.call(r)).b){++l.b +l.a=r.bi.gq().a+r.b_ +k=r.bi.gq() +o=r.R.gq() +a.bz(A.ty(new A.H(m.d.aF()-(k.a+o.a),p.a(A.o.prototype.gV.call(r)).d)),!0)}k=l.a +s.a=new A.i(k,0) +n=k+(a.gq().a+r.b_) +l.a=n +k=l.b +s.e=k===r.aB +if(k===0)m.d.b=n+r.R.gq().a +if(l.b===r.aB)m.f.b=l.a}, +$S:13} +A.aa6.prototype={ +$1(a){var s,r,q,p,o,n=this +t.x.a(a) +s=a.b +s.toString +t.U.a(s) +if(s.e){r=s.a.M(0,n.b) +q=n.c +q.d_(a,r) +if(s.ab$!=null||a===n.a.bi){s=q.gbZ() +q=new A.i(a.gq().a,0).M(0,r) +p=new A.i(a.gq().a,a.gq().b).M(0,r) +o=$.S().aL() +o.saj(n.a.aI) +s.hu(q,p,o)}}}, +$S:13} +A.aa5.prototype={ +$2(a,b){return this.c.bF(a,b)}, +$S:12} +A.aa9.prototype={ +$1(a){this.a.j3(t.x.a(a))}, +$S:13} +A.aaa.prototype={ +$1(a){var s +t.x.a(a) +s=a.b +s.toString +if(t.U.a(s).e)this.a.$1(a)}, +$S:13} +A.nK.prototype={ +H(){return"_CupertinoTextSelectionToolbarItemsSlot."+this.b}} +A.M4.prototype={} +A.M5.prototype={ +cI(){return A.a1(A.fE(null))}} +A.Bv.prototype={ +bL(){this.cL() +this.cn() +this.e7()}, +m(){var s=this,r=s.aV$ +if(r!=null)r.I(s.gdR()) +s.aV$=null +s.aM()}} +A.BE.prototype={ +ad(a){var s,r,q +this.dO(a) +s=this.a2$ +for(r=t.U;s!=null;){s.ad(a) +q=s.b +q.toString +s=r.a(q).ab$}}, +a8(){var s,r,q +this.dP() +s=this.a2$ +for(r=t.U;s!=null;){s.a8() +q=s.b +q.toString +s=r.a(q).ab$}}} +A.Qq.prototype={} +A.kb.prototype={ +ah(){return new A.yy(B.k)}} +A.yy.prototype={ +a1_(a){this.ao(new A.a79(this))}, +a11(a){var s +this.ao(new A.a7a(this)) +s=this.a.d +if(s!=null)s.$0()}, +a0Y(){this.ao(new A.a78(this))}, +G(a){var s=this,r=null,q=s.Xn(a),p=s.d?B.Bo.cR(a):B.y,o=s.a.d,n=A.aj0(B.Q,r,q,p,B.y,44,o,B.Cc,1) +if(o!=null)return A.p1(r,n,B.ai,!1,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,s.ga0X(),s.ga0Z(),s.ga10()) +else return n}, +Xn(a){var s,r=null,q=this.a,p=q.c +if(p!=null)return p +p=q.f +if(p==null){q=q.e +q.toString +q=A.aj3(a,q)}else q=p +s=A.jp(q,r,B.bd,r,B.ZS.bJ(this.a.d!=null?B.ef.cR(a):B.cu),r,r) +q=this.a.e +if(q==null)return s +switch(q.b.a){case 0:case 1:case 2:case 3:case 4:case 6:return s +case 5:q=B.ef.cR(a) +p=$.S().aL() +p.sxB(B.xl) +p.sEd(B.xm) +p.sfw(1) +p.sbY(B.aw) +return A.dR(A.er(r,r,r,new A.Ly(q,p,r),B.o),13,13)}}} +A.a79.prototype={ +$0(){return this.a.d=!0}, +$S:0} +A.a7a.prototype={ +$0(){return this.a.d=!1}, +$S:0} +A.a78.prototype={ +$0(){return this.a.d=!1}, +$S:0} +A.Ly.prototype={ +an(a,b){var s,r,q,p,o,n=this.c +n.saj(this.b) +a.dq() +s=b.a +r=b.b +a.bm(s/2,r/2) +s=-s/2 +r=-r/2 +q=$.S().b2() +q.cZ(s,r+3.5) +q.b3(s,r+1) +q.a5n(new A.i(s+1,r),B.wa) +q.b3(s+3.5,r) +s=new Float64Array(16) +p=new A.aY(s) +p.dD() +p.Ou(1.5707963267948966) +for(o=0;o<4;++o){a.cv(q,n) +a.aa(s)}a.hu(B.Ub,B.TQ,n) +a.hu(B.U9,B.TP,n) +a.hu(B.Ua,B.TN,n) +a.cm()}, +d9(a){return!a.b.j(0,this.b)}} +A.oI.prototype={ +gh5(){var s=this.c,r=this.a.a +s=B.eg.j(0,r)?B.xC:B.xC.bJ(r) +return s}, +cR(a){var s=this,r=s.a,q=r.a,p=q instanceof A.cb?q.cR(a):q,o=r.b +if(o instanceof A.cb)o=o.cR(a) +r=p.j(0,q)&&o.j(0,B.cu)?r:new A.AU(p,o) +return new A.oI(r,A.Dj(s.b,a),A.o4(s.c,a),A.o4(s.d,a),A.o4(s.e,a),A.o4(s.f,a),A.o4(s.r,a),A.o4(s.w,a),A.o4(s.x,a),A.o4(s.y,a))}, +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.O(b)!==A.r(r))return!1 +if(b instanceof A.oI)if(b.a.j(0,r.a))if(J.d(b.b,r.b))s=!0 +else s=!1 +else s=!1 +else s=!1 +return s}, +gA(a){var s=this +return A.L(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.AU.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.AU&&b.a.j(0,s.a)&&b.b.j(0,s.b)}, +gA(a){return A.L(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.JX.prototype={} +A.Dq.prototype={ +G(a){var s=null +return new A.z8(this,A.EF(this.d,A.aj1(this.c.gdZ(),s,s,s,s,s,s,s),s),s)}} +A.z8.prototype={ +c7(a){return!this.f.c.j(0,a.f.c)}} +A.oJ.prototype={ +gdZ(){var s=this.b +return s==null?this.w.b:s}, +gkP(){var s=this.c +return s==null?this.w.c:s}, +go3(){var s=null,r=this.d +if(r==null){r=this.w.r +r=new A.a7h(r.a,r.b,B.a3F,this.gdZ(),s,s,s,s,s,s,s,s)}return r}, +gpJ(){var s=this.e +return s==null?this.w.d:s}, +gmc(){var s=this.f +return s==null?this.w.e:s}, +gmW(){var s=this.r +return s==null?!1:s}, +cR(a){var s,r=this,q=new A.Th(a),p=r.gkk(),o=q.$1(r.b),n=q.$1(r.c),m=r.d +m=m==null?null:m.cR(a) +s=q.$1(r.e) +q=q.$1(r.f) +r.gmW() +return A.asx(p,o,n,m,s,q,!1,r.w.acx(a,r.d==null))}, +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.O(b)!==A.r(r))return!1 +if(b instanceof A.oJ)if(b.gkk()==r.gkk())if(b.gdZ().j(0,r.gdZ()))if(b.gkP().j(0,r.gkP()))if(b.go3().j(0,r.go3()))if(b.gpJ().j(0,r.gpJ()))if(b.gmc().j(0,r.gmc())){b.gmW() +r.gmW() +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}, +gA(a){var s=this,r=s.gkk(),q=s.gdZ(),p=s.gkP(),o=s.go3(),n=s.gpJ(),m=s.gmc() +s.gmW() +return A.L(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.Th.prototype={ +$1(a){return A.Dj(a,this.a)}, +$S:151} +A.vE.prototype={ +cR(a){var s=this,r=new A.Zm(a),q=s.gkk(),p=r.$1(s.gdZ()),o=r.$1(s.gkP()),n=s.go3() +n=n==null?null:n.cR(a) +return new A.vE(q,p,o,n,r.$1(s.gpJ()),r.$1(s.gmc()),s.gmW())}, +gkk(){return this.a}, +gdZ(){return this.b}, +gkP(){return this.c}, +go3(){return this.d}, +gpJ(){return this.e}, +gmc(){return this.f}, +gmW(){return this.r}} +A.Zm.prototype={ +$1(a){return A.Dj(a,this.a)}, +$S:151} +A.K_.prototype={ +acx(a,b){var s,r,q=this,p=new A.a7c(a),o=p.$1(q.b),n=p.$1(q.c),m=p.$1(q.d) +p=p.$1(q.e) +s=q.r +if(b){r=s.a +if(r instanceof A.cb)r=r.cR(a) +s=s.b +s=new A.JY(r,s instanceof A.cb?s.cR(a):s)}return new A.K_(q.a,o,n,m,p,!1,s)}} +A.a7c.prototype={ +$1(a){return a instanceof A.cb?a.cR(this.a):a}, +$S:84} +A.JY.prototype={} +A.a7h.prototype={ +gh5(){return A.oI.prototype.gh5.call(this).bJ(this.z)}} +A.JZ.prototype={} +A.adW.prototype={ +$0(){return null}, +$S:355} +A.ad7.prototype={ +$0(){var s,r=globalThis.window.navigator.platform +if(r==null)r=null +s=r==null?null:r.toLowerCase() +if(s==null)s="" +if(B.d.d0(s,"mac"))return B.ba +if(B.d.d0(s,"win"))return B.bV +if(B.d.n(s,"iphone")||B.d.n(s,"ipad")||B.d.n(s,"ipod"))return B.ar +if(B.d.n(s,"android"))return B.aS +r=globalThis.window +if(r.matchMedia("only screen and (pointer: fine)").matches)return B.bU +return B.aS}, +$S:150} +A.le.prototype={ +rf(a,b){var s=A.es.prototype.gl.call(this) +s.toString +return J.aio(s)}, +k(a){return this.rf(a,B.aB)}} +A.oT.prototype={} +A.E_.prototype={} +A.DY.prototype={} +A.bf.prototype={ +a8_(){var s,r,q,p,o,n,m,l=this.a +if(t.vp.b(l)){s=l.gNA() +r=l.k(0) +if(typeof s=="string"&&s!==r){q=r.length +p=J.b1(s) +if(q>p.gD(s)){o=B.d.Ca(r,s) +if(o===q-p.gD(s)&&o>2&&B.d.af(r,o-2,o)===": "){n=B.d.af(r,0,o-2) +m=B.d.iQ(n," Failed assertion:") +if(m>=0)n=B.d.af(n,0,m)+"\n"+B.d.e4(n,m+1) +l=p.D8(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.e1(l):" "+A.m(l) +l=B.d.D8(l) +return l.length===0?" ":l}, +gQm(){return A.asR(new A.VO(this).$0(),!0,B.hy)}, +cC(){return"Exception caught by "+this.c}, +k(a){A.axA(null,B.BI,this) +return""}} +A.VO.prototype={ +$0(){return J.arD(this.a.a8_().split("\n")[0])}, +$S:45} +A.oW.prototype={ +gNA(){return this.k(0)}, +cC(){return"FlutterError"}, +k(a){var s,r=new A.jw(this.a,t.ow) +if(!r.ga6(r)){s=r.gU(r) +s=A.es.prototype.gl.call(s) +s.toString +s=J.aio(s)}else s="FlutterError" +return s}, +$ilF:1} +A.VP.prototype={ +$1(a){return A.be(a)}, +$S:357} +A.VQ.prototype={ +$1(a){return a+1}, +$S:47} +A.VR.prototype={ +$1(a){return a+1}, +$S:47} +A.ae7.prototype={ +$1(a){return B.d.n(a,"StackTrace.current")||B.d.n(a,"dart-sdk/lib/_internal")||B.d.n(a,"dart:sdk_internal")}, +$S:71} +A.KN.prototype={} +A.KP.prototype={} +A.KO.prototype={} +A.CA.prototype={ +TZ(){var s,r,q,p,o,n,m,l=this +l.Tr() +$.af=l +s=t.h +r=A.ck(s) +q=A.c([],t.lX) +p=t.S +o=new A.L3(new A.p2(A.iW(t.Su,p),t.op)) +n=A.afB(!0,"Root Focus Scope",!1) +m=new A.uu(o,n,A.ax(t.mx),A.c([],t.OM),$.au()) +n.w=m +n=$.dQ.ew$ +n===$&&A.b() +n.a=o.gME() +$.e7.y2$.b.p(0,o.gMF(),null) +s=new A.Sj(new A.Ld(r),q,m,A.A(t.yi,s)) +l.a4$=s +s.a=l.gXZ() +s=$.aL() +s.fr=l.ga8S() +s.fx=$.ac +B.eU.md(l.gYU()) +s=new A.DA(A.A(p,t.qa),B.rA) +B.rA.md(s.ga08()) +l.cq$=s +l.Ts() +s=t.N +A.aBU("Flutter.FrameworkInitialization",A.A(s,s),"Extension")}, +fX(){}, +lJ(){}, +aaK(a){var s,r=A.alO() +r.rJ("Lock events");++this.c +s=a.$0() +s.h8(new A.S9(this,r)) +return s}, +Db(){}, +k(a){return""}} +A.S9.prototype={ +$0(){var s,r,q,p=this.a +if(--p.c<=0){this.b.Mk() +try{p.Tj() +if(p.fr$.c!==0)p.Gj()}catch(q){s=A.an(q) +r=A.aE(q) +p=A.be("while handling pending events") +A.ci(new A.bf(s,r,"foundation",p,null,!1))}}}, +$S:30} +A.T.prototype={} +A.aw.prototype={ +T(a){var s,r,q,p,o=this +if(o.gcM()===o.gc4().length){s=t.Nw +if(o.gcM()===0)o.sc4(A.b4(1,null,!1,s)) +else{r=A.b4(o.gc4().length*2,null,!1,s) +for(q=0;q0){r.gc4()[s]=null +r.shi(r.ghi()+1)}else r.tZ(s) +break}}, +m(){this.sc4($.au()) +this.scM(0)}, +ar(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this +if(f.gcM()===0)return +f.sfF(f.gfF()+1) +p=f.gcM() +for(s=0;s0){l=f.gcM()-f.ghi() +if(l*2<=f.gc4().length){k=A.b4(l,null,!1,t.Nw) +for(j=0,s=0;s#"+A.aT(this)+"("+A.m(this.a)+")"}} +A.u3.prototype={ +H(){return"DiagnosticLevel."+this.b}} +A.hF.prototype={ +H(){return"DiagnosticsTreeStyle."+this.b}} +A.a9z.prototype={} +A.dh.prototype={ +rf(a,b){return this.mp(0)}, +k(a){return this.rf(a,B.aB)}} +A.es.prototype={ +gl(){this.a04() +return this.at}, +a04(){return}} +A.u4.prototype={} +A.DH.prototype={} +A.U.prototype={ +cC(){return"#"+A.aT(this)}, +rf(a,b){var s=this.cC() +return s}, +k(a){return this.rf(a,B.aB)}} +A.TD.prototype={ +cC(){return"#"+A.aT(this)}} +A.hD.prototype={ +k(a){return this.OC(B.hy).mp(0)}, +cC(){return"#"+A.aT(this)}, +acO(a,b){return A.afp(a,b,this)}, +OC(a){return this.acO(null,a)}} +A.DI.prototype={} +A.Kg.prototype={} +A.ey.prototype={} +A.iY.prototype={} +A.lb.prototype={ +k(a){return"[#"+A.aT(this)+"]"}} +A.dE.prototype={ +j(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return A.l(this).i("dE").b(b)&&J.d(b.a,this.a)}, +gA(a){return A.L(A.r(this),this.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){var s=A.l(this),r=s.i("dE.T"),q=this.a,p=A.bl(r)===B.a1H?"<'"+A.m(q)+"'>":"<"+A.m(q)+">" +if(A.r(this)===A.bl(s.i("dE")))return"["+p+"]" +return"["+A.bl(r).k(0)+" "+p+"]"}} +A.ah2.prototype={} +A.fs.prototype={} +A.v2.prototype={} +A.aJ.prototype={ +gtQ(){var s,r=this,q=r.c +if(q===$){s=A.ck(r.$ti.c) +r.c!==$&&A.aK() +r.c=s +q=s}return q}, +C(a,b){this.b=!0 +this.gtQ().a7(0) +return B.b.C(this.a,b)}, +a7(a){this.b=!1 +B.b.a7(this.a) +this.gtQ().a7(0)}, +n(a,b){var s=this,r=s.a +if(r.length<3)return B.b.n(r,b) +if(s.b){s.gtQ().P(0,r) +s.b=!1}return s.gtQ().n(0,b)}, +ga3(a){var s=this.a +return new J.k1(s,s.length)}, +ga6(a){return this.a.length===0}, +gbX(a){return this.a.length!==0}, +e0(a,b){var s=this.a,r=A.a7(s) +return b?A.c(s.slice(0),r):J.ku(s.slice(0),r.c)}, +fs(a){return this.e0(a,!0)}} +A.p2.prototype={ +C(a,b){var s=this.a,r=s.h(0,b) +if(r==null)return!1 +if(r===1)s.C(0,b) +else s.p(0,b,r-1) +return!0}, +n(a,b){return this.a.ak(b)}, +ga3(a){var s=this.a +return A.iV(s,s.r)}, +ga6(a){return this.a.a===0}, +gbX(a){return this.a.a!==0}} +A.vQ.prototype={ +ac8(a,b){var s=this.a,r=s==null?$.Ca():s,q=r.j2(0,a,A.f9(a),b) +if(q===s)return this +return new A.vQ(q)}, +h(a,b){var s=this.a +if(s==null)return null +return s.oc(0,b,J.q(b))}} +A.acd.prototype={} +A.KX.prototype={ +j2(a,b,c,d){var s,r,q,p,o=B.h.mO(c,a)&31,n=this.a,m=n[o] +if(m==null)m=$.Ca() +s=m.j2(a+5,b,c,d) +if(s===m)n=this +else{r=n.length +q=A.b4(r,null,!1,t.X) +for(p=0;p>>0,a1=c.a,a2=(a1&a0-1)>>>0,a3=a2-(a2>>>1&1431655765) +a3=(a3&858993459)+(a3>>>2&858993459) +a3=a3+(a3>>>4)&252645135 +a3+=a3>>>8 +s=a3+(a3>>>16)&63 +if((a1&a0)>>>0!==0){a=c.b +a2=2*s +r=a[a2] +q=a2+1 +p=a[q] +if(r==null){o=p.j2(a4+5,a5,a6,a7) +if(o===p)return c +a2=a.length +n=A.b4(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.a_q(a4) +a1.a[a]=$.Ca().j2(a4+5,a5,a6,a7) +return a1}else{h=2*s +g=2*i +f=A.b4(g+2,b,!1,t.X) +for(a=c.b,e=0;e>>0,f)}}}, +oc(a,b,c){var s,r,q,p,o=1<<(B.h.mO(c,a)&31)>>>0,n=this.a +if((n&o)>>>0===0)return null +n=(n&o-1)>>>0 +s=n-(n>>>1&1431655765) +s=(s&858993459)+(s>>>2&858993459) +s=s+(s>>>4)&252645135 +s+=s>>>8 +n=this.b +r=2*(s+(s>>>16)&63) +q=n[r] +p=n[r+1] +if(q==null)return p.oc(a+5,b,c) +if(b===q)return p +return null}, +a_q(a){var s,r,q,p,o,n,m,l=A.b4(32,null,!1,t.X) +for(s=this.a,r=a+5,q=this.b,p=0,o=0;o<32;++o)if((B.h.mO(s,o)&1)!==0){n=q[p] +m=p+1 +if(n==null)l[o]=q[m] +else l[o]=$.Ca().j2(r,n,J.q(n),q[m]) +p+=2}return new A.KX(l)}} +A.z3.prototype={ +j2(a,b,c,d){var s,r,q,p,o,n,m,l,k,j=this,i=j.a +if(c===i){s=j.Hn(b) +if(s!==-1){i=j.b +r=s+1 +q=i[r] +if(q==null?d==null:q===d)i=j +else{q=i.length +p=A.b4(q,null,!1,t.X) +for(o=0;o>>0,k).j2(a,b,c,d)}, +oc(a,b,c){var s=this.Hn(b) +return s<0?null:this.b[s+1]}, +Hn(a){var s,r,q=this.b,p=q.length +for(s=J.hs(a),r=0;r=s.a.length)s.zG(q) +B.aH.jR(s.a,s.b,q,a) +s.b+=r}, +po(a,b,c){var s=this,r=c==null?s.e.length:c,q=s.b+(r-b) +if(q>=s.a.length)s.zG(q) +B.aH.jR(s.a,s.b,q,a) +s.b=q}, +a38(a){return this.po(a,0,null)}, +zG(a){var s=this.a,r=s.length,q=a==null?0:a,p=Math.max(q,r*2),o=new Uint8Array(p) +B.aH.jR(o,0,r,s) +this.a=o}, +a2l(){return this.zG(null)}, +iw(a){var s=B.h.c9(this.b,a) +if(s!==0)this.po($.apf(),0,a-s)}, +ku(){var s,r=this +if(r.c)throw A.h(A.aQ("done() must not be called more than once on the same "+A.r(r).k(0)+".")) +s=A.mO(r.a.buffer,0,r.b) +r.a=new Uint8Array(0) +r.c=!0 +return s}} +A.w1.prototype={ +ma(a){return this.a.getUint8(this.b++)}, +xb(a){var s=this.b,r=$.cN() +B.eQ.Dt(this.a,s,r)}, +mb(a){var s=this.a,r=A.dl(s.buffer,s.byteOffset+this.b,a) +this.b+=a +return r}, +xc(a){var s +this.iw(8) +s=this.a +B.ii.KM(s.buffer,s.byteOffset+this.b,a)}, +iw(a){var s=this.b,r=B.h.c9(s,a) +if(r!==0)this.b=s+(a-r)}} +A.hb.prototype={ +gA(a){var s=this +return A.L(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.O(b)!==A.r(s))return!1 +return b instanceof A.hb&&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}, +k(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.a2C.prototype={ +$1(a){return a.length!==0}, +$S:71} +A.cE.prototype={ +ik(a,b,c){var s=a.$1(this.a) +if(c.i("as<0>").b(s))return s +return new A.cE(s,c.i("cE<0>"))}, +c1(a,b){return this.ik(a,null,b)}, +h8(a){var s,r,q,p,o,n=this +try{s=a.$0() +if(t.L0.b(s)){p=s.c1(new A.a2Q(n),n.$ti.c) +return p}return n}catch(o){r=A.an(o) +q=A.aE(o) +p=A.afG(r,q,n.$ti.c) +return p}}, +$ias:1} +A.a2Q.prototype={ +$1(a){return this.a.a}, +$S(){return this.a.$ti.i("1(@)")}} +A.Er.prototype={ +H(){return"GestureDisposition."+this.b}} +A.cj.prototype={} +A.Ep.prototype={} +A.rc.prototype={ +k(a){var s=this,r=s.a +r=r.length===0?""+"":""+new A.ae(r,new A.a80(s),A.a7(r).i("ae<1,B>")).bW(0,", ") +if(s.b)r+=" [open]" +if(s.c)r+=" [held]" +if(s.d)r+=" [hasPendingSweep]" +return r.charCodeAt(0)==0?r:r}} +A.a80.prototype={ +$1(a){if(a===this.a.e)return a.k(0)+" (eager winner)" +return a.k(0)}, +$S:370} +A.Wr.prototype={ +Ks(a,b,c){this.a.bK(b,new A.Wt(this,b)).a.push(c) +return new A.Ep(this,b,c)}, +n4(a){var s=this.a.h(0,a) +if(s==null)return +s.b=!1 +this.JH(a,s)}, +EV(a){var s,r=this.a,q=r.h(0,a) +if(q==null)return +if(q.c){q.d=!0 +return}r.C(0,a) +r=q.a +if(r.length!==0){B.b.gU(r).hV(a) +for(s=1;s0.4){r.dy=B.fB +r.X(B.bz)}else if(a.gnb().gqg()>A.lA(a.gcf(),r.b))r.X(B.a5) +if(s>0.4&&r.dy===B.ye){r.dy=B.fB +if(r.at!=null)r.ce("onStart",new A.Wd(r,s))}}r.xz(a)}, +hV(a){var s=this,r=s.dy +if(r===B.fA)r=s.dy=B.ye +if(s.at!=null&&r===B.fB)s.ce("onStart",new A.Wb(s))}, +qe(a){var s=this,r=s.dy,q=r===B.fB||r===B.a2P +if(r===B.fA){s.X(B.a5) +return}if(q&&s.ch!=null)if(s.ch!=null)s.ce("onEnd",new A.Wc(s)) +s.dy=B.ji}, +hC(a){this.hN(a) +this.qe(a)}} +A.Wd.prototype={ +$0(){var s=this.a,r=s.at +r.toString +s=s.db +s===$&&A.b() +return r.$1(new A.mm(s.b))}, +$S:0} +A.Wb.prototype={ +$0(){var s=this.a,r=s.at +r.toString +s.dx===$&&A.b() +s=s.db +s===$&&A.b() +return r.$1(new A.mm(s.b))}, +$S:0} +A.Wc.prototype={ +$0(){var s=this.a,r=s.ch +r.toString +s=s.db +s===$&&A.b() +return r.$1(new A.mm(s.b))}, +$S:0} +A.DG.prototype={ +gA(a){return A.L(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.O(b)!==A.r(this))return!1 +return b instanceof A.DG&&b.a==this.a}, +k(a){return"DeviceGestureSettings(touchSlop: "+A.m(this.a)+")"}} +A.eY.prototype={ +k(a){return"#"+A.aT(this)+"("+this.a.k(0)+")"}} +A.rJ.prototype={} +A.zs.prototype={ +dB(a){return this.a.Ci(a)}} +A.rr.prototype={ +dB(a){var s,r,q,p,o=new Float64Array(16),n=new A.aY(o) +n.c2(a) +s=this.a +r=s.a +q=s.b +s=o[0] +p=o[3] +o[0]=s+r*p +o[1]=o[1]+q*p +o[2]=o[2]+0*p +o[3]=p +p=o[4] +s=o[7] +o[4]=p+r*s +o[5]=o[5]+q*s +o[6]=o[6]+0*s +o[7]=s +s=o[8] +p=o[11] +o[8]=s+r*p +o[9]=o[9]+q*p +o[10]=o[10]+0*p +o[11]=p +p=o[12] +s=o[15] +o[12]=p+r*s +o[13]=o[13]+q*s +o[14]=o[14]+0*s +o[15]=s +return n}} +A.iM.prototype={ +XM(){var s,r,q,p,o=this.c +if(o.length===0)return +s=this.b +r=B.b.gaq(s) +for(q=o.length,p=0;p":B.b.bW(s,", "))+")"}} +A.pp.prototype={} +A.ve.prototype={} +A.po.prototype={} +A.eB.prototype={ +fY(a){var s,r=this +switch(a.gd3()){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.mo(a)}, +B9(){var s,r=this +r.X(B.bz) +r.k2=!0 +s=r.CW +s.toString +r.EC(s) +r.Vp()}, +MG(a){var s,r=this +if(!a.goH()){if(t.d.b(a)){s=new A.hi(a.gcf(),A.b4(20,null,!1,t.av)) +r.b7=s +s.mS(a.geE(),a.gcY())}if(t.n2.b(a)){s=r.b7 +s.toString +s.mS(a.geE(),a.gcY())}}if(t.oN.b(a)){if(r.k2)r.Vn(a) +else r.X(B.a5) +r.zc()}else if(t.Ko.b(a)){r.Fv() +r.zc()}else if(t.d.b(a)){r.k3=new A.dO(a.gcY(),a.gbp()) +r.k4=a.gd3() +r.Vm(a)}else if(t.n2.b(a))if(a.gd3()!==r.k4&&!r.k2){r.X(B.a5) +s=r.CW +s.toString +r.hN(s)}else if(r.k2)r.Vo(a)}, +Vm(a){this.k3.toString +this.e.h(0,a.gbx()).toString +switch(this.k4){case 1:break +case 2:break +case 4:break}}, +Fv(){var s,r=this +if(r.ch===B.es)switch(r.k4){case 1:s=r.p1 +if(s!=null)r.ce("onLongPressCancel",s) +break +case 2:break +case 4:break}}, +Vp(){var s,r,q=this +switch(q.k4){case 1:if(q.p3!=null){s=q.k3 +r=s.b +s=s.a +q.ce("onLongPressStart",new A.Ys(q,new A.pp(r,s)))}s=q.p2 +if(s!=null)q.ce("onLongPress",s) +break +case 2:break +case 4:break}}, +Vo(a){var s=this,r=a.gbp(),q=a.gcY(),p=a.gbp().N(0,s.k3.b) +a.gcY().N(0,s.k3.a) +switch(s.k4){case 1:if(s.p4!=null)s.ce("onLongPressMoveUpdate",new A.Yr(s,new A.ve(r,q,p))) +break +case 2:break +case 4:break}}, +Vn(a){var s,r=this,q=r.b7.rs(),p=q==null?B.cg:new A.fG(q.a) +a.gbp() +s=a.gcY() +r.b7=null +switch(r.k4){case 1:if(r.RG!=null)r.ce("onLongPressEnd",new A.Yq(r,new A.po(s,p))) +s=r.R8 +if(s!=null)r.ce("onLongPressUp",s) +break +case 2:break +case 4:break}}, +zc(){var s=this +s.k2=!1 +s.b7=s.k4=s.k3=null}, +X(a){var s=this +if(a===B.a5)if(s.k2)s.zc() +else s.Fv() +s.EB(a)}, +hV(a){}} +A.Ys.prototype={ +$0(){return this.a.p3.$1(this.b)}, +$S:0} +A.Yr.prototype={ +$0(){return this.a.p4.$1(this.b)}, +$S:0} +A.Yq.prototype={ +$0(){return this.a.RG.$1(this.b)}, +$S:0} +A.jQ.prototype={ +h(a,b){return this.c[b+this.a]}, +a1(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.pf(A.ah(new A.ae(s,new A.a_5(),r),!0,r.i("ba.E")),"[","]") +r=this.b +r===$&&A.b() +return"PolynomialFit("+q+", confidence: "+B.c.a5(r,3)+")"}} +A.a_5.prototype={ +$1(a){return B.c.acT(a,3)}, +$S:404} +A.F1.prototype={ +Ea(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.a_4(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.jQ(c*a5,a5,q).a1(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.D(r,-q,q) +return new A.eV(new A.fG(new A.i(0,p)),p)}, +z2(a,b){var s=this.k3 +s===$&&A.b() +return Math.abs(s)>A.lA(a,this.b)}, +p6(a){return new A.i(0,a.b)}, +p7(a){return a.b}} +A.fU.prototype={ +yp(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.lA(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.D(r,-q,q) +return new A.eV(new A.fG(new A.i(p,0)),p)}, +z2(a,b){var s=this.k3 +s===$&&A.b() +return Math.abs(s)>A.lA(a,this.b)}, +p6(a){return new A.i(a.a,0)}, +p7(a){return a.a}} +A.f7.prototype={ +yp(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.lA(b,o.b) +r=a.a +if(!(r.gqg()>n*n&&a.d.gqg()>s*s))return null +q=o.db +if(q==null)q=50 +p=o.dx +if(p==null)p=8000 +return new A.eV(new A.fG(r).a6_(q,p),null)}, +z2(a,b){var s=this.k3 +s===$&&A.b() +return Math.abs(s)>A.ahw(a,this.b)}, +p6(a){return a}, +p7(a){return null}} +A.JO.prototype={ +a13(){this.a=!0}} +A.rF.prototype={ +hN(a){if(this.r){this.r=!1 +$.e7.y2$.Oi(this.b,a)}}, +Nj(a,b){return a.gbp().N(0,this.d).gcc()<=b}} +A.fR.prototype={ +fY(a){var s,r=this +if(r.y==null)if(r.r==null&&!0)return!1 +s=r.mo(a) +if(!s)r.lh() +return s}, +fM(a){var s=this,r=s.y +if(r!=null)if(!r.Nj(a,100))return +else{r=s.y +if(!r.f.a||a.gd3()!==r.e){s.lh() +return s.JF(a)}}s.JF(a)}, +JF(a){var s,r,q,p,o,n,m=this +m.Ji() +s=$.e7.aW$.Ks(0,a.gbx(),m) +r=a.gbx() +q=a.gbp() +p=a.gd3() +o=new A.JO() +A.bN(B.BY,o.ga12()) +n=new A.rF(r,s,q,p,o) +m.z.p(0,a.gbx(),n) +o=a.gbG() +if(!n.r){n.r=!0 +$.e7.y2$.KB(r,m.gtO(),o)}}, +a0l(a){var s,r=this,q=r.z,p=q.h(0,a.gbx()) +p.toString +if(t.oN.b(a)){s=r.y +if(s==null){if(r.x==null)r.x=A.bN(B.c0,r.ga0m()) +s=p.b +$.e7.aW$.a9O(s) +p.hN(r.gtO()) +q.C(0,s) +r.FH() +r.y=p}else{s=s.c +s.a.pm(s.b,s.c,B.bz) +s=p.c +s.a.pm(s.b,s.c,B.bz) +p.hN(r.gtO()) +q.C(0,p.b) +q=r.r +if(q!=null)r.ce("onDoubleTap",q) +r.lh()}}else if(t.n2.b(a)){if(!p.Nj(a,18))r.pk(p)}else if(t.Ko.b(a))r.pk(p)}, +hV(a){}, +hC(a){var s,r=this,q=r.z.h(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.pk(q)}, +pk(a){var s,r=this,q=r.z +q.C(0,a.b) +s=a.c +s.a.pm(s.b,s.c,B.a5) +a.hN(r.gtO()) +s=r.y +if(s!=null)if(a===s)r.lh() +else{r.Fq() +if(q.a===0)r.lh()}}, +m(){this.lh() +this.Et()}, +lh(){var s,r=this +r.Ji() +if(r.y!=null){if(r.z.a!==0)r.Fq() +s=r.y +s.toString +r.y=null +r.pk(s) +$.e7.aW$.ach(s.b)}r.FH()}, +FH(){var s=this.z.gbk() +B.b.ac(A.ah(s,!0,A.l(s).i("t.E")),this.ga27())}, +Ji(){var s=this.x +if(s!=null){s.b4() +this.x=null}}, +Fq(){}} +A.a__.prototype={ +KB(a,b,c){this.a.bK(a,new A.a_1()).p(0,b,c)}, +Oi(a,b){var s=this.a,r=s.h(0,a) +r.toString +r.C(0,b) +if(r.ga6(r))s.C(0,a)}, +Wj(a,b,c){var s,r,q,p +try{b.$1(a.be(c))}catch(q){s=A.an(q) +r=A.aE(q) +p=A.be("while routing a pointer event") +A.ci(new A.bf(s,r,"gesture library",p,null,!1))}}, +Ow(a){var s=this,r=s.a.h(0,a.gbx()),q=s.b,p=t.Ld,o=t.iD,n=A.pl(q,p,o) +if(r!=null)s.G8(a,r,A.pl(r,p,o)) +s.G8(a,q,n)}, +G8(a,b,c){c.ac(0,new A.a_0(this,b,a))}} +A.a_1.prototype={ +$0(){return A.A(t.Ld,t.iD)}, +$S:410} +A.a_0.prototype={ +$2(a,b){if(this.b.ak(a))this.a.Wj(this.c,a,b)}, +$S:411} +A.a_2.prototype={ +Oc(a,b){if(this.a!=null)return +this.b=a +this.a=b}, +X(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.an(p) +r=A.aE(p) +n=A.be("while resolving a PointerSignalEvent") +A.ci(new A.bf(s,r,"gesture library",n,null,!1))}o.b=o.a=null}} +A.DQ.prototype={ +H(){return"DragStartBehavior."+this.b}} +A.c3.prototype={ +Af(a){}, +KA(a){var s=this +s.e.p(0,a.gbx(),a.gcf()) +if(s.fY(a))s.fM(a) +else s.nz(a)}, +fM(a){}, +nz(a){}, +fY(a){var s=this.c +return(s==null||s.n(0,a.gcf()))&&this.d.$1(a.gd3())}, +aal(a){var s=this.c +return s==null||s.n(0,a.gcf())}, +m(){}, +N9(a,b,c){var s,r,q,p,o=null +try{o=b.$0()}catch(q){s=A.an(q) +r=A.aE(q) +p=A.be("while handling a gesture") +A.ci(new A.bf(s,r,"gesture",p,null,!1))}return o}, +ce(a,b){return this.N9(a,b,null,t.z)}, +aa9(a,b,c){return this.N9(a,b,c,t.z)}} +A.vJ.prototype={ +fM(a){this.rK(a.gbx(),a.gbG())}, +nz(a){this.X(B.a5)}, +hV(a){}, +hC(a){}, +X(a){var s,r,q=this.f,p=A.ah(q.gbk(),!0,t.o) +q.a7(0) +for(q=p.length,s=0;s18 +else s=!1 +if(p.cy){r=p.ay +q=r!=null&&p.GA(a)>r}else q=!1 +if(t.n2.b(a))r=s||q +else r=!1 +if(r){p.X(B.a5) +r=p.CW +r.toString +p.hN(r)}else p.MG(a)}p.xz(a)}, +B9(){}, +hV(a){if(a===this.CW){this.kg() +this.cy=!0}}, +hC(a){var s=this +if(a===s.CW&&s.ch===B.es){s.kg() +s.ch=B.CL}}, +qe(a){var s=this +s.kg() +s.ch=B.bA +s.cx=null +s.cy=!1}, +m(){this.kg() +this.jX()}, +kg(){var s=this.db +if(s!=null){s.b4() +this.db=null}}, +GA(a){return a.gbp().N(0,this.cx.b).gcc()}} +A.a_8.prototype={ +$0(){this.a.B9() +return null}, +$S:0} +A.dO.prototype={ +M(a,b){return new A.dO(this.a.M(0,b.a),this.b.M(0,b.b))}, +N(a,b){return new A.dO(this.a.N(0,b.a),this.b.N(0,b.b))}, +k(a){return"OffsetPair(local: "+this.a.k(0)+", global: "+this.b.k(0)+")"}} +A.L_.prototype={} +A.qo.prototype={} +A.qp.prototype={} +A.Cz.prototype={ +fM(a){var s=this +if(s.ch===B.bA){if(s.k4!=null&&s.ok!=null)s.pl() +s.k4=a}if(s.k4!=null)s.Rk(a)}, +rK(a,b){this.Rf(a,b)}, +MG(a){var s,r=this +if(t.oN.b(a)){r.ok=a +r.Fz()}else if(t.Ko.b(a)){r.X(B.a5) +if(r.k2){s=r.k4 +s.toString +r.nA(a,s,"")}r.pl()}else if(a.gd3()!==r.k4.gd3()){r.X(B.a5) +s=r.CW +s.toString +r.hN(s)}}, +X(a){var s,r=this +if(r.k3&&a===B.a5){s=r.k4 +s.toString +r.nA(null,s,"spontaneous") +r.pl()}r.EB(a)}, +B9(){this.Fr()}, +hV(a){var s=this +s.EC(a) +if(a===s.CW){s.Fr() +s.k3=!0 +s.Fz()}}, +hC(a){var s,r=this +r.Rl(a) +if(a===r.CW){if(r.k2){s=r.k4 +s.toString +r.nA(null,s,"forced")}r.pl()}}, +Fr(){var s,r=this +if(r.k2)return +s=r.k4 +s.toString +r.MI(s) +r.k2=!0}, +Fz(){var s,r,q=this +if(!q.k3||q.ok==null)return +s=q.k4 +s.toString +r=q.ok +r.toString +q.vP(s,r) +q.pl()}, +pl(){var s=this +s.k3=s.k2=!1 +s.k4=s.ok=null}} +A.ef.prototype={ +fY(a){var s=this +switch(a.gd3()){case 1:if(s.am==null&&s.by==null&&s.aO==null&&s.bB==null)return!1 +break +case 2:if(s.b7==null&&s.B==null&&s.a_==null&&s.Y==null)return!1 +break +case 4:return!1 +break +default:return!1}return s.mo(a)}, +MI(a){var s,r=this,q=a.gbp(),p=a.gcY() +r.e.h(0,a.gbx()).toString +s=new A.qo(q,p) +switch(a.gd3()){case 1:if(r.am!=null)r.ce("onTapDown",new A.a2U(r,s)) +break +case 2:if(r.B!=null)r.ce("onSecondaryTapDown",new A.a2V(r,s)) +break +case 4:break}}, +vP(a,b){var s,r,q=this +b.gcf() +b.gbp() +b.gcY() +s=new A.qp() +switch(a.gd3()){case 1:if(q.aO!=null)q.ce("onTapUp",new A.a2W(q,s)) +r=q.by +if(r!=null)q.ce("onTap",r) +break +case 2:if(q.a_!=null)q.ce("onSecondaryTapUp",new A.a2X(q,s)) +if(q.b7!=null)q.ce("onSecondaryTap",new A.a2Y(q)) +break +case 4:break}}, +nA(a,b,c){var s,r=this,q=c===""?c:c+" " +switch(b.gd3()){case 1:s=r.bB +if(s!=null)r.ce(q+"onTapCancel",s) +break +case 2:s=r.Y +if(s!=null)r.ce(q+"onSecondaryTapCancel",s) +break +case 4:break}}} +A.a2U.prototype={ +$0(){return this.a.am.$1(this.b)}, +$S:0} +A.a2V.prototype={ +$0(){return this.a.B.$1(this.b)}, +$S:0} +A.a2W.prototype={ +$0(){return this.a.aO.$1(this.b)}, +$S:0} +A.a2X.prototype={ +$0(){return this.a.a_.$1(this.b)}, +$S:0} +A.a2Y.prototype={ +$0(){return this.a.b7.$0()}, +$S:0} +A.fG.prototype={ +N(a,b){return new A.fG(this.a.N(0,b.a))}, +M(a,b){return new A.fG(this.a.M(0,b.a))}, +a6_(a,b){var s=this.a,r=s.gqg() +if(r>b*b)return new A.fG(s.hF(0,s.gcc()).a1(0,b)) +if(r100||Math.abs(m-p.a.a)/1000>40)break +k=n.b +e.push(k.a) +d.push(k.b) +c.push(1) +b.push(-l) +a=(a===0?20:a)-1;++o +if(o<20){q=n +p=q +continue}else{q=n +break}}while(!0) +if(o>=3){j=new A.F1(b,e,c).Ea(2) +if(j!=null){i=new A.F1(b,d,c).Ea(2) +if(i!=null){f=j.a[1] +m=i.a[1] +h=j.b +h===$&&A.b() +g=i.b +g===$&&A.b() +return new A.nC(new A.i(f*1000,m*1000),h*g,new A.aM(r-q.a.a),s.b.N(0,q.b))}}}return new A.nC(B.f,1,new A.aM(r-q.a.a),s.b.N(0,q.b))}} +A.ms.prototype={ +mS(a,b){var s=(this.c+1)%20 +this.c=s +this.d[s]=new A.zM(a,b)}, +mH(a){var s,r,q=this.c+a,p=B.h.c9(q,20),o=B.h.c9(q-1,20) +q=this.d +s=q[p] +r=q[o] +if(s==null||r==null)return B.f +q=s.a.a-r.a.a +return q>0?s.b.N(0,r.b).a1(0,1000).hF(0,q/1000):B.f}, +rs(){var s,r,q=this,p=q.mH(-2).a1(0,0.6).M(0,q.mH(-1).a1(0,0.35)).M(0,q.mH(0).a1(0,0.05)),o=q.d,n=q.c,m=o[n] +for(s=null,r=1;r<=20;++r){s=o[B.h.c9(n+r,20)] +if(s!=null)break}if(s==null||m==null)return B.xN +else return new A.nC(p,1,new A.aM(m.a.a-s.a.a),m.b.N(0,s.b))}} +A.pq.prototype={ +rs(){var s,r,q=this,p=q.mH(-2).a1(0,0.15).M(0,q.mH(-1).a1(0,0.65)).M(0,q.mH(0).a1(0,0.2)),o=q.d,n=q.c,m=o[n] +for(s=null,r=1;r<=20;++r){s=o[B.h.c9(n+r,20)] +if(s!=null)break}if(s==null||m==null)return B.xN +else return new A.nC(p,1,new A.aM(m.a.a-s.a.a),m.b.N(0,s.b))}} +A.Ch.prototype={ +gA(a){var s=this +return A.bJ([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.O(b)!==A.r(this))return!1 +if(b instanceof A.Ch)s=!0 +else s=!1 +return s}} +A.IN.prototype={} +A.Cj.prototype={ +G(a){var s,r,q=this,p=q.c.length===0 +if(p)return B.a7 +s=J.Rt(A.arG(a,q.c)) +switch(A.G(a).r.a){case 2:p=q.e +r=p.a +p=p.b +return A.asu(r,p==null?r:p,s) +case 0:p=q.e +r=p.a +p=p.b +return A.awK(r,p==null?r:p,s) +case 1:case 3:case 5:return new A.DE(q.e.a,s,null) +case 4:return new A.Di(q.e.a,s,null)}}} +A.RH.prototype={ +$1(a){return A.asv(a)}, +$S:416} +A.RI.prototype={ +$1(a){var s=this.a +return A.asP(s,a.a,A.af4(s,a))}, +$S:431} +A.RJ.prototype={ +$1(a){return A.asq(a.a,A.af4(this.a,a))}, +$S:432} +A.xG.prototype={ +H(){return"ThemeMode."+this.b}} +A.mD.prototype={ +ah(){return new A.zp(B.k)}} +A.YB.prototype={ +$2(a,b){return new A.pr(a,b)}, +$S:433} +A.YE.prototype={ +l_(a){return A.G(a).r}, +uY(a,b,c){switch(A.b_(c.a).a){case 0:return b +case 1:switch(A.G(a).r.a){case 3:case 4:case 5:return new A.H7(b,c.b,null) +case 0:case 1:case 2:return b}break}}, +uW(a,b,c){var s=A.aX("indicator") +if(A.G(a).y)s.sck(B.jC) +else{A.G(a) +s.sck(B.jD)}switch(A.G(a).r.a){case 2:case 3:case 4:case 5:return b +case 0:switch(s.aF()){case B.jC:return A.awt(c.a,b,c.d) +case B.jD:break}break +case 1:break}return A.ajM(c.a,b,A.G(a).ax.f)}} +A.zp.prototype={ +aH(){this.aY() +this.d=A.auu()}, +ga_V(){var s=A.c([],t.a9) +this.a.toString +s.push(B.zU) +s.push(B.zP) +return s}, +a_C(a,b){return new A.Ea(B.Ph,b,B.a2N,null)}, +a01(a,b){var s,r,q,p,o,n,m,l,k=this,j=null +k.a.toString +s=A.c4(a,B.fF) +r=s==null?j:s.d +if(r==null)r=B.x +q=r===B.R +s=A.c4(a,B.jj) +s=s==null?j:s.Q +p=s===!0 +if(q)if(p)k.a.toString +if(q){k.a.toString +s=!0}else s=!1 +if(s)o=k.a.db +else{if(p)k.a.toString +o=j}if(o==null)o=k.a.cy +s=o.cU +n=s.b +if(n==null){m=o.ax.b +n=A.z(102,m.gl()>>>16&255,m.gl()>>>8&255,m.gl()&255)}l=s.a +if(l==null)l=o.ax.b +k.a.toString +s=b==null?B.a7:b +return new A.wz(A.Tr(A.aiu(s,B.a0,o,B.Z),l,j,j,n),j)}, +Va(a){var s,r,q=this,p=null,o=q.a,n=o.cy +n=n.fr +s=n +if(s==null)s=B.eL +n=o.e +o=o.CW +r=q.ga_V() +q.a.toString +return new A.xT(p,p,p,new A.a91(),p,p,p,p,p,n,B.SZ,p,p,B.ml,q.ga00(),o,p,B.Yi,s,p,r,p,p,B.mc,!1,!1,!1,!1,q.ga_B(),!1,p,p,p,new A.iL(q,t.bT))}, +G(a){var s,r=null,q=A.oY(!1,!1,this.Va(a),r,r,r,r,!0,r,r,new A.a92(),r,r,r) +this.a.toString +s=this.d +s===$&&A.b() +return new A.wB(B.zp,new A.mr(s,q,r),r)}} +A.a91.prototype={ +$1$2(a,b,c){var s=null,r=A.c([],t.Zt),q=$.ac,p=A.pO(B.bZ),o=A.c([],t.wi),n=A.dW(s),m=$.ac +return new A.mE(b,!1,!0,s,s,r,new A.bg(s,c.i("bg>")),new A.bg(s,t.C),new A.vM(),s,0,new A.bk(new A.am(q,c.i("am<0?>")),c.i("bk<0?>")),p,o,a,n,new A.bk(new A.am(m,c.i("am<0?>")),c.i("bk<0?>")),c.i("mE<0>"))}, +$2(a,b){return this.$1$2(a,b,t.z)}, +$S:446} +A.a92.prototype={ +$2(a,b){if(!(b instanceof A.i_)||!b.c.gqN().j(0,B.cC))return B.cz +return A.ax_()?B.db:B.cz}, +$S:141} +A.ac4.prototype={ +od(a){return a.wR(this.b)}, +l1(a){return new A.H(a.b,this.b)}, +oi(a,b){return new A.i(0,a.b-b.b)}, +l5(a){return this.b!==a.b}} +A.MR.prototype={} +A.tl.prototype={ +Xt(a){var s=this.cy +if(s==null)s=a.RG.y +return s==null?new A.RN(this,a).$0():s}, +ah(){return new A.y8(B.k)}, +kK(a){return A.C4().$1(a)}} +A.RN.prototype={ +$0(){switch(this.b.r.a){case 0:case 1:case 3:case 5:return!1 +case 2:case 4:return!0}}, +$S:9} +A.y8.prototype={ +bo(){var s,r=this +r.dh() +s=r.d +if(s!=null)s.I(r.gy7()) +s=r.c.ai(t.yd) +s=s==null?null:s.f +r.d=s +if(s!=null){s=s.d +s.z6(s.c,new A.lk(r.gy7()),!1)}}, +m(){var s=this,r=s.d +if(r!=null){r.I(s.gy7()) +s.d=null}s.aM()}, +UC(a){var s,r,q,p=this +if(a instanceof A.h7&&p.a.kK(a)){s=p.e +r=a.a +switch(r.e.a){case 0:q=p.e=Math.max(r.gfZ()-r.gd7(),0)>0 +break +case 2:q=p.e=Math.max(r.gd7()-r.gh0(),0)>0 +break +case 1:case 3:q=s +break +default:q=s}if(q!==s)p.ao(new A.a5O())}}, +G(b7){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,b3=A.G(b7),b4=A.ajT(b7),b5=A.G(b7).RG,b6=b3.y +if(b6)s=new A.a5N(b7,b2,b2,0,3,b2,b2,b2,b2,b2,b2,16,64,b2,b2,b2) +else s=new A.a5M(b7,b2,b2,4,b2,B.j,b2,b2,b2,b2,b2,16,56,b2,b2,b2) +r=b7.qs(t.Np) +q=A.YT(b7,t.X) +b7.ai(t.N8) +p=A.ax(t.ui) +o=b1.e +if(o)p.J(0,B.rr) +o=r==null +if(o)n=b2 +else{r.a.toString +n=!1}if(o)r=b2 +else{r.a.toString +r=!1}if(q instanceof A.h_)q.gqu() +o=b1.a +m=o.fy +o=o.ax +l=s.gbP() +k=t._ +o=A.bI(o,p,k) +if(o==null)o=A.bI(b5.a,p,k) +if(o==null)o=A.bI(l,p,t.n8) +l=b1.a +j=l.ay +l=l.x +i=l==null?b5.c:l +if(i==null){l=s.c +l.toString +i=l}if(p.n(0,B.rr)){b1.a.toString +p=b5.d +if(p==null)p=s.d +h=p==null?i:p}else h=i +b1.a.toString +g=b5.w +f=g==null?s.glI().bJ(j):g +e=b1.a.ay +p=b5.x +if(p==null)p=b2 +if(p==null)p=g +if(p==null){p=s.gmR() +p=p==null?b2:p.bJ(e) +d=p}else d=p +if(d==null)d=f +b1.a.toString +c=b5.as +if(c==null){p=s.go6() +c=p==null?b2:p.bJ(j)}p=b1.a +b=p.k1 +a=p.c +if(a!=null)if(b6){if(f.j(0,s.glI()))a0=b4 +else{a1=A.mt(b2,b2,b2,b2,b2,b2,b2,f.f,b2,b2,f.a,b2,b2,b2,b2,b2,b2,b2) +p=b4.a +a0=new A.iN(p==null?b2:p.Lt(a1.c,a1.as,a1.d))}a=A.Xf(a,a0) +p=b1.a +p.toString +a=new A.dg(A.eo(b2,56),a,b2)}else a=new A.dg(A.eo(b2,56),a,b2) +a2=p.e +if(a2!=null){switch(b3.r.a){case 0:case 1:case 3:case 5:a3=!0 +break +case 2:case 4:a3=b2 +break +default:a3=b2}a2=A.bL(b2,new A.J5(a2,b2),!1,b2,b2,!1,!1,b2,b2,!0,b2,b2,b2,a3,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2) +a2=A.ke(a2,b2,b2,B.bd,!1,b,b2,b2,B.b1) +a4=A.bn(b7,b2,t.w).w +a2=A.pt(a2,a4.AP(Math.min(a4.c,1.34)),b2)}p=b1.a +p.toString +r=b6?B.aE:B.d7 +a5=A.kS(p.f,r,B.au,B.c8) +if(d.j(0,s.gmR()))a6=b4 +else{a7=A.mt(b2,b2,b2,b2,b2,b2,b2,d.f,b2,b2,d.a,b2,b2,b2,b2,b2,b2,b2) +r=b4.a +a6=new A.iN(r==null?b2:r.Lt(a7.c,a7.as,a7.d))}a5=A.Xf(A.p6(a5,d),a6) +r=b1.a.Xt(b3) +p=b1.a.dx +if(p==null)p=b5.z +if(p==null)p=16 +c.toString +a8=A.aiR(new A.iA(new A.ac4(m),A.p6(A.ke(new A.FB(a,a2,a5,r,p,b2),b2,b2,B.ce,!0,c,b2,b2,B.b1),f),b2),B.a4) +a8=A.al7(!1,a8,!0) +r=b5.ax +a9=r==null?s.ax:r +if(a9==null){r=A.eE(o) +b6=b6?B.y:b2 +b0=r===B.R?B.xn:B.xo +a9=new A.i4(b2,b2,b2,b2,b6,b0.f,b0.r,b0.w)}b1.a.toString +b6=b5.e +if(b6==null)b6=s.gc3() +b1.a.toString +r=b5.f +if(r==null)r=s.gcu() +p=b1.a.at +return A.bL(b2,new A.th(a9,A.kC(B.Z,b2,A.bL(b2,new A.fm(B.fU,b2,b2,a8,b2),!1,b2,b2,!1,!0,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2),B.C,o,h,b2,b6,p,r,b2,B.dn),b2,t.ph),!0,b2,b2,!1,!1,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2,b2)}} +A.a5O.prototype={ +$0(){}, +$S:0} +A.J5.prototype={ +aw(a){var s=a.ai(t.I) +s.toString +s=new A.N8(B.Q,s.w,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){var s=a.ai(t.I) +s.toString +b.sbT(s.w)}} +A.N8.prototype={ +cb(a){var s=a.Lo(1/0) +return a.aU(this.u$.hG(s))}, +bu(){var s=this,r=t.k,q=r.a(A.o.prototype.gV.call(s)).Lo(1/0) +s.u$.bz(q,!0) +s.id=r.a(A.o.prototype.gV.call(s)).aU(s.u$.gq()) +s.uK()}} +A.a5M.prototype={ +glo(){var s,r=this,q=r.ch +if(q===$){s=A.G(r.ay) +r.ch!==$&&A.aK() +r.ch=s +q=s}return q}, +ghf(){var s,r=this,q=r.CW +if(q===$){s=r.glo() +r.CW!==$&&A.aK() +q=r.CW=s.ax}return q}, +gbP(){return this.ghf().a===B.R?this.ghf().cy:this.ghf().b}, +gcQ(){return this.ghf().a===B.R?this.ghf().db:this.ghf().c}, +glI(){return this.glo().ok}, +go6(){return this.glo().p3.z}, +gj6(){return this.glo().p3.r}} +A.a5N.prototype={ +glo(){var s,r=this,q=r.ch +if(q===$){s=A.G(r.ay) +r.ch!==$&&A.aK() +r.ch=s +q=s}return q}, +ghf(){var s,r=this,q=r.CW +if(q===$){s=r.glo() +r.CW!==$&&A.aK() +q=r.CW=s.ax}return q}, +gFd(){var s,r=this,q=r.cx +if(q===$){s=r.glo() +r.cx!==$&&A.aK() +q=r.cx=s.p3}return q}, +gbP(){return this.ghf().cy}, +gcQ(){return this.ghf().db}, +gc3(){return B.y}, +gcu(){var s=this.ghf(),r=s.k3 +return r==null?s.b:r}, +glI(){var s=null +return new A.bj(24,s,s,s,s,this.ghf().db,s,s)}, +gmR(){var s=null,r=this.ghf(),q=r.dy +return new A.bj(24,s,s,s,s,q==null?r.db:q,s,s)}, +go6(){return this.gFd().z}, +gj6(){return this.gFd().r}} +A.of.prototype={ +gA(a){var s=this +return A.L(s.gbP(),s.gcQ(),s.c,s.d,s.gc3(),s.gcu(),s.r,s.glI(),s.gmR(),s.y,s.z,s.Q,s.go6(),s.gj6(),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.O(b)!==A.r(s))return!1 +return b instanceof A.of&&J.d(b.gbP(),s.gbP())&&J.d(b.gcQ(),s.gcQ())&&b.c==s.c&&b.d==s.d&&J.d(b.gc3(),s.gc3())&&J.d(b.gcu(),s.gcu())&&J.d(b.r,s.r)&&J.d(b.glI(),s.glI())&&J.d(b.gmR(),s.gmR())&&b.z==s.z&&b.Q==s.Q&&J.d(b.go6(),s.go6())&&J.d(b.gj6(),s.gj6())&&J.d(b.ax,s.ax)}, +gbP(){return this.a}, +gcQ(){return this.b}, +gc3(){return this.e}, +gcu(){return this.f}, +glI(){return this.w}, +gmR(){return this.x}, +go6(){return this.as}, +gj6(){return this.at}} +A.J4.prototype={} +A.vn.prototype={ +jk(){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.N(0,f) +q=Math.abs(r.a) +p=Math.abs(r.b) +o=r.gcc() +n=s.a +m=f.b +l=new A.i(n,m) +k=new A.YC(g,o) +if(q>2&&p>2){j=o*o +i=f.a +h=s.b +if(q>>16&255,q.gl()>>>8&255,q.gl()&255),0,B.r,-1),s,r.c)}if(s==null){q=p.a +return A.ai(p,new A.ag(A.z(0,q.gl()>>>16&255,q.gl()>>>8&255,q.gl()&255),0,B.r,-1),r.c)}return A.ai(p,s,r.c)}, +$iaI:1} +A.Jm.prototype={} +A.tB.prototype={ +ah(){return new A.yg(null,null,B.k)}} +A.yg.prototype={ +BQ(){this.ao(new A.a6M())}, +gds(){var s=this.a.z +if(s==null){s=this.r +s.toString}return s}, +qA(){var s,r=this +if(r.a.z==null)r.r=A.YI(null) +s=r.gds() +s.e1(B.q,!(r.a.c!=null||!1)) +r.gds().T(r.glG())}, +aH(){this.aY() +this.qA()}, +aG(a){var s,r=this +r.b1(a) +s=a.z +if(r.a.z!=s){if(s!=null)s.I(r.glG()) +if(r.a.z!=null){s=r.r +if(s!=null){s.Z$=$.au() +s.R$=0}r.r=null}r.qA()}s=r.a.c!=null||!1 +if(s!==(a.c!=null||!1)){s=r.gds() +s.e1(B.q,!(r.a.c!=null||!1)) +if(!(r.a.c!=null||!1))r.gds().e1(B.K,!1)}}, +m(){var s,r=this +r.gds().I(r.glG()) +s=r.r +if(s!=null){s.Z$=$.au() +s.R$=0}s=r.d +if(s!=null)s.m() +r.Tu()}, +G(c7){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2=this,c3=null,c4=c2.a,c5=new A.a6J(c4.r,c4.OA(c7),c2.a.vn(c7)),c6=new A.a6K(c2,c5) +c4=t.PM +s=c6.$1$1(new A.a6m(),c4) +r=c6.$1$1(new A.a6n(),t.p8) +q=t._ +p=c6.$1$1(new A.a6o(),q) +o=c6.$1$1(new A.a6z(),q) +n=c6.$1$1(new A.a6C(),q) +m=c6.$1$1(new A.a6D(),q) +l=c6.$1$1(new A.a6E(),t.pc) +k=t.tW +j=c6.$1$1(new A.a6F(),k) +i=c6.$1$1(new A.a6G(),k) +h=c6.$1$1(new A.a6H(),k) +g=c6.$1$1(new A.a6I(),q) +f=c6.$1$1(new A.a6p(),c4) +e=c6.$1$1(new A.a6q(),t.oI) +d=c6.$1$1(new A.a6r(),t.KX) +c=c5.$1$1(new A.a6s(),t.X3) +b=c5.$1$1(new A.a6t(),t.Oc) +a=c5.$1$1(new A.a6u(),t.Tu) +a0=c5.$1$1(new A.a6v(),t.y) +a1=c5.$1$1(new A.a6w(),t.pC) +a2=new A.i(c.a,c.b).a1(0,4) +a3=c5.$1$1(new A.a6x(),t.Ya) +c4=j.a +q=j.b +a4=c.vv(new A.ar(c4,h.a,q,h.b)) +if(i!=null){a5=a4.aU(i) +c4=a5.a +if(isFinite(c4))a4=a4.AQ(c4,c4) +c4=a5.b +if(isFinite(c4))a4=a4.a6O(c4,c4)}a6=a2.b +c4=a2.a +a7=Math.max(0,c4) +a8=l.J(0,new A.ao(a7,a6,a7,a6)).eW(0,B.at,B.jm) +if(a.a>0){q=c2.e +if(q!=null){k=c2.f +q=k!=null&&q!==s&&k.gl()!==p.gl()&&(c2.f.gl()>>>24&255)/255===1&&(p.gl()>>>24&255)/255<1&&s===0}else q=!1}else q=!1 +if(q){q=c2.d +if(!J.d(q==null?c3:q.e,a)){q=c2.d +if(q!=null)q.m() +q=A.bC(c3,a,c3,c3,c2) +q.bl() +k=q.cp$ +k.b=!0 +k.a.push(new A.a6y(c2)) +c2.d=q}p=c2.f +c2.d.sl(0) +c2.d.bV()}c2.e=s +c2.f=p +s.toString +q=r==null?c3:r.bJ(o) +k=d.lu(e) +a9=p==null?B.eP:B.ih +b0=c2.a +b1=b0.w +b2=b0.c +b3=b0.d +b4=b0.e +b5=b0.x +b6=b2!=null||!1 +b0=b0.f +b7=d.lu(e) +b8=c2.gds() +b9=g==null?o:g +a1.toString +c0=c2.a +a9=A.kC(a,c3,A.Xx(!1,b6,A.p6(new A.c6(a8,new A.fm(a1,1,1,c0.as,c3),c3),new A.bj(f,c3,c3,c3,c3,b9,c3,c3)),b7,a0,c3,b5,B.y,c3,new A.LR(new A.a6A(c5)),b0,c3,b4,b3,b2,new A.b0(new A.a6B(c5),t.T),c3,a3,b8),b1,p,s,c3,n,k,m,q,a9) +switch(b.a){case 0:c1=new A.H(48+c4,48+a6) +break +case 1:c1=B.o +break +default:c1=c3}c4=c0.c!=null||!1 +return A.bL(!0,new A.Li(c1,new A.dg(a4,a9,c3),c3),!0,c3,c4,!1,!1,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3)}} +A.a6M.prototype={ +$0(){}, +$S:0} +A.a6J.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:168} +A.a6K.prototype={ +$1$1(a,b){return this.b.$1$1(new A.a6L(this.a,a,b),b)}, +$1(a){return this.$1$1(a,t.z)}, +$S:169} +A.a6L.prototype={ +$1(a){var s=this.b.$1(a) +return s==null?null:s.X(this.a.gds().a)}, +$S(){return this.c.i("0?(b7?)")}} +A.a6m.prototype={ +$1(a){return a==null?null:a.gdU()}, +$S:164} +A.a6n.prototype={ +$1(a){return a==null?null:a.gh5()}, +$S:171} +A.a6o.prototype={ +$1(a){return a==null?null:a.gbP()}, +$S:50} +A.a6z.prototype={ +$1(a){return a==null?null:a.gcQ()}, +$S:50} +A.a6C.prototype={ +$1(a){return a==null?null:a.gc3()}, +$S:50} +A.a6D.prototype={ +$1(a){return a==null?null:a.gcu()}, +$S:50} +A.a6E.prototype={ +$1(a){return a==null?null:a.gct()}, +$S:173} +A.a6F.prototype={ +$1(a){return a==null?null:a.gh1()}, +$S:86} +A.a6G.prototype={ +$1(a){return a==null?null:a.y}, +$S:86} +A.a6H.prototype={ +$1(a){return a==null?null:a.gh_()}, +$S:86} +A.a6I.prototype={ +$1(a){return a==null?null:a.Q}, +$S:50} +A.a6p.prototype={ +$1(a){return a==null?null:a.gdX()}, +$S:164} +A.a6q.prototype={ +$1(a){return a==null?null:a.ghb()}, +$S:175} +A.a6r.prototype={ +$1(a){return a==null?null:a.gci()}, +$S:176} +A.a6A.prototype={ +$1(a){return this.a.$1$1(new A.a6k(a),t.Pb)}, +$S:177} +A.a6k.prototype={ +$1(a){var s +if(a==null)s=null +else{s=a.gh2() +s=s==null?null:s.X(this.a)}return s}, +$S:178} +A.a6B.prototype={ +$1(a){return this.a.$1$1(new A.a6j(a),t.n8)}, +$S:61} +A.a6j.prototype={ +$1(a){var s +if(a==null)s=null +else{s=a.gh3() +s=s==null?null:s.X(this.a)}return s}, +$S:180} +A.a6s.prototype={ +$1(a){return a==null?null:a.gh7()}, +$S:181} +A.a6t.prototype={ +$1(a){return a==null?null:a.gh4()}, +$S:182} +A.a6u.prototype={ +$1(a){return a==null?null:a.cx}, +$S:183} +A.a6v.prototype={ +$1(a){return a==null?null:a.cy}, +$S:184} +A.a6w.prototype={ +$1(a){return a==null?null:a.db}, +$S:185} +A.a6x.prototype={ +$1(a){return a==null?null:a.gfv()}, +$S:186} +A.a6y.prototype={ +$1(a){if(a===B.T)this.a.ao(new A.a6l())}, +$S:5} +A.a6l.prototype={ +$0(){}, +$S:0} +A.LR.prototype={ +X(a){var s=this.a.$1(a) +s.toString +return s}, +gq4(){return"ButtonStyleButton_MouseCursor"}} +A.Li.prototype={ +aw(a){var s=new A.zX(this.e,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sCh(this.e)}} +A.zX.prototype={ +sCh(a){if(this.t.j(0,a))return +this.t=a +this.a0()}, +bh(a){var s=this.u$ +if(s!=null)return Math.max(s.ag(B.S,a,s.gbg()),this.t.a) +return 0}, +bc(a){var s=this.u$ +if(s!=null)return Math.max(s.ag(B.ab,a,s.gbt()),this.t.b) +return 0}, +b6(a){var s=this.u$ +if(s!=null)return Math.max(s.ag(B.a_,a,s.gbn()),this.t.a) +return 0}, +bf(a){var s=this.u$ +if(s!=null)return Math.max(s.ag(B.aJ,a,s.gbM()),this.t.b) +return 0}, +Fm(a,b){var s,r,q=this.u$ +if(q!=null){s=b.$2(q,a) +q=s.a +r=this.t +return a.aU(new A.H(Math.max(q,r.a),Math.max(s.b,r.b)))}return B.o}, +cb(a){return this.Fm(a,A.lB())}, +bu(){var s,r=this +r.id=r.Fm(t.k.a(A.o.prototype.gV.call(r)),A.o6()) +s=r.u$ +if(s!=null){s=s.b +s.toString +t.q.a(s).a=B.Q.ls(t.Q.a(r.gq().N(0,r.u$.gq())))}}, +bF(a,b){var s +if(this.hO(a,b))return!0 +s=this.u$.gq().iE(B.f) +return a.An(new A.aak(this,s),s,A.akl(s))}} +A.aak.prototype={ +$2(a,b){return this.a.u$.bF(a,this.b)}, +$S:12} +A.Br.prototype={ +bL(){this.cL() +this.cn() +this.e7()}, +m(){var s=this,r=s.aV$ +if(r!=null)r.I(s.gdR()) +s.aV$=null +s.aM()}} +A.Sn.prototype={ +H(){return"ButtonTextTheme."+this.b}} +A.Sm.prototype={ +H(){return"ButtonBarLayoutBehavior."+this.b}} +A.CI.prototype={ +gct(){switch(0){case 0:case 1:return B.Cb}}, +gci(){var s=this.f +if(s!=null)return s +switch(0){case 0:case 1:return B.Vn}}, +j(a,b){var s=this +if(b==null)return!1 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.CI&&b.gct().j(0,s.gct())&&b.gci().j(0,s.gci())&&J.d(b.w,s.w)&&J.d(b.y,s.y)&&J.d(b.z,s.z)&&J.d(b.at,s.at)&&b.ax==s.ax}, +gA(a){var s=this +return A.L(B.yX,88,36,s.gct(),s.gci(),!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.Jn.prototype={} +A.tC.prototype={ +gA(a){var s=this +return A.L(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.O(b)!==A.r(s))return!1 +return b instanceof A.tC&&J.d(b.b,s.b)&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&b.e==s.e&&J.d(b.f,s.f)&&J.d(b.r,s.r)}} +A.Jo.prototype={} +A.oq.prototype={ +gA(a){var s=this +return A.L(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.O(b)!==A.r(s))return!1 +return b instanceof A.oq&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&J.d(b.w,s.w)&&J.d(b.x,s.x)}} +A.Jp.prototype={} +A.tG.prototype={ +gA(a){var s=this +return A.bJ([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.O(b)!==A.r(s))return!1 +return b instanceof A.tG&&b.a==s.a&&J.d(b.b,s.b)&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&J.d(b.w,s.w)&&J.d(b.x,s.x)&&b.y==s.y&&J.d(b.z,s.z)&&J.d(b.Q,s.Q)&&J.d(b.as,s.as)&&J.d(b.at,s.at)&&J.d(b.ax,s.ax)&&J.d(b.ay,s.ay)&&J.d(b.ch,s.ch)&&b.CW==s.CW&&b.cx==s.cx&&b.cy==s.cy&&J.d(b.db,s.db)}} +A.Jr.prototype={} +A.oy.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.O(a0)!==A.r(b))return!1 +if(a0 instanceof A.oy)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.j +n=b.fy +if(o.j(0,n==null?B.j:n)){o=a0.go +if(o==null)o=B.j +n=b.go +if(o.j(0,n==null?B.j: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}, +gA(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.j +a2=a7.go +if(a2==null)a2=B.j +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.L(a7.a,a8,a9,b0,s,r,q,p,o,l,i,n,m,k,j,h,g,a7.CW,f,A.L(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.Jt.prototype={} +A.Ff.prototype={} +A.u_.prototype={ +gA(a){var s=this +return A.L(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.O(b)!==A.r(r))return!1 +if(b instanceof A.u_)if(J.d(b.a,r.a))if(b.b==r.b)if(b.c==r.c)if(b.d==r.d)if(J.d(b.e,r.e))if(b.f==r.f)if(b.r==r.r)if(J.d(b.w,r.w))if(b.x==r.x)if(b.y==r.y)if(b.z==r.z)if(b.Q==r.Q)s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.K2.prototype={} +A.u0.prototype={ +gA(a){var s=this +return A.bJ([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])}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.u0&&J.d(b.a,s.a)&&b.b==s.b&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&J.d(b.w,s.w)&&J.d(b.x,s.x)&&J.d(b.y,s.y)&&J.d(b.z,s.z)&&b.Q==s.Q&&b.as==s.as&&b.at==s.at&&b.ax==s.ax&&b.ay==s.ay&&J.d(b.ch,s.ch)&&J.d(b.CW,s.CW)&&b.cx==s.cx&&b.cy==s.cy&&b.db==s.db&&J.d(b.dx,s.dx)&&b.dy==s.dy&&J.d(b.fr,s.fr)&&J.d(b.fx,s.fx)&&J.d(b.fy,s.fy)&&J.d(b.go,s.go)&&J.d(b.id,s.id)&&J.d(b.k1,s.k1)&&J.d(b.k2,s.k2)&&J.d(b.k3,s.k3)&&b.k4==s.k4&&J.d(b.ok,s.ok)&&!0}} +A.K4.prototype={} +A.Kf.prototype={} +A.TC.prototype={ +og(a){return B.o}, +uV(a,b,c,d){return B.a7}, +of(a,b){return B.f}} +A.Q1.prototype={} +A.DE.prototype={ +G(a){var s=null,r=A.bn(a,B.b2,t.w).w.f.b+8 +return new A.c6(new A.ao(8,r,8,8),new A.iA(new A.DF(this.c.N(0,new A.i(8,r))),A.dR(A.kC(B.Z,B.jL,A.lT(this.d,B.aE,B.au,B.c8),B.be,s,1,s,s,s,s,s,B.dp),s,222),s),s)}} +A.oK.prototype={ +G(a){var s=null +return A.dR(A.alC(this.d,this.c,A.a31(B.bJ,s,s,s,s,B.aR,s,s,B.aR,A.G(a).ax.a===B.R?B.i:B.B,s,s,B.WS,B.Ce,s,B.iA,s,s,s,s)),s,1/0)}} +A.DJ.prototype={ +G(a){var s,r,q,p,o,n,m,l=null,k=A.G(a),j=A.G(a).by,i=t.w,h=A.bn(a,B.fG,i).w,g=h.e.M(0,this.x) +if(k.y)s=new A.a7u(a,l,6,l,l,B.wg,B.Q,l,l,l,l) +else s=new A.a7t(a,A.G(a).p3,A.G(a).ok,l,24,l,l,B.wh,B.Q,l,l,l,l) +h=j.f +if(h==null){h=s.f +h.toString}r=j.a +if(r==null)r=A.G(a).ay +q=j.b +if(q==null){q=s.b +q.toString}p=j.c +if(p==null)p=s.gc3() +o=j.d +if(o==null)o=s.gcu() +n=j.e +if(n==null){n=s.e +n.toString}m=new A.fm(h,l,l,new A.dg(B.jU,A.kC(B.Z,l,this.as,this.y,r,q,l,p,n,o,l,B.dp),l),l) +return new A.t7(g,A.pt(m,A.bn(a,l,i).w.Ol(!0,!0,!0,!0),l),B.cq,B.as,l,l)}} +A.Hh.prototype={ +G(a){var s,r,q,p,o,n,m,l,k=this,j=null,i=A.G(a),h=i.r +switch(h.a){case 4:case 2:s=j +break +case 0:case 1:case 3:case 5:A.pn(a,B.cM,t.c4).toString +s="Dialog" +break +default:s=j}r=A.c4(a,B.cQ) +r=r==null?j:r.c +r=A.M(1,0.3333333333333333,A.D(r==null?1:r,1,2)-1) +r.toString +A.cS(a) +q=k.d +p=A.G(a).by.r +if(p==null){p=i.p3.r +p.toString}h=s==null&&h!==B.ar +o=new A.c6(new A.ao(q.a*r,q.b*r,q.c*r,q.d),A.ke(A.bL(j,k.c,!0,j,j,!1,!1,j,j,j,j,j,j,h,j,j,j,j,j,j,j,j,j,j,j,j,j,j),j,j,B.ce,!0,p,j,j,B.b1),j) +n=k.r +m=new A.uo(1,B.CE,A.alh(new A.F3(k.f,j),new A.ao(n.a*r,n.b,n.c*r,n.d*r)),j) +h=A.c([],t.E) +o.toString +h.push(o) +m.toString +h.push(m) +l=new A.EO(56,new A.dg(B.jU,A.lT(h,B.d7,B.au,B.c8),j),j) +return new A.DJ(j,j,j,j,B.Cg,B.C,j,j,s!=null?A.bL(j,l,!1,j,j,!1,!0,j,j,j,s,j,j,!0,j,j,j,j,j,j,j,j,!0,j,j,j,j,j):l,j)}} +A.u5.prototype={} +A.TE.prototype={ +$3(a,b,c){var s=new A.e4(this.a,null),r=new A.qZ(this.b.a,s,null) +r=A.al7(!0,r,!0) +return r}, +$C:"$3", +$R:3, +$S:187} +A.a7t.prototype={ +giP(){return this.as.f}, +gbP(){return A.G(this.z).ay}, +gc3(){return A.G(this.z).k2}, +gj6(){return this.Q.r}, +gv8(){return this.Q.w}, +guB(){return B.at}} +A.a7u.prototype={ +gyA(){var s,r=this,q=r.Q +if(q===$){s=A.G(r.z) +r.Q!==$&&A.aK() +q=r.Q=s.ax}return q}, +gG3(){var s,r=this,q=r.as +if(q===$){s=A.G(r.z) +r.as!==$&&A.aK() +q=r.as=s.p3}return q}, +giP(){return this.gyA().f}, +gbP(){return this.gyA().cy}, +gc3(){return B.y}, +gcu(){var s=this.gyA(),r=s.k3 +return r==null?s.b:r}, +gj6(){return this.gG3().f}, +gv8(){return this.gG3().z}, +guB(){return B.Cf}} +A.m5.prototype={ +gA(a){return J.q(this.e)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.m5&&J.d(b.gbP(),s.gbP())&&b.b==s.b&&J.d(b.gc3(),s.gc3())&&J.d(b.gcu(),s.gcu())&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.giP(),s.giP())&&J.d(b.gj6(),s.gj6())&&J.d(b.gv8(),s.gv8())&&J.d(b.guB(),s.guB())}, +gbP(){return this.a}, +gc3(){return this.c}, +gcu(){return this.d}, +gj6(){return this.r}, +gv8(){return this.w}, +guB(){return this.x}, +giP(){return this.y}} +A.Kh.prototype={} +A.u7.prototype={ +G(a){var s,r,q,p=null,o=A.G(a),n=A.aft(a),m=o.y?A.agO(a):A.agN(a),l=this.c,k=l==null?n.b:l +if(k==null){l=m.b +l.toString +k=l}s=n.c +if(s==null){l=m.c +l.toString +s=l}l=this.e +r=l==null?n.d:l +if(r==null){l=m.d +l.toString +r=l}l=this.f +q=l==null?n.e:l +if(q==null){l=m.e +l.toString +q=l}return A.dR(A.fO(A.lV(p,p,B.C,p,p,new A.c_(p,p,new A.cu(B.n,B.n,A.aja(a,p,s),B.n),p,p,p,B.an),p,s,new A.dJ(r,0,q,0),p,p,p,p),p,p),k,p)}} +A.Il.prototype={ +G(a){var s,r,q=null,p=A.G(a),o=A.aft(a),n=p.y?A.agO(a):A.agN(a),m=1,l=1,k=o.d +if(k==null){s=n.d +s.toString +k=s}r=o.e +if(r==null){s=n.e +s.toString +r=s}return A.dR(A.fO(A.lV(q,q,B.C,q,q,new A.c_(q,q,new A.cu(B.n,B.n,B.n,A.aja(a,q,l)),q,q,q,B.an),q,q,new A.dJ(0,k,0,r),q,q,q,l),q,q),q,m)}} +A.a7w.prototype={ +gaj(){return A.G(this.f).CW}} +A.a7x.prototype={ +gaj(){var s=A.G(this.f).ax,r=s.fx +return r==null?s.cx:r}} +A.m6.prototype={ +gA(a){var s=this +return A.L(s.gaj(),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.O(b)!==A.r(s))return!1 +return b instanceof A.m6&&J.d(b.gaj(),s.gaj())&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e}, +gaj(){return this.a}} +A.Kl.prototype={} +A.oL.prototype={ +gA(a){var s=this +return A.L(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.O(b)!==A.r(s))return!1 +return b instanceof A.oL&&J.d(b.a,s.a)&&J.d(b.b,s.b)&&b.c==s.c&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&b.w==s.w}} +A.Kq.prototype={} +A.oM.prototype={ +gA(a){return A.L(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.O(b)!==A.r(s))return!1 +return b instanceof A.oM&&J.d(b.a,s.a)&&J.d(b.b,s.b)&&J.d(b.c,s.c)}} +A.Kr.prototype={} +A.yQ.prototype={ +X(a){if(a.n(0,B.q))return this.b +return this.a}} +A.Ky.prototype={ +X(a){var s +if(a.n(0,B.K)){s=this.a.a +return A.z(61,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.A)){s=this.a.a +return A.z(20,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.z)){s=this.a.a +return A.z(61,s>>>16&255,s>>>8&255,s&255)}return null}} +A.Kw.prototype={ +X(a){var s=this +if(a.n(0,B.q))return 0 +if(a.n(0,B.K))return s.a+6 +if(a.n(0,B.A))return s.a+2 +if(a.n(0,B.z))return s.a+2 +return s.a}} +A.Kx.prototype={ +X(a){if(a.n(0,B.q))return this.b +return this.a}} +A.Q2.prototype={} +A.Q3.prototype={} +A.Q4.prototype={} +A.Q5.prototype={} +A.oR.prototype={ +gA(a){return J.q(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.oR&&J.d(b.a,this.a)}} +A.Kz.prototype={} +A.jE.prototype={} +A.um.prototype={ +gA(a){var s=this +return A.L(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.O(b)!==A.r(s))return!1 +return b instanceof A.um&&J.d(b.a,s.a)&&J.d(b.b,s.b)&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&J.d(b.w,s.w)&&J.d(b.x,s.x)&&J.d(b.y,s.y)&&J.d(b.z,s.z)&&!0}} +A.KE.prototype={} +A.yT.prototype={ +X(a){if(a.n(0,B.q))return this.b +return this.a}} +A.KH.prototype={ +X(a){var s +if(a.n(0,B.K)){s=this.a.a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.A)){s=this.a.a +return A.z(20,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.z)){s=this.a.a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}return null}} +A.KG.prototype={ +X(a){if(a.n(0,B.q))return this.b +return this.a}} +A.Q8.prototype={} +A.Q9.prototype={} +A.Qa.prototype={} +A.oU.prototype={ +gA(a){return J.q(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.oU&&J.d(b.a,this.a)}} +A.KI.prototype={} +A.up.prototype={ +c7(a){var s=this +return s.f!==a.f||s.r!==a.r||s.w!==a.w||s.x!==a.x||!1}} +A.a7i.prototype={ +k(a){return""}} +A.yW.prototype={ +H(){return"_FloatingActionButtonType."+this.b}} +A.Ea.prototype={ +G(a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=null,a0=A.G(a5),a1=a0.aI,a2=this.k1,a3=a0.y?new A.a7B(a5,a2,!0,a,a,a,a,a,6,6,8,a,6,a,!0,a,B.jQ,B.jP,B.jR,B.yP,8,a,a,a):new A.a7A(a2,!0,A.G(a5),A.G(a5).ax,a,a,a,a,a,6,6,8,a,12,a,!0,a,B.jQ,B.jP,B.jR,B.yQ,8,a,a,a),a4=a1.a +if(a4==null)a4=a3.gcQ() +s=a1.b +if(s==null)s=a3.gbP() +r=a1.c +if(r==null)r=a3.gnx() +q=a1.d +if(q==null)q=a3.gnD() +p=a1.e +if(p==null)p=a3.gmi() +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.gdX() +n.toString +h=n}n=a1.cy +if(n==null){n=a3.gnn() +n.toString}g=n.bJ(a4) +f=a1.z +if(f==null){n=a3.gci() +n.toString +f=n}n=this.c +e=A.p6(n,new A.bj(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.gnm() +a2=A.c([],t.E) +a2.push(n) +e=new A.Jq(new A.c6(c,A.kS(a2,B.aE,B.au,B.c8),a),a) +break +default:d=a}b=A.ajP(new A.w0(this.z,new A.Kv(a,a1.db),g,s,r,q,p,o,l,m,j,k,d,f,e,a0.e,a,!1,B.C,i,a),B.zR) +return new A.Fr(b,a)}} +A.Kv.prototype={ +X(a){var s=A.bI(this.a,a,t.WV) +if(s==null)s=null +return s==null?B.yd.X(a):s}, +gq4(){return"MaterialStateMouseCursor(FloatActionButton)"}} +A.Jq.prototype={ +aw(a){var s=a.ai(t.I) +s.toString +s=new A.zO(B.Q,s.w,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){var s=a.ai(t.I) +s.toString +b.sbT(s.w)}} +A.zO.prototype={ +bh(a){return 0}, +bc(a){return 0}, +cb(a){var s,r=this.u$,q=a.a,p=a.b,o=a.c,n=a.d +if(r!=null){s=r.hG(B.cV) +return new A.H(Math.max(q,Math.min(p,s.a)),Math.max(o,Math.min(n,s.b)))}else return new A.H(A.D(1/0,q,p),A.D(1/0,o,n))}, +bu(){var s=this,r=t.k.a(A.o.prototype.gV.call(s)),q=s.u$,p=r.a,o=r.b,n=r.c,m=r.d +if(q!=null){q.bz(B.cV,!0) +s.id=new A.H(Math.max(p,Math.min(o,s.u$.gq().a)),Math.max(n,Math.min(m,s.u$.gq().b))) +s.uK()}else s.id=new A.H(A.D(1/0,p,o),A.D(1/0,n,m))}} +A.a7A.prototype={ +gcQ(){return this.fx.r}, +gbP(){return this.fx.f}, +gnx(){return this.fr.cx}, +gnD(){return this.fr.dx}, +gmi(){return this.fr.k3}, +gci(){return this.dx===B.jh?B.xk:B.h6}, +gdX(){return this.dx===B.a2O?36:24}, +gnm(){return new A.dJ(this.dy&&this.dx===B.jh?16:20,0,20,0)}, +gnn(){return this.fr.p3.as.a6C(1.2)}} +A.a7B.prototype={ +goR(){var s,r=this,q=r.fx +if(q===$){s=A.G(r.dx) +r.fx!==$&&A.aK() +q=r.fx=s.ax}return q}, +gcQ(){var s=this.goR(),r=s.e +return r==null?s.c:r}, +gbP(){var s=this.goR(),r=s.d +return r==null?s.b:r}, +gmi(){var s=this.goR(),r=s.e +s=(r==null?s.c:r).a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}, +gnx(){var s=this.goR(),r=s.e +s=(r==null?s.c:r).a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}, +gnD(){var s=this.goR(),r=s.e +s=(r==null?s.c:r).a +return A.z(20,s>>>16&255,s>>>8&255,s&255)}, +gci(){switch(this.dy.a){case 0:return B.wf +case 1:return B.Vo +case 2:return B.wg +case 3:return B.wf}}, +gdX(){switch(this.dy.a){case 0:return 24 +case 1:return 24 +case 2:return 36 +case 3:return 24}}, +gnm(){return new A.dJ(this.fr&&this.dy===B.jh?16:20,0,20,0)}, +gnn(){var s,r=this,q=r.fy +if(q===$){s=A.G(r.dx) +r.fy!==$&&A.aK() +q=r.fy=s.p3}return q.as}} +A.VM.prototype={ +k(a){return"FloatingActionButtonLocation"}} +A.a2D.prototype={ +Dx(a){var s=this.Pf(a,0),r=a.c,q=a.b.b,p=a.a.b,o=a.w.b,n=r-p-Math.max(16,a.f.d-(a.r.b-r)+16) +if(o>0)n=Math.min(n,r-o-p-16) +return new A.i(s,(q>0?Math.min(n,r-q-p/2):n)+0)}} +A.VC.prototype={} +A.VB.prototype={ +Pf(a,b){switch(a.y.a){case 0:return 16+a.e.a-b +case 1:return a.r.a-16-a.e.c-a.a.a+b}}} +A.a7y.prototype={ +k(a){return"FloatingActionButtonLocation.endFloat"}} +A.VL.prototype={ +k(a){return"FloatingActionButtonAnimator"}} +A.aaX.prototype={ +Pe(a,b,c){if(c<0.5)return a +else return b}} +A.y7.prototype={ +gl(){var s=this,r=s.w.x +r===$&&A.b() +return r>>16&255,s.gl()>>>8&255,s.gl()&255)}return s}if(a.n(0,B.A)){s=q.c +r=q.a +s=r==null?p:A.z(20,r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255) +return s}if(a.n(0,B.z)){s=q.b +r=q.a +s=r==null?p:A.z(31,r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255) +return s}}if(a.n(0,B.K)){s=q.d +if(s==null){s=q.a +s=s==null?p:A.z(31,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}return s}if(a.n(0,B.A)){s=q.c +r=q.a +s=r==null?p:A.z(20,r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255) +return s}if(a.n(0,B.z)){s=q.b +r=q.a +s=r==null?p:A.z(20,r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255) +return s}return p}, +k(a){return"{hovered: "+A.m(this.c)+", focused: "+A.m(this.b)+", pressed: "+A.m(this.d)+", otherwise: null}"}} +A.L7.prototype={ +X(a){if(a.n(0,B.q))return this.b +return this.a}} +A.L9.prototype={ +gaS(){var s,r=this,q=r.fx +if(q===$){s=A.G(r.dy) +r.fx!==$&&A.aK() +q=r.fx=s.ax}return q}, +gbP(){return B.T6}, +gcQ(){return new A.b0(new A.a8a(this),t.T)}, +gh3(){return new A.b0(new A.a8c(this),t.T)}, +gdU(){return B.dk}, +gc3(){return B.b9}, +gcu(){return B.b9}, +gct(){return B.eO}, +gh1(){return B.eN}, +gh_(){return B.dm}, +gdX(){return B.eM}, +ghb(){return null}, +gci(){return B.dl}, +gh2(){return new A.b0(new A.a8b(),t.Y6)}, +gh7(){return B.cN}, +gh4(){return A.G(this.dy).e}, +gfv(){return A.G(this.dy).x}} +A.a8a.prototype={ +$1(a){var s,r +if(a.n(0,B.q)){s=this.a.gaS().db.a +return A.z(97,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.O))return this.a.gaS().b +s=this.a.gaS() +r=s.dy +return r==null?s.db:r}, +$S:3} +A.a8c.prototype={ +$1(a){var s,r,q=this +if(a.n(0,B.O)){if(a.n(0,B.K)){s=q.a.gaS().b +return A.z(31,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}if(a.n(0,B.A)){s=q.a.gaS().b +return A.z(20,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}if(a.n(0,B.z)){s=q.a.gaS().b +return A.z(31,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}}if(a.n(0,B.K)){s=q.a.gaS() +r=s.dy +s=(r==null?s.db:r).a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.A)){s=q.a.gaS() +r=s.dy +s=(r==null?s.db:r).a +return A.z(20,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.z)){s=q.a.gaS() +r=s.dy +s=(r==null?s.db:r).a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}return B.y}, +$S:3} +A.a8b.prototype={ +$1(a){if(a.n(0,B.q))return B.aR +return B.bG}, +$S:52} +A.KJ.prototype={ +gaS(){var s,r=this,q=r.fx +if(q===$){s=A.G(r.dy) +r.fx!==$&&A.aK() +q=r.fx=s.ax}return q}, +gbP(){return new A.b0(new A.a7C(this),t.T)}, +gcQ(){return new A.b0(new A.a7D(this),t.T)}, +gh3(){return new A.b0(new A.a7F(this),t.T)}, +gdU(){return B.dk}, +gc3(){return B.b9}, +gcu(){return B.b9}, +gct(){return B.eO}, +gh1(){return B.eN}, +gh_(){return B.dm}, +gdX(){return B.eM}, +ghb(){return null}, +gci(){return B.dl}, +gh2(){return new A.b0(new A.a7E(),t.Y6)}, +gh7(){return B.cN}, +gh4(){return A.G(this.dy).e}, +gfv(){return A.G(this.dy).x}} +A.a7C.prototype={ +$1(a){var s,r +if(a.n(0,B.q)){s=this.a.gaS().db.a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.O))return this.a.gaS().b +s=this.a +if(s.fr){s=s.gaS() +r=s.dx +return r==null?s.cy:r}return s.gaS().b}, +$S:3} +A.a7D.prototype={ +$1(a){var s +if(a.n(0,B.q)){s=this.a.gaS().db.a +return A.z(97,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.O))return this.a.gaS().c +s=this.a +if(s.fr)return s.gaS().b +return s.gaS().c}, +$S:3} +A.a7F.prototype={ +$1(a){var s,r=this +if(a.n(0,B.O)){if(a.n(0,B.K)){s=r.a.gaS().c.a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.A)){s=r.a.gaS().c.a +return A.z(20,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.z)){s=r.a.gaS().c.a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}}s=r.a +if(s.fr){if(a.n(0,B.K)){s=s.gaS().b +return A.z(31,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}if(a.n(0,B.A)){s=s.gaS().b +return A.z(20,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}if(a.n(0,B.z)){s=s.gaS().b +return A.z(31,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}}if(a.n(0,B.K)){s=s.gaS().c.a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.A)){s=s.gaS().c.a +return A.z(20,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.z)){s=s.gaS().c.a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}return B.y}, +$S:3} +A.a7E.prototype={ +$1(a){if(a.n(0,B.q))return B.aR +return B.bG}, +$S:52} +A.KK.prototype={ +gaS(){var s,r=this,q=r.fx +if(q===$){s=A.G(r.dy) +r.fx!==$&&A.aK() +q=r.fx=s.ax}return q}, +gbP(){return new A.b0(new A.a7G(this),t.T)}, +gcQ(){return new A.b0(new A.a7H(this),t.T)}, +gh3(){return new A.b0(new A.a7J(this),t.T)}, +gdU(){return B.dk}, +gc3(){return B.b9}, +gcu(){return B.b9}, +gct(){return B.eO}, +gh1(){return B.eN}, +gh_(){return B.dm}, +gdX(){return B.eM}, +ghb(){return null}, +gci(){return B.dl}, +gh2(){return new A.b0(new A.a7I(),t.Y6)}, +gh7(){return B.cN}, +gh4(){return A.G(this.dy).e}, +gfv(){return A.G(this.dy).x}} +A.a7G.prototype={ +$1(a){var s,r +if(a.n(0,B.q)){s=this.a.gaS().db.a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.O)){s=this.a.gaS() +r=s.w +return r==null?s.f:r}s=this.a +if(s.fr){s=s.gaS() +r=s.dx +return r==null?s.cy:r}s=s.gaS() +r=s.w +return r==null?s.f:r}, +$S:3} +A.a7H.prototype={ +$1(a){var s,r +if(a.n(0,B.q)){s=this.a.gaS().db.a +return A.z(97,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.O)){s=this.a.gaS() +r=s.x +return r==null?s.r:r}s=this.a +if(s.fr){s=s.gaS() +r=s.dy +return r==null?s.db:r}s=s.gaS() +r=s.x +return r==null?s.r:r}, +$S:3} +A.a7J.prototype={ +$1(a){var s,r,q=this +if(a.n(0,B.O)){if(a.n(0,B.K)){s=q.a.gaS() +r=s.x +s=(r==null?s.r:r).a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.A)){s=q.a.gaS() +r=s.x +s=(r==null?s.r:r).a +return A.z(20,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.z)){s=q.a.gaS() +r=s.x +s=(r==null?s.r:r).a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}}s=q.a +if(s.fr){if(a.n(0,B.K)){s=s.gaS() +r=s.dy +s=(r==null?s.db:r).a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.A)){s=s.gaS() +r=s.dy +s=(r==null?s.db:r).a +return A.z(20,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.z)){s=s.gaS() +r=s.dy +s=(r==null?s.db:r).a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}}if(a.n(0,B.K)){s=s.gaS() +r=s.x +s=(r==null?s.r:r).a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.A)){s=s.gaS() +r=s.x +s=(r==null?s.r:r).a +return A.z(20,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.z)){s=s.gaS() +r=s.x +s=(r==null?s.r:r).a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}return B.y}, +$S:3} +A.a7I.prototype={ +$1(a){if(a.n(0,B.q))return B.aR +return B.bG}, +$S:52} +A.Mf.prototype={ +gaS(){var s,r=this,q=r.fx +if(q===$){s=A.G(r.dy) +r.fx!==$&&A.aK() +q=r.fx=s.ax}return q}, +gbP(){return new A.b0(new A.a9C(this),t.T)}, +gcQ(){return new A.b0(new A.a9D(this),t.T)}, +gh3(){return new A.b0(new A.a9F(this),t.T)}, +gdU(){return B.dk}, +gc3(){return B.b9}, +gcu(){return B.b9}, +gct(){return B.eO}, +gh1(){return B.eN}, +gh_(){return B.dm}, +gdX(){return B.eM}, +ghb(){return new A.b0(new A.a9G(this),t.Sq)}, +gci(){return B.dl}, +gh2(){return new A.b0(new A.a9E(),t.Y6)}, +gh7(){return B.cN}, +gh4(){return A.G(this.dy).e}, +gfv(){return A.G(this.dy).x}} +A.a9C.prototype={ +$1(a){var s,r +if(a.n(0,B.q)){if(a.n(0,B.O)){s=this.a.gaS().db.a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}return B.y}if(a.n(0,B.O)){s=this.a.gaS() +r=s.id +return r==null?s.db:r}return B.y}, +$S:3} +A.a9D.prototype={ +$1(a){var s,r +if(a.n(0,B.q)){s=this.a.gaS().db.a +return A.z(97,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.O)){s=this.a.gaS() +r=s.k1 +return r==null?s.cy:r}s=this.a.gaS() +r=s.dy +return r==null?s.db:r}, +$S:3} +A.a9F.prototype={ +$1(a){var s,r,q=this +if(a.n(0,B.O)){if(a.n(0,B.K)){s=q.a.gaS() +r=s.k1 +s=(r==null?s.cy:r).a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.A)){s=q.a.gaS() +r=s.k1 +s=(r==null?s.cy:r).a +return A.z(20,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.z)){s=q.a.gaS() +r=s.k1 +s=(r==null?s.cy:r).a +return A.z(20,s>>>16&255,s>>>8&255,s&255)}}if(a.n(0,B.K)){s=q.a.gaS().db.a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.A)){s=q.a.gaS() +r=s.dy +s=(r==null?s.db:r).a +return A.z(20,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.z)){s=q.a.gaS() +r=s.dy +s=(r==null?s.db:r).a +return A.z(20,s>>>16&255,s>>>8&255,s&255)}return B.y}, +$S:3} +A.a9G.prototype={ +$1(a){var s,r +if(a.n(0,B.O))return null +else{if(a.n(0,B.q)){s=this.a.gaS().db.a +return new A.ag(A.z(31,s>>>16&255,s>>>8&255,s&255),1,B.r,-1)}s=this.a.gaS() +r=s.fr +return new A.ag(r==null?s.cx:r,1,B.r,-1)}}, +$S:191} +A.a9E.prototype={ +$1(a){if(a.n(0,B.q))return B.aR +return B.bG}, +$S:52} +A.Qb.prototype={} +A.iN.prototype={ +gA(a){return J.q(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.iN&&J.d(b.a,this.a)}} +A.uF.prototype={ +oa(a,b){return A.Xf(b,this.w)}, +c7(a){return!this.w.j(0,a.w)}} +A.Lb.prototype={} +A.ks.prototype={ +XP(a){var s +if(a===B.I&&!this.CW){s=this.ch +s===$&&A.b() +s.m() +this.jW()}}, +m(){var s=this.ch +s===$&&A.b() +s.m() +this.jW()}, +I1(a,b,c){var s,r,q=this +a.dq() +s=q.f +if(s!=null)a.AJ(s.c8(b,q.ax)) +switch(q.z.a){case 1:s=b.gaZ() +r=q.Q +a.kv(s,r==null?35:r,c) +break +case 0:s=q.as +if(!s.j(0,B.am))a.dF(A.agg(b,s.c,s.d,s.a,s.b),c) +else a.d4(b,c) +break}a.cm()}, +CB(a,b){var s,r,q=this,p=$.S().aL(),o=q.e,n=q.ay +n===$&&A.b() +p.saj(A.z(n.b.aa(n.a.gl()),o.gl()>>>16&255,o.gl()>>>8&255,o.gl()&255)) +s=A.ag_(b) +o=q.at +if(o!=null)r=o.$0() +else{o=q.b.gq() +r=new A.y(0,0,0+o.a,0+o.b)}if(s==null){a.dq() +a.aa(b.a) +q.I1(a,r,p) +a.cm()}else q.I1(a,r.cE(s),p)}} +A.adB.prototype={ +$0(){var s=this.a.gq() +return new A.y(0,0,0+s.a,0+s.b)}, +$S:122} +A.a8p.prototype={ +AR(a,b,c,d,e,f,g,a0,a1,a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h=null +if(a0==null){if(a1!=null){s=a1.$0() +r=new A.H(s.c-s.a,s.d-s.b)}else r=a2.gq() +s=Math.max(r.uS(B.f).gcc(),new A.i(0+r.a,0).N(0,new A.i(0,0+r.b)).gcc())/2}else s=a0 +q=new A.uL(g,B.am,s,A.azx(a2,c,a1),a3,b,e,d,a2,f) +p=d.t +o=A.bC(h,B.hB,h,h,p) +n=d.gdm() +o.bl() +m=o.cd$ +m.b=!0 +m.a.push(n) +o.bV() +q.cx=o +m=b.gl() +l=t.m +k=t.gD +q.CW=new A.al(l.a(o),new A.kt(0,m>>>24&255),k.i("al")) +m=A.bC(h,B.eh,h,h,p) +m.bl() +o=m.cd$ +o.b=!0 +o.a.push(n) +m.bV() +q.ch=m +o=t.Y +j=$.aoF() +i=o.i("cK") +q.ay=new A.al(l.a(m),new A.cK(j,new A.ak(s*0.3,s+5,o),i),i.i("al")) +p=A.bC(h,B.lj,h,h,p) +p.bl() +i=p.cd$ +i.b=!0 +i.a.push(n) +p.bl() +n=p.cp$ +n.b=!0 +n.a.push(q.ga_w()) +q.db=p +n=b.gl() +i=$.aoG() +k=k.i("cK") +q.cy=new A.al(l.a(p),new A.cK(i,new A.kt(n>>>24&255,0),k),k.i("al")) +d.Ai(q) +return q}} +A.uL.prototype={ +v7(){var s=this.ch +s===$&&A.b() +s.e=B.BX +s.bV() +s=this.cx +s===$&&A.b() +s.bV() +s=this.db +s===$&&A.b() +s.z=B.al +s.ir(1,B.a0,B.lj)}, +b4(){var s,r=this,q=r.cx +q===$&&A.b() +q.eS() +q=r.cx.x +q===$&&A.b() +s=1-q +q=r.db +q===$&&A.b() +q.sl(s) +if(s<1){q=r.db +q.z=B.al +q.ir(1,B.a0,B.hB)}}, +a_x(a){if(a===B.T)this.m()}, +m(){var s=this,r=s.ch +r===$&&A.b() +r.m() +r=s.cx +r===$&&A.b() +r.m() +r=s.db +r===$&&A.b() +r.m() +s.jW()}, +CB(a,b){var s,r,q,p,o,n=this,m=n.cx +m===$&&A.b() +m=m.r +if(m!=null&&m.a!=null){m=n.CW +m===$&&A.b() +s=m.b.aa(m.a.gl())}else{m=n.cy +m===$&&A.b() +s=m.b.aa(m.a.gl())}r=$.S().aL() +m=n.e +r.saj(A.z(s,m.gl()>>>16&255,m.gl()>>>8&255,m.gl()&255)) +m=n.at +q=m!=null?m.$0():null +p=q!=null?q.gaZ():n.b.gq().iE(B.f) +o=n.ch +o===$&&A.b() +o=o.x +o===$&&A.b() +o=A.hW(n.z,p,B.aF.aa(o)) +o.toString +p=n.ay +p===$&&A.b() +p=p.b.aa(p.a.gl()) +n.NP(n.Q,a,o,m,n.f,r,p,n.ax,b)}} +A.adA.prototype={ +$0(){var s=this.a.gq() +return new A.y(0,0,0+s.a,0+s.b)}, +$S:122} +A.a8q.prototype={ +AR(a,b,c,d,e,f,g,h,i,j,k){var s,r,q=null,p=h==null?A.azB(j,c,i,g):h,o=new A.uM(g,B.am,p,A.azw(j,c,i),!c,k,b,e,d,j,f),n=d.t,m=A.bC(q,B.eh,q,q,n),l=d.gdm() +m.bl() +s=m.cd$ +s.b=!0 +s.a.push(l) +m.bV() +o.CW=m +s=t.Y +r=t.m +o.ch=new A.al(r.a(m),new A.ak(0,p,s),s.i("al")) +n=A.bC(q,B.Z,q,q,n) +n.bl() +s=n.cd$ +s.b=!0 +s.a.push(l) +n.bl() +l=n.cp$ +l.b=!0 +l.a.push(o.ga_y()) +o.cy=n +l=b.gl() +o.cx=new A.al(r.a(n),new A.kt(l>>>24&255,0),t.gD.i("al")) +d.Ai(o) +return o}} +A.uM.prototype={ +v7(){var s=B.c.iL(this.as/1),r=this.CW +r===$&&A.b() +r.e=A.cv(0,s) +r.bV() +this.cy.bV()}, +b4(){var s=this.cy +if(s!=null)s.bV()}, +a_z(a){if(a===B.T)this.m()}, +m(){var s=this,r=s.CW +r===$&&A.b() +r.m() +s.cy.m() +s.cy=null +s.jW()}, +CB(a,b){var s,r=this,q=$.S().aL(),p=r.e,o=r.cx +o===$&&A.b() +q.saj(A.z(o.b.aa(o.a.gl()),p.gl()>>>16&255,p.gl()>>>8&255,p.gl()&255)) +s=r.z +if(r.ax){p=r.b.gq().iE(B.f) +o=r.CW +o===$&&A.b() +o=o.x +o===$&&A.b() +s=A.hW(s,p,o)}s.toString +p=r.ch +p===$&&A.b() +p=p.b.aa(p.a.gl()) +r.NP(r.Q,a,s,r.at,r.f,q,p,r.ay,b)}} +A.iQ.prototype={ +v7(){}, +b4(){}, +saj(a){if(a.j(0,this.e))return +this.e=a +this.a.aA()}, +sAW(a){if(J.d(a,this.f))return +this.f=a +this.a.aA()}, +NP(a,b,c,d,e,f,g,h,i){var s,r=A.ag_(i) +b.dq() +if(r==null)b.aa(i.a) +else b.bm(r.a,r.b) +if(d!=null){s=d.$0() +if(e!=null)b.AJ(e.c8(s,h)) +else if(!a.j(0,B.am))b.a64(A.agg(s,a.c,a.d,a.a,a.b)) +else b.v2(s)}b.kv(c,g,f) +b.cm()}} +A.pe.prototype={} +A.zL.prototype={ +c7(a){return this.f!==a.f}} +A.pb.prototype={ +Pj(a){return null}, +G(a){var s=this,r=a.ai(t.sZ),q=r==null?null:r.f +return new A.zc(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.gPi(),s.ga7o(),s.p1,null)}, +a7p(a){return!0}} +A.zc.prototype={ +ah(){return new A.zb(A.A(t.R9,t.Pr),new A.aJ(A.c([],t.ML),t.yw),null,B.k)}} +A.lh.prototype={ +H(){return"_HighlightType."+this.b}} +A.zb.prototype={ +ga9I(){var s=this.r.gbk() +s=new A.aZ(s,new A.a8n(),A.l(s).i("aZ")) +return!s.ga6(s)}, +Cd(a,b){var s,r=this.y,q=r.a,p=q.length +if(b){r.b=!0 +q.push(a)}else r.C(0,a) +s=q.length!==0 +if(s!==(p!==0)){r=this.a.p1 +if(r!=null)r.Cd(this,s)}}, +E7(a){var s=this.c +s.toString +this.a3K(s) +this.MH()}, +Q2(){return this.E7(null)}, +BQ(){this.ao(new A.a8m())}, +gds(){var s=this.a.p4 +if(s==null){s=this.x +s.toString}return s}, +qA(){var s,r,q=this +if(q.a.p4==null)q.x=A.YI(null) +s=q.gds() +r=q.a +r.toString +s.e1(B.q,!(q.fG(r)||q.fH(r))) +q.gds().T(q.glG())}, +aH(){var s,r,q +this.TC() +this.qA() +s=this.gMC() +r=$.af.a4$.f.a.d.a +q=r.h(0,s) +r.p(0,s,(q==null?0:q)+1)}, +aG(a){var s,r,q,p,o=this +o.b1(a) +s=a.p4 +if(o.a.p4!=s){if(s!=null)s.I(o.glG()) +if(o.a.p4!=null){s=o.x +if(s!=null){s.Z$=$.au() +s.R$=0}o.x=null}o.qA()}s=o.a +if(s.cx!=a.cx||s.CW!==a.CW||!1){s=o.r +r=s.h(0,B.cP) +if(r!=null){q=r.ch +q===$&&A.b() +q.m() +r.jW() +o.Dg(B.cP,!1,o.f)}p=s.h(0,B.yg) +if(p!=null){s=p.ch +s===$&&A.b() +s.m() +p.jW()}}if(!J.d(o.a.db,a.db))o.a4r() +s=o.a +s.toString +s=o.fG(s)||o.fH(s) +if(s!==(o.fG(a)||o.fH(a))){s=o.gds() +q=o.a +q.toString +s.e1(B.q,!(o.fG(q)||o.fH(q))) +s=o.a +s.toString +if(!(o.fG(s)||o.fH(s))){o.gds().e1(B.K,!1) +r=o.r.h(0,B.cP) +if(r!=null){s=r.ch +s===$&&A.b() +s.m() +r.jW()}}o.Dg(B.cP,!1,o.f)}o.Df()}, +m(){var s,r=this +$.af.a4$.f.a.d.C(0,r.gMC()) +r.gds().I(r.glG()) +s=r.x +if(s!=null){s.Z$=$.au() +s.R$=0}r.aM()}, +grm(){if(!this.ga9I()){var s=this.d +s=s!=null&&s.a!==0}else s=!0 +return s}, +Pa(a){switch(a.a){case 0:return B.Z +case 1:case 2:return B.C_}}, +Dg(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f=h.r,e=f.h(0,a),d=a.a +switch(d){case 0:h.gds().e1(B.K,c) +break +case 1:if(b)h.gds().e1(B.A,c) +break +case 2:break}if(a===B.cO){s=h.a.p1 +if(s!=null)s.Cd(h,c)}s=e==null +if(c===(!s&&e.CW))return +if(c)if(s){s=h.a.fx +if(s==null)r=g +else{q=h.gds().a +r=s.a.$1(q)}if(r==null){s=h.c +s.toString +p=A.G(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.akc(q,t.zd) +q.toString +o=h.a +o.toString +o=h.fG(o)||h.fH(o)?r:A.z(0,r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255) +n=h.a +m=n.CW +l=n.cx +k=n.db +n=n.p2.$1(s) +j=h.c.ai(t.I) +j.toString +i=h.Pa(a) +s=new A.ks(m,l,B.am,n,j.w,o,k,q,s,new A.a8o(h,a)) +i=A.bC(g,i,g,g,q.t) +i.bl() +o=i.cd$ +o.b=!0 +o.a.push(q.gdm()) +i.bl() +o=i.cp$ +o.b=!0 +o.a.push(s.gXO()) +i.bV() +s.ch=i +o=s.e.gl() +s.ay=new A.al(t.m.a(i),new A.kt(0,o>>>24&255),t.gD.i("al")) +q.Ai(s) +f.p(0,a,s) +h.m5()}else{e.CW=!0 +f=e.ch +f===$&&A.b() +f.bV()}else{e.CW=!1 +f=e.ch +f===$&&A.b() +f.dK()}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}}, +kV(a,b){return this.Dg(a,!0,b)}, +a4r(){var s,r,q,p=this +for(s=p.r.gbk(),s=new A.dk(J.av(s.a),s.b),r=A.l(s).z[1];s.v();){q=s.a +if(q==null)q=r.a(q) +if(q!=null)q.sAW(p.a.db)}s=p.e +if(s!=null)s.sAW(p.a.db) +s=p.d +if(s!=null&&s.a!==0)for(s=new A.lg(s,s.oT()),r=A.l(s).c;s.v();){q=s.d +if(q==null)q=r.a(q) +q.sAW(p.a.db)}}, +W7(a){var s,r,q,p,o,n,m,l,k,j,i=this,h={},g=i.c +g.toString +g=A.akc(g,t.zd) +g.toString +s=i.c.gW() +s.toString +t.x.a(s) +r=s.fu(a) +q=i.a.fx +if(q==null)q=null +else{p=i.gds().a +p=q.a.$1(p) +q=p}o=q==null?i.a.fy:q +if(o==null){q=i.c +q.toString +o=A.G(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.G(q).x}p=i.a +k=p.ch +p=p.cx +j=i.c.ai(t.I) +j.toString +return h.a=q.AR(m,o,k,g,l,new A.a8j(h,i),r,p,n,s,j.w)}, +a8I(a){if(this.c==null)return +this.ao(new A.a8l(this))}, +ga3o(){var s,r=this,q=r.c +q.toString +q=A.c4(q,B.jl) +s=q==null?null:q.ax +switch((s==null?B.eR:s).a){case 0:q=r.a +q.toString +return(r.fG(q)||r.fH(q))&&r.z +case 1:return r.z}}, +Df(){var s,r=$.af.a4$.f.a.b +switch((r==null?A.L4():r).a){case 0:s=!1 +break +case 1:s=this.ga3o() +break +default:s=null}this.kV(B.yg,s)}, +a8K(a){var s,r=this +r.z=a +r.gds().e1(B.z,a) +r.Df() +s=r.a.k2 +if(s!=null)s.$1(a)}, +My(a){if(this.y.a.length!==0)return +this.a3L(a)}, +a9q(a){this.My(a) +this.a.toString}, +a9s(a){this.a.toString}, +a9f(a){this.My(a) +this.a.toString}, +a9h(a){this.a.toString}, +Jg(a,b){var s,r,q,p,o=this +if(a!=null){s=a.gW() +s.toString +t.x.a(s) +r=s.gq() +r=new A.y(0,0,0+r.a,0+r.b).gaZ() +q=A.bp(s.ba(null),r)}else q=b.a +o.gds().e1(B.K,!0) +p=o.W7(q) +s=o.d;(s==null?o.d=A.ck(t.nQ):s).J(0,p) +s=o.e +if(s!=null)s.b4() +o.e=p +o.m5() +o.kV(B.cO,!0)}, +a3L(a){return this.Jg(null,a)}, +a3K(a){return this.Jg(a,null)}, +MH(){var s=this,r=s.e +if(r!=null)r.v7() +s.e=null +s.kV(B.cO,!1) +r=s.a +if(r.d!=null){if(r.id){r=s.c +r.toString +A.afz(r)}r=s.a.d +if(r!=null)r.$0()}}, +a9o(){var s=this,r=s.e +if(r!=null)r.b4() +s.e=null +s.a.toString +s.kV(B.cO,!1)}, +a9b(){var s=this,r=s.e +if(r!=null)r.v7() +s.e=null +s.kV(B.cO,!1) +s.a.toString}, +a9d(){var s=this,r=s.e +if(r!=null)r.b4() +s.e=null +s.a.toString +s.kV(B.cO,!1)}, +dT(){var s,r,q,p,o,n,m,l=this,k=l.d +if(k!=null){l.d=null +for(k=new A.lg(k,k.oT()),s=A.l(k).c;k.v();){r=k.d;(r==null?s.a(r):r).m()}l.e=null}for(k=l.r,s=A.iV(k,k.r);s.v();){r=s.d +q=k.h(0,r) +if(q!=null){p=q.ch +p===$&&A.b() +p.r.m() +p.r=null +o=p.cp$ +o.b=!1 +B.b.a7(o.a) +n=o.c +if(n===$){m=A.ck(o.$ti.c) +o.c!==$&&A.aK() +o.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}o=p.cd$ +o.b=!1 +B.b.a7(o.a) +n=o.c +if(n===$){m=A.ck(o.$ti.c) +o.c!==$&&A.aK() +o.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}p.xD() +q.jW()}k.p(0,r,null)}k=l.a.p1 +if(k!=null)k.Cd(l,!1) +l.TB()}, +fG(a){var s +if(a.d==null)s=!1 +else s=!0 +return s}, +fH(a){return!1}, +a8X(a){var s=this,r=s.f=!0,q=s.a +q.toString +if(!s.fG(q)?s.fH(q):r)s.kV(B.cP,s.f)}, +a8Z(a){this.f=!1 +this.kV(B.cP,!1)}, +gVh(){var s,r=this,q=r.c +q.toString +q=A.c4(q,B.jl) +s=q==null?null:q.ax +switch((s==null?B.eR:s).a){case 0:q=r.a +q.toString +return(r.fG(q)||r.fH(q))&&r.a.ok +case 1:return!0}}, +G(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=null +d.xE(a) +s=new A.a8k(d,a) +for(r=d.r,q=A.iV(r,r.r);q.v();){p=q.d +o=r.h(0,p) +if(o!=null)o.saj(s.$1(p))}r=d.e +if(r!=null){q=d.a.fx +if(q==null)q=c +else{p=d.gds().a +p=q.a.$1(p) +q=p}if(q==null)q=d.a.fy +r.saj(q==null?A.G(a).k3:q)}r=d.a.ay +if(r==null)r=B.yd +n=A.bI(r,d.gds().a,t.Pb) +m=d.w +if(m===$){r=d.gE6() +q=t.g +p=t.b +l=A.aD([B.a1b,new A.c0(r,new A.aJ(A.c([],q),p),t.wY),B.a1c,new A.c0(r,new A.aJ(A.c([],q),p),t.nz)],t.u,t.od) +d.w!==$&&A.aK() +d.w=l +m=l}r=d.a.k4 +q=d.gVh() +p=d.a +o=p.d +o=o==null?c:d.gE6() +p=d.fG(p)?d.ga9p():c +k=d.a +k.toString +k=d.fG(k)?d.ga9r():c +j=d.a +j.toString +j=d.fG(j)?d.ga9m():c +i=d.a +i.toString +i=d.fG(i)?d.ga9n():c +h=d.a +h.toString +h=d.fH(h)?d.ga9e():c +g=d.a +g.toString +g=d.fH(g)?d.ga9g():c +f=d.a +f.toString +f=d.fH(f)?d.ga9a():c +e=d.a +e.toString +e=d.fH(e)?d.ga9c():c +return new A.zL(d,A.t1(m,A.oY(!1,q,A.j1(A.asK(A.bL(c,A.p1(B.aC,d.a.c,B.ai,!0,c,c,c,c,c,c,c,c,c,c,f,e,h,g,j,i,p,k),!1,c,c,!1,!1,c,c,c,c,c,c,c,c,c,c,c,c,c,o,c,c,c,c,c,c,c),n),n,d.ga8W(),d.ga8Y(),c),c,c,c,r,!0,c,d.ga8J(),c,c,c,c)),c)}, +$iagY:1} +A.a8n.prototype={ +$1(a){return a!=null}, +$S:197} +A.a8m.prototype={ +$0(){}, +$S:0} +A.a8o.prototype={ +$0(){var s=this.a +s.r.p(0,this.b,null) +s.m5()}, +$S:0} +A.a8j.prototype={ +$0(){var s,r=this.b,q=r.d +if(q!=null){s=this.a +q.C(0,s.a) +if(r.e==s.a)r.e=null +r.m5()}}, +$S:0} +A.a8l.prototype={ +$0(){this.a.Df()}, +$S:0} +A.a8k.prototype={ +$1(a){var s,r,q=this,p=A.G(q.b) +switch(a.a){case 0:s=q.a +r=s.a.fx +r=r==null?null:r.a.$1(B.Wn) +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.Wi) +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.Wd) +s=r==null?s.a.dy:r +return s==null?p.dx:s}}, +$S:198} +A.EK.prototype={} +A.Bz.prototype={ +aH(){this.aY() +if(this.grm())this.p_()}, +dT(){var s=this.fT$ +if(s!=null){s.ar() +s.d1() +this.fT$=null}this.oE()}} +A.eZ.prototype={} +A.M1.prototype={ +pU(a){return B.jn}, +glK(){return!1}, +ght(){return B.at}, +bb(a){return B.jn}, +dg(a,b){var s=$.S().b2() +s.iA(a) +return s}, +hH(a){return this.dg(a,null)}, +c8(a,b){var s=$.S().b2() +s.iA(a) +return s}, +hJ(a){return this.c8(a,null)}, +fq(a,b,c,d){a.d4(b,c)}, +gf4(){return!0}, +nS(a,b,c,d,e,f){}, +fp(a,b,c){return this.nS(a,b,0,0,null,c)}} +A.hg.prototype={ +glK(){return!1}, +pU(a){var s=a==null?this.a:a +return new A.hg(this.b,s)}, +ght(){return new A.ao(0,0,0,this.a.b)}, +bb(a){return new A.hg(B.jM,this.a.bb(a))}, +dg(a,b){var s=$.S().b2(),r=a.a,q=a.b +s.iA(new A.y(r,q,r+(a.c-r),q+Math.max(0,a.d-q-this.a.b))) +return s}, +hH(a){return this.dg(a,null)}, +c8(a,b){var s=$.S().b2() +s.eK(this.b.cg(a)) +return s}, +hJ(a){return this.c8(a,null)}, +fq(a,b,c,d){a.dF(this.b.cg(b),c)}, +gf4(){return!0}, +cW(a,b){var s,r +if(a instanceof A.hg){s=A.ai(a.a,this.a,b) +r=A.hA(a.b,this.b,b) +r.toString +return new A.hg(r,s)}return this.rX(a,b)}, +cX(a,b){var s,r +if(a instanceof A.hg){s=A.ai(this.a,a.a,b) +r=A.hA(this.b,a.b,b) +r.toString +return new A.hg(r,s)}return this.rY(a,b)}, +nS(a,b,c,d,e,f){var s=this.b +if(!s.c.j(0,B.u)||!s.d.j(0,B.u))a.AJ(this.c8(b,f)) +s=b.d +a.hu(new A.i(b.a,s),new A.i(b.c,s),this.a.h6())}, +fp(a,b,c){return this.nS(a,b,0,0,null,c)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.hg&&b.a.j(0,s.a)&&b.b.j(0,s.b)}, +gA(a){return A.L(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.dm.prototype={ +glK(){return!0}, +pU(a){var s=a==null?this.a:a +return new A.dm(this.b,this.c,s)}, +ght(){var s=this.a.b +return new A.ao(s,s,s,s)}, +bb(a){var s=this.a.bb(a) +return new A.dm(this.b*a,this.c.a1(0,a),s)}, +cW(a,b){var s,r +if(a instanceof A.dm){s=A.hA(a.c,this.c,b) +s.toString +r=A.ai(a.a,this.a,b) +return new A.dm(a.b,s,r)}return this.rX(a,b)}, +cX(a,b){var s,r +if(a instanceof A.dm){s=A.hA(this.c,a.c,b) +s.toString +r=A.ai(this.a,a.a,b) +return new A.dm(a.b,s,r)}return this.rY(a,b)}, +dg(a,b){var s=$.S().b2() +s.eK(this.c.cg(a).cV(-this.a.b)) +return s}, +hH(a){return this.dg(a,null)}, +c8(a,b){var s=$.S().b2() +s.eK(this.c.cg(a)) +return s}, +hJ(a){return this.c8(a,null)}, +fq(a,b,c,d){a.dF(this.c.cg(b),c)}, +gf4(){return!0}, +Gu(a4,a5,a6,a7){var s,r,q,p,o,n,m,l,k,j,i,h,g=a5.DL(),f=g.a,e=g.b,d=g.e,c=g.f,b=g.c,a=g.r,a0=a*2,a1=b-a0,a2=g.w,a3=new A.y(a1,e,a1+a0,e+a2*2) +a0=g.x +a1=a0*2 +s=b-a1 +r=g.d +q=g.y +p=q*2 +o=r-p +n=g.Q +m=n*2 +l=r-m +k=g.z +j=$.S().b2() +if(!new A.az(d,c).j(0,B.u))j.pC(new A.y(f,e,f+d*2,e+c*2),3.141592653589793,Math.acos(A.D(1-a6/d,0,1))) +else j.cZ(f-this.a.b/2,e) +if(a6>d)j.b3(f+a6,e) +d=a6+a7 +i=b-f +if(d#"+A.aT(this)}} +A.ze.prototype={ +dl(a){var s=A.cl(this.a,this.b,a) +s.toString +return t.U1.a(s)}} +A.Lf.prototype={ +an(a,b){var s,r,q=this,p=q.c.aa(q.b.gl()),o=new A.y(0,0,0+b.a,0+b.b),n=q.w.aa(q.x.gl()) +n.toString +s=A.T5(n,q.r) +if((s.gl()>>>24&255)>0){n=p.c8(o,q.f) +r=$.S().aL() +r.saj(s) +r.sbY(B.aM) +a.cv(n,r)}n=q.e +r=n.a +p.nS(a,o,n.b,q.d.gl(),r,q.f)}, +d9(a){var s=this +return s.b!==a.b||s.x!==a.x||s.d!==a.d||s.c!==a.c||!s.e.j(0,a.e)||s.f!==a.f}, +k(a){return"#"+A.aT(this)}} +A.ye.prototype={ +ah(){return new A.Jg(null,null,B.k)}} +A.Jg.prototype={ +aH(){var s,r=this,q=null +r.aY() +r.e=A.bC(q,B.BT,q,r.a.w?1:0,r) +s=A.bC(q,B.cx,q,q,r) +r.d=s +r.f=A.cR(B.aG,s,new A.kj(B.aG)) +s=r.a.c +r.r=new A.ze(s,s) +r.w=A.cR(B.a0,r.e,q) +r.x=new A.ep(B.y,r.a.r)}, +m(){var s=this.d +s===$&&A.b() +s.m() +s=this.e +s===$&&A.b() +s.m() +this.Tt()}, +aG(a){var s,r,q=this +q.b1(a) +s=a.c +if(!q.a.c.j(0,s)){q.r=new A.ze(s,q.a.c) +s=q.d +s===$&&A.b() +s.sl(0) +s.bV()}if(!q.a.r.j(0,a.r))q.x=new A.ep(B.y,q.a.r) +s=q.a.w +if(s!==a.w){r=q.e +if(s){r===$&&A.b() +r.bV()}else{r===$&&A.b() +r.dK()}}}, +G(a){var s,r,q,p,o,n,m,l,k=this,j=k.f +j===$&&A.b() +s=k.a.d +r=k.e +r===$&&A.b() +r=A.c([j,s,r],t.Eo) +s=k.f +j=k.r +j===$&&A.b() +q=k.a +p=q.e +q=q.d +o=a.ai(t.I) +o.toString +n=k.a.f +m=k.x +m===$&&A.b() +l=k.w +l===$&&A.b() +return A.er(null,new A.Lf(s,j,p,q,o.w,n,m,l,new A.nU(r)),null,null,B.o)}} +A.z5.prototype={ +ah(){return new A.z6(null,null,B.k)}} +A.z6.prototype={ +gtB(){return this.a.w!=null||!1}, +aH(){var s,r=this +r.aY() +r.d=A.bC(null,B.cx,null,null,r) +if(r.gtB()){r.f=r.oL() +r.d.sl(1)}else r.a.toString +s=r.d +s.bl() +s=s.cd$ +s.b=!0 +s.a.push(r.gz4())}, +m(){var s=this.d +s===$&&A.b() +s.m() +this.TA()}, +z5(){this.ao(new A.a83())}, +aG(a){var s,r=this +r.b1(a) +s=r.a.w!=null +if(s!==(a.w!=null)||!1)if(s){r.f=r.oL() +s=r.d +s===$&&A.b() +s.bV()}else{s=r.d +s===$&&A.b() +s.dK()}}, +oL(){var s,r,q,p,o,n=null,m=this.d +m===$&&A.b() +s=new A.ak(B.TY,B.f,t.Ni).aa(m.gl()) +r=this.a +q=r.w +q.toString +p=r.x +o=r.c +o=A.jp(q,r.y,B.bd,n,p,o,n) +return A.bL(n,A.eX(!1,A.ajK(o,!0,s),m),!0,n,n,!1,!1,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)}, +G(a){var s,r=this,q=r.d +q===$&&A.b() +if(q.gbj()===B.I){r.f=null +r.a.toString +r.e=null +return B.a7}if(r.d.gbj()===B.T){r.e=null +if(r.gtB())return r.f=r.oL() +else{r.f=null +return B.a7}}if(r.e==null&&r.gtB())return r.oL() +if(r.f==null)r.a.toString +if(r.gtB()){q=t.Y +s=r.d +return A.xc(B.fT,A.c([A.eX(!1,r.e,new A.al(s,new A.ak(1,0,q),q.i("al"))),r.oL()],t.E),B.a4,B.dP)}r.a.toString +return B.a7}} +A.a83.prototype={ +$0(){}, +$S:0} +A.ur.prototype={ +H(){return"FloatingLabelBehavior."+this.b}} +A.Eb.prototype={ +gA(a){return B.h.gA(-1)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.Eb&&!0}, +k(a){return A.atI(-1)}} +A.dq.prototype={ +H(){return"_DecorationSlot."+this.b}} +A.K6.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.K6&&b.a.j(0,s.a)&&b.c===s.c&&b.d===s.d&&b.e.j(0,s.e)&&b.f.j(0,s.f)&&b.r.j(0,s.r)&&b.x==s.x&&b.y.j(0,s.y)&&J.d(b.z,s.z)&&J.d(b.Q,s.Q)&&J.d(b.as,s.as)&&J.d(b.at,s.at)&&J.d(b.ax,s.ax)&&J.d(b.ay,s.ay)&&J.d(b.ch,s.ch)&&J.d(b.CW,s.CW)&&b.cx.oy(0,s.cx)&&J.d(b.cy,s.cy)&&b.db.oy(0,s.db)}, +gA(a){var s=this +return A.L(s.a,s.c,s.d,s.e,s.f,s.r,!1,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)}} +A.aac.prototype={} +A.zR.prototype={ +gkm(){var s,r=A.c([],t.Ik),q=this.fU$ +if(q.h(0,B.W)!=null){s=q.h(0,B.W) +s.toString +r.push(s)}if(q.h(0,B.ac)!=null){s=q.h(0,B.ac) +s.toString +r.push(s)}if(q.h(0,B.L)!=null){s=q.h(0,B.L) +s.toString +r.push(s)}if(q.h(0,B.aa)!=null){s=q.h(0,B.aa) +s.toString +r.push(s)}if(q.h(0,B.a8)!=null){s=q.h(0,B.a8) +s.toString +r.push(s)}if(q.h(0,B.a9)!=null){s=q.h(0,B.a9) +s.toString +r.push(s)}if(q.h(0,B.M)!=null){s=q.h(0,B.M) +s.toString +r.push(s)}if(q.h(0,B.af)!=null){s=q.h(0,B.af) +s.toString +r.push(s)}if(q.h(0,B.ag)!=null){s=q.h(0,B.ag) +s.toString +r.push(s)}if(q.h(0,B.a2)!=null){s=q.h(0,B.a2) +s.toString +r.push(s)}if(q.h(0,B.bI)!=null){q=q.h(0,B.bI) +q.toString +r.push(q)}return r}, +saz(a){if(this.B.j(0,a))return +this.B=a +this.a0()}, +sbT(a){if(this.a_===a)return +this.a_=a +this.a0()}, +sacM(a){if(this.Y===a)return +this.Y=a +this.a0()}, +sacL(a){var s,r=this,q=r.aB +if(q===a)return +s=a.a +if(q.a===s){r.aB=a +return}r.aB=a +r.a0()}, +saaf(a){if(this.aI===a)return +this.aI=a +this.b5()}, +sBu(a){return}, +ga_I(){var s=this.B.f.glK() +return s}, +f6(a){var s,r=this.fU$ +if(r.h(0,B.W)!=null){s=r.h(0,B.W) +s.toString +a.$1(s)}if(r.h(0,B.a8)!=null){s=r.h(0,B.a8) +s.toString +a.$1(s)}if(r.h(0,B.L)!=null){s=r.h(0,B.L) +s.toString +a.$1(s)}if(r.h(0,B.M)!=null){s=r.h(0,B.M) +s.toString +a.$1(s)}if(r.h(0,B.af)!=null)if(this.aI){s=r.h(0,B.af) +s.toString +a.$1(s)}else if(r.h(0,B.M)==null){s=r.h(0,B.af) +s.toString +a.$1(s)}if(r.h(0,B.ac)!=null){s=r.h(0,B.ac) +s.toString +a.$1(s)}if(r.h(0,B.aa)!=null){s=r.h(0,B.aa) +s.toString +a.$1(s)}if(r.h(0,B.a9)!=null){s=r.h(0,B.a9) +s.toString +a.$1(s)}if(r.h(0,B.bI)!=null){s=r.h(0,B.bI) +s.toString +a.$1(s)}if(r.h(0,B.ag)!=null){s=r.h(0,B.ag) +s.toString +a.$1(s)}if(r.h(0,B.a2)!=null){r=r.h(0,B.a2) +r.toString +a.$1(r)}}, +gjU(){return!1}, +iv(a,b){var s +if(a==null)return 0 +a.bz(b,!0) +s=a.oe(B.p) +s.toString +return s}, +a_D(a,b,c,d){var s=d.a +if(s<=0){if(a>=b)return b +return a+(b-a)*(s+1)}if(b>=c)return b +return b+(c-b)*s}, +bh(a){var s,r,q,p,o,n=this.fU$,m=n.h(0,B.W) +m=m==null?0:m.ag(B.S,a,m.gbg()) +s=this.B +r=n.h(0,B.L) +r=r==null?0:r.ag(B.S,a,r.gbg()) +q=n.h(0,B.a8) +q=q==null?0:q.ag(B.S,a,q.gbg()) +p=n.h(0,B.ac) +p=p==null?0:p.ag(B.S,a,p.gbg()) +o=n.h(0,B.af) +o=o==null?0:o.ag(B.S,a,o.gbg()) +o=Math.max(p,o) +p=n.h(0,B.a9) +p=p==null?0:p.ag(B.S,a,p.gbg()) +n=n.h(0,B.aa) +n=n==null?0:n.ag(B.S,a,n.gbg()) +return m+s.a.a+r+q+o+p+n+this.B.a.c}, +b6(a){var s,r,q,p,o,n=this.fU$,m=n.h(0,B.W) +m=m==null?0:m.ag(B.a_,a,m.gbn()) +s=this.B +r=n.h(0,B.L) +r=r==null?0:r.ag(B.a_,a,r.gbn()) +q=n.h(0,B.a8) +q=q==null?0:q.ag(B.a_,a,q.gbn()) +p=n.h(0,B.ac) +p=p==null?0:p.ag(B.a_,a,p.gbn()) +o=n.h(0,B.af) +o=o==null?0:o.ag(B.a_,a,o.gbn()) +o=Math.max(p,o) +p=n.h(0,B.a9) +p=p==null?0:p.ag(B.a_,a,p.gbn()) +n=n.h(0,B.aa) +n=n==null?0:n.ag(B.a_,a,n.gbn()) +return m+s.a.a+r+q+o+p+n+this.B.a.c}, +a_Q(a,b){var s,r,q,p +for(s=0,r=0;r<2;++r){q=b[r] +if(q==null)continue +p=q.ag(B.ab,a,q.gbt()) +s=Math.max(p,s)}return s}, +bc(a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a=b.fU$,a0=a.h(0,B.W),a1=a0==null?0:a0.ag(B.ab,a2,a0.gbt()) +a0=a.h(0,B.W) +a2=Math.max(a2-(a0==null?0:a0.ag(B.S,a1,a0.gbg())),0) +a0=a.h(0,B.L) +s=a0==null?0:a0.ag(B.ab,a2,a0.gbt()) +a0=a.h(0,B.L) +r=a0==null?0:a0.ag(B.S,s,a0.gbg()) +a0=a.h(0,B.aa) +q=a0==null?0:a0.ag(B.ab,a2,a0.gbt()) +a0=a.h(0,B.aa) +p=a0==null?0:a0.ag(B.S,q,a0.gbg()) +a2=Math.max(a2-b.B.a.gd6(),0) +a0=a.h(0,B.a2) +o=a0==null?0:a0.ag(B.ab,a2,a0.gbt()) +a0=a.h(0,B.a2) +n=Math.max(a2-(a0==null?0:a0.ag(B.S,o,a0.gbg())),0) +a0=a.h(0,B.ag) +m=a0==null?0:a0.ag(B.ab,n,a0.gbt()) +l=Math.max(o,m) +if(l>0)l+=8 +a0=a.h(0,B.a8) +k=a0==null?0:a0.ag(B.ab,a2,a0.gbt()) +a0=a.h(0,B.a8) +j=a0==null?0:a0.ag(B.S,k,a0.gbg()) +a0=a.h(0,B.a9) +i=a0==null?0:a0.ag(B.ab,a2,a0.gbt()) +a0=a.h(0,B.a9) +h=a0==null?0:a0.ag(B.S,i,a0.gbg()) +a0=t.n +g=B.b.Ob(A.c([b.a_Q(Math.max(a2-j-h-r-p,0),A.c([a.h(0,B.ac),a.h(0,B.af)],t.iG)),k,i],a0),B.jX) +f=b.B.y +e=new A.i(f.a,f.b).a1(0,4) +f=b.B +a=a.h(0,B.M)==null?0:b.B.c +d=B.b.Ob(A.c([a1,f.a.b+a+g+b.B.a.d+e.b,s,q],a0),B.jX) +a=b.B.x +a.toString +c=a||!1?0:48 +return Math.max(d,c)+l}, +bf(a){return this.bc(a)}, +eX(a){var s=this.fU$,r=s.h(0,B.ac).b +r.toString +r=t.q.a(r).a +s=s.h(0,B.ac) +s=s==null?null:s.eX(a) +if(s==null)s=0 +return r.b+s}, +cb(a){return B.o}, +Vs(a){var s,r,q,p,o,n,m=null,l=t.q1,k=A.c([],l),j=new A.CQ(k,A.c([],t.X_)) +for(s=a.length,r=m,q=r,p=0;p0 +a4=!a3?0:o.h(0,B.ag).gq().b+8 +a5=Math.max(a2,a4) +f1=e9.B.y +a6=new A.i(f1.a,f1.b).a1(0,4) +f1=o.h(0,B.ac) +n=o.h(0,B.ac) +k=e9.B.a +j=a6.b +i=j/2 +s.p(0,f1,e9.iv(n,p.AZ(new A.ao(0,k.b+a1+i,0,k.d+a5+i)).AQ(c,c))) +k=o.h(0,B.af) +a7=k==null?f0:k.gq().b +if(a7==null)a7=0 +f1=o.h(0,B.ac) +a8=f1==null?f0:f1.gq().b +if(a8==null)a8=0 +a9=Math.max(a7,a8) +f1=s.h(0,o.h(0,B.ac)) +f1.toString +n=s.h(0,o.h(0,B.af)) +n.toString +b0=Math.max(f1,n) +n=o.h(0,B.a8) +b1=n==null?f0:n.gq().b +if(b1==null)b1=0 +f1=o.h(0,B.a9) +b2=f1==null?f0:f1.gq().b +if(b2==null)b2=0 +f1=s.h(0,o.h(0,B.a8)) +f1.toString +n=s.h(0,o.h(0,B.a9)) +n.toString +b3=Math.max(0,Math.max(f1,n)-b0) +n=s.h(0,o.h(0,B.a8)) +n.toString +f1=s.h(0,o.h(0,B.a9)) +f1.toString +b4=Math.max(0,Math.max(b1-n,b2-f1)-(a9-b0)) +f1=o.h(0,B.L) +b5=f1==null?f0:f1.gq().b +if(b5==null)b5=0 +f1=o.h(0,B.aa) +b6=f1==null?f0:f1.gq().b +if(b6==null)b6=0 +b7=Math.max(b5,b6) +f1=e9.B +n=f1.a +k=n.b +b8=Math.max(b7,a1+k+b3+a9+b4+n.d+j) +f1=f1.x +f1.toString +if(!f1)f1=!1 +else f1=!0 +b9=f1?0:48 +c0=q-a5 +c1=Math.min(Math.max(b8,b9),c0) +c2=b9>b8?(b9-b8)/2:0 +c3=Math.max(0,b8-c0) +f1=e9.aB +c4=(f1.a+1)/2 +c5=b3-c3*(1-c4) +c6=k+a1+b0+c5+c2+i +c7=c1-(n.gbE()+n.gbH())-a1-j-(b3+a9+b4) +c8=c6+c7*c4 +f1=e9.aB +c9=e9.a_D(c6,b0+c5/2+(c1-(2+a9))/2,c6+c7,f1) +if(o.h(0,B.a2)!=null){f1=s.h(0,o.h(0,B.a2)) +f1.toString +d0=c1+8+f1 +d1=o.h(0,B.a2).gq().b+8}else{d0=0 +d1=0}if(a3){f1=s.h(0,o.h(0,B.ag)) +f1.toString +d2=c1+8+f1 +d3=a4}else{d2=0 +d3=0}d4=Math.max(d0,d2) +d5=Math.max(d1,d3) +d6=o.h(0,B.bI) +if(d6!=null){f1=o.h(0,B.W) +d6.bz(A.eo(c1,r-(f1==null?B.o:f1.gq()).a),!0) +switch(e9.a_.a){case 0:d7=0 +break +case 1:f1=o.h(0,B.W) +d7=(f1==null?B.o:f1.gq()).a +break +default:d7=f0}f1=d6.b +f1.toString +t.q.a(f1).a=new A.i(d7,0)}d8=A.aX("height") +d9=new A.aag(d8) +e0=A.aX("baseline") +e1=new A.aaf(e0,new A.aac(s,c8,c9,d4,c1,d5)) +f1=e9.B.a +e2=f1.a +e3=r-f1.c +d8.b=c1 +e0.b=e9.ga_I()?c9:c8 +if(o.h(0,B.W)!=null){switch(e9.a_.a){case 0:d7=r-o.h(0,B.W).gq().a +break +case 1:d7=0 +break +default:d7=f0}f1=o.h(0,B.W) +f1.toString +d9.$2(f1,d7)}switch(e9.a_.a){case 0:f1=o.h(0,B.W) +e4=e3-(f1==null?B.o:f1.gq()).a +if(o.h(0,B.L)!=null){e4+=e9.B.a.c +f1=o.h(0,B.L) +f1.toString +e4-=d9.$2(f1,e4-o.h(0,B.L).gq().a)}if(o.h(0,B.M)!=null){f1=o.h(0,B.M) +f1.toString +d9.$2(f1,e4-o.h(0,B.M).gq().a)}if(o.h(0,B.a8)!=null){f1=o.h(0,B.a8) +f1.toString +e4-=e1.$2(f1,e4-o.h(0,B.a8).gq().a)}if(o.h(0,B.ac)!=null){f1=o.h(0,B.ac) +f1.toString +e1.$2(f1,e4-o.h(0,B.ac).gq().a)}if(o.h(0,B.af)!=null){f1=o.h(0,B.af) +f1.toString +e1.$2(f1,e4-o.h(0,B.af).gq().a)}if(o.h(0,B.aa)!=null){e5=e2-e9.B.a.a +f1=o.h(0,B.aa) +f1.toString +e5+=d9.$2(f1,e5)}else e5=e2 +if(o.h(0,B.a9)!=null){f1=o.h(0,B.a9) +f1.toString +e1.$2(f1,e5)}break +case 1:f1=o.h(0,B.W) +e4=e2+(f1==null?B.o:f1.gq()).a +if(o.h(0,B.L)!=null){e4-=e9.B.a.a +f1=o.h(0,B.L) +f1.toString +e4+=d9.$2(f1,e4)}if(o.h(0,B.M)!=null){f1=o.h(0,B.M) +f1.toString +d9.$2(f1,e4)}if(o.h(0,B.a8)!=null){f1=o.h(0,B.a8) +f1.toString +e4+=e1.$2(f1,e4)}if(o.h(0,B.ac)!=null){f1=o.h(0,B.ac) +f1.toString +e1.$2(f1,e4)}if(o.h(0,B.af)!=null){f1=o.h(0,B.af) +f1.toString +e1.$2(f1,e4)}if(o.h(0,B.aa)!=null){e5=e3+e9.B.a.c +f1=o.h(0,B.aa) +f1.toString +e5-=d9.$2(f1,e5-o.h(0,B.aa).gq().a)}else e5=e3 +if(o.h(0,B.a9)!=null){f1=o.h(0,B.a9) +f1.toString +e1.$2(f1,e5-o.h(0,B.a9).gq().a)}break}if(o.h(0,B.ag)!=null||o.h(0,B.a2)!=null){d8.b=d5 +e0.b=d4 +switch(e9.a_.a){case 0:if(o.h(0,B.ag)!=null){f1=o.h(0,B.ag) +f1.toString +q=o.h(0,B.ag).gq() +n=o.h(0,B.W) +n=n==null?B.o:n.gq() +e1.$2(f1,e3-q.a-n.a)}if(o.h(0,B.a2)!=null){f1=o.h(0,B.a2) +f1.toString +e1.$2(f1,e2)}break +case 1:if(o.h(0,B.ag)!=null){f1=o.h(0,B.ag) +f1.toString +q=o.h(0,B.W) +e1.$2(f1,e2+(q==null?B.o:q.gq()).a)}if(o.h(0,B.a2)!=null){f1=o.h(0,B.a2) +f1.toString +e1.$2(f1,e3-o.h(0,B.a2).gq().a)}break}}if(o.h(0,B.M)!=null){f1=o.h(0,B.M).b +f1.toString +e6=t.q.a(f1).a.a +f1=o.h(0,B.M) +e7=(f1==null?B.o:f1.gq()).a*0.75 +switch(e9.a_.a){case 0:if(o.h(0,B.L)!=null&&!0)if(e9.bi){f1=o.h(0,B.L) +e8=(f1==null?B.o:f1.gq()).a-e2}else e8=0 +else e8=0 +f1=e9.B +q=o.h(0,B.M) +q=q==null?B.o:q.gq() +n=d6==null?B.o:d6.gq() +f1.r.sxw(A.M(e6+q.a+e8,n.a/2+e7/2,0)) +break +case 1:if(o.h(0,B.L)!=null&&!0)if(e9.bi){f1=o.h(0,B.L) +e8=-(f1==null?B.o:f1.gq()).a+e2}else e8=0 +else e8=0 +f1=e9.B +q=o.h(0,B.W) +q=q==null?B.o:q.gq() +n=d6==null?B.o:d6.gq() +f1.r.sxw(A.M(e6-q.a+e8,n.a/2-e7/2,0)) +break}e9.B.r.scN(o.h(0,B.M).gq().a*0.75)}else{e9.B.r.sxw(f0) +e9.B.r.scN(0)}e9.id=f2.aU(new A.H(r,c1+d5))}, +a1f(a,b){var s=this.fU$.h(0,B.M) +s.toString +a.d_(s,b)}, +an(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=new A.aae(a,b),e=g.fU$ +f.$1(e.h(0,B.bI)) +if(e.h(0,B.M)!=null){s=e.h(0,B.M).b +s.toString +r=t.q +q=r.a(s).a +s=e.h(0,B.M) +s=s==null?B.o:s.gq() +p=e.h(0,B.M) +o=(p==null?B.o:p.gq()).a +p=g.B +n=p.f +m=p.d +l=n.glK() +k=l?-s.b*0.75/2+n.a.b/2:g.B.a.b +s=A.M(1,0.75,m) +s.toString +p=e.h(0,B.bI).b +p.toString +p=r.a(p).a +r=e.h(0,B.bI) +r=r==null?B.o:r.gq() +switch(g.a_.a){case 0:j=q.a+o*(1-s) +if(e.h(0,B.L)!=null)n=l +else n=!1 +if(n){if(g.bi){n=e.h(0,B.L) +n=n==null?B.o:n.gq() +n=n.a-g.B.a.a}else n=0 +i=j+n}else i=j +break +case 1:j=q.a +if(e.h(0,B.L)!=null)n=l +else n=!1 +if(n){if(g.bi){n=e.h(0,B.L) +n=n==null?B.o:n.gq() +n=-n.a+g.B.a.a}else n=0 +i=j+n}else i=j +break +default:j=null +i=null}r=A.M(i,p.a+r.a/2-o*0.75/2,0) +r.toString +r=A.M(j,r,m) +r.toString +p=q.b +n=A.M(0,k-p,m) +n.toString +h=new A.aY(new Float64Array(16)) +h.dD() +h.bm(r,p+n) +h.bb(s) +g.R=h +s=g.cx +s===$&&A.b() +n=g.ch +n.sal(a.r8(s,b,h,g.ga1e(),t.zV.a(n.a)))}else g.ch.sal(null) +f.$1(e.h(0,B.W)) +f.$1(e.h(0,B.a8)) +f.$1(e.h(0,B.a9)) +f.$1(e.h(0,B.L)) +f.$1(e.h(0,B.aa)) +f.$1(e.h(0,B.af)) +f.$1(e.h(0,B.ac)) +f.$1(e.h(0,B.ag)) +f.$1(e.h(0,B.a2))}, +jA(a){return!0}, +cl(a,b){var s,r,q,p,o,n,m +for(s=this.gkm(),r=s.length,q=t.q,p=0;p>>16&255,s>>>8&255,s&255) +if(p.a.w){p.gaz() +s=!0}else s=!1 +if(s){s=p.gaz().ry +q=s==null?a.d.fr:s +s=(q==null?a.dx:q).a +return A.T5(A.z(31,s>>>16&255,s>>>8&255,s&255),r)}return r}, +Xv(a,b){var s,r=this +if(r.gaz().R8!==!0)return B.y +if(r.gaz().RG!=null){s=r.gaz().RG +s.toString +return A.bI(s,r.geg(),t.n8)}return A.bI(b.gnv(),r.geg(),t.n8)}, +Xz(a){var s,r=this +if(r.gaz().R8!=null){s=r.gaz().R8 +s.toString +if(s)if(!r.a.r){r.gaz() +s=!1}else s=!0 +else s=!0}else s=!0 +if(s)return B.y +s=r.gaz().ry +if(s==null)s=a.d.fr +return s==null?a.dx:s}, +GR(a,b){var s=this,r=t._,q=A.bI(s.gaz().ok,s.geg(),r) +r=q==null?A.bI(a.d.ch,s.geg(),r):q +return r==null?A.bI(b.gmm(),s.geg(),t.n8):r}, +GC(a,b){return A.bI(b.gnB(),this.geg(),t.em).b9(A.bI(this.gaz().w,this.geg(),t.p8))}, +geg(){var s,r=this,q=A.ax(t.ui) +r.gaz() +if(r.a.r)q.J(0,B.z) +if(r.a.w){r.gaz() +s=!0}else s=!1 +if(s)q.J(0,B.A) +if(r.gaz().ax!=null)q.J(0,B.bP) +return q}, +Xo(a,b){var s,r,q=this,p=A.bI(q.gaz().y2,q.geg(),t.Ef) +if(p==null)p=B.a25 +q.gaz() +if(p.a.j(0,B.n))return p +if(a.y){s=q.gaz().R8 +s.toString +r=t.oI +if(s)return p.pU(A.bI(b.gpB(),q.geg(),r)) +else return p.pU(A.bI(b.gr0(),q.geg(),r))}else{s=q.Xp(a) +q.gaz() +if(!J.d(q.gaz().y2,B.jn)){q.gaz() +r=!1}else r=!0 +if(r)r=0 +else r=q.a.r?2:1 +return p.pU(new A.ag(s,r,B.r,-1))}}, +G(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=this,b4=null,b5=A.G(c1),b6=A.G(c1).y?new A.a8B(c1,b4,b4,b4,b4,b4,b4,b4,B.eq,B.e2,!1,b4,!1,b4,b4,b4,b4,b4,b4,!1,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,!1,b4):new A.a8r(c1,b4,b4,b4,b4,b4,b4,b4,B.eq,B.e2,!1,b4,!1,b4,b4,b4,b4,b4,b4,!1,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,!1,b4),b7=t.em,b8=A.bI(b6.gnH(),b3.geg(),b7),b9=t.p8,c0=A.bI(b3.gaz().e,b3.geg(),b9) +if(c0==null)c0=A.bI(b5.d.a,b3.geg(),b9) +s=b5.p3.w +s.toString +r=s.b9(b3.a.d).b9(b8).b9(c0).a6A(1) +q=r.Q +q.toString +b8=A.bI(b6.gnC(),b3.geg(),b7) +c0=A.bI(b3.gaz().z,b3.geg(),b9) +if(c0==null)c0=A.bI(b5.d.e,b3.geg(),b9) +s.b9(b3.a.d).b9(b8).b9(c0) +b3.gaz() +p=b3.gaz().ax!=null +b3.gaz() +if(b3.a.r)o=p?b3.gaz().x2:b3.gaz().x1 +else o=p?b3.gaz().to:b3.gaz().y1 +if(o==null)o=b3.Xo(b5,b6) +s=b3.r +n=b3.e +n===$&&A.b() +m=b3.Xv(b5,b6) +l=b3.Xz(b5) +if(b3.a.w){b3.gaz() +k=!0}else k=!1 +b3.gaz() +b3.gaz() +b3.gaz() +b3.gaz() +b3.gaz() +b3.gaz() +j=b3.a +i=j.z +h=j.y +if(h)j=j.r&&!0 +else j=!0 +if(j){i!=null +g=!1}else g=!1 +if(i!=null&&g)i=A.bL(b4,i,!1,b4,b4,!1,!1,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,B.rB,b4,b4,b4) +j=b3.gaz() +f=j.cy===!0 +e=f?18:24 +b3.gaz() +b3.gaz() +if(b3.gaz().k1==null)d=b4 +else{j=b3.gaz().p1 +if(j==null)j=b5.z.vv(B.jT) +h=b3.GR(b5,b6) +c=A.mt(b4,b4,b4,b4,b4,b4,b4,b3.GR(b5,b6),b4,b4,e,b4,b4,b4,b4,b4,b4,b4) +d=A.fO(A.j1(new A.dg(j,A.p6(A.Xf(A.bL(b4,b3.gaz().k1,!1,b4,b4,!1,!1,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4),new A.iN(c)),new A.bj(e,b4,b4,b4,b4,h,b4,b4)),b4),B.aR,b4,b4,b4),1,1)}j=b3.a.e +h=b3.gaz() +c=b3.GC(b5,b6) +b=b3.gaz() +a=b3.gaz() +a0=b3.gaz() +b7=A.bI(b6.gnl(),b3.geg(),b7).b9(b3.gaz().ay) +a1=b3.gaz() +if(b3.gaz().p3!=null)a2=b3.gaz().p3 +else if(b3.gaz().p2!=null&&b3.gaz().p2!==""){a3=b3.a.r +a4=b3.gaz().p2 +a4.toString +b9=b3.GC(b5,b6).b9(A.bI(b3.gaz().p4,b3.geg(),b9)) +a2=A.bL(b4,A.jp(a4,b4,B.bd,b3.gaz().br,b9,b4,b4),!0,b4,b4,!1,!1,b4,b4,b4,b4,a3,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4)}else a2=b4 +b9=c1.ai(t.I) +b9.toString +a5=b3.gaz().db +if(a5==null)a5=b4 +b3.gaz() +if(!o.glK()){a3=r.r +a3.toString +a4=A.c4(c1,B.cQ) +a4=a4==null?b4:a4.c +if(a4==null)a4=1 +a6=(4+0.75*a3)*a4 +a3=b3.gaz() +if(a3.R8===!0)if(a5==null)a7=f?B.ll:B.C8 +else a7=a5 +else if(a5==null)a7=f?B.C4:B.C2 +else a7=a5}else{if(a5==null)a7=f?B.C9:B.Ca +else a7=a5 +a6=0}b3.gaz() +a3=b3.gaz().cx +a3.toString +a4=n.gl() +a8=b3.gaz() +a9=b3.gaz() +b0=b3.a +b1=new A.K9(new A.K6(a7,!1,a6,a4,a3,o,s,a8.am===!0,a9.cy,b5.z,b4,i,b4,b4,b4,b4,b4,d,new A.z5(j,h.r,c,b.x,a.at,a0.ax,b7,a1.ch,b4),a2,new A.ye(o,s,n,m,l,k,b4)),b9.w,q,b0.f,b0.r,!1,b4) +b2=b3.gaz().aO +if(b2==null)b2=b5.d.k4 +if(b2!=null)return new A.dg(b2,b1,b4) +return b1}} +A.a8M.prototype={ +$0(){}, +$S:0} +A.EL.prototype={ +Lu(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){var s=this,r=e0==null?s.b:e0,q=e3==null?s.e:e3,p=d1==null?s.f:d1,o=d6==null?s.w:d6,n=d8==null?s.z:d8,m=d7==null?s.as:d7,l=c6==null?s.ax:c6,k=c5==null?s.ay:c5,j=d0==null?s.CW:d0,i=c9==null?s.cx:c9,h=e2==null?s.cy:e2,g=b6==null?s.db:b6,f=e5==null?s.go:e5,e=e4==null?s.id:e4,d=e8==null?s.k4:e8,c=e7==null?s.ok:e7,b=b7==null?s.p3:b7,a=b9==null?s.p2:b9,a0=b8==null?s.p4:b8,a1=c8==null?s.R8:c8,a2=c7==null?s.RG:c7,a3=d9==null?s.ry:d9,a4=c3==null?s.to:c3,a5=d3==null?s.x1:d3,a6=d4==null?s.x2:d4,a7=c0==null?s.xr:c0,a8=c2==null?s.y1:c2,a9=b4==null?s.y2:b4,b0=e6==null?s.br:e6,b1=b3==null?s.am:b3,b2=b5==null?s.aO:b5 +return A.ajY(b1,a9,b2,g,b,a0,a,a7,c1!==!1,a8,s.at,a4,s.ch,k,l,a2,a1,i,j,p,s.rx,a5,a6,s.x,o,s.r,m,n,s.y,s.Q,a3,s.a,r,e1===!0,h,s.c,q,s.d,s.fx,s.dy,e,s.fr,f,s.fy,b0,s.k2,s.k1,c,s.p1,d,s.k3)}, +a6W(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){return this.Lu(a,b,c,d,null,e,null,f,null,g,h,i,j,null,k,l,m,n,o,p,q,r,s,a0,null,a1,a2,a3,a4,a5,a6,a7,a8,null,a9,b0)}, +a6N(a,b){return this.Lu(null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,b,null,null,null,null,null,null,null,null,null,null,null)}, +KK(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=this,a6=a5.e +if(a6==null)a6=a7.a +s=a5.f +if(s==null)s=a7.b +r=a5.w +if(r==null)r=a7.c +q=a5.z +if(q==null)q=a7.e +p=a5.ay +if(p==null)p=a7.f +o=a5.CW +if(o==null)o=a7.w +n=a5.cx +if(n==null)n=a7.x +m=a5.cy +if(m==null)m=a7.y +l=a5.db +if(l==null)l=a7.z +k=a5.b +if(k==null)k=a7.as +j=a5.go +if(j==null)j=a7.at +i=a5.id +if(i==null)i=a7.ax +h=a5.k4 +if(h==null)h=a7.ay +g=a5.ok +if(g==null)g=a7.ch +f=a5.p4 +if(f==null)f=a7.CW +e=a5.R8 +if(e==null)e=a7.cx +d=a5.RG +if(d==null)d=a7.cy +c=a5.ry +if(c==null)c=a7.fr +b=a5.to +if(b==null)b=a7.fx +a=a5.x1 +if(a==null)a=a7.fy +a0=a5.x2 +if(a0==null)a0=a7.go +a1=a5.xr +if(a1==null)a1=a7.id +a2=a5.y1 +if(a2==null)a2=a7.k1 +a3=a5.y2 +if(a3==null)a3=a7.k2 +a4=a5.aO +if(a4==null)a4=a7.k4 +return a5.a6W(a5.am===!0,a3,a4,l,f,a1,a2,b,a7.r,p,d,e,n,o,s,a7.dy,a,a0,a7.d,r,q,c,k,!1,m,a6,i,j,g,h)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.EL&&J.d(b.b,s.b)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.w,s.w)&&J.d(b.z,s.z)&&b.as==s.as&&b.ax==s.ax&&J.d(b.ay,s.ay)&&b.CW==s.CW&&J.d(b.cx,s.cx)&&b.cy==s.cy&&J.d(b.db,s.db)&&J.d(b.id,s.id)&&J.d(b.go,s.go)&&J.d(b.k1,s.k1)&&J.d(b.ok,s.ok)&&J.d(b.k4,s.k4)&&J.d(b.p1,s.p1)&&J.d(b.p3,s.p3)&&b.p2==s.p2&&J.d(b.p4,s.p4)&&b.R8==s.R8&&J.d(b.RG,s.RG)&&J.d(b.ry,s.ry)&&J.d(b.to,s.to)&&J.d(b.x1,s.x1)&&J.d(b.x2,s.x2)&&J.d(b.xr,s.xr)&&J.d(b.y1,s.y1)&&J.d(b.y2,s.y2)&&b.br==s.br&&b.am==s.am&&J.d(b.aO,s.aO)}, +gA(a){var s=this +return A.bJ([s.a,s.b,s.c,s.d,s.f,s.e,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,!1,s.R8,s.RG,s.rx,s.ry,s.dy,s.id,s.fx,s.fy,s.go,s.fr,s.k1,s.ok,s.k2,s.k3,s.k4,s.p1,s.p3,s.p2,s.p4,s.to,s.x1,s.x2,s.xr,s.y1,s.y2,!0,s.br,s.am,s.aO])}, +k(a){var s=this,r=A.c([],t.s),q=s.b +if(q!=null)r.push("iconColor: "+q.k(0)) +q=s.f +if(q!=null)r.push('floatingLabelStyle: "'+q.k(0)+'"') +q=s.as +if(q!=null)r.push('hintMaxLines: "'+A.m(q)+'"') +q=s.ax +if(q!=null)r.push('errorText: "'+q+'"') +q=s.ay +if(q!=null)r.push('errorStyle: "'+q.k(0)+'"') +q=s.CW +if(q!=null)r.push("floatingLabelBehavior: "+q.k(0)) +q=s.cx +if(q!=null)r.push("floatingLabelAlignment: "+q.k(0)) +q=s.cy +if(q===!0)r.push("isDense: "+A.m(q)) +q=s.db +if(q!=null)r.push("contentPadding: "+q.k(0)) +q=s.id +if(q!=null)r.push("prefixIconColor: "+q.k(0)) +q=s.go +if(q!=null)r.push("prefixStyle: "+q.k(0)) +q=s.k1 +if(q!=null)r.push("suffixIcon: "+q.k(0)) +q=s.ok +if(q!=null)r.push("suffixIconColor: "+q.k(0)) +q=s.k4 +if(q!=null)r.push("suffixStyle: "+q.k(0)) +q=s.p1 +if(q!=null)r.push("suffixIconConstraints: "+q.k(0)) +q=s.p3 +if(q!=null)r.push("counter: "+q.k(0)) +q=s.p2 +if(q!=null)r.push("counterText: "+q) +q=s.p4 +if(q!=null)r.push("counterStyle: "+q.k(0)) +if(s.R8===!0)r.push("filled: true") +q=s.RG +if(q!=null)r.push("fillColor: "+q.k(0)) +q=s.ry +if(q!=null)r.push("hoverColor: "+q.k(0)) +q=s.to +if(q!=null)r.push("errorBorder: "+q.k(0)) +q=s.x1 +if(q!=null)r.push("focusedBorder: "+q.k(0)) +q=s.x2 +if(q!=null)r.push("focusedErrorBorder: "+q.k(0)) +q=s.xr +if(q!=null)r.push("disabledBorder: "+q.k(0)) +q=s.y1 +if(q!=null)r.push("enabledBorder: "+q.k(0)) +q=s.y2 +if(q!=null)r.push("border: "+q.k(0)) +q=s.br +if(q!=null)r.push("semanticCounterText: "+q) +q=s.am +if(q!=null)r.push("alignLabelWithHint: "+A.m(q)) +q=s.aO +if(q!=null)r.push("constraints: "+q.k(0)) +return"InputDecoration("+B.b.bW(r,", ")+")"}} +A.pc.prototype={ +gA(a){var s=this +return A.L(s.gnH(),s.gqt(),s.gnB(),s.d,s.gnC(),s.gnl(),s.r,s.w,s.x,s.y,s.z,!1,s.giP(),s.at,s.gr5(),s.ay,s.gmm(),s.CW,s.cx,A.L(s.gnv(),s.gpB(),s.gr0(),s.dy,s.fr,s.fx,s.fy,s.go,s.id,s.k1,s.k2,!1,s.k4,B.a,B.a,B.a,B.a,B.a,B.a,B.a))}, +j(a,b){var s,r,q,p=this +if(b==null)return!1 +if(p===b)return!0 +if(J.O(b)!==A.r(p))return!1 +if(b instanceof A.pc)if(J.d(b.gnH(),p.gnH()))if(J.d(b.gqt(),p.gqt()))if(J.d(b.gnB(),p.gnB()))if(J.d(b.gnC(),p.gnC()))if(J.d(b.gnl(),p.gnl()))if(b.y===p.y)if(J.d(b.z,p.z))if(J.d(b.giP(),p.giP()))if(J.d(b.at,p.at))if(J.d(b.gr5(),p.gr5()))if(J.d(b.ay,p.ay))if(J.d(b.gmm(),p.gmm()))if(b.w===p.w)if(b.x.j(0,p.x))if(b.cx===p.cx)if(J.d(b.gnv(),p.gnv()))if(J.d(b.gpB(),p.gpB()))if(J.d(b.gr0(),p.gr0()))if(J.d(b.fx,p.fx))if(J.d(b.fy,p.fy))if(J.d(b.go,p.go)){s=b.id +r=p.id +q=J.hs(s) +s=q.j(s,r)&&J.d(b.k1,p.k1)&&J.d(b.k2,p.k2)&&J.d(b.k4,p.k4)&&q.j(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 +return s}, +gnH(){return this.a}, +gqt(){return this.b}, +gnB(){return this.c}, +gnC(){return this.e}, +gnl(){return this.f}, +giP(){return this.as}, +gr5(){return this.ax}, +gmm(){return this.ch}, +gnv(){return this.cy}, +gr0(){return this.db}, +gpB(){return this.dx}} +A.a8r.prototype={ +gnC(){return A.hm(new A.a8w(this))}, +gnH(){return A.hm(new A.a8y(this))}, +gqt(){return A.hm(new A.a8u(this))}, +gnB(){return A.hm(new A.a8v(this))}, +gnl(){return A.hm(new A.a8s(this))}, +gnv(){return A.jH(new A.a8t(this))}, +giP(){return A.jH(new A.a8x(this))}, +gr5(){return A.jH(new A.a8z(this))}, +gmm(){return A.jH(new A.a8A(this))}} +A.a8w.prototype={ +$1(a){var s=null +if(a.n(0,B.q))return A.cW(s,s,A.G(this.a.ok).ch,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.cW(s,s,A.G(this.a.ok).db,s,s,s,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s,s,s,s)}, +$S:15} +A.a8y.prototype={ +$1(a){var s=null +if(a.n(0,B.q))return A.cW(s,s,A.G(this.a.ok).ch,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.cW(s,s,A.G(this.a.ok).db,s,s,s,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s,s,s,s)}, +$S:15} +A.a8u.prototype={ +$1(a){var s=this,r=null +if(a.n(0,B.q))return A.cW(r,r,A.G(s.a.ok).ch,r,r,r,r,r,r,r,r,r,r,r,r,r,r,!0,r,r,r,r,r,r,r,r) +if(a.n(0,B.bP))return A.cW(r,r,A.G(s.a.ok).ax.at,r,r,r,r,r,r,r,r,r,r,r,r,r,r,!0,r,r,r,r,r,r,r,r) +if(a.n(0,B.z))return A.cW(r,r,A.G(s.a.ok).ax.b,r,r,r,r,r,r,r,r,r,r,r,r,r,r,!0,r,r,r,r,r,r,r,r) +return A.cW(r,r,A.G(s.a.ok).db,r,r,r,r,r,r,r,r,r,r,r,r,r,r,!0,r,r,r,r,r,r,r,r)}, +$S:15} +A.a8v.prototype={ +$1(a){var s=A.G(this.a.ok) +if(a.n(0,B.q))return s.p3.Q.bJ(B.y) +return s.p3.Q.bJ(s.db)}, +$S:15} +A.a8s.prototype={ +$1(a){var s=A.G(this.a.ok) +if(a.n(0,B.q))return s.p3.Q.bJ(B.y) +return s.p3.Q.bJ(s.ax.at)}, +$S:15} +A.a8t.prototype={ +$1(a){if(a.n(0,B.q))switch(A.G(this.a.ok).ax.a.a){case 0:return B.Ah +case 1:return B.Bb}switch(A.G(this.a.ok).ax.a.a){case 0:return B.B7 +case 1:return B.Ae}}, +$S:3} +A.a8x.prototype={ +$1(a){if(a.n(0,B.q)&&!a.n(0,B.z))return A.G(this.a.ok).ch +if(a.n(0,B.z))return A.G(this.a.ok).ax.b +switch(A.G(this.a.ok).ax.a.a){case 0:return B.D +case 1:return B.hb}}, +$S:3} +A.a8z.prototype={ +$1(a){if(a.n(0,B.q)&&!a.n(0,B.z))return A.G(this.a.ok).ch +if(a.n(0,B.z))return A.G(this.a.ok).ax.b +switch(A.G(this.a.ok).ax.a.a){case 0:return B.D +case 1:return B.hb}}, +$S:3} +A.a8A.prototype={ +$1(a){if(a.n(0,B.q)&&!a.n(0,B.z))return A.G(this.a.ok).ch +if(a.n(0,B.z))return A.G(this.a.ok).ax.b +switch(A.G(this.a.ok).ax.a.a){case 0:return B.D +case 1:return B.hb}}, +$S:3} +A.a8B.prototype={ +gbI(){var s,r=this,q=r.p1 +if(q===$){s=A.G(r.ok) +r.p1!==$&&A.aK() +q=r.p1=s.ax}return q}, +guq(){var s,r=this,q=r.p2 +if(q===$){s=A.G(r.ok) +r.p2!==$&&A.aK() +q=r.p2=s.p3}return q}, +gnC(){return A.hm(new A.a8H(this))}, +gnv(){return A.jH(new A.a8E(this))}, +gpB(){return A.agW(new A.a8C(this))}, +gr0(){return A.agW(new A.a8J(this))}, +giP(){var s=this.gbI(),r=s.dy +return r==null?s.db:r}, +gr5(){return A.jH(new A.a8K(this))}, +gmm(){return A.jH(new A.a8L(this))}, +gnH(){return A.hm(new A.a8I(this))}, +gqt(){return A.hm(new A.a8F(this))}, +gnB(){return A.hm(new A.a8G(this))}, +gnl(){return A.hm(new A.a8D(this))}} +A.a8H.prototype={ +$1(a){var s=null +if(a.n(0,B.q))return A.cW(s,s,A.G(this.a.ok).ch,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.cW(s,s,A.G(this.a.ok).db,s,s,s,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s,s,s,s)}, +$S:15} +A.a8E.prototype={ +$1(a){var s,r +if(a.n(0,B.q)){s=this.a.gbI().db.a +return A.z(10,s>>>16&255,s>>>8&255,s&255)}s=this.a.gbI() +r=s.dx +return r==null?s.cy:r}, +$S:3} +A.a8C.prototype={ +$1(a){var s,r,q=this +if(a.n(0,B.q)){s=q.a.gbI().db.a +return new A.ag(A.z(97,s>>>16&255,s>>>8&255,s&255),1,B.r,-1)}if(a.n(0,B.bP)){if(a.n(0,B.A)){s=q.a.gbI() +r=s.ch +return new A.ag(r==null?s.ax:r,1,B.r,-1)}if(a.n(0,B.z))return new A.ag(q.a.gbI().at,2,B.r,-1) +return new A.ag(q.a.gbI().at,1,B.r,-1)}if(a.n(0,B.A))return new A.ag(q.a.gbI().db,1,B.r,-1) +if(a.n(0,B.z))return new A.ag(q.a.gbI().b,2,B.r,-1) +s=q.a.gbI() +r=s.dy +return new A.ag(r==null?s.db:r,1,B.r,-1)}, +$S:91} +A.a8J.prototype={ +$1(a){var s,r,q=this +if(a.n(0,B.q)){s=q.a.gbI().db.a +return new A.ag(A.z(31,s>>>16&255,s>>>8&255,s&255),1,B.r,-1)}if(a.n(0,B.bP)){if(a.n(0,B.A)){s=q.a.gbI() +r=s.ch +return new A.ag(r==null?s.ax:r,1,B.r,-1)}if(a.n(0,B.z))return new A.ag(q.a.gbI().at,2,B.r,-1) +return new A.ag(q.a.gbI().at,1,B.r,-1)}if(a.n(0,B.A))return new A.ag(q.a.gbI().db,1,B.r,-1) +if(a.n(0,B.z))return new A.ag(q.a.gbI().b,2,B.r,-1) +s=q.a.gbI() +r=s.fr +return new A.ag(r==null?s.cx:r,1,B.r,-1)}, +$S:91} +A.a8K.prototype={ +$1(a){var s=this.a.gbI(),r=s.dy +return r==null?s.db:r}, +$S:3} +A.a8L.prototype={ +$1(a){var s,r +if(a.n(0,B.q)){s=this.a.gbI().db.a +return A.z(97,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.bP))return this.a.gbI().at +s=this.a.gbI() +r=s.dy +return r==null?s.db:r}, +$S:3} +A.a8I.prototype={ +$1(a){var s,r=this.a,q=r.guq().y +if(q==null)q=B.dS +if(a.n(0,B.q)){r=r.gbI().db.a +return q.bJ(A.z(97,r>>>16&255,r>>>8&255,r&255))}if(a.n(0,B.bP)){if(a.n(0,B.A)){r=r.gbI() +s=r.ch +return q.bJ(s==null?r.ax:s)}if(a.n(0,B.z))return q.bJ(r.gbI().at) +return q.bJ(r.gbI().at)}if(a.n(0,B.A)){r=r.gbI() +s=r.dy +return q.bJ(s==null?r.db:s)}if(a.n(0,B.z))return q.bJ(r.gbI().b) +r=r.gbI() +s=r.dy +return q.bJ(s==null?r.db:s)}, +$S:15} +A.a8F.prototype={ +$1(a){var s,r=this.a,q=r.guq().y +if(q==null)q=B.dS +if(a.n(0,B.q)){r=r.gbI().db.a +return q.bJ(A.z(97,r>>>16&255,r>>>8&255,r&255))}if(a.n(0,B.bP)){if(a.n(0,B.A)){r=r.gbI() +s=r.ch +return q.bJ(s==null?r.ax:s)}if(a.n(0,B.z))return q.bJ(r.gbI().at) +return q.bJ(r.gbI().at)}if(a.n(0,B.A)){r=r.gbI() +s=r.dy +return q.bJ(s==null?r.db:s)}if(a.n(0,B.z))return q.bJ(r.gbI().b) +r=r.gbI() +s=r.dy +return q.bJ(s==null?r.db:s)}, +$S:15} +A.a8G.prototype={ +$1(a){var s,r=this.a,q=r.guq().Q +if(q==null)q=B.dS +if(a.n(0,B.q)){r=r.gbI().db.a +return q.bJ(A.z(97,r>>>16&255,r>>>8&255,r&255))}r=r.gbI() +s=r.dy +return q.bJ(s==null?r.db:s)}, +$S:15} +A.a8D.prototype={ +$1(a){var s=this.a,r=s.guq().Q +if(r==null)r=B.dS +return r.bJ(s.gbI().at)}, +$S:15} +A.Lg.prototype={} +A.Bq.prototype={ +bL(){this.cL() +this.cn() +this.e7()}, +m(){var s=this,r=s.aV$ +if(r!=null)r.I(s.gdR()) +s.aV$=null +s.aM()}} +A.By.prototype={ +m(){var s=this,r=s.bQ$ +if(r!=null)r.I(s.ghT()) +s.bQ$=null +s.aM()}, +bL(){this.cL() +this.cn() +this.hU()}} +A.BA.prototype={ +bL(){this.cL() +this.cn() +this.e7()}, +m(){var s=this,r=s.aV$ +if(r!=null)r.I(s.gdR()) +s.aV$=null +s.aM()}} +A.Qr.prototype={ +ad(a){var s,r,q +this.dO(a) +for(s=this.gkm(),r=s.length,q=0;q#"+A.aT(this)}} +A.nn.prototype={ +dl(a){return A.cl(this.a,this.b,a)}} +A.zq.prototype={ +ah(){return new A.LE(null,null,B.k)}} +A.LE.prototype={ +jz(a){var s,r,q=this +q.CW=t.ir.a(a.$3(q.CW,q.a.z,new A.a93())) +s=q.a +r=t.YJ +s=r.a(a.$3(q.cy,s.as,new A.a94())) +q.cy=s +s=q.a.at +q.cx=s!=null?r.a(a.$3(q.cx,s,new A.a95())):null +q.db=t.TZ.a(a.$3(q.db,q.a.w,new A.a96()))}, +G(a){var s,r,q,p,o,n=this,m=null,l=n.db +l.toString +l=l.aa(n.gdu().gl()) +l.toString +s=n.CW +s.toString +r=s.aa(n.gdu().gl()) +s=A.G(a) +q=n.a +if(s.y){s=q.Q +q=n.cx +p=A.ajy(s,q==null?m:q.aa(n.gdu().gl()),r)}else p=A.ajx(a,q.Q,r) +n.a.toString +s=n.cy +o=s==null?m:s.aa(n.gdu().gl()) +if(o==null)o=B.y +s=A.cS(a) +q=n.a +return new A.FX(new A.kZ(l,s),q.y,r,p,o,new A.Au(q.r,l,!0,m),m)}} +A.a93.prototype={ +$1(a){return new A.ak(A.io(a),null,t.Y)}, +$S:24} +A.a94.prototype={ +$1(a){return new A.ep(t.n8.a(a),null)}, +$S:67} +A.a95.prototype={ +$1(a){return new A.ep(t.n8.a(a),null)}, +$S:67} +A.a96.prototype={ +$1(a){return new A.nn(t.RY.a(a),null)}, +$S:208} +A.Au.prototype={ +G(a){var s=A.cS(a) +return A.er(this.c,new A.NY(this.d,s,null),null,null,B.o)}} +A.NY.prototype={ +an(a,b){this.b.fp(a,new A.y(0,0,0+b.a,0+b.b),this.c)}, +d9(a){return!a.b.j(0,this.b)}} +A.Qd.prototype={ +bL(){this.cL() +this.cn() +this.e7()}, +m(){var s=this,r=s.aV$ +if(r!=null)r.I(s.gdR()) +s.aV$=null +s.aM()}} +A.LF.prototype={ +C7(a){return a.gnI()==="en"}, +kI(a){return new A.cE(B.z5,t.az)}, +xu(a){return!1}, +k(a){return"DefaultMaterialLocalizations.delegate(en_US)"}} +A.Dz.prototype={$ivm:1} +A.bo.prototype={ +H(){return"MaterialState."+this.b}} +A.Fh.prototype={$iaI:1} +A.LJ.prototype={ +X(a){return this.c.$1(a)}} +A.Fj.prototype={ +vh(a){return this.X(A.ax(t.ui)).vh(a)}, +$iaI:1} +A.yS.prototype={ +X(a){if(a.n(0,B.q))return B.aR +return this.a}, +gq4(){return"MaterialStateMouseCursor("+this.c+")"}} +A.Fg.prototype={$iaI:1} +A.LI.prototype={ +X(a){return this.x.$1(a)}} +A.Fk.prototype={$iaI:1} +A.LK.prototype={ +X(a){return this.bB.$1(a)}} +A.aI.prototype={} +A.zj.prototype={ +X(a){var s,r=this,q=r.a,p=q==null?null:q.X(a) +q=r.b +s=q==null?null:q.X(a) +return r.d.$3(p,s,r.c)}, +$iaI:1} +A.b0.prototype={ +X(a){return this.a.$1(a)}, +$iaI:1} +A.aO.prototype={ +X(a){return this.a}, +k(a){var s="MaterialStatePropertyAll(",r=this.a +if(typeof r=="number")return s+A.hr(r)+")" +else return s+A.m(r)+")"}, +$iaI:1} +A.Fl.prototype={ +e1(a,b){var s=this.a,r=J.bZ(s) +if(b?r.J(s,a):r.C(s,a))this.ar()}} +A.Fi.prototype={ +OP(a,b){return new A.YH(this,a,b)}, +OO(a){return this.OP(a,null)}, +a53(a){if(this.nr$.J(0,a))this.ao(new A.YF())}, +wM(a){if(this.nr$.C(0,a))this.ao(new A.YG())}} +A.YH.prototype={ +$1(a){var s=this.a,r=this.b +if(s.nr$.n(0,r)===a)return +if(a)s.a53(r) +else s.wM(r)}, +$S:19} +A.YF.prototype={ +$0(){}, +$S:0} +A.YG.prototype={ +$0(){}, +$S:0} +A.Fq.prototype={} +A.pu.prototype={ +gA(a){return J.q(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.pu&&J.d(b.a,this.a)}} +A.LN.prototype={} +A.vq.prototype={ +gA(a){var s=this +return A.bJ([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.O(b)!==A.r(r))return!1 +if(b instanceof A.vq)if(b.a==r.a)if(b.b==r.b)if(J.d(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.j(0,r.x))if(b.y==r.y)s=J.d(b.as,r.as) +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.Lv.prototype={ +X(a){var s,r=this,q=r.a,p=q==null?null:q.X(a) +q=r.b +s=q==null?null:q.X(a) +q=p==null +if(q&&s==null)return null +if(q){q=s.a +return A.ai(new A.ag(A.z(0,q.gl()>>>16&255,q.gl()>>>8&255,q.gl()&255),0,B.r,-1),s,r.c)}if(s==null){q=p.a +return A.ai(p,new A.ag(A.z(0,q.gl()>>>16&255,q.gl()>>>8&255,q.gl()&255),0,B.r,-1),r.c)}return A.ai(p,s,r.c)}, +$iaI:1} +A.LO.prototype={} +A.mL.prototype={ +gA(a){return J.q(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.mL&&J.d(b.a,this.a)}} +A.LP.prototype={} +A.px.prototype={ +gA(a){var s=this +return A.L(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.O(b)!==A.r(s))return!1 +return b instanceof A.px&&b.a==s.a&&J.d(b.b,s.b)&&b.c==s.c&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&b.w==s.w&&b.x==s.x&&!0}} +A.LZ.prototype={} +A.vC.prototype={ +gA(a){var s=this +return A.L(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.O(b)!==A.r(s))return!1 +return b instanceof A.vC&&b.a==s.a&&J.d(b.b,s.b)&&b.c==s.c&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&J.d(b.w,s.w)&&b.x==s.x&&b.y==s.y}} +A.M_.prototype={} +A.py.prototype={ +gA(a){var s=this +return A.L(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.O(b)!==A.r(s))return!1 +return b instanceof A.py&&J.d(b.a,s.a)&&b.b==s.b&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&b.r==s.r&&J.d(b.y,s.y)&&J.d(b.z,s.z)&&b.Q==s.Q&&b.as==s.as}} +A.M0.prototype={} +A.a9A.prototype={ +AR(a,b,c,d,e,f,g,h,i,j,k){return new A.FE(b,null,d,j,null)}} +A.FE.prototype={} +A.Mb.prototype={ +X(a){if(a.n(0,B.q))return this.b +return this.a}} +A.Md.prototype={ +X(a){var s +if(a.n(0,B.K)){s=this.a.a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.A)){s=this.a.a +return A.z(10,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.z)){s=this.a.a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}return null}} +A.Mc.prototype={ +X(a){if(a.n(0,B.q))return this.b +return this.a}} +A.Qi.prototype={} +A.Qj.prototype={} +A.Qk.prototype={} +A.pz.prototype={ +gA(a){return J.q(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.pz&&J.d(b.a,this.a)}} +A.Me.prototype={} +A.mE.prototype={ +KY(a){return this.cr.$1(a)}, +gkr(){return A.dc.prototype.gkr.call(this)+"("+A.m(this.b.a)+")"}, +glN(){return!0}} +A.mF.prototype={ +gD6(){return B.c0}, +gpK(){return null}, +gAu(){return null}, +AC(a){var s +if(t.Le.b(a)){a.gqu() +s=!0}else s=!1 +if(!s)s=!1 +else s=!0 +return s}, +L_(a,b,c){var s=null +return A.bL(s,this.KY(a),!1,s,s,!1,!0,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s)}, +AA(a,b,c,d){var s,r=A.G(a),q=A.G(a).r +if(this.a.cx.a)q=B.ar +s=r.f.a.h(0,q) +if(s==null)s=B.ke +return s.uZ(this,a,b,c,d,A.l(this).c)}} +A.j_.prototype={} +A.zK.prototype={ +KY(a){return this.$ti.i("j_<1>").a(this.b).r}, +glN(){this.$ti.i("j_<1>").a(this.b) +return!0}, +gqu(){this.$ti.i("j_<1>").a(this.b) +return!1}, +gkr(){return A.dc.prototype.gkr.call(this)+"("+A.m(this.$ti.i("j_<1>").a(this.b).a)+")"}} +A.zr.prototype={} +A.BD.prototype={} +A.PY.prototype={ +G(a){var s=this +return new A.oN(s.c,new A.acN(s),new A.acO(s),new A.oN(new A.fa(s.d,new A.aJ(A.c([],t.G),t.O),0),new A.acP(s),new A.acQ(s),s.f,null),null)}} +A.acN.prototype={ +$3(a,b,c){return new A.lt(b,c,this.a.e&&!0,!1,null)}, +$C:"$3", +$R:3, +$S:107} +A.acO.prototype={ +$3(a,b,c){return new A.lu(b,this.a.e,!0,c,null)}, +$C:"$3", +$R:3, +$S:106} +A.acP.prototype={ +$3(a,b,c){return new A.lt(b,c,this.a.e&&!0,!0,null)}, +$C:"$3", +$R:3, +$S:107} +A.acQ.prototype={ +$3(a,b,c){return new A.lu(b,this.a.e,!1,c,null)}, +$C:"$3", +$R:3, +$S:106} +A.lt.prototype={ +ah(){return new A.PW(new A.x7($.au()),$,$,B.k)}} +A.PW.prototype={ +gDj(){return!1}, +pg(){var s,r=this,q=r.a,p=q.f +if(p)s=B.cX +else{s=$.apC() +s=new A.al(q.c,s,s.$ti.i("al"))}r.jw$=s +p=p?$.apD():$.apE() +q=q.c +r.kA$=new A.al(q,p,p.$ti.i("al")) +q.T(r.gnO()) +r.a.c.ff(r.gnN())}, +aH(){var s,r,q,p,o=this +o.pg() +s=o.a +r=s.f +q=o.jw$ +q===$&&A.b() +p=o.kA$ +p===$&&A.b() +o.d=A.an_(s.c,q,r,p) +o.aY()}, +aG(a){var s,r,q,p=this,o=p.a +if(a.f!==o.f||a.c!==o.c){o=a.c +o.I(p.gnO()) +o.d8(p.gnN()) +p.pg() +o=p.d +o===$&&A.b() +o.m() +o=p.a +s=o.f +r=p.jw$ +r===$&&A.b() +q=p.kA$ +q===$&&A.b() +p.d=A.an_(o.c,r,s,q)}p.b1(a)}, +m(){var s,r=this +r.a.c.I(r.gnO()) +r.a.c.d8(r.gnN()) +s=r.d +s===$&&A.b() +s.m() +r.TW()}, +G(a){var s=this.d +s===$&&A.b() +return A.alt(!0,this.a.d,this.kz$,B.xj,s)}} +A.lu.prototype={ +ah(){return new A.PX(new A.x7($.au()),$,$,B.k)}} +A.PX.prototype={ +gDj(){return!1}, +pg(){var s,r=this,q=r.a,p=q.e +if(p){s=$.apG() +s=new A.al(q.c,s,s.$ti.i("al"))}else s=B.cX +r.jw$=s +p=p?$.apH():$.apI() +q=q.c +r.kA$=new A.al(q,p,p.$ti.i("al")) +q.T(r.gnO()) +r.a.c.ff(r.gnN())}, +aH(){var s,r,q,p,o=this +o.pg() +s=o.a +r=s.e +q=o.jw$ +q===$&&A.b() +p=o.kA$ +p===$&&A.b() +o.d=A.an0(s.c,q,r,p) +o.aY()}, +aG(a){var s,r,q,p=this,o=p.a +if(a.e!==o.e||a.c!==o.c){o=a.c +o.I(p.gnO()) +o.d8(p.gnN()) +p.pg() +o=p.d +o===$&&A.b() +o.m() +o=p.a +s=o.e +r=p.jw$ +r===$&&A.b() +q=p.kA$ +q===$&&A.b() +p.d=A.an0(o.c,r,s,q)}p.b1(a)}, +m(){var s,r=this +r.a.c.I(r.gnO()) +r.a.c.d8(r.gnN()) +s=r.d +s===$&&A.b() +s.m() +r.TX()}, +G(a){var s=this.d +s===$&&A.b() +return A.alt(!0,this.a.f,this.kz$,B.xj,s)}} +A.h0.prototype={} +A.IK.prototype={ +uZ(a,b,c,d,e){return new A.PY(c,d,!0,e,!0,null)}} +A.Dn.prototype={ +uZ(a,b,c,d,e,f){return A.ass(a,b,c,d,e,f)}} +A.vN.prototype={ +y4(a){var s=t.Tr +return A.ah(new A.ae(B.R7,new A.Zz(a),s),!0,s.i("ba.E"))}, +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.O(b)!==A.r(r))return!1 +s=b instanceof A.vN +if(s&&r.a===b.a)return!0 +return s&&A.cg(r.y4(b.a),r.y4(r.a))}, +gA(a){return A.bJ(this.y4(this.a))}} +A.Zz.prototype={ +$1(a){return this.a.h(0,a)}, +$S:211} +A.rN.prototype={ +abd(){var s,r=this,q=r.kA$ +q===$&&A.b() +if(J.d(q.b.aa(q.a.gl()),1)){q=r.jw$ +q===$&&A.b() +q=J.d(q.gl(),0)||J.d(r.jw$.gl(),1)}else q=!1 +s=r.kz$ +if(q)s.suL(!1) +else{r.gDj() +s.suL(!1)}}, +abc(a){switch(a.a){case 0:case 3:this.kz$.suL(!1) +break +case 1:case 2:this.gDj() +this.kz$.suL(!1) +break}}} +A.Bn.prototype={ +zr(a){this.ar()}, +Wx(a,b,c){var s,r,q,p,o +if(!this.r&&this.w.gbj()!==B.T){s=$.apF().aa(this.w.gl()) +s.toString +r=s}else r=0 +if(r>0){s=a.gbZ() +q=b.a +p=b.b +o=$.S().aL() +o.saj(A.z(B.c.aJ(255*r),0,0,0)) +s.d4(new A.y(q,p,q+c.a,p+c.b),o)}}, +NO(a,b,c,d){var s,r,q=this +switch(q.w.gbj().a){case 3:case 0:return d.$2(a,b) +case 1:case 2:break}q.Wx(a,b,c) +s=q.z +r=q.x +A.anA(s,r.b.aa(r.a.gl()),c) +r=q.as +r.sal(a.r8(!0,b,s,new A.acL(q,d),r.a))}, +m(){var s=this,r=s.w,q=s.gez() +r.I(q) +r.d8(s.gpf()) +s.x.a.I(q) +s.y.I(q) +s.Q.sal(null) +s.as.sal(null) +s.d1()}, +d9(a){var s,r,q=this +if(a.r===q.r)if(J.d(a.w.gl(),q.w.gl())){s=a.x +r=q.x +s=!J.d(s.b.aa(s.a.gl()),r.b.aa(r.a.gl()))||!J.d(a.y.gl(),q.y.gl())}else s=!0 +else s=!0 +return s}} +A.acL.prototype={ +$2(a,b){var s=this.a,r=s.Q +r.sal(a.O4(b,B.c.aJ(s.y.gl()*255),this.b,r.a))}, +$S:10} +A.Bo.prototype={ +zr(a){this.ar()}, +NO(a,b,c,d){var s,r,q=this +switch(q.y.gbj().a){case 3:case 0:return d.$2(a,b) +case 1:case 2:break}s=q.z +r=q.w +A.anA(s,r.b.aa(r.a.gl()),c) +r=q.as +r.sal(a.r8(!0,b,s,new A.acM(q,d),r.a))}, +d9(a){var s,r +if(a.r===this.r)if(J.d(a.x.gl(),this.x.gl())){s=a.w +r=this.w +r=!J.d(s.b.aa(s.a.gl()),r.b.aa(r.a.gl())) +s=r}else s=!0 +else s=!0 +return s}, +m(){var s,r=this +r.Q.sal(null) +r.as.sal(null) +s=r.gez() +r.w.a.I(s) +r.x.I(s) +r.y.d8(r.gpf()) +r.d1()}} +A.acM.prototype={ +$2(a,b){var s=this.a,r=s.Q +r.sal(a.O4(b,B.c.aJ(s.x.gl()*255),this.b,r.a))}, +$S:10} +A.Mj.prototype={} +A.BO.prototype={ +m(){var s=this.kz$ +s.Z$=$.au() +s.R$=0 +this.aM()}} +A.BP.prototype={ +m(){var s=this.kz$ +s.Z$=$.au() +s.R$=0 +this.aM()}} +A.pK.prototype={ +gA(a){var s=this +return A.L(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,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.O(b)!==A.r(r))return!1 +if(b instanceof A.pK)if(J.d(b.a,r.a))if(J.d(b.b,r.b))if(b.c==r.c)if(J.d(b.d,r.d))if(J.d(b.e,r.e))if(J.d(b.f,r.f))if(b.r==r.r)s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.MQ.prototype={} +A.pN.prototype={ +gA(a){var s=this +return A.L(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.O(b)!==A.r(s))return!1 +return b instanceof A.pN&&J.d(b.a,s.a)&&J.d(b.b,s.b)&&b.c==s.c&&J.d(b.d,s.d)&&J.d(b.e,s.e)}} +A.MS.prototype={} +A.pP.prototype={ +gA(a){var s=this +return A.L(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.O(b)!==A.r(r))return!1 +if(b instanceof A.pP)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.MW.prototype={} +A.eJ.prototype={ +H(){return"_ScaffoldSlot."+this.b}} +A.wz.prototype={ +ah(){var s=null +return new A.GY(A.iX(t.Np),A.kz(s,t.nY),A.kz(s,t.BL),s,s,B.k)}} +A.GY.prototype={ +bo(){var s,r=this,q=r.c +q.toString +s=A.bn(q,B.yh,t.w).w.y +q=r.y +if(q===!0)if(!s){q=r.x +q=q!=null&&q.b==null}else q=!1 +else q=!1 +if(q)r.a9F(B.X5) +r.y=s +r.dh()}, +a9F(a){var s,r,q=this,p=q.r +if(p.b!==p.c){null.gbj() +s=!1}else s=!0 +if(s)return +r=p.gU(p).b +p=q.y +p.toString +if(p){null.sl(0) +r.e8(a)}else null.dK().c1(new A.a0S(q,r,a),t.H) +p=q.x +if(p!=null)p.b4() +q.x=null}, +G(a){var s,r,q=this +q.y=A.bn(a,B.yh,t.w).w.y +s=q.r +if(!s.ga6(s)){r=A.YT(a,t.X) +if(r==null||r.gnG())null.gadI()}return new A.Aa(q,q.a.c,null)}, +m(){var s=this.x +if(s!=null)s.b4() +this.x=null +this.T2()}} +A.a0S.prototype={ +$1(a){var s=this.b +if((s.a.a&30)===0)s.e8(this.c)}, +$S:22} +A.Aa.prototype={ +c7(a){return this.f!==a.f}} +A.a0T.prototype={} +A.GX.prototype={ +a6K(a,b){var s=a==null?this.a:a +return new A.GX(s,b==null?this.b:b)}} +A.NF.prototype={ +Kg(a,b,c){var s=this +s.b=c==null?s.b:c +s.c=s.c.a6K(a,b) +s.ar()}, +Kf(a){return this.Kg(null,null,a)}, +a4O(a,b){return this.Kg(a,b,null)}} +A.yd.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(!s.Qu(0,b))return!1 +return b instanceof A.yd&&b.r===s.r&&b.e===s.e&&b.f===s.f}, +gA(a){var s=this +return A.L(A.ar.prototype.gA.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.Jf.prototype={ +G(a){return this.c}} +A.aaV.prototype={ +NS(a7){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2=this,a3=A.ty(a7),a4=a7.a,a5=a3.wS(a4),a6=a7.b +if(a2.b.h(0,B.fK)!=null){s=a2.eP(B.fK,a5).b +a2.f3(B.fK,B.f) +r=s}else{r=0 +s=0}if(a2.b.h(0,B.jt)!=null){q=0+a2.eP(B.jt,a5).b +p=Math.max(0,a6-q) +a2.f3(B.jt,new A.i(0,p))}else{q=0 +p=null}if(a2.b.h(0,B.js)!=null){q+=a2.eP(B.js,new A.ar(0,a5.b,0,Math.max(0,a6-q-r))).b +a2.f3(B.js,new A.i(0,Math.max(0,a6-q)))}if(a2.b.h(0,B.fO)!=null){o=a2.eP(B.fO,a5) +a2.f3(B.fO,new A.i(0,s)) +if(!a2.ay)r+=o.b}else o=B.o +n=a2.f +m=Math.max(0,a6-Math.max(n.d,q)) +if(a2.b.h(0,B.fJ)!=null){l=Math.max(0,m-r) +k=a2.d +if(k)l=A.D(l+q,0,a3.d-r) +k=k?q:0 +a2.eP(B.fJ,new A.yd(k,s,o.b,0,a5.b,0,l)) +a2.f3(B.fJ,new A.i(0,r))}if(a2.b.h(0,B.fM)!=null){a2.eP(B.fM,new A.ar(0,a5.b,0,m)) +a2.f3(B.fM,B.f)}k=a2.b.h(0,B.cS)!=null&&!a2.at?a2.eP(B.cS,a5):B.o +if(a2.b.h(0,B.fN)!=null){j=a2.eP(B.fN,new A.ar(0,a5.b,0,Math.max(0,m-r))) +a2.f3(B.fN,new A.i((a4-j.a)/2,m-j.b))}else j=B.o +i=A.aX("floatingActionButtonRect") +if(a2.b.h(0,B.fP)!=null){h=a2.eP(B.fP,a3) +g=new A.a0T(h,j,m,n,a2.r,a7,k,a2.w) +f=a2.z.Dx(g) +e=a2.as.Pe(a2.y.Dx(g),f,a2.Q) +a2.f3(B.fP,e) +d=e.a +c=e.b +i.b=new A.y(d,c,d+h.a,c+h.b)}if(a2.b.h(0,B.cS)!=null){d=a2.ax +b=d!=null&&d") +k=t.G +j=t.O +i=t.i +h=A.am9(new A.fa(new A.al(p,new A.fP(new A.kj(B.m4)),l),new A.aJ(A.c([],k),j),0),new A.al(p,new A.fP(B.m4),l),p,0.5,i) +p=d.a.d +g=$.app() +m.a(p) +f=$.apq() +e=A.am9(new A.al(p,g,g.$ti.i("al")),new A.fa(new A.al(p,f,A.l(f).i("al")),new A.aJ(A.c([],k),j),0),p,0.5,i) +d.e=A.aiw(h,s,i) +i=A.aiw(h,q,i) +d.r=i +d.w=new A.al(m.a(i),new A.fP(B.Pt),l) +d.f=A.agE(new A.al(r,new A.ak(1,1,b),b.i("al")),e,c) +d.x=A.agE(new A.al(o,n,n.$ti.i("al")),e,c) +n=d.r +o=d.ga0S() +n.bl() +n=n.cd$ +n.b=!0 +n.a.push(o) +n=d.e +n.bl() +n=n.cd$ +n.b=!0 +n.a.push(o)}, +Zg(a){this.ao(new A.a7K(this,a))}, +G(a){var s,r,q=this,p=A.c([],t.E),o=q.d +o===$&&A.b() +o=o.Q +o===$&&A.b() +if(o!==B.I){o=q.e +s=q.y +o===$&&A.b() +r=q.f +r===$&&A.b() +p.push(A.al9(A.al4(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.al4(o,r),s)) +return A.xc(B.fV,p,B.a4,B.dP)}, +a0T(){var s,r,q=this.e +q===$&&A.b() +s=q.a.gl() +q=q.b.gl() +q=Math.min(A.iq(s),A.iq(q)) +s=this.r +s===$&&A.b() +r=s.a.gl() +s=s.b.gl() +s=Math.max(q,Math.min(A.iq(r),A.iq(s))) +this.a.f.Kf(s)}} +A.a7K.prototype={ +$0(){this.a.a.toString}, +$S:0} +A.wy.prototype={ +ah(){var s=null,r=t.bR,q=t.C,p=$.au() +return new A.q_(new A.bg(s,r),new A.bg(s,r),new A.bg(s,q),new A.wt(!1,p),new A.wt(!1,p),A.c([],t.Z5),new A.bg(s,q),B.j,s,A.A(t.yb,t.M),s,!0,s,s,s,B.k)}} +A.q_.prototype={ +ge_(){this.a.toString +return null}, +ij(a,b){var s=this +s.m0(s.w,"drawer_open") +s.m0(s.x,"end_drawer_open")}, +a4L(){var s,r=this,q=r.y.r +if(!q.ga6(q)){q=r.y.r +s=q.gU(q)}else s=null +if(r.z!=s)r.ao(new A.a0V(r,s))}, +a4u(){var s,r=this,q=r.y.e +if(!q.ga6(q)){q=r.y.e +s=q.gU(q)}else s=null +if(r.Q!=s)r.ao(new A.a0U(r,s))}, +a02(){this.a.toString}, +ZZ(){var s,r=this.c +r.toString +s=A.G7(r) +if(s!=null&&s.f.length!==0)s.iC(0,B.Bj,B.eh)}, +gmI(){this.a.toString +return!0}, +aH(){var s,r=this,q=null +r.aY() +s=r.c +s.toString +r.dx=new A.NF(s,B.Vt,$.au()) +r.a.toString +r.cy=B.kf +r.CW=B.zW +r.cx=B.kf +r.ch=A.bC(q,new A.aM(4e5),q,1,r) +r.db=A.bC(q,B.Z,q,q,r)}, +aG(a){this.T5(a) +this.a.toString}, +bo(){var s,r,q=this,p=q.c.ai(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.C(0,q) +q.y=o +if(o!=null){n=o.d +n.J(0,q) +r=q.c.qs(t.Np) +if(r==null||!n.n(0,r)){n=o.r +if(!n.ga6(n))q.a4L() +n=o.e +if(!n.ga6(n))q.a4u()}}q.a02() +q.T4()}, +m(){var s=this,r=s.dx +r===$&&A.b() +r.Z$=$.au() +r.R$=0 +r=s.ch +r===$&&A.b() +r.m() +r=s.db +r===$&&A.b() +r.m() +r=s.y +if(r!=null)r.d.C(0,s) +s.w.m() +s.x.m() +s.T6()}, +xX(a,b,c,d,e,f,g,h,i){var s,r=this.c +r.toString +s=A.bn(r,null,t.w).w.Oh(f,g,h,i) +if(e)s=s.acn(!0) +if(d&&s.e.d!==0)s=s.Lp(s.f.vb(s.r.d)) +if(b!=null)a.push(A.Yj(A.pt(b,s,null),c))}, +Uq(a,b,c,d,e,f,g,h){return this.xX(a,b,c,!1,d,e,f,g,h)}, +oI(a,b,c,d,e,f,g){return this.xX(a,b,c,!1,!1,d,e,f,g)}, +F0(a,b,c,d,e,f,g,h){return this.xX(a,b,c,d,!1,e,f,g,h)}, +Fk(a,b){this.a.toString}, +Fj(a,b){this.a.toString}, +G(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g={},f=A.G(a),e=a.ai(t.I) +e.toString +s=e.w +r=A.c([],t.s9) +e=i.a +q=e.f +e=e.e +i.gmI() +i.Uq(r,new A.Jf(new A.pj(q,i.f),!1,!1,h),B.fJ,!0,!1,!1,!1,e!=null) +if(i.dy)i.oI(r,A.ag3(!0,h,i.fr,!1,h,h,h),B.fM,!0,!0,!0,!0) +if(i.a.e!=null){e=A.bn(a,B.b2,t.w).w +e=i.r=A.arM(a,new A.H(0,i.a.e.Q===B.ja?0:46))+e.f.b +q=i.a.e +q.toString +i.oI(r,new A.dg(new A.ar(0,1/0,0,e),new A.up(1,e,e,e,h,q,h),h),B.fK,!0,!1,!1,!1)}g.a=!1 +g.b=null +if(i.at!=null||i.as.length!==0){e=A.ah(i.as,!0,t.l7) +q=i.at +if(q!=null)e.push(q.a) +p=A.xc(B.yp,e,B.a4,B.dP) +i.gmI() +i.oI(r,p,B.fN,!0,!1,!1,!0)}e=i.z +if(e!=null){e.a.gadC() +e=f.a4 +o=e.r +g.a=(o==null?B.X4:o)===B.xi +q=i.z +if(q!=null)q.a.gkX() +g.b=e.w +e=i.z +e=e==null?h:e.a +i.a.toString +i.gmI() +i.F0(r,e,B.cS,!1,!1,!1,!1,!0)}g.c=!1 +if(i.Q!=null){a.ai(t.iB) +e=A.G(a) +n=e.ry.f +g.c=(n==null?0:n)!==0 +e=i.Q +e=e==null?h:e.a +q=i.a.e +i.gmI() +i.F0(r,e,B.fO,!1,!0,!1,!1,q!=null)}i.a.toString +e=i.ch +e===$&&A.b() +q=i.CW +q===$&&A.b() +m=i.dx +m===$&&A.b() +l=i.db +l===$&&A.b() +i.oI(r,new A.yU(h,e,q,m,l,h),B.fP,!0,!0,!0,!0) +switch(f.r.a){case 2:case 4:i.oI(r,A.p1(B.aC,h,B.ai,!0,h,h,h,h,h,h,h,h,h,h,h,h,h,h,i.gZY(),h,h,h),B.fL,!0,!1,!1,!0) +break +case 0:case 1:case 3:case 5:break}e=i.x +q=e.y +if(q==null?A.l(e).i("cc.T").a(q):q){i.Fj(r,s) +i.Fk(r,s)}else{i.Fk(r,s) +i.Fj(r,s)}e=t.w +q=A.bn(a,B.b2,e).w +i.gmI() +m=A.bn(a,B.fG,e).w +k=q.f.vb(m.e.d) +q=A.bn(a,B.a33,e).w +i.gmI() +e=A.bn(a,B.fG,e).w +e=e.e.d!==0?0:h +j=q.r.vb(e) +if(k.d<=0)i.a.toString +e=i.a.ch +if(e==null)e=f.go +return new A.NG(!1,new A.wE(A.kC(B.Z,h,A.hw(i.ch,new A.a0W(g,i,!1,k,j,s,r),h),B.C,e,0,h,h,h,h,h,B.dn),h),h)}} +A.a0V.prototype={ +$0(){this.a.z=this.b}, +$S:0} +A.a0U.prototype={ +$0(){this.a.Q=this.b}, +$S:0} +A.a0W.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=this,k=A.aD([B.j0,new A.Kj(a,new A.aJ(A.c([],t.g),t.b))],t.u,t.od),j=l.b +j.a.toString +s=j.cy +s.toString +r=j.ch +r===$&&A.b() +r=r.x +r===$&&A.b() +q=j.CW +q===$&&A.b() +p=j.dx +p===$&&A.b() +j=j.cx +j.toString +o=l.a +n=o.a +m=o.c +return A.t1(k,new A.tZ(new A.aaV(l.c,!1,l.d,l.e,l.f,p,j,s,r,q,n,o.b,m),l.r,null))}, +$S:212} +A.Kj.prototype={ +jC(a){var s=this.e,r=A.a0X(s).w,q=r.y +if(!(q==null?A.l(r).i("cc.T").a(q):q)){s=A.a0X(s).x +r=s.y +s=r==null?A.l(s).i("cc.T").a(r):r}else s=!0 +return s}, +dj(a){var s=this.e +A.a0X(s).a.toString +A.a0X(s).a.toString}} +A.NG.prototype={ +c7(a){return this.f!==a.f}} +A.aaW.prototype={ +$2(a,b){if(!a.a)a.I(b)}, +$S:43} +A.Ab.prototype={ +bL(){this.cL() +this.cn() +this.e7()}, +m(){var s=this,r=s.aV$ +if(r!=null)r.I(s.gdR()) +s.aV$=null +s.aM()}} +A.Ac.prototype={ +bL(){this.cL() +this.cn() +this.e7()}, +m(){var s=this,r=s.aV$ +if(r!=null)r.I(s.gdR()) +s.aV$=null +s.aM()}} +A.Ad.prototype={ +aG(a){this.b1(a) +this.ng()}, +bo(){var s,r,q,p,o=this +o.dh() +s=o.bA$ +r=o.gkS() +q=o.c +q.toString +q=A.na(q) +o.fk$=q +p=o.lp(q,r) +if(r){o.ij(s,o.ec$) +o.ec$=!1}if(p)if(s!=null)s.m()}, +m(){var s,r=this +r.fj$.ac(0,new A.aaW()) +s=r.bA$ +if(s!=null)s.m() +r.bA$=null +r.T3()}} +A.Bw.prototype={ +bL(){this.cL() +this.cn() +this.e7()}, +m(){var s=this,r=s.aV$ +if(r!=null)r.I(s.gdR()) +s.aV$=null +s.aM()}} +A.H7.prototype={ +G(a){var s=this,r=null +if(A.G(a).r===B.ar)return new A.oH(8,B.cb,s.c,s.d,!1,B.Vc,3,r,B.ei,B.BR,B.as,A.C4(),r,r,r) +return new A.rm(r,s.c,s.d,r,r,r,r,B.c0,B.c1,B.t,A.C4(),r,r,r)}} +A.rm.prototype={ +ah(){return new A.LG(new A.bg(null,t.C),null,null,B.k)}} +A.LG.prototype={ +gmg(){var s=this.a.e +if(s==null){s=this.fr +s===$&&A.b() +s=s.a +s=s==null?null:s.X(this.gpq())}return s==null?!1:s}, +glx(){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}, +gut(){return new A.b0(new A.a9b(this),t.Lf)}, +gpq(){var s=A.ax(t.ui) +if(this.db)s.J(0,B.rq) +if(this.dx)s.J(0,B.A) +return s}, +ga3W(){var s,r,q,p,o,n,m,l=this,k=l.dy +k===$&&A.b() +s=k.db +r=A.aX("dragColor") +q=A.aX("hoverColor") +p=A.aX("idleColor") +switch(k.a.a){case 1:k=s.a +o=k>>>16&255 +n=k>>>8&255 +k&=255 +r.b=A.z(153,o,n,k) +q.b=A.z(B.c.aJ(127.5),o,n,k) +m=l.fx +m===$&&A.b() +if(m){k=l.c +k.toString +k=A.G(k).cy.a +k=A.z(255,k>>>16&255,k>>>8&255,k&255)}else k=A.z(B.c.aJ(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.z(191,o,n,k) +q.b=A.z(166,o,n,k) +m=l.fx +m===$&&A.b() +if(m){k=l.c +k.toString +k=A.G(k).cy.a +k=A.z(255,k>>>16&255,k>>>8&255,k&255)}else k=A.z(B.c.aJ(76.5),o,n,k) +p.b=k +break}return new A.b0(new A.a98(l,r,q,p),t.h2)}, +ga48(){var s=this.dy +s===$&&A.b() +return new A.b0(new A.a9a(this,s.a,s.db),t.h2)}, +ga47(){var s=this.dy +s===$&&A.b() +return new A.b0(new A.a99(this,s.a,s.db),t.h2)}, +ga3T(){return new A.b0(new A.a97(this),t.pj)}, +aH(){var s,r=this +r.EI() +s=r.cy=A.bC(null,B.Z,null,null,r) +s.bl() +s=s.cd$ +s.b=!0 +s.a.push(new A.a9h(r))}, +bo(){var s,r=this,q=r.c +q.toString +s=A.G(q) +r.dy=s.ax +q=r.c +q.toString +r.fr=A.alc(q) +switch(s.r.a){case 0:r.fx=!0 +break +case 2:case 3:case 1:case 4:case 5:r.fx=!1 +break}r.Rn()}, +rj(){var s,r=this,q=r.at +q===$&&A.b() +q.saj(r.ga3W().a.$1(r.gpq())) +q.sOI(r.ga48().a.$1(r.gpq())) +q.sOH(r.ga47().a.$1(r.gpq())) +s=r.c.ai(t.I) +s.toString +q.sbT(s.w) +q.sCZ(r.ga3T().a.$1(r.gpq())) +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.bn}q.sr9(s) +s=r.fr +s===$&&A.b() +s=s.y +if(s==null){s=r.fx +s===$&&A.b() +s=s?0:2}q.sAV(s) +s=r.fr.z +q.sCc(s==null?0:s) +s=r.fr.Q +q.sCg(s==null?48:s) +s=r.c +s.toString +q.sct(A.bn(s,B.b2,t.w).w.f) +q.sxg(r.a.db) +q.sMX(!r.glx())}, +vS(a){this.EH(a) +this.ao(new A.a9g(this))}, +vR(a,b){this.EG(a,b) +this.ao(new A.a9f(this))}, +BH(a){var s,r=this +r.Ro(a) +if(r.Nd(a.gbp(),a.gcf(),!0)){r.ao(new A.a9d(r)) +s=r.cy +s===$&&A.b() +s.bV()}else if(r.dx){r.ao(new A.a9e(r)) +s=r.cy +s===$&&A.b() +s.dK()}}, +BI(a){var s,r=this +r.Rp(a) +r.ao(new A.a9c(r)) +s=r.cy +s===$&&A.b() +s.dK()}, +m(){var s=this.cy +s===$&&A.b() +s.m() +this.EF()}} +A.a9b.prototype={ +$1(a){var s,r +if(a.n(0,B.A)){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.X(a) +return s==null?!1:s}, +$S:214} +A.a98.prototype={ +$1(a){var s,r,q,p=this,o=null +if(a.n(0,B.rq)){s=p.a.fr +s===$&&A.b() +s=s.r +s=s==null?o:s.X(a) +return s==null?p.b.aF():s}s=p.a +if(s.gut().a.$1(a)){s=s.fr +s===$&&A.b() +s=s.r +s=s==null?o:s.X(a) +return s==null?p.c.aF():s}r=s.fr +r===$&&A.b() +r=r.r +r=r==null?o:r.X(a) +if(r==null)r=p.d.aF() +q=s.fr.r +q=q==null?o:q.X(a) +if(q==null)q=p.c.aF() +s=s.cy +s===$&&A.b() +s=s.x +s===$&&A.b() +s=A.u(r,q,s) +s.toString +return s}, +$S:3} +A.a9a.prototype={ +$1(a){var s=this.a +if(s.gmg()&&s.gut().a.$1(a)){s=s.fr +s===$&&A.b() +s=s.w +s=s==null?null:s.X(a) +if(s==null){s=this.c.a +s=this.b===B.x?A.z(8,s>>>16&255,s>>>8&255,s&255):A.z(13,s>>>16&255,s>>>8&255,s&255)}return s}return B.y}, +$S:3} +A.a99.prototype={ +$1(a){var s=this.a +if(s.gmg()&&s.gut().a.$1(a)){s=s.fr +s===$&&A.b() +s=s.x +s=s==null?null:s.X(a) +if(s==null){s=this.c.a +s=this.b===B.x?A.z(B.c.aJ(25.5),s>>>16&255,s>>>8&255,s&255):A.z(64,s>>>16&255,s>>>8&255,s&255)}return s}return B.y}, +$S:3} +A.a97.prototype={ +$1(a){var s,r +if(a.n(0,B.A)&&this.a.gut().a.$1(a)){s=this.a.fr +s===$&&A.b() +s=s.b +s=s==null?null:s.X(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.X(a)}if(r==null){s=s.fx +s===$&&A.b() +r=8/(s?2:1) +s=r}else s=r +return s}, +$S:99} +A.a9h.prototype={ +$0(){this.a.rj()}, +$S:0} +A.a9g.prototype={ +$0(){this.a.db=!0}, +$S:0} +A.a9f.prototype={ +$0(){this.a.db=!1}, +$S:0} +A.a9d.prototype={ +$0(){this.a.dx=!0}, +$S:0} +A.a9e.prototype={ +$0(){this.a.dx=!1}, +$S:0} +A.a9c.prototype={ +$0(){this.a.dx=!1}, +$S:0} +A.ni.prototype={ +gA(a){var s=this +return A.L(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.O(b)!==A.r(s))return!1 +return b instanceof A.ni&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&J.d(b.f,s.f)&&b.r==s.r&&b.w==s.w&&b.x==s.x&&b.y==s.y&&b.z==s.z&&b.Q==s.Q}} +A.NL.prototype={} +A.wK.prototype={ +gA(a){var s=this +return A.L(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.wK&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&b.f==s.f&&b.r==s.r&&b.w==s.w&&b.x==s.x&&b.y==s.y&&J.d(b.z,s.z)}} +A.Lu.prototype={ +X(a){var s,r=this,q=r.a,p=q==null?null:q.X(a) +q=r.b +s=q==null?null:q.X(a) +if(p==s)return p +if(p==null){q=s.a +return A.ai(new A.ag(A.z(0,q.gl()>>>16&255,q.gl()>>>8&255,q.gl()&255),0,B.r,-1),s,r.c)}if(s==null){q=p.a +return A.ai(p,new A.ag(A.z(0,q.gl()>>>16&255,q.gl()>>>8&255,q.gl()&255),0,B.r,-1),r.c)}return A.ai(p,s,r.c)}, +$iaI:1} +A.NM.prototype={} +A.wL.prototype={ +gA(a){var s=this +return A.L(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.O(b)!==A.r(s))return!1 +return b instanceof A.wL&&J.d(b.a,s.a)&&b.b==s.b&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&J.d(b.w,s.w)&&J.d(b.x,s.x)}} +A.NN.prototype={} +A.wM.prototype={ +gA(a){return A.L(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.O(b)!==A.r(this))return!1 +return b instanceof A.wM&&J.d(b.a,this.a)&&!0}} +A.NO.prototype={} +A.OR.prototype={ +L1(a,b,c){return A.bW(A.c([this.ax],t.Ne),b,null)}} +A.NR.prototype={ +nP(a){var s +this.EQ(a) +s=this.a +if(s.gdC()&&this.b){s=s.gS().gK() +s.toString +s.ha()}}, +qZ(a){}, +Cw(a){var s,r=this.a +if(r.gdC()){r=r.gS().gK() +r.toString +s=a.a +r.gL().oo(B.ax,s.N(0,a.c),s)}}, +nR(a){var s=this.a,r=s.gS().gK() +r.toString +r.f2() +if(s.gdC()){r=this.w.c +r.toString +switch(A.G(r).r.a){case 2:case 4:s=s.gS().gK() +s.toString +s.gL().DQ(B.a6) +break +case 0:case 1:case 3:case 5:s=s.gS().gK() +s.toString +s=s.gL() +r=s.dV +r.toString +s.e3(B.a6,r) +break}}this.w.a.toString}, +nQ(a){var s,r=this.a +if(r.gdC()){r=r.gS().gK() +r.toString +r=r.gL() +s=r.dV +s.toString +r.jc(B.ax,s) +s=this.w.c +s.toString +A.afy(s)}}} +A.wN.prototype={ +ah(){return new A.Ao(new A.bg(null,t.NE),B.k)}} +A.Ao.prototype={ +gua(){var s,r=null +this.a.toString +s=this.e +if(s==null){s=A.Ee(!0,r,!0,!0,r,r,!0) +this.e=s}return s}, +gBF(){var s=this.w +s===$&&A.b() +return s}, +gdC(){this.a.toString +return!0}, +aH(){var s,r=this +r.aY() +r.r=new A.NR(r,r) +s=A.bW(null,null,r.a.c) +s=A.amA(s) +r.d=s +s.T(r.gHU())}, +aG(a){var s,r,q=this +q.b1(a) +if(q.a.c!==a.c||!1){s=q.d +s===$&&A.b() +r=q.gHU() +s.I(r) +s=A.bW(null,null,q.a.c) +s=A.amA(s) +q.d=s +s.T(r)}if(q.gua().gbS()){s=q.d +s===$&&A.b() +s=s.a.b +s=s.a===s.b}else s=!1 +if(s)q.f=!1 +else q.f=!0}, +m(){var s=this.e +if(s!=null)s.m() +s=this.d +s===$&&A.b() +s.Z$=$.au() +s.R$=0 +this.aM()}, +a0x(){var s,r,q=this +if(q.gua().gbS()){s=q.d +s===$&&A.b() +s=s.a.b +r=s.a!==s.b}else r=!0 +if(r===q.f)return +q.ao(new A.ab4(q,r))}, +a30(a,b){var s,r=this,q=r.a33(b) +if(q!==r.f)r.ao(new A.ab3(r,q)) +r.a.toString +s=r.c +s.toString +switch(A.G(s).r.a){case 2:case 4:if(b===B.ax){s=r.x.gK() +if(s!=null)s.fQ(a.gjq())}return +case 0:case 1:case 3:case 5:break}}, +a32(){var s=this.d +s===$&&A.b() +s=s.a.b +if(s.a===s.b)this.x.gK().D4()}, +a33(a){var s,r=this.r +r===$&&A.b() +if(!r.b)return!1 +r=this.d +r===$&&A.b() +r=r.a +s=r.b +if(s.a===s.b)return!1 +if(a===B.X)return!1 +if(a===B.ax)return!0 +if(r.a.length!==0)return!0 +return!1}, +G(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=null,c=A.G(a),b=a.ai(t.Uf) +if(b==null)b=B.cv +s=e.gua() +e.a.toString +switch(c.r.a){case 2:r=A.lZ(a) +e.w=!0 +q=$.aig() +e.a.toString +p=b.w +if(p==null)p=r.gdZ() +o=b.x +if(o==null){b=r.gdZ() +o=A.z(102,b.gl()>>>16&255,b.gl()>>>8&255,b.gl()&255)}n=new A.i(-2/A.bn(a,B.bu,t.w).w.b,0) +m=!0 +l=!0 +k=B.bS +break +case 4:r=A.lZ(a) +e.w=!1 +q=$.aif() +e.a.toString +p=b.w +if(p==null)p=r.gdZ() +o=b.x +if(o==null){b=r.gdZ() +o=A.z(102,b.gl()>>>16&255,b.gl()>>>8&255,b.gl()&255)}n=new A.i(-2/A.bn(a,B.bu,t.w).w.b,0) +m=!0 +l=!0 +k=B.bS +break +case 0:case 1:e.w=!1 +q=$.aij() +p=b.w +if(p==null)p=c.ax.b +o=b.x +if(o==null){b=c.ax.b +o=A.z(102,b.gl()>>>16&255,b.gl()>>>8&255,b.gl()&255)}k=d +n=k +m=!1 +l=!1 +break +case 3:case 5:e.w=!1 +q=$.aeY() +p=b.w +if(p==null)p=c.ax.b +o=b.x +if(o==null){b=c.ax.b +o=A.z(102,b.gl()>>>16&255,b.gl()>>>8&255,b.gl()&255)}k=d +n=k +m=!1 +l=!1 +break +default:k=d +o=k +p=o +n=p +l=n +m=l +q=m}b=a.ai(t.yS) +if(b==null)b=B.hq +j=e.a.f +i=j==null +if(i||j.a){if(i){i=e.d +i===$&&A.b() +i=i.ax.a}else i=j +j=b.w.b9(i)}e.a.toString +i=e.f +h=e.d +h===$&&A.b() +g=b.x +if(g==null)g=B.bb +f=$.ahZ() +b=A.aju(!0,d,d,d,!1,B.cu,B.a4,d,A.aC_(),h,p,d,n,l,k,2,B.ai,!0,!0,!0,!1,s,!1,d,e.x,B.x,d,f,b.Q,d,d,!1,"\u2022",d,d,d,e.ga3_(),e.ga31(),d,d,m,!0,!0,d,!0,d,B.ln,d,o,q,B.cm,B.bW,!1,i,d,d,d,B.Xh,j,g,B.xt,d,b.at,d,d,b.as,d,d) +e.a.toString +i=e.r +i===$&&A.b() +return A.bL(d,i.KZ(B.bf,new A.d7(b,d)),!1,d,d,!1,!1,d,d,d,d,d,d,d,d,d,d,d,new A.ab5(e),d,d,d,d,d,d,d,d,d)}, +gS(){return this.x}} +A.ab4.prototype={ +$0(){this.a.f=this.b}, +$S:0} +A.ab3.prototype={ +$0(){this.a.f=this.b}, +$S:0} +A.ab5.prototype={ +$0(){this.a.gua().jI()}, +$S:0} +A.x1.prototype={ +gA(a){var s=this +return A.L(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.L(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.O(b)!==A.r(r))return!1 +if(b instanceof A.x1)if(b.a==r.a)if(J.d(b.b,r.b))if(J.d(b.c,r.c))if(J.d(b.d,r.d))if(J.d(b.e,r.e))if(J.d(b.r,r.r))if(J.d(b.f,r.f))if(J.d(b.w,r.w))if(J.d(b.x,r.x))if(J.d(b.y,r.y))if(J.d(b.z,r.z))if(J.d(b.Q,r.Q))if(J.d(b.as,r.as))if(J.d(b.at,r.at))if(J.d(b.ax,r.ax))if(J.d(b.ay,r.ay))if(b.ch==r.ch)if(b.cx==r.cx)if(J.d(b.go,r.go))if(b.id==r.id)s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.a2l.prototype={} +A.a0K.prototype={} +A.a0J.prototype={} +A.Oa.prototype={} +A.x5.prototype={ +H(){return"SnackBarClosedReason."+this.b}} +A.Hx.prototype={ +H(){return"SnackBarBehavior."+this.b}} +A.x6.prototype={ +gA(a){var s=this +return A.L(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.O(b)!==A.r(s))return!1 +return b instanceof A.x6&&J.d(b.a,s.a)&&J.d(b.b,s.b)&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&b.e==s.e&&J.d(b.f,s.f)&&b.r==s.r&&b.w==s.w&&J.d(b.x,s.x)&&J.d(b.z,s.z)&&b.Q==s.Q&&J.d(b.as,s.as)&&J.d(b.at,s.at)}} +A.Of.prototype={} +A.ql.prototype={ +gA(a){var s=this +return A.L(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.O(b)!==A.r(s))return!1 +return b instanceof A.ql&&b.a==s.a&&b.b==s.b&&J.d(b.c,s.c)&&b.d==s.d&&b.r==s.r&&b.w==s.w&&!0}} +A.Or.prototype={} +A.qn.prototype={ +gA(a){var s=this +return A.L(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,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.O(b)!==A.r(r))return!1 +if(b instanceof A.qn)if(J.d(b.a,r.a))if(J.d(b.b,r.b))if(J.d(b.d,r.d))if(J.d(b.e,r.e))if(J.d(b.f,r.f))if(J.d(b.r,r.r))if(J.d(b.w,r.w))if(J.d(b.x,r.x))if(J.d(b.y,r.y))s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.Ou.prototype={} +A.HS.prototype={ +vn(a){var s,r=null,q=A.G(a),p=q.ax +if(A.G(a).y)s=new A.OD(a,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,B.Z,!0,B.Q,r) +else{s=p.db.a +s=A.a31(B.Q,B.Z,B.y,B.y,A.z(97,s>>>16&255,s>>>8&255,s&255),B.aR,0,!0,B.bG,p.b,r,B.xe,B.WU,A.anv(a),q.k2,B.wh,B.kg,q.e,q.p3.as,q.z)}return s}, +OA(a){var s +a.ai(t.if) +s=A.G(a) +return s.ed.a}} +A.AN.prototype={ +X(a){if(a.n(0,B.q))return this.b +return this.a}, +k(a){return"{disabled: "+A.m(this.b)+", otherwise: "+A.m(this.a)+"}"}} +A.OC.prototype={ +X(a){var s +if(a.n(0,B.K)){s=this.a +return A.z(31,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}if(a.n(0,B.A)){s=this.a +return A.z(10,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}if(a.n(0,B.z)){s=this.a +return A.z(31,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}return null}, +k(a){var s=this.a +return"{hovered: "+A.z(10,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255).k(0)+", focused,pressed: "+A.z(31,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255).k(0)+", otherwise: null}"}} +A.OB.prototype={ +X(a){if(a.n(0,B.q))return this.b +return this.a}} +A.OD.prototype={ +gpu(){var s,r=this,q=r.fr +if(q===$){s=A.G(r.dy) +r.fr!==$&&A.aK() +q=r.fr=s.ax}return q}, +gh5(){return new A.aO(A.G(this.dy).p3.as,t.wG)}, +gbP(){return B.b9}, +gcQ(){return new A.b0(new A.abx(this),t.T)}, +gh3(){return new A.b0(new A.abz(this),t.T)}, +gc3(){return B.b9}, +gcu(){return B.b9}, +gdU(){return B.dk}, +gct(){return new A.aO(A.anv(this.dy),t.Ak)}, +gh1(){return B.T8}, +gh_(){return B.dm}, +gci(){return B.dl}, +gh2(){return new A.b0(new A.aby(),t.Y6)}, +gh7(){return A.G(this.dy).z}, +gh4(){return A.G(this.dy).e}, +gfv(){return A.G(this.dy).x}} +A.abx.prototype={ +$1(a){var s +if(a.n(0,B.q)){s=this.a.gpu().db.a +return A.z(97,s>>>16&255,s>>>8&255,s&255)}return this.a.gpu().b}, +$S:3} +A.abz.prototype={ +$1(a){var s +if(a.n(0,B.K)){s=this.a.gpu().b +return A.z(31,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}if(a.n(0,B.A)){s=this.a.gpu().b +return A.z(20,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}if(a.n(0,B.z)){s=this.a.gpu().b +return A.z(31,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}return null}, +$S:61} +A.aby.prototype={ +$1(a){if(a.n(0,B.q))return B.aR +return B.bG}, +$S:52} +A.QE.prototype={} +A.qq.prototype={ +gA(a){return J.q(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.qq&&J.d(b.a,this.a)}} +A.OE.prototype={} +A.OG.prototype={ +nP(a){var s +this.EQ(a) +s=this.a +if(s.gdC()&&this.b){s=s.gS().gK() +s.toString +s.ha()}}, +qZ(a){}, +nR(a){var s +this.Sh(a) +s=this.w +s.Is() +s.a.toString}, +nQ(a){var s,r +this.Sg(a) +if(this.a.gdC()){s=this.w +r=s.c +r.toString +switch(A.G(r).r.a){case 2:case 4:break +case 0:case 1:case 3:case 5:s=s.c +s.toString +A.afy(s) +break}}}} +A.xv.prototype={ +ah(){var s=null +return new A.AO(new A.bg(s,t.NE),s,A.A(t.yb,t.M),s,!0,s,B.k)}} +A.AO.prototype={ +gjj(){var s=this.a.d +return s}, +gfb(){var s,r=null +this.a.toString +s=this.e +if(s==null){s=A.Ee(!0,r,!0,!0,r,r,!1) +this.e=s}return s}, +gWG(){this.a.toString +var s=this.c +s.toString +A.G(s) +return B.Te}, +gBF(){var s=this.x +s===$&&A.b() +return s}, +gdC(){return this.a.xr}, +gln(){this.a.toString +return!0}, +ga_j(){this.a.toString +return!1}, +gmD(){var s=this.a.f +return s.ax!=null||this.ga_j()}, +gp0(){var s=this.a.f.ay +s=s==null?null:s.b +if(s==null){s=this.c +s.toString +s=A.G(s).ax.at}return s}, +Xu(){var s,r,q,p=this,o=p.c +o.toString +A.pn(o,B.cM,t.c4).toString +o=p.c +o.toString +s=A.G(o) +o=p.a.f +o=o.KK(s.d) +p.gln() +r=p.a.f.as +q=o.a6N(!0,r==null?1:r) +o=q.p3==null +if(!o||q.p2!=null)return q +r=p.gjj().a.a +r=r.length===0?B.bT:new A.dS(r) +r.gD(r) +if(o)if(q.p2==null)p.a.toString +p.a.toString +return q}, +aH(){var s,r=this +r.aY() +r.w=new A.OG(r,r) +r.a.toString +s=r.gfb() +r.a.toString +r.gln() +s.scH(!0) +r.gfb().T(r.gJv())}, +gJu(){var s,r=this.c +r.toString +r=A.c4(r,B.jl) +s=r==null?null:r.ax +switch((s==null?B.eR:s).a){case 0:this.a.toString +this.gln() +return!0 +case 1:return!0}}, +bo(){this.TR() +this.gfb().scH(this.gJu())}, +aG(a){var s=this +s.TS(a) +s.a.toString +s.gfb().scH(s.gJu()) +if(s.gfb().gbS())s.a.toString}, +ij(a,b){var s=this.d +if(s!=null)this.m0(s,"controller")}, +ge_(){this.a.toString +return null}, +m(){var s,r=this +r.gfb().I(r.gJv()) +s=r.e +if(s!=null)s.m() +s=r.d +if(s!=null){s.ady() +s.adw()}r.TT()}, +Is(){var s=this.y.gK() +if(s!=null)s.CU()}, +a3p(a){var s=this,r=s.w +r===$&&A.b() +if(!r.b)return!1 +if(a===B.X)return!1 +s.a.toString +s.gln() +if(a===B.ax||a===B.fc)return!0 +if(s.gjj().a.a.length!==0)return!0 +return!1}, +a3P(){this.ao(new A.abB())}, +Zu(a,b){var s,r=this,q=r.a3p(b) +if(q!==r.r)r.ao(new A.abD(r,q)) +s=r.c +s.toString +switch(A.G(s).r.a){case 2:case 4:case 3:case 5:case 1:case 0:if(b===B.ax){s=r.y.gK() +if(s!=null)s.fQ(a.gcN())}break}s=r.c +s.toString +switch(A.G(s).r.a){case 2:case 1:case 0:break +case 4:case 3:case 5:if(b===B.V){s=r.y.gK() +if(s!=null)s.f2()}break}}, +ZA(){var s=this.gjj().a.b +if(s.a===s.b)this.y.gK().D4()}, +H9(a){if(a!==this.f)this.ao(new A.abC(this,a))}, +gkT(){var s,r,q,p,o,n=this +n.a.toString +s=J.ku(B.cB.slice(0),t.N) +if(s!=null){r=n.y.gK() +r.toString +r=A.f9(r) +q=n.gjj().a +p=n.a.f +o=new A.tq(!0,"EditableText-"+r,s,q,p.y)}else o=B.jI +r=n.y.gK().gkT() +return A.alE(r.ax,!0,o,!1,!0,r.x,!0,r.z,r.a,r.as,!1,r.b,r.f,r.r,r.Q)}, +gze(){var s=this,r=A.ax(t.ui) +s.gln() +if(s.f)r.J(0,B.A) +if(s.gfb().gbS())r.J(0,B.z) +if(s.gmD())r.J(0,B.bP) +return r}, +G(b7){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2=this,b3=null,b4={},b5=A.G(b7),b6=b7.ai(t.Uf) +if(b6==null)b6=B.cv +if(b5.y){s=A.G(b7).p3.y +s.toString}else{s=b5.p3.w +s.toString}r=b2.c +r.toString +q=A.G(r) +r=b2.c +if(q.y){r.toString +r=A.azW(r)}else{r.toString +r=A.azV(r)}p=t.em +o=A.bI(r,b2.gze(),p) +n=A.bI(s,b2.gze(),p).b9(o).b9(b2.a.y) +b2.a.toString +s=b5.ax +m=b2.gjj() +l=b2.gfb() +r=A.c([],t.VS) +b2.a.toString +switch(A.b6().a){case 2:case 4:k=A.ast(b3) +break +case 0:case 1:case 3:case 5:k=A.awH(b3) +break +default:k=b3}b2.a.toString +b4.a=null +switch(b5.r.a){case 2:j=A.lZ(b7) +b2.x=!0 +i=$.aig() +if(b2.gmD())h=b2.gp0() +else{b2.a.toString +p=b6.w +h=p==null?j.gdZ():p}g=b6.x +if(g==null){b6=j.gdZ() +g=A.z(102,b6.gl()>>>16&255,b6.gl()>>>8&255,b6.gl()&255)}f=new A.i(-2/A.bn(b7,B.bu,t.w).w.b,0) +e=g +d=!0 +c=!0 +b=B.bS +break +case 4:j=A.lZ(b7) +c=b2.x=!1 +i=$.aif() +if(b2.gmD())h=b2.gp0() +else{b2.a.toString +p=b6.w +h=p==null?j.gdZ():p}g=b6.x +if(g==null){b6=j.gdZ() +g=A.z(102,b6.gl()>>>16&255,b6.gl()>>>8&255,b6.gl()&255)}f=new A.i(-2/A.bn(b7,B.bu,t.w).w.b,0) +b4.a=new A.abF(b2) +e=b3 +d=!0 +b=B.bS +break +case 0:case 1:b2.x=!1 +i=$.aij() +if(b2.gmD())h=b2.gp0() +else{b2.a.toString +p=b6.w +h=p==null?s.b:p}g=b6.x +if(g==null){b6=s.b +g=A.z(102,b6.gl()>>>16&255,b6.gl()>>>8&255,b6.gl()&255)}b=b3 +e=b +f=e +d=!1 +c=!1 +break +case 3:b2.x=!1 +i=$.aeY() +if(b2.gmD())h=b2.gp0() +else{b2.a.toString +p=b6.w +h=p==null?s.b:p}g=b6.x +if(g==null){b6=s.b +g=A.z(102,b6.gl()>>>16&255,b6.gl()>>>8&255,b6.gl()&255)}b=b3 +e=b +f=e +d=!1 +c=!1 +break +case 5:b2.x=!1 +i=$.aeY() +if(b2.gmD())h=b2.gp0() +else{b2.a.toString +p=b6.w +h=p==null?s.b:p}g=b6.x +if(g==null){b6=s.b +g=A.z(102,b6.gl()>>>16&255,b6.gl()>>>8&255,b6.gl()&255)}b4.a=new A.abG(b2) +b=b3 +e=b +f=e +d=!1 +c=!1 +break +default:b=b3 +e=b +g=e +h=g +f=h +c=f +d=c +i=d}b6=b2.bA$ +b2.a.toString +b2.gln() +p=b2.a +a=b2.r +a0=p.r +a1=p.z +a2=p.cx +p=p.cy +a3=l.gbS()?g:b3 +a4=b2.a +a5=a4.xr +a6=a5?i:b3 +a7=a4.k2 +a8=a4.k4 +a4=a4.p3 +a9=$.ahZ() +b6=A.If(b6,A.aju(!0,e,b2,B.cB,!0,B.cu,B.a4,b3,A.aC8(),m,h,b3,f,c,b,a4,B.ai,!0,a5,!0,!1,l,!0,r,b2.y,s.a,a0,a9,1,b3,B.bw,!1,"\u2022",b3,a7,b3,b2.gZt(),b2.gZz(),a8,b3,d,!1,!0,"editable",!0,b3,B.ln,b3,a3,a6,B.cm,B.bW,b3,a,a2,p,k,a1,n,B.bb,B.xt,b3,b3,b3,b3,B.b1,b3,b3)) +b2.a.toString +b0=A.hw(new A.nU(A.c([l,m],t.Eo)),new A.abH(b2,l,m),new A.d7(b6,b3)) +b2.a.toString +b1=A.bI(B.a2M,b2.gze(),t.Pb) +b4.b=null +if(b2.gWG()!==B.Td)b2.a.toString +b2.gln() +b6=b2.w +b6===$&&A.b() +return A.j1(A.xw(A.uH(A.hw(m,new A.abI(b4,b2),b6.KZ(B.bf,b0)),!1,b3),b3,b3),b1,new A.abJ(b2),new A.abK(b2),b3)}, +gS(){return this.y}} +A.abB.prototype={ +$0(){}, +$S:0} +A.abD.prototype={ +$0(){this.a.r=this.b}, +$S:0} +A.abC.prototype={ +$0(){this.a.f=this.b}, +$S:0} +A.abF.prototype={ +$0(){var s=this.a +if(!s.gfb().gbS()&&s.gfb().gcH())s.gfb().jI()}, +$S:0} +A.abG.prototype={ +$0(){var s=this.a +if(!s.gfb().gbS()&&s.gfb().gcH())s.gfb().jI()}, +$S:0} +A.abH.prototype={ +$2(a,b){var s,r,q,p=this.a,o=p.Xu(),n=p.a,m=n.y +n=n.as +s=p.f +r=this.b.gbS() +q=this.c.a.a +p.a.toString +return new A.mv(o,m,B.bb,n,r,s,!1,q.length===0,b,null)}, +$S:221} +A.abJ.prototype={ +$1(a){return this.a.H9(!0)}, +$S:51} +A.abK.prototype={ +$1(a){return this.a.H9(!1)}, +$S:40} +A.abI.prototype={ +$2(a,b){var s=null,r=this.a,q=r.b,p=this.b,o=p.gjj().a.a +o=o.length===0?B.bT:new A.dS(o) +o=o.gD(o) +p.a.toString +return A.bL(s,b,!1,o,s,!1,!1,s,s,s,s,s,q,s,s,s,r.a,s,s,s,new A.abE(p),s,s,s,s,s,s,s)}, +$S:222} +A.abE.prototype={ +$0(){var s=this.a +if(!s.gjj().a.b.gbC())s.gjj().sop(A.jq(B.l,s.gjj().a.a.length)) +s.Is()}, +$S:0} +A.adQ.prototype={ +$1(a){var s,r=null,q=A.G(this.a) +if(a.n(0,B.q))return A.cW(r,r,q.ch,r,r,r,r,r,r,r,r,r,r,r,r,r,r,!0,r,r,r,r,r,r,r,r) +s=q.p3.w +return A.cW(r,r,s==null?r:s.b,r,r,r,r,r,r,r,r,r,r,r,r,r,r,!0,r,r,r,r,r,r,r,r)}, +$S:15} +A.adR.prototype={ +$1(a){var s,r=null +if(a.n(0,B.q)){s=A.G(this.a).p3.y.b +return A.cW(r,r,s==null?r:A.z(97,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255),r,r,r,r,r,r,r,r,r,r,r,r,r,r,!0,r,r,r,r,r,r,r,r)}return A.cW(r,r,A.G(this.a).p3.y.b,r,r,r,r,r,r,r,r,r,r,r,r,r,r,!0,r,r,r,r,r,r,r,r)}, +$S:15} +A.acT.prototype={ +$2(a,b){if(!a.a)a.I(b)}, +$S:43} +A.BL.prototype={ +aG(a){this.b1(a) +this.ng()}, +bo(){var s,r,q,p,o=this +o.dh() +s=o.bA$ +r=o.gkS() +q=o.c +q.toString +q=A.na(q) +o.fk$=q +p=o.lp(q,r) +if(r){o.ij(s,o.ec$) +o.ec$=!1}if(p)if(s!=null)s.m()}, +m(){var s,r=this +r.fj$.ac(0,new A.acT()) +s=r.bA$ +if(s!=null)s.m() +r.bA$=null +r.aM()}} +A.Fm.prototype={} +A.YJ.prototype={ +og(a){return B.WP}, +uV(a,b,c,d){var s,r,q,p=null,o=A.G(a) +a.ai(t.bZ) +s=A.G(a) +r=s.cU.c +if(r==null)r=o.ax.b +q=A.dR(A.er(A.p1(B.bf,p,B.ai,!1,p,p,p,p,p,p,p,p,p,p,p,p,p,p,d,p,p,p),p,p,new A.OH(r,p),B.o),22,22) +switch(b.a){case 0:return A.agF(B.Q,1.5707963267948966,q,p) +case 1:return q +case 2:return A.agF(B.Q,0.7853981633974483,q,p)}}, +of(a,b){switch(a.a){case 0:return B.TO +case 1:return B.f +case 2:return B.TM}}} +A.OH.prototype={ +an(a,b){var s,r,q,p,o=$.S(),n=o.aL() +n.saj(this.b) +s=b.a/2 +r=A.h4(new A.i(s,s),s) +q=0+s +p=o.b2() +p.hX(r) +p.iA(new A.y(0,0,q,q)) +a.cv(p,n)}, +d9(a){return!this.b.j(0,a.b)}} +A.LL.prototype={} +A.qw.prototype={ +gA(a){return A.L(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.O(b)!==A.r(s))return!1 +return b instanceof A.qw&&J.d(b.a,s.a)&&J.d(b.b,s.b)&&J.d(b.c,s.c)}} +A.OJ.prototype={} +A.I1.prototype={ +G(a){var s=this.c.N(0,B.TK),r=this.d.M(0,B.TH),q=A.bn(a,B.b2,t.w).w.f.b+8,p=44<=s.b-8-q,o=new A.i(8,q) +return new A.c6(new A.ao(8,q,8,8),new A.iA(new A.I2(s.N(0,o),r.N(0,o),p),new A.AT(this.e,p,A.aCa(),null),null),null)}} +A.AT.prototype={ +ah(){return new A.OO(new A.lb(),null,null,B.k)}, +acY(a,b){return this.e.$2(a,b)}} +A.OO.prototype={ +aG(a){var s=this +s.b1(a) +if(!A.cg(s.a.c,a.c)){s.e=new A.lb() +s.d=!1}}, +G(a){var s,r,q,p,o,n,m,l,k=this,j=null +A.pn(a,B.cM,t.c4).toString +s=k.e +r=k.d +q=a.ai(t.I) +q.toString +p=k.a +o=p.d +n=k.d +m=A.Xe(n?B.F0:B.Pa,j,j,j) +l=n?"Back":"More" +l=A.c([new A.ON(m,new A.ac0(k),l,j)],t.E) +B.b.P(l,k.a.c) +return new A.OP(r,q.w,A.af8(B.Q,p.acY(a,new A.OL(o,n,l,j)),B.a0,B.BS),s)}} +A.ac0.prototype={ +$0(){var s=this.a +s.ao(new A.ac_(s))}, +$S:0} +A.ac_.prototype={ +$0(){var s=this.a +s.d=!s.d}, +$S:0} +A.OP.prototype={ +aw(a){var s=new A.OQ(this.e,this.f,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sCA(this.e) +b.sbT(this.f)}} +A.OQ.prototype={ +sCA(a){if(a===this.O)return +this.O=a +this.a0()}, +sbT(a){if(a===this.a9)return +this.a9=a +this.a0()}, +bu(){var s,r,q=this,p=q.u$ +p.toString +s=t.k +r=s.a(A.o.prototype.gV.call(q)) +p.bz(new A.ar(0,r.b,0,r.d),!0) +if(!q.O&&q.t==null)q.t=q.u$.gq().a +p=s.a(A.o.prototype.gV.call(q)) +s=q.t +if(s!=null){s=q.u$.gq() +r=q.t +r.toString +s=s.a>r}else{r=s +s=!0}if(s)s=q.u$.gq().a +else{r.toString +s=r}q.id=p.aU(new A.H(s,q.u$.gq().b)) +s=q.u$.b +s.toString +t.U.a(s) +s.a=new A.i(q.a9===B.bc?0:q.gq().a-q.u$.gq().a,0)}, +an(a,b){var s=this.u$,r=s.b +r.toString +a.d_(s,t.U.a(r).a.M(0,b))}, +cl(a,b){var s=this.u$.b +s.toString +t.U.a(s) +return a.iB(new A.ac1(this,b,s),s.a,b)}, +dM(a){if(!(a.b instanceof A.dU))a.b=new A.dU(null,null,B.f)}, +cG(a,b){var s=a.b +s.toString +s=t.U.a(s).a +b.bm(s.a,s.b) +this.RA(a,b)}} +A.ac1.prototype={ +$2(a,b){return this.a.u$.bF(a,b)}, +$S:12} +A.OL.prototype={ +aw(a){var s=new A.Nt(this.e,this.f,0,null,null,A.a4()) +s.au() +return s}, +aE(a,b){b.sC4(this.e) +b.sCA(this.f)}, +cI(){return new A.OM(A.ck(t.h),this,B.P)}} +A.OM.prototype={} +A.Nt.prototype={ +sC4(a){if(a===this.a_)return +this.a_=a +this.a0()}, +sCA(a){if(a===this.Y)return +this.Y=a +this.a0()}, +a_N(){var s,r=this,q={},p=t.k,o=r.Y?p.a(A.o.prototype.gV.call(r)):A.ty(new A.H(p.a(A.o.prototype.gV.call(r)).b,44)) +q.a=-1 +q.b=0 +r.aT(new A.aap(q,r,o)) +p=r.a2$ +p.toString +s=r.B +if(s!==-1&&s===r.dd$-2&&q.b-p.gq().a<=o.b)r.B=-1}, +J8(a,b){var s,r=this +if(a===r.a2$)return r.B!==-1 +s=r.B +if(s===-1)return!0 +return b>s===r.Y}, +a1M(){var s,r,q,p,o=this,n={} +n.a=-1 +n.b=B.o +n.c=0 +s=o.a2$ +s.toString +n.d=o.Y&&!o.a_?s.gq().b:0 +o.aT(new A.aaq(n,o,s)) +r=s.b +r.toString +t.U.a(r) +q=o.a2$ +q.toString +if(o.J8(q,0)){r.e=!0 +if(o.Y){q=o.a_ +r.a=q?new A.i(0,n.d):B.f +r=n.b +p=r.b +s=q?p+s.gq().b:p +n.b=new A.H(r.a,s)}else{r.a=new A.i(n.c,0) +n.b=new A.H(n.b.a+s.gq().a,n.b.b)}}else r.e=!1 +o.id=n.b}, +bu(){var s,r=this +r.B=-1 +if(r.a2$==null){s=t.k.a(A.o.prototype.gV.call(r)) +r.id=new A.H(A.D(0,s.a,s.b),A.D(0,s.c,s.d)) +return}r.a_N() +r.a1M()}, +an(a,b){this.aT(new A.aas(a,b))}, +dM(a){if(!(a.b instanceof A.dU))a.b=new A.dU(null,null,B.f)}, +cl(a,b){var s,r,q={},p=q.a=this.cO$ +for(s=t.U;p!=null;){p=p.b +p.toString +s.a(p) +if(!p.e){r=p.c0$ +q.a=r +p=r +continue}if(a.iB(new A.aar(q,b,p),p.a,b))return!0 +r=p.c0$ +q.a=r +p=r}return!1}, +f6(a){this.aT(new A.aat(a))}} +A.aap.prototype={ +$1(a){var s,r,q,p,o=this.a;++o.a +s=this.b +if(s.B!==-1&&!s.Y)return +t.x.a(a) +r=this.c +q=r.b +a.bz(new A.ar(0,q,0,r.d),!0) +p=o.b+a.gq().a +o.b=p +if(p>q&&s.B===-1)s.B=o.a-1}, +$S:13} +A.aaq.prototype={ +$1(a){var s,r,q,p=this.a,o=++p.a +t.x.a(a) +s=a.b +s.toString +t.U.a(s) +if(a===this.c)return +r=this.b +if(!r.J8(a,o)){s.e=!1 +return}s.e=!0 +if(!r.Y){o=p.c +s.a=new A.i(o,0) +q=o+a.gq().a +p.c=q +p.b=new A.H(q,Math.max(a.gq().b,p.b.b))}else{o=p.d +s.a=new A.i(0,o) +p.d=o+a.gq().b +p.b=new A.H(Math.max(a.gq().a,p.b.a),p.d)}}, +$S:13} +A.aas.prototype={ +$1(a){var s +t.x.a(a) +s=a.b +s.toString +t.U.a(s) +if(!s.e)return +this.a.d_(a,s.a.M(0,this.b))}, +$S:13} +A.aar.prototype={ +$2(a,b){return this.a.a.bF(a,b)}, +$S:12} +A.aat.prototype={ +$1(a){var s +t.x.a(a) +s=a.b +s.toString +if(t.U.a(s).e)this.a.$1(a)}, +$S:13} +A.OK.prototype={ +G(a){var s=null +return A.kC(B.Z,B.jL,this.c,B.be,s,1,s,s,s,s,s,B.dp)}} +A.ON.prototype={ +G(a){var s=null +return A.kC(B.Z,s,A.uE(s,!1,s,s,s,s,this.c,s,s,this.d,s,s,s,s,this.e,s),B.C,B.y,0,s,s,s,s,s,B.dp)}} +A.Qv.prototype={ +ad(a){var s,r,q +this.dO(a) +s=this.a2$ +for(r=t.U;s!=null;){s.ad(a) +q=s.b +q.toString +s=r.a(q).ab$}}, +a8(){var s,r,q +this.dP() +s=this.a2$ +for(r=t.U;s!=null;){s.a8() +q=s.b +q.toString +s=r.a(q).ab$}}} +A.QF.prototype={ +bL(){this.cL() +this.cn() +this.e7()}, +m(){var s=this,r=s.aV$ +if(r!=null)r.I(s.gdR()) +s.aV$=null +s.aM()}} +A.rH.prototype={ +H(){return"_TextSelectionToolbarItemPosition."+this.b}} +A.I3.prototype={ +G(a){var s=this,r=null,q=A.G(a).ax.a===B.R?B.i:B.B +return A.alC(s.c,s.d,A.a31(s.f,r,r,r,r,r,r,r,r,q,r,r,B.WT,s.e,r,B.iA,r,r,r,r))}} +A.cs.prototype={ +b9(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.b9(b3.a) +if(r==null)r=b3.a +q=b1.b +p=q==null?b2:q.b9(b3.b) +if(p==null)p=b3.b +o=b1.c +n=o==null?b2:o.b9(b3.c) +if(n==null)n=b3.c +m=b1.d +l=m==null?b2:m.b9(b3.d) +if(l==null)l=b3.d +k=b1.e +j=k==null?b2:k.b9(b3.e) +if(j==null)j=b3.e +i=b1.f +h=i==null?b2:i.b9(b3.f) +if(h==null)h=b3.f +g=b1.r +f=g==null?b2:g.b9(b3.r) +if(f==null)f=b3.r +e=b1.w +d=e==null?b2:e.b9(b3.w) +if(d==null)d=b3.w +c=b1.x +b=c==null?b2:c.b9(b3.x) +if(b==null)b=b3.x +a=b1.y +a0=a==null?b2:a.b9(b3.y) +if(a0==null)a0=b3.y +a1=b1.z +a2=a1==null?b2:a1.b9(b3.z) +if(a2==null)a2=b3.z +a3=b1.Q +a4=a3==null?b2:a3.b9(b3.Q) +if(a4==null)a4=b3.Q +a5=b1.as +a6=a5==null?b2:a5.b9(b3.as) +if(a6==null)a6=b3.as +a7=b1.at +a8=a7==null?b2:a7.b9(b3.at) +if(a8==null)a8=b3.at +a9=b1.ax +b0=a9==null?b2:a9.b9(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.a3V(j,i,h,s,r,q,p,o,n,g,f,e==null?a9:e,m,l,k)}, +a5l(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.eU(a0,d,b,d,a1,a2,0,1,a3) +s=e.b +s=s==null?d:s.eU(a0,d,b,d,a1,a2,0,1,a3) +r=e.c +r=r==null?d:r.eU(a0,d,b,d,a1,a2,0,1,a3) +q=e.d +q=q==null?d:q.eU(a0,d,b,d,a1,a2,0,1,a3) +p=e.e +p=p==null?d:p.eU(a0,d,b,d,a1,a2,0,1,a3) +o=e.f +o=o==null?d:o.eU(a,d,b,d,a1,a2,0,1,a3) +n=e.r +n=n==null?d:n.eU(a,d,b,d,a1,a2,0,1,a3) +m=e.w +m=m==null?d:m.eU(a,d,b,d,a1,a2,0,1,a3) +l=e.x +l=l==null?d:l.eU(a,d,b,d,a1,a2,0,1,a3) +k=e.y +k=k==null?d:k.eU(a,d,b,d,a1,a2,0,1,a3) +j=e.z +j=j==null?d:j.eU(a,d,b,d,a1,a2,0,1,a3) +i=e.Q +i=i==null?d:i.eU(a0,d,b,d,a1,a2,0,1,a3) +h=e.as +h=h==null?d:h.eU(a,d,b,d,a1,a2,0,1,a3) +g=e.at +g=g==null?d:g.eU(a,d,b,d,a1,a2,0,1,a3) +f=e.ax +return A.a3V(k,j,i,c,s,r,q,p,o,h,g,f==null?d:f.eU(a,d,b,d,a1,a2,0,1,a3),n,m,l)}, +KJ(a,b,c){return this.a5l(a,b,c,null,null,null)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.cs&&J.d(s.a,b.a)&&J.d(s.b,b.b)&&J.d(s.c,b.c)&&J.d(s.d,b.d)&&J.d(s.e,b.e)&&J.d(s.f,b.f)&&J.d(s.r,b.r)&&J.d(s.w,b.w)&&J.d(s.x,b.x)&&J.d(s.y,b.y)&&J.d(s.z,b.z)&&J.d(s.Q,b.Q)&&J.d(s.as,b.as)&&J.d(s.at,b.at)&&J.d(s.ax,b.ax)}, +gA(a){var s=this +return A.L(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.OT.prototype={} +A.nt.prototype={ +G(a){var s,r,q=null,p=this.c,o=B.bN.a,n=B.bN.b,m=B.bN.c,l=B.bN.d,k=B.bN.e,j=B.bN.f,i=B.bN.r,h=a.ai(t.Uf) +if(h==null)h=B.cv +s=p.cU +r=s.b +if(r==null)r=h.x +s=s.a +h=s==null?h.w:s +return new A.za(this,new A.Dq(new A.Fe(p,new A.vE(o,n,m,l,k,j,i),B.jf,o,n,m,l,k,j,i),A.EF(A.Tr(this.d,h,q,q,r),p.ok,q),q),q)}} +A.za.prototype={ +oa(a,b){return new A.nt(this.w.c,b,null)}, +c7(a){return!this.w.c.j(0,a.w.c)}} +A.nu.prototype={ +dl(a){var s,r=this.a +r.toString +s=this.b +s.toString +return A.awU(r,s,a)}} +A.tb.prototype={ +ah(){return new A.J_(null,null,B.k)}} +A.J_.prototype={ +jz(a){var s=a.$3(this.CW,this.a.r,new A.a5L()) +s.toString +this.CW=t.ZM.a(s)}, +G(a){var s=this.CW +s.toString +return new A.nt(s.aa(this.gdu().gl()),this.a.w,null)}} +A.a5L.prototype={ +$1(a){return new A.nu(t.we.a(a),null)}, +$S:223} +A.cX.prototype={} +A.mG.prototype={ +H(){return"MaterialTapTargetSize."+this.b}} +A.fD.prototype={ +q_(d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8,f9,g0,g1,g2,g3,g4,g5,g6,g7,g8,g9,h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,i0,i1,i2,i3,i4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9=this,c0=null,c1=d4==null?b9.a:d4,c2=f7==null?b9.d:f7,c3=g4==null?b9.f:g4,c4=h3==null?b9.w:h3,c5=h6==null?b9.x:h6,c6=e0==null?b9.as:e0,c7=e1==null?b9.at:e1,c8=b9.ax,c9=d8==null?c8.a:d8,d0=c8.b,d1=c8.c,d2=c8.d +if(d2==null)d2=d0 +s=c8.e +if(s==null)s=d1 +r=c8.f +q=c8.r +p=c8.w +if(p==null)p=r +o=c8.x +if(o==null)o=q +n=c8.y +m=n==null?r:n +l=c8.z +k=l==null?q:l +j=c8.Q +if(j==null){if(n==null)n=r}else n=j +j=c8.as +if(j==null){if(l==null)l=q}else l=j +j=c8.at +i=c8.ax +h=c8.ay +if(h==null)h=j +g=c8.ch +if(g==null)g=i +f=c8.cx +e=c8.cy +d=c8.db +c=c8.dx +if(c==null)c=e +b=c8.dy +if(b==null)b=d +a=c8.fr +if(a==null)a=f +a0=c8.fx +if(a0==null)a0=f +a1=c8.fy +if(a1==null)a1=B.j +a2=c8.go +if(a2==null)a2=B.j +a3=c8.id +if(a3==null)a3=d +a4=c8.k1 +if(a4==null)a4=e +a5=c8.k2 +if(a5==null)a5=d1 +a6=c8.k3 +if(a6==null)a6=d0 +n=A.T2(c8.CW,c9,j,h,a5,a3,f,i,g,a4,d1,s,q,o,d,b,k,l,a,a0,d0,d2,a2,r,p,a1,e,a6,c,m,n) +c8=e4==null?b9.ay:e4 +c9=e6==null?b9.CW:e6 +d0=f6==null?b9.dy:f6 +d1=g6==null?b9.fr:g6 +d2=g7==null?b9.fx:g7 +s=h2==null?b9.go:h2 +r=f5==null?b9.ok:f5 +q=g8==null?b9.p1:g8 +p=g9==null?b9.p2:g9 +o=i1==null?b9.p3:i1 +m=d3==null?b9.RG:d3 +l=d5==null?b9.rx:d5 +k=d6==null?b9.to:d6 +j=d7==null?b9.x1:d7 +i=d9==null?b9.y1:d9 +h=e2==null?b9.aW:e2 +g=e3==null?b9.br:e3 +f=e5==null?b9.by:e5 +e=e7==null?b9.bB:e7 +d=e8==null?b9.b7:e8 +c=e9==null?b9.B:e9 +b=f0==null?b9.a_:f0 +a=f2==null?b9.aB:f2 +a0=f3==null?b9.aI:f3 +a1=f4==null?b9.b_:f4 +a2=f8==null?b9.bi:f8 +a3=f9==null?b9.Z:f9 +a4=g0==null?b9.aK:g0 +a5=g1==null?b9.aD:g1 +a6=g2==null?b9.eN:g2 +a7=g3==null?b9.cj:g3 +a8=g5==null?b9.ew:g5 +a9=h0==null?b9.cP:h0 +b0=h1==null?b9.cz:h1 +b1=h4==null?b9.u:h4 +b2=h5==null?b9.a4:h5 +b3=h7==null?b9.cq:h7 +b4=h8==null?b9.bR:h8 +b5=h9==null?b9.ed:h9 +b6=i0==null?b9.cU:i0 +b7=i2==null?b9.cr:i2 +b8=i3==null?b9.aX:i3 +return A.agB(b9.R8,b9.dw,m,c1,b9.t,l,b9.ry,b9.Q,k,j,b9.x2,b9.xr,i,c6,c7,b9.y2,h,g,n,b9.b,b9.am,b9.aO,c8,f,b9.ch,c9,e,d,c,b,b9.dH,b9.Y,b9.c,a,a0,b9.cx,b9.cy,b9.db,b9.dx,a1,r,d0,c2,a2,b9.e,b9.R,a3,a4,a5,b9.b8,a6,a7,c3,b9.r,a8,d1,d2,b9.fy,q,p,a9,b0,s,c4,b9.dG,b9.ap,b9.id,b9.iK,b9.k1,b9.k2,b1,b2,b9.k3,c5,b3,b4,b5,b6,o,b9.f0,b7,b9.O,b8,b9.p4,b9.k4,b9.y,b9.z)}, +a6V(a,b,c){return this.q_(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null,null,null,null,null,b,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,c)}, +a6Z(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9){return this.q_(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,null,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,null,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,null)}, +a6S(a,b){return this.q_(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null,null,null,null,b,null,null,null)}, +a6F(a){return this.q_(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null,null,null,null)}, +a6D(a){return this.q_(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null)}, +j(a,b){var s,r,q=this +if(b==null)return!1 +if(J.O(b)!==A.r(q))return!1 +if(b instanceof A.fD)if(b.a===q.a)if(A.aeH(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.y===q.y)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.d(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.aW.j(0,q.aW))if(b.br.j(0,q.br))if(b.am.j(0,q.am))if(b.aO.j(0,q.aO))if(b.by.j(0,q.by))if(b.bB.j(0,q.bB))if(b.b7.j(0,q.b7))if(b.B.j(0,q.B))if(b.a_.j(0,q.a_))if(b.Y.j(0,q.Y))if(b.aB.j(0,q.aB))if(b.aI.j(0,q.aI))if(b.b_.j(0,q.b_))if(b.bi.j(0,q.bi))if(b.R.j(0,q.R))if(b.Z.j(0,q.Z))if(b.aK.j(0,q.aK))if(b.aD.j(0,q.aD))if(b.b8.j(0,q.b8))if(b.eN.j(0,q.eN))if(b.cj.j(0,q.cj))if(b.ew.j(0,q.ew))if(b.cP.j(0,q.cP))if(b.cz.j(0,q.cz))if(b.dG.j(0,q.dG))if(b.ap.j(0,q.ap))if(b.iK.j(0,q.iK))if(b.u.j(0,q.u))if(b.a4.j(0,q.a4))if(b.cq.j(0,q.cq))if(b.bR.j(0,q.bR))if(b.ed.j(0,q.ed))if(b.cU.j(0,q.cU))if(b.f0.j(0,q.f0))if(b.cr.j(0,q.cr))if(b.aX.j(0,q.aX)){s=b.O +s.toString +r=q.O +r.toString +if(s.j(0,r)){s=b.k1 +s.toString +r=q.k1 +r.toString +if(s.j(0,r)){s=b.dH +s.toString +r=q.dH +r.toString +if(s.j(0,r)){s=b.t +s.toString +r=q.t +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 +else s=!1 +return s}, +gA(a){var s=this,r=[s.a,s.b],q=s.c +B.b.P(r,q.gbN()) +B.b.P(r,q.gbk()) +r.push(s.d) +r.push(s.e) +r.push(s.f) +r.push(s.r) +r.push(s.w) +r.push(s.x) +r.push(s.y) +r.push(s.z) +r.push(s.as) +r.push(s.at) +r.push(s.ax) +r.push(s.ay) +r.push(s.ch) +r.push(s.CW) +r.push(s.cx) +r.push(s.cy) +r.push(s.db) +r.push(s.dx) +r.push(s.dy) +r.push(s.fr) +r.push(s.fx) +r.push(s.fy) +r.push(s.go) +r.push(s.id) +r.push(s.k2) +r.push(s.k3) +r.push(s.k4) +r.push(s.ok) +r.push(s.p1) +r.push(s.p2) +r.push(s.p3) +r.push(s.p4) +r.push(s.R8) +r.push(s.RG) +r.push(s.rx) +r.push(s.ry) +r.push(s.to) +r.push(s.x1) +r.push(s.x2) +r.push(s.xr) +r.push(s.y1) +r.push(s.y2) +r.push(s.aW) +r.push(s.br) +r.push(s.am) +r.push(s.aO) +r.push(s.by) +r.push(s.bB) +r.push(s.b7) +r.push(s.B) +r.push(s.a_) +r.push(s.Y) +r.push(s.aB) +r.push(s.aI) +r.push(s.b_) +r.push(s.bi) +r.push(s.R) +r.push(s.Z) +r.push(s.aK) +r.push(s.aD) +r.push(s.b8) +r.push(s.eN) +r.push(s.cj) +r.push(s.ew) +r.push(s.cP) +r.push(s.cz) +r.push(s.dG) +r.push(s.ap) +r.push(s.iK) +r.push(s.u) +r.push(s.a4) +r.push(s.cq) +r.push(s.bR) +r.push(s.ed) +r.push(s.cU) +r.push(s.f0) +r.push(s.cr) +r.push(s.aX) +r.push(s.dw) +q=s.O +q.toString +r.push(q) +q=s.k1 +q.toString +r.push(q) +q=s.dH +q.toString +r.push(q) +q=s.t +q.toString +r.push(q) +q=s.Q +q.toString +r.push(q) +return A.bJ(r)}} +A.a3Z.prototype={ +$0(){var s=this.a,r=this.b +return s.a6S(r.b9(s.p2),r.b9(s.p3))}, +$S:224} +A.a3X.prototype={ +$2(a,b){return new A.b9(a,b.No(this.a.c.h(0,a),this.b),t.sw)}, +$S:225} +A.a3Y.prototype={ +$1(a){return!this.a.c.ak(a.a)}, +$S:226} +A.Fe.prototype={ +gkk(){var s=this.ch.a +return s==null?this.ay.ax.a:s}, +gdZ(){var s=this.ch.b +return s==null?this.ay.ax.b:s}, +gkP(){var s=this.ch.c +return s==null?this.ay.ax.c:s}, +gmc(){var s=this.ch.f +return s==null?this.ay.go:s}, +cR(a){return A.aux(this.ay,this.ch.cR(a))}} +A.rf.prototype={ +gA(a){return(A.o8(this.a)^A.o8(this.b))>>>0}, +j(a,b){if(b==null)return!1 +return b instanceof A.rf&&b.a===this.a&&b.b===this.b}} +A.KF.prototype={ +bK(a,b){var s,r=this.a,q=r.h(0,a) +if(q!=null)return q +if(r.a===this.b){s=new A.b8(r,A.l(r).i("b8<1>")) +r.C(0,s.gU(s))}s=b.$0() +r.p(0,a,s) +return s}} +A.jv.prototype={ +vv(a){var s=this.a,r=this.b,q=A.D(a.a+new A.i(s,r).a1(0,4).a,0,a.b) +return a.a6P(A.D(a.c+new A.i(s,r).a1(0,4).b,0,a.d),q)}, +j(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.jv&&b.a===this.a&&b.b===this.b}, +gA(a){return A.L(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)}, +cC(){return this.QK()+"(h: "+A.hr(this.a)+", v: "+A.hr(this.b)+")"}} +A.OV.prototype={} +A.Pw.prototype={} +A.xJ.prototype={ +gA(a){var s=this +return A.bJ([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.O(b)!==A.r(s))return!1 +return b instanceof A.xJ&&J.d(b.a,s.a)&&J.d(b.b,s.b)&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&J.d(b.w,s.w)&&J.d(b.x,s.x)&&J.d(b.y,s.y)&&J.d(b.z,s.z)&&J.d(b.Q,s.Q)&&b.as==s.as&&J.d(b.at,s.at)&&J.d(b.ax,s.ax)&&J.d(b.ay,s.ay)&&J.d(b.ch,s.ch)&&J.d(b.CW,s.CW)&&J.d(b.cx,s.cx)&&J.d(b.db,s.db)&&J.d(b.dx,s.dx)}} +A.OX.prototype={} +A.xK.prototype={ +gA(a){var s=this +return A.L(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.O(b)!==A.r(s))return!1 +return b instanceof A.xK&&J.d(b.a,s.a)&&J.d(b.b,s.b)&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&J.d(b.w,s.w)&&J.d(b.y,s.y)&&J.d(b.x,s.x)&&J.d(b.z,s.z)&&J.d(b.Q,s.Q)&&J.d(b.as,s.as)&&J.d(b.ax,s.ax)&&b.at==s.at}} +A.OY.prototype={} +A.KD.prototype={ +aw(a){var s=new A.Ne(!0,this.e,null,this.r,B.bw,B.aC,null,A.a4()) +s.au() +s.saN(null) +return s}} +A.Ne.prototype={ +bF(a,b){var s,r=this,q=$.ah0 +$.ah0=!1 +if(r.gq().n(0,b)){s=r.cl(a,b)||r.t===B.aC +if((s||r.t===B.bf)&&!$.ah_){$.ah_=!0 +a.J(0,new A.lM(b,r))}}else s=!1 +if(q){$.ah0=!0 +$.ah_=!1}return s}} +A.nw.prototype={ +ah(){return new A.qB(new A.Zs(),A.ax(t.S),B.I,null,null,B.k)}} +A.qB.prototype={ +ga3r(){this.a.toString +this.f===$&&A.b() +return B.BU}, +gWI(){this.a.toString +this.f===$&&A.b() +return!0}, +gzY(){var s=this.a.c +return s==null?null.OF():s}, +gki(){var s,r=this,q=r.w +if(q==null){q=A.bC(null,B.cw,B.hB,null,r) +q.bl() +s=q.cp$ +s.b=!0 +s.a.push(r.ga45()) +r.w=q}return q}, +a46(a){var s,r,q,p,o,n,m,l,k,j,i=this +$label0$0:{s=new A.ih(A.alT(i.Q),A.alT(a)) +r=A.bX("#0#1",new A.a4a(s)) +q=A.bX("#0#3",new A.a4b(r)) +p=A.bX("#0#4",new A.a4c(s)) +o=A.bX("#0#6",new A.a4d(p)) +n=A.bX("#0#7",new A.a4e(r)) +m=A.bX("#0#8",new A.a4f(p)) +if(q.aC()&&o.aC()){B.b.C($.nx,i) +l=i.d +k=l.a +if(k!=null)k.lH() +else l.b=null +break $label0$0}if(n.aC()&&m.aC()){l=i.d +k=l.a +j=$.ag7+1 +if(k!=null){$.ag7=j +k.PV(j)}else l.b=$.ag7=j +$.nx.push(i) +A.a1X(i.gzY()) +break $label0$0}if(!(q.aC()&&m.aC()))l=n.aC()&&o.aC() +else l=!0 +if(l)break $label0$0}i.Q=a}, +a2J(a,b){var s,r,q=this,p=new A.a4h(q,a) +$label0$0:{s=q.gki().Q +s===$&&A.b() +r=A.bX("#0#2",new A.a4g(s)) +if(r.aC()&&b.a>0){if(q.r==null)q.r=A.bN(b,p) +break $label0$0}if(r.aC()||B.aT===s||B.aK===s||B.T===s)p.$0()}}, +II(a){return this.a2J(null,a)}, +mJ(a){var s=this,r=s.r +if(r!=null)r.b4() +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.aK:case B.I:break +case B.aT:case B.T:if(a.a>0)s.r=A.bN(a,s.gki().gOs()) +else s.gki().dK() +break}}, +a44(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.Yp(r,null,B.Wh) +s.p1=r.ga_6() +s.p2=r.ga41() +s.R8=r.gZd() +s.KA(a) +break}}, +Yy(a){var s=this,r=s.y +r=r==null?null:r.CW +if(r!==a.gbx()){r=s.x +r=r==null?null:r.CW +r=r===a.gbx()}else r=!0 +if(r)return +if(s.r==null){r=s.gki().Q +r===$&&A.b() +r=r===B.I}else r=!1 +if(r||!t.d.b(a))return +s.mJ(B.t) +s.z.a7(0)}, +a_7(){this.mJ(B.t) +this.z.a7(0)}, +a42(){var s=this,r=s.e +r===$&&A.b() +if(!r)return +r=s.gki().Q +r===$&&A.b() +if(r===B.I){s.gWI() +r=!0}else r=!1 +if(r){r=s.c +r.toString +A.afy(r)}s.a.toString +s.II(B.t)}, +Ze(){if(this.z.a!==0)return +this.mJ(this.ga3r())}, +YK(a){var s,r,q,p,o,n,m=this +m.z.J(0,a.ghs()) +s=A.c($.nx.slice(0),A.a7($.nx)) +for(r=s.length,q=!1,p=0;p") +return new A.fI(A.ah(new A.ae(s,new A.a6S(a),r),!0,r.i("ba.E")))}, +cW(a,b){return A.ama(a,this,b)}, +cX(a,b){return A.ama(this,a,b)}, +dg(a,b){var s,r +for(s=this.a,r=0;r") +return new A.ae(new A.cx(s,r),new A.a6T(),r.i("ae")).bW(0," + ")}} +A.a6R.prototype={ +$2(a,b){return a.J(0,b.ght())}, +$S:232} +A.a6S.prototype={ +$1(a){return a.bb(this.a)}, +$S:233} +A.a6T.prototype={ +$1(a){return a.k(0)}, +$S:234} +A.Jh.prototype={} +A.CH.prototype={ +H(){return"BoxShape."+this.b}} +A.CD.prototype={ +hk(a,b,c){return null}, +J(a,b){return this.hk(a,b,!1)}, +dg(a,b){var s=$.S().b2() +s.iA(this.ght().X(b).B_(a)) +return s}, +hH(a){return this.dg(a,null)}, +c8(a,b){var s=$.S().b2() +s.iA(a) +return s}, +hJ(a){return this.c8(a,null)}, +fq(a,b,c,d){a.d4(b,c)}, +gf4(){return!0}} +A.cu.prototype={ +ght(){var s,r=this +if(r.gKn()){s=r.a.gdt() +return new A.ao(s,s,s,s)}return new A.ao(r.d.gdt(),r.a.gdt(),r.b.gdt(),r.c.gdt())}, +gqI(){var s,r,q=this +if(q.goQ())if(q.gKn())if(q.gpr()){s=q.a.d +r=q.d.d===s&&q.c.d===s&&q.b.d===s}else r=!1 +else r=!1 +else r=!1 +return r}, +goQ(){var s=this,r=s.a.a +return s.d.a.j(0,r)&&s.c.a.j(0,r)&&s.b.a.j(0,r)}, +gKn(){var s=this,r=s.a.b +return s.d.b===r&&s.c.b===r&&s.b.b===r}, +gpr(){var s=this,r=s.a.c +return s.d.c===r&&s.c.c===r&&s.b.c===r}, +hk(a,b,c){var s=this +if(b instanceof A.cu&&A.iw(s.a,b.a)&&A.iw(s.b,b.b)&&A.iw(s.c,b.c)&&A.iw(s.d,b.d))return new A.cu(A.fN(s.a,b.a),A.fN(s.b,b.b),A.fN(s.c,b.c),A.fN(s.d,b.d)) +return null}, +J(a,b){return this.hk(a,b,!1)}, +bb(a){var s=this +return new A.cu(s.a.bb(a),s.b.bb(a),s.c.bb(a),s.d.bb(a))}, +cW(a,b){if(a instanceof A.cu)return A.afc(a,this,b) +return this.rX(a,b)}, +cX(a,b){if(a instanceof A.cu)return A.afc(this,a,b) +return this.rY(a,b)}, +wy(a,b,c,d,e){var s,r=this +if(r.gqI()){s=r.a +switch(s.c.a){case 0:return +case 1:switch(d.a){case 1:A.aiG(a,b,s) +break +case 0:if(c!=null&&!c.j(0,B.am)){A.aiH(a,b,s,c) +return}A.aiI(a,b,s) +break}return}}if(r.goQ()&&r.gpr()){s=r.a +switch(s.c.a){case 0:return +case 1:A.aiF(a,b,c,r.c,r.d,r.b,d,e,s) +return}}A.aob(a,b,r.c,r.d,r.b,r.a)}, +fp(a,b,c){return this.wy(a,b,null,B.an,c)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.cu&&b.a.j(0,s.a)&&b.b.j(0,s.b)&&b.c.j(0,s.c)&&b.d.j(0,s.d)}, +gA(a){var s=this +return A.L(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)}, +k(a){var s,r,q=this +if(q.gqI())return"Border.all("+q.a.k(0)+")" +s=A.c([],t.s) +r=q.a +if(!r.j(0,B.n))s.push("top: "+r.k(0)) +r=q.b +if(!r.j(0,B.n))s.push("right: "+r.k(0)) +r=q.c +if(!r.j(0,B.n))s.push("bottom: "+r.k(0)) +r=q.d +if(!r.j(0,B.n))s.push("left: "+r.k(0)) +return"Border("+B.b.bW(s,", ")+")"}, +gD5(){return this.a}} +A.dG.prototype={ +ght(){var s,r=this +if(r.gqI()){s=r.a.gdt() +return new A.dJ(s,s,s,s)}return new A.dJ(r.b.gdt(),r.a.gdt(),r.c.gdt(),r.d.gdt())}, +gqI(){var s,r,q,p,o=this +if(o.goQ()){s=o.a +r=s.b +q=o.b +if(q.b===r&&o.d.b===r&&o.c.b===r)if(o.gpr()){p=s.d +s=q.d===p&&o.d.d===p&&o.c.d===p}else s=!1 +else s=!1}else s=!1 +return s}, +goQ(){var s=this,r=s.a.a +return s.b.a.j(0,r)&&s.d.a.j(0,r)&&s.c.a.j(0,r)}, +gpr(){var s=this,r=s.a.c +return s.b.c===r&&s.d.c===r&&s.c.c===r}, +hk(a,b,c){var s,r,q,p=this,o=null +if(b instanceof A.dG){s=p.a +r=b.a +if(A.iw(s,r)&&A.iw(p.b,b.b)&&A.iw(p.c,b.c)&&A.iw(p.d,b.d))return new A.dG(A.fN(s,r),A.fN(p.b,b.b),A.fN(p.c,b.c),A.fN(p.d,b.d)) +return o}if(b instanceof A.cu){s=b.a +r=p.a +if(!A.iw(s,r)||!A.iw(b.c,p.d))return o +q=p.b +if(!q.j(0,B.n)||!p.c.j(0,B.n)){if(!b.d.j(0,B.n)||!b.b.j(0,B.n))return o +return new A.dG(A.fN(s,r),q,p.c,A.fN(b.c,p.d))}return new A.cu(A.fN(s,r),b.b,A.fN(b.c,p.d),b.d)}return o}, +J(a,b){return this.hk(a,b,!1)}, +bb(a){var s=this +return new A.dG(s.a.bb(a),s.b.bb(a),s.c.bb(a),s.d.bb(a))}, +cW(a,b){if(a instanceof A.dG)return A.afa(a,this,b) +return this.rX(a,b)}, +cX(a,b){if(a instanceof A.dG)return A.afa(this,a,b) +return this.rY(a,b)}, +wy(a,b,c,d,e){var s,r,q,p=this +if(p.gqI()){s=p.a +switch(s.c.a){case 0:return +case 1:switch(d.a){case 1:A.aiG(a,b,s) +break +case 0:if(c!=null&&!c.j(0,B.am)){A.aiH(a,b,s,c) +return}A.aiI(a,b,s) +break}return}}switch(e.a){case 0:r=p.c +q=p.b +break +case 1:r=p.b +q=p.c +break +default:r=null +q=null}if(p.goQ()&&p.gpr()){s=p.a +switch(s.c.a){case 0:return +case 1:A.aiF(a,b,c,p.d,r,q,d,e,s) +return}}A.aob(a,b,p.d,r,q,p.a)}, +fp(a,b,c){return this.wy(a,b,null,B.an,c)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.dG&&b.a.j(0,s.a)&&b.b.j(0,s.b)&&b.c.j(0,s.c)&&b.d.j(0,s.d)}, +gA(a){var s=this +return A.L(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)}, +k(a){var s=this,r=A.c([],t.s),q=s.a +if(!q.j(0,B.n))r.push("top: "+q.k(0)) +q=s.b +if(!q.j(0,B.n))r.push("start: "+q.k(0)) +q=s.c +if(!q.j(0,B.n))r.push("end: "+q.k(0)) +q=s.d +if(!q.j(0,B.n))r.push("bottom: "+q.k(0)) +return"BorderDirectional("+B.b.bW(r,", ")+")"}, +gD5(){return this.a}} +A.c_.prototype={ +gct(){var s=this.c +s=s==null?null:s.ght() +return s==null?B.at:s}, +x7(a,b){var s,r,q +switch(this.w.a){case 1:s=A.h4(a.gaZ(),a.geR()/2) +r=$.S().b2() +r.hX(s) +return r +case 0:r=this.d +if(r!=null){q=$.S().b2() +q.eK(r.X(b).cg(a)) +return q}r=$.S().b2() +r.iA(a) +return r}}, +bb(a){var s=this,r=null,q=A.u(r,s.a,a),p=A.aiJ(r,s.c,a),o=A.hz(r,s.d,a),n=A.afd(r,s.e,a) +return new A.c_(q,s.b,p,o,n,r,s.w)}, +gw0(){return this.e!=null}, +cW(a,b){if(a==null)return this.bb(b) +if(a instanceof A.c_)return A.aiK(a,this,b) +return this.Em(a,b)}, +cX(a,b){if(a==null)return this.bb(1-b) +if(a instanceof A.c_)return A.aiK(this,a,b) +return this.En(a,b)}, +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.O(b)!==A.r(r))return!1 +if(b instanceof A.c_)if(J.d(b.a,r.a))if(J.d(b.c,r.c))if(J.d(b.d,r.d))if(A.cg(b.e,r.e))s=b.w===r.w +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gA(a){var s=this,r=s.e +r=r==null?null:A.bJ(r) +return A.L(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)}, +BU(a,b,c){var s +switch(this.w.a){case 0:s=this.d +if(s!=null)return s.X(c).cg(new A.y(0,0,0+a.a,0+a.b)).n(0,b) +return!0 +case 1:return b.N(0,a.iE(B.f)).gcc()<=Math.min(a.a,a.b)/2}}, +AS(a){return new A.a6e(this,a)}} +A.a6e.prototype={ +I_(a,b,c,d){var s=this.b +switch(s.w.a){case 1:a.kv(b.gaZ(),b.geR()/2,c) +break +case 0:s=s.d +if(s==null||s.j(0,B.am))a.d4(b,c) +else a.dF(s.X(d).cg(b),c) +break}}, +UK(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.cE(q.b) +n=q.d +this.I_(a,new A.y(o.a-n,o.b-n,o.c+n,o.d+n),p,c)}}, +a1b(a,b,c){return}, +m(){this.Ei()}, +jF(a,b,c){var s,r,q,p=this,o=c.e,n=b.a,m=b.b,l=new A.y(n,m,n+o.a,m+o.b),k=c.d +p.UK(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=$.S().aL() +if(!m)q.saj(n) +p.c=q +n=q}else n=s +n.toString +p.I_(a,l,n,k)}p.a1b(a,l,c) +n=o.c +if(n!=null){m=o.d +m=m==null?null:m.X(k) +n.wy(a,l,m,o.w,k)}}, +k(a){return"BoxPainter for "+this.b.k(0)}} +A.d1.prototype={ +h6(){var s=$.S().aL() +s.saj(this.a) +s.sNw(new A.vi(this.e,A.awc(this.c))) +return s}, +bb(a){var s=this +return new A.d1(s.d*a,s.e,s.a,s.b.a1(0,a),s.c*a)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.d1&&b.a.j(0,s.a)&&b.b.j(0,s.b)&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +gA(a){var s=this +return A.L(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){var s=this +return"BoxShadow("+s.a.k(0)+", "+s.b.k(0)+", "+A.hr(s.c)+", "+A.hr(s.d)+", "+s.e.k(0)+")"}} +A.cP.prototype={ +bb(a){return new A.cP(this.b,this.a.bb(a))}, +cW(a,b){var s,r +if(a instanceof A.cP){s=A.ai(a.a,this.a,b) +r=A.M(a.b,this.b,b) +r.toString +return new A.cP(A.D(r,0,1),s)}return this.mq(a,b)}, +cX(a,b){var s,r +if(a instanceof A.cP){s=A.ai(this.a,a.a,b) +r=A.M(this.b,a.b,b) +r.toString +return new A.cP(A.D(r,0,1),s)}return this.mr(a,b)}, +dg(a,b){var s=$.S().b2() +s.hX(this.t9(a).cV(-this.a.gdt())) +return s}, +hH(a){return this.dg(a,null)}, +c8(a,b){var s=$.S().b2() +s.hX(this.t9(a)) +return s}, +hJ(a){return this.c8(a,null)}, +fq(a,b,c,d){if(this.b===0)a.kv(b.gaZ(),b.geR()/2,c) +else a.LW(this.t9(b),c)}, +gf4(){return!0}, +lu(a){var s=a==null?this.a:a +return new A.cP(this.b,s)}, +fp(a,b,c){var s,r=this.a +switch(r.c.a){case 0:break +case 1:s=r.b*r.d +if(this.b===0)a.kv(b.gaZ(),(b.geR()+s)/2,r.h6()) +else a.LW(this.t9(b).cV(s/2),r.h6()) +break}}, +t9(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.h4(a.gaZ(),a.geR()/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.aeH(b.b,s.b)}, +gA(a){return A.L(A.r(this),this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){return"ColorSwatch(primary value: "+this.Qy(0)+")"}} +A.eU.prototype={ +cC(){return"Decoration"}, +gct(){return B.at}, +gw0(){return!1}, +cW(a,b){return null}, +cX(a,b){return null}, +BU(a,b,c){return!0}, +x7(a,b){throw A.h(A.aA("This Decoration subclass does not expect to be used for clipping."))}} +A.CF.prototype={ +m(){}} +A.K8.prototype={} +A.bU.prototype={ +gd6(){var s=this +return s.gen()+s.geo()+s.gfe()+s.gfc()}, +a5i(a){switch(a.a){case 0:return this.gd6() +case 1:return this.gbE()+this.gbH()}}, +J(a,b){var s=this +return new A.ll(s.gen()+b.gen(),s.geo()+b.geo(),s.gfe()+b.gfe(),s.gfc()+b.gfc(),s.gbE()+b.gbE(),s.gbH()+b.gbH())}, +eW(a,b,c){var s=this +return new A.ll(A.D(s.gen(),b.a,c.a),A.D(s.geo(),b.c,c.b),A.D(s.gfe(),0,c.c),A.D(s.gfc(),0,c.d),A.D(s.gbE(),b.b,c.e),A.D(s.gbH(),b.d,c.f))}, +k(a){var s=this +if(s.gfe()===0&&s.gfc()===0){if(s.gen()===0&&s.geo()===0&&s.gbE()===0&&s.gbH()===0)return"EdgeInsets.zero" +if(s.gen()===s.geo()&&s.geo()===s.gbE()&&s.gbE()===s.gbH())return"EdgeInsets.all("+B.c.a5(s.gen(),1)+")" +return"EdgeInsets("+B.c.a5(s.gen(),1)+", "+B.c.a5(s.gbE(),1)+", "+B.c.a5(s.geo(),1)+", "+B.c.a5(s.gbH(),1)+")"}if(s.gen()===0&&s.geo()===0)return"EdgeInsetsDirectional("+B.c.a5(s.gfe(),1)+", "+B.c.a5(s.gbE(),1)+", "+B.c.a5(s.gfc(),1)+", "+B.c.a5(s.gbH(),1)+")" +return"EdgeInsets("+B.c.a5(s.gen(),1)+", "+B.c.a5(s.gbE(),1)+", "+B.c.a5(s.geo(),1)+", "+B.c.a5(s.gbH(),1)+") + EdgeInsetsDirectional("+B.c.a5(s.gfe(),1)+", 0.0, "+B.c.a5(s.gfc(),1)+", 0.0)"}, +j(a,b){var s=this +if(b==null)return!1 +return b instanceof A.bU&&b.gen()===s.gen()&&b.geo()===s.geo()&&b.gfe()===s.gfe()&&b.gfc()===s.gfc()&&b.gbE()===s.gbE()&&b.gbH()===s.gbH()}, +gA(a){var s=this +return A.L(s.gen(),s.geo(),s.gfe(),s.gfc(),s.gbE(),s.gbH(),B.a,B.a,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.ao.prototype={ +gen(){return this.a}, +gbE(){return this.b}, +geo(){return this.c}, +gbH(){return this.d}, +gfe(){return 0}, +gfc(){return 0}, +BY(a){var s=this +return new A.y(a.a-s.a,a.b-s.b,a.c+s.c,a.d+s.d)}, +B_(a){var s=this +return new A.y(a.a+s.a,a.b+s.b,a.c-s.c,a.d-s.d)}, +J(a,b){if(b instanceof A.ao)return this.M(0,b) +return this.Eo(0,b)}, +eW(a,b,c){var s=this +return new A.ao(A.D(s.a,b.a,c.a),A.D(s.b,b.b,c.e),A.D(s.c,b.c,c.b),A.D(s.d,b.d,c.f))}, +N(a,b){var s=this +return new A.ao(s.a-b.a,s.b-b.b,s.c-b.c,s.d-b.d)}, +M(a,b){var s=this +return new A.ao(s.a+b.a,s.b+b.b,s.c+b.c,s.d+b.d)}, +a1(a,b){var s=this +return new A.ao(s.a*b,s.b*b,s.c*b,s.d*b)}, +X(a){return this}, +pW(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.ao(r,q,p,a==null?s.d:a)}, +vb(a){return this.pW(a,null,null,null)}} +A.dJ.prototype={ +gfe(){return this.a}, +gbE(){return this.b}, +gfc(){return this.c}, +gbH(){return this.d}, +gen(){return 0}, +geo(){return 0}, +J(a,b){if(b instanceof A.dJ)return this.M(0,b) +return this.Eo(0,b)}, +N(a,b){var s=this +return new A.dJ(s.a-b.a,s.b-b.b,s.c-b.c,s.d-b.d)}, +M(a,b){var s=this +return new A.dJ(s.a+b.a,s.b+b.b,s.c+b.c,s.d+b.d)}, +a1(a,b){var s=this +return new A.dJ(s.a*b,s.b*b,s.c*b,s.d*b)}, +X(a){var s=this +switch(a.a){case 0:return new A.ao(s.c,s.b,s.a,s.d) +case 1:return new A.ao(s.a,s.b,s.c,s.d)}}} +A.ll.prototype={ +a1(a,b){var s=this +return new A.ll(s.a*b,s.b*b,s.c*b,s.d*b,s.e*b,s.f*b)}, +X(a){var s=this +switch(a.a){case 0:return new A.ao(s.d+s.a,s.e,s.c+s.b,s.f) +case 1:return new A.ao(s.c+s.a,s.e,s.d+s.b,s.f)}}, +gen(){return this.a}, +geo(){return this.b}, +gfe(){return this.c}, +gfc(){return this.d}, +gbE(){return this.e}, +gbH(){return this.f}} +A.Xo.prototype={ +a7(a){var s,r,q,p +for(s=this.b,r=s.gbk(),r=new A.dk(J.av(r.a),r.b),q=A.l(r).z[1];r.v();){p=r.a;(p==null?q.a(p):p).m()}s.a7(0) +for(s=this.a,r=s.gbk(),r=new A.dk(J.av(r.a),r.b),q=A.l(r).z[1];r.v();){p=r.a;(p==null?q.a(p):p).adO()}s.a7(0)}} +A.uI.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.uI&&b.a==s.a&&b.b==s.b&&J.d(b.c,s.c)&&b.d==s.d&&J.d(b.e,s.e)&&b.f==s.f}, +gA(a){var s=this +return A.L(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)}, +k(a){var s,r=this,q=""+"ImageConfiguration(",p=r.a +if(p!=null){q+="bundle: "+p.k(0) +s=!0}else s=!1 +p=r.b +if(p!=null){if(s)q+=", " +p=q+("devicePixelRatio: "+B.c.a5(p,1)) +q=p +s=!0}p=r.c +if(p!=null){if(s)q+=", " +p=q+("locale: "+p.k(0)) +q=p +s=!0}p=r.d +if(p!=null){if(s)q+=", " +p=q+("textDirection: "+p.k(0)) +q=p +s=!0}p=r.e +if(p!=null){if(s)q+=", " +p=q+("size: "+p.k(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.Cg.prototype={} +A.iP.prototype={ +j(a,b){var s=this +if(b==null)return!1 +return b instanceof A.iP&&b.a===s.a&&b.b==s.b&&b.d===s.d&&A.cg(b.f,s.f)}, +gA(a){var s=this +return A.L(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)}, +k(a){return"InlineSpanSemanticsInformation{text: "+this.a+", semanticsLabel: "+A.m(this.b)+", recognizer: "+A.m(this.c)+"}"}} +A.ex.prototype={ +DC(a){var s={} +s.a=null +this.aT(new A.Xz(s,a,new A.Cg())) +return s.a}, +re(a){var s,r=new A.ce("") +this.AL(r,!0,a) +s=r.a +return s.charCodeAt(0)==0?s:s}, +OF(){return this.re(!0)}, +hp(a,b){var s={} +if(b<0)return null +s.a=null +this.aT(new A.Xy(s,b,new A.Cg())) +return s.a}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.ex&&J.d(b.a,this.a)}, +gA(a){return J.q(this.a)}} +A.Xz.prototype={ +$1(a){var s=a.DD(this.b,this.c) +this.a.a=s +return s==null}, +$S:56} +A.Xy.prototype={ +$1(a){var s=a.Lb(this.b,this.c) +this.a.a=s +return s==null}, +$S:56} +A.G_.prototype={ +AL(a,b,c){a.a+=A.d5(65532)}, +v5(a){a.push(B.Po)}} +A.bd.prototype={ +bb(a){var s=this.a.bb(a) +return new A.bd(this.b.a1(0,a),s)}, +cW(a,b){var s,r,q=this +if(a instanceof A.bd){s=A.ai(a.a,q.a,b) +r=A.hz(a.b,q.b,b) +r.toString +return new A.bd(r,s)}if(a instanceof A.cP){s=A.ai(a.a,q.a,b) +return new A.dY(q.b,1-b,a.b,s)}return q.mq(a,b)}, +cX(a,b){var s,r,q=this +if(a instanceof A.bd){s=A.ai(q.a,a.a,b) +r=A.hz(q.b,a.b,b) +r.toString +return new A.bd(r,s)}if(a instanceof A.cP){s=A.ai(q.a,a.a,b) +return new A.dY(q.b,b,a.b,s)}return q.mr(a,b)}, +lu(a){var s=a==null?this.a:a +return new A.bd(this.b,s)}, +dg(a,b){var s=this.b.X(b).cg(a).cV(-this.a.gdt()),r=$.S().b2() +r.eK(s) +return r}, +hH(a){return this.dg(a,null)}, +c8(a,b){var s=$.S().b2() +s.eK(this.b.X(b).cg(a)) +return s}, +hJ(a){return this.c8(a,null)}, +fq(a,b,c,d){var s=this.b +if(s.j(0,B.am))a.d4(b,c) +else a.dF(s.X(d).cg(b),c)}, +gf4(){return!0}, +fp(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.dF(s.X(c).cg(b),o.h6()) +else{r=$.S().aL() +r.saj(o.a) +q=s.X(c).cg(b) +p=q.cV(-o.gdt()) +a.Bl(q.cV(o.gml()),p,r)}break}}, +j(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.bd&&b.a.j(0,this.a)&&b.b.j(0,this.b)}, +gA(a){return A.L(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){return"RoundedRectangleBorder("+this.a.k(0)+", "+this.b.k(0)+")"}} +A.dY.prototype={ +bb(a){var s=this.a.bb(a) +return new A.dY(this.b.a1(0,a),a,this.d,s)}, +cW(a,b){var s,r,q,p=this +if(a instanceof A.bd){s=A.ai(a.a,p.a,b) +r=A.hz(a.b,p.b,b) +r.toString +return new A.dY(r,p.c*b,p.d,s)}if(a instanceof A.cP){s=A.ai(a.a,p.a,b) +r=p.c +return new A.dY(p.b,r+(1-r)*(1-b),a.b,s)}if(a instanceof A.dY){s=A.ai(a.a,p.a,b) +r=A.hz(a.b,p.b,b) +r.toString +q=A.M(a.c,p.c,b) +q.toString +return new A.dY(r,q,p.d,s)}return p.mq(a,b)}, +cX(a,b){var s,r,q,p=this +if(a instanceof A.bd){s=A.ai(p.a,a.a,b) +r=A.hz(p.b,a.b,b) +r.toString +return new A.dY(r,p.c*(1-b),p.d,s)}if(a instanceof A.cP){s=A.ai(p.a,a.a,b) +r=p.c +return new A.dY(p.b,r+(1-r)*b,a.b,s)}if(a instanceof A.dY){s=A.ai(p.a,a.a,b) +r=A.hz(p.b,a.b,b) +r.toString +q=A.M(p.c,a.c,b) +q.toString +return new A.dY(r,q,p.d,s)}return p.mr(a,b)}, +oK(a){var s,r,q,p,o,n,m,l,k=this.c +if(k===0||a.c-a.a===a.d-a.b)return a +s=a.c +r=a.a +q=s-r +p=a.d +o=a.b +n=p-o +m=1-this.d +if(q")),!0,t.Q2)}if(s.e.gf4())q.x=A.ah(new A.ae(r,new A.abh(a),A.a7(r).i("ae<1,y>")),!0,t.YT) +else q.y=A.ah(new A.ae(r,new A.abi(q,a,b),A.a7(r).i("ae<1,FU>")),!0,t.ke)}s=s.e +if(!s.gf4())r=q.r!=null||q.w!=null +else r=!1 +if(r)q.e=s.c8(a,b) +q.c=a +q.d=b}, +a1i(a,b,c){var s,r,q,p,o=this +if(o.w!=null){s=o.b.e +if(s.gf4()){r=0 +while(!0){q=o.w +q.toString +if(!(r>>0)+r+-56613888 +break $label0$0}if(56320===s){r=r.hp(0,a-1) +r.toString +r=(r<<10>>>0)+q+-56613888 +break $label0$0}r=q +break $label0$0}return r}, +a3z(a,b){var s,r=this.VF(b?a-1:a),q=b?a:a-1,p=this.a.hp(0,q) +if(!(r==null||p==null||A.am4(r)||A.am4(p))){q=A.w4("[\\p{Space_Separator}\\p{Punctuation}]",!0,!0) +s=A.d5(r) +q=!q.b.test(s)}else q=!0 +return q}, +gND(){var s=this,r=s.c +if(r===$){r!==$&&A.aK() +r=s.c=new A.Pr(s.ga3y(),s)}return r}} +A.Pr.prototype={ +eF(a){var s +if(a<0)return null +s=this.b.eF(a) +return s==null||this.a.$2(s,!1)?s:this.eF(s-1)}, +eG(a){var s=this.b.eG(Math.max(a,0)) +return s==null||this.a.$2(s,!0)?s:this.eG(s)}} +A.abL.prototype={ +oe(a){var s +switch(a.a){case 0:s=this.a.ga5j() +break +case 1:s=this.a.ga9P() +break +default:s=null}return s}} +A.abP.prototype={ +giY(){var s,r=this.c +if(r===0)return B.f +s=this.a +if(!isFinite(s.a.gkX()))return B.U6 +return new A.i(r*(this.b-s.a.gkX()),0)}, +a2m(a,b,c){var s,r=this,q=r.a,p=A.amz(a,b,c,q) +if(p===r.b)return!0 +if(!isFinite(r.giY().a)&&!isFinite(q.a.gkX())&&isFinite(a))return!1 +s=q.a.gnL() +if(q.a.gkX()-s>-1e-10&&b-s>-1e-10){r.b=p +return!0}return!1}} +A.nS.prototype={} +A.nN.prototype={} +A.I_.prototype={ +a0(){var s=this.b +if(s!=null)s.a.a.m() +this.b=null}, +sjJ(a){var s,r,q=this +if(J.d(q.f,a))return +s=q.f +s=s==null?null:s.a +if(!J.d(s,a.a)){s=q.CW +if(s!=null)s.m() +q.CW=null}s=q.f +s=s==null?null:s.bv(0,a) +r=s==null?B.aO:s +q.f=a +q.r=null +s=r.a +if(s>=3)q.a0() +else if(s>=2)q.c=!0}, +gj0(){var s=this.r +if(s==null){s=this.f +s=s==null?null:s.re(!1) +this.r=s}return s==null?"":s}, +so1(a){if(this.w===a)return +this.w=a +this.a0()}, +sbT(a){var s,r=this +if(r.x===a)return +r.x=a +r.a0() +s=r.CW +if(s!=null)s.m() +r.CW=null}, +so2(a){var s,r=this +if(r.y===a)return +r.y=a +r.a0() +s=r.CW +if(s!=null)s.m() +r.CW=null}, +sa7O(a){if(this.z==a)return +this.z=a +this.a0()}, +snK(a){if(J.d(this.Q,a))return +this.Q=a +this.a0()}, +snM(a){if(this.as==a)return +this.as=a +this.a0()}, +sjf(a){if(J.d(this.at,a))return +this.at=a +this.a0()}, +so4(a){if(this.ax===a)return +this.ax=a}, +gN2(){var s,r,q,p=this.b +if(p==null)return null +s=p.giY() +if(!isFinite(s.a)||!isFinite(s.b))return A.c([],t.Lx) +r=p.d +if(r==null)r=p.d=p.a.a.P8() +if(s.j(0,B.f))return r +q=A.a7(r).i("ae<1,dT>") +return A.ah(new A.ae(r,new A.a3R(s),q),!1,q.i("ba.E"))}, +jQ(a){if(a==null||a.length===0||A.cg(a,this.ch))return +this.ch=a +this.a0()}, +G_(a4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1=this,a2=null,a3=a1.f.a +if(a3==null)a3=a2 +else{s=a1.w +r=a1.x +if(r==null)r=a4 +q=a1.y +p=a1.as +o=a1.ay +n=a1.z +m=a1.Q +l=a1.at +k=a3.at +o=k==null?a2:new A.xx(k) +j=a3.w +i=a3.x +h=a3.d +g=a3.r +if(g==null)g=14 +a3=a3.as +if(l==null)l=a2 +else{f=l.a +e=l.giM() +d=l.d +d=d==null?a2:d*q +c=l.e +b=l.x +a=l.r +a0=l.w +l=l.y +b=$.S().a7d(f,e,d,a0,a,l,c,b,a2) +l=b}r=A.ag9(n,h,g*q,i,j,a3,m,p,l,s,r,o) +a3=r}if(a3==null){a3=a1.w +s=a1.x +if(s==null)s=a4 +r=a1.y +q=a1.as +p=a1.ay +p=A.ag9(a1.z,a2,14*r,a2,a2,a2,a1.Q,q,a2,a3,s,p) +a3=p}return a3}, +W3(){return this.G_(null)}, +gcB(){var s,r,q=this,p=q.CW +if(p==null){p=q.G_(B.bc) +s=$.S().AU(p) +p=q.f +if(p==null)r=null +else{p=p.a +r=p==null?null:p.rr(q.y)}if(r!=null)s.r7(r) +s.uI(" ") +p=s.eM() +p.eO(B.Um) +q.CW=p}return p.gee()}, +FZ(a){var s=this,r=s.W3(),q=$.S().AU(r) +r=s.y +a.uU(q,s.ch,r) +s.c=!1 +return q.eM()}, +w3(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.b,i=j==null +if(!i&&j.a2m(b,a,k.ax))return +s=k.f +if(s==null)throw A.h(A.aQ("TextPainter.text must be set to a non-null value before using the TextPainter.")) +r=k.x +if(r==null)throw A.h(A.aQ("TextPainter.textDirection must be set to a non-null value before using the TextPainter.")) +q=A.alI(k.w,r) +if(!(!isFinite(a)&&q!==0))p=a +else p=i?null:Math.ceil(j.a.a.gnL()) +o=p==null +k.d=o?a:p +n=i?null:j.a.a +if(n==null)n=k.FZ(s) +n.eO(new A.kG(k.d)) +i=new A.abL(n) +m=A.amz(b,a,k.ax,i) +if(o&&isFinite(b)){l=Math.ceil(i.a.gnL()) +n.eO(new A.kG(l)) +k.d=l}k.b=new A.abP(i,m,q)}, +aaw(){return this.w3(1/0,0)}, +an(a,b){var s,r,q,p=this,o=p.b +if(o==null)throw A.h(A.aQ("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.giY().a)||!isFinite(o.giY().b))return +if(p.c){s=o.a +r=s.a +q=p.f +q.toString +q=p.FZ(q) +q.eO(new A.kG(p.d)) +s.a=q +r.m()}a.LY(o.a.a,b.M(0,o.giY()))}, +Dy(a){var s=this.f.hp(0,a) +if(s==null)return null +return(s&64512)===55296?a+2:a+1}, +Dz(a){var s=a-1,r=this.f.hp(0,s) +if(r==null)return null +return(r&64512)===56320?a-2:s}, +GH(a){var s,r,q,p,o,n,m,l,k,j=this,i=j.gj0().length +if(i===0||a>i)return null +s=B.d.hp(j.gj0(),Math.max(0,a-1)) +r=s&64512 +q=r===55296||r===56320||j.f.hp(0,a)===8205||s===8207||s===8206 +p=q?2:1 +o=A.c([],t.Lx) +for(r=-i,n=!q,m=s===10;o.length===0;){l=a-p +o=j.b.a.a.Dm(Math.max(0,l),a,B.jV) +if(o.length===0){if(n&&m)break +if(l>>0,n=!q;o.length===0;){m=a+p +o=this.b.a.a.Dm(a,m,B.jV) +if(o.length===0){if(n)break +if(m>=r)break +p*=2 +continue}l=B.b.gU(o).e===B.a1?B.b.gU(o):B.b.gaq(o) +r=l.e +n=r===B.a1?l.a:l.c +k=l.b +return new A.nS(new A.i(n,k),r,l.d-k)}return null}, +ja(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.yc:i.FO(a) +$label0$0:{r=A.bX("#0#2",new A.a3O(s)) +q=A.bX("#0#4",new A.a3P(s)) +p=A.bX("#0#7",new A.a3Q(s)) +if(s instanceof A.nN)if(typeof r.aC()=="number"){o=r.aC() +n=!0}else{o=h +n=!1}else{o=h +n=!1}if(n){n=i.w +m=i.x +m.toString +l=A.alI(n,m) +return new A.i(l===0?0:l*g.b,o)}n=s instanceof A.nS +if(n)if(B.a1===q.aC())if(p.aC() instanceof A.i){k=p.aC() +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.bc===q.aC())if(p.aC() instanceof A.i){k=p.aC() +n=!0}else{k=h +n=!1}else{k=h +n=!1}else{k=h +n=!1}j=n?new A.i(k.a-(b.c-b.a),k.b):h}return new A.i(A.D(j.a+g.giY().a,0,g.b),j.b+g.giY().b)}, +Dr(a,b){var s,r,q,p,o=null +if(a.a<0)return o +s=this.FO(a) +r=A.bX("#0#2",new A.a3N(s)) +$label0$0:{if(s instanceof A.nS)if(typeof r.aC()=="number"){q=r.aC() +p=!0}else{q=o +p=!1}else{q=o +p=!1}if(p){p=q +break $label0$0}if(s instanceof A.nN){p=o +break $label0$0}p=o}return p}, +FO(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.GH(r) +if(s==null)s=q.GG(r) +break +case 1:s=q.GG(r) +if(s==null)s=q.GH(r) +break +default:s=null}p.f=a +return q.cx=s==null?B.yc:s}, +m7(a,b,c){var s,r,q=this.b,p=q.giY() +if(!isFinite(p.a)||!isFinite(p.b))return A.c([],t.Lx) +s=q.a.a.Dn(a.a,a.b,b,c) +if(p.j(0,B.f))r=s +else{r=A.a7(s).i("ae<1,dT>") +r=A.ah(new A.ae(s,new A.a3M(p),r),!1,r.i("ba.E"))}return r}, +j9(a){return this.m7(a,B.cm,B.bW)}, +ek(a){var s=this.b +return s.a.a.ek(a.N(0,s.giY()))}, +pR(){var s,r,q=this.b,p=q.giY() +if(!isFinite(p.a)||!isFinite(p.b))return B.QK +s=q.e +if(s==null){s=q.a.a.pR() +q.e=s}if(p.j(0,B.f))r=s +else{r=A.a7(s).i("ae<1,ky>") +r=A.ah(new A.ae(s,new A.a3L(p),r),!1,r.i("ba.E"))}return r}, +m(){var s=this,r=s.CW +if(r!=null)r.m() +s.CW=null +r=s.b +if(r!=null)r.a.a.m() +s.f=s.b=null}} +A.a3R.prototype={ +$1(a){return A.alJ(a,this.a)}, +$S:95} +A.a3E.prototype={ +$0(){return this.a.a}, +$S:241} +A.a3G.prototype={ +$0(){return this.a.b}, +$S:104} +A.a3F.prototype={ +$0(){return B.bb===this.a.aC()}, +$S:9} +A.a3H.prototype={ +$0(){return B.a1===this.a.aC()}, +$S:9} +A.a3I.prototype={ +$0(){return B.bc===this.a.aC()}, +$S:9} +A.a3J.prototype={ +$0(){return B.iT===this.a.aC()}, +$S:9} +A.a3K.prototype={ +$0(){return B.iU===this.a.aC()}, +$S:9} +A.a3O.prototype={ +$0(){return t.Wt.a(this.a).a}, +$S:60} +A.a3P.prototype={ +$0(){return t.YL.a(this.a).b}, +$S:104} +A.a3Q.prototype={ +$0(){return t.YL.a(this.a).a}, +$S:243} +A.a3N.prototype={ +$0(){return t.YL.a(this.a).c}, +$S:60} +A.a3M.prototype={ +$1(a){return A.alJ(a,this.a)}, +$S:95} +A.a3L.prototype={ +$1(a){var s=this.a,r=a.gML(),q=a.gKQ(),p=a.gB2(),o=a.gOK(),n=a.gee(),m=a.gkX(),l=a.gNn(),k=a.giD(),j=a.gw4() +return $.S().a77(q,k+s.b,p,r,n,l+s.a,j,o,m)}, +$S:244} +A.l7.prototype={ +gLy(){return this.e}, +gDk(){return!0}, +iO(a,b){t.d.b(a)}, +uU(a,b,c){var s,r,q,p,o,n=this.a,m=n!=null +if(m)a.r7(n.rr(c)) +n=this.b +if(n!=null)try{a.uI(n)}catch(q){n=A.an(q) +if(n instanceof A.fL){s=n +r=A.aE(q) +A.ci(new A.bf(s,r,"painting library",A.be("while building a TextSpan"),null,!1)) +a.uI("\ufffd")}else throw q}p=this.c +if(p!=null)for(n=p.length,o=0;o0?q:B.bF +if(p===B.aO)return p}else p=B.bF +s=n.c +if(s!=null)for(r=b.c,o=0;op.a)p=q +if(p===B.aO)return p}return p}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +if(!s.Ev(0,b))return!1 +return b instanceof A.l7&&b.b==s.b&&s.e.j(0,b.e)&&A.cg(b.c,s.c)}, +gA(a){var s=this,r=null,q=A.ex.prototype.gA.call(s,s),p=s.c +p=p==null?r:A.bJ(p) +return A.L(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)}, +cC(){return"TextSpan"}, +$ia2:1, +$ihU:1, +gCn(){return null}, +gCo(){return null}} +A.k.prototype={ +giM(){var s,r=this.e +if(!(this.f==null))if(r==null)r=null +else{s=A.a7(r).i("ae<1,B>") +s=A.ah(new A.ae(r,new A.a3U(this),s),!0,s.i("ba.E")) +r=s}return r}, +glf(){var s,r=this.f +if(r!=null){s=this.d +return s==null?null:B.d.e4(s,("packages/"+r+"/").length)}return this.d}, +kq(a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this,a1=a0.ay +if(a1==null&&b7==null)s=a4==null?a0.b:a4 +else s=null +r=a0.ch +if(r==null&&a2==null)q=a3==null?a0.c:a3 +else q=null +p=b3==null?a0.r:b3 +o=b6==null?a0.w:b6 +n=c0==null?a0.y:c0 +m=c6==null?a0.z:c6 +l=c5==null?a0.Q:c5 +k=b8==null?a0.as:b8 +j=b9==null?a0.at:b9 +a1=b7==null?a1:b7 +r=a2==null?r:a2 +i=c4==null?a0.dy:c4 +h=b5==null?a0.fx:b5 +g=a6==null?a0.CW:a6 +f=a7==null?a0.cx:a7 +e=a8==null?a0.cy:a8 +d=a9==null?a0.db:a9 +c=b0==null?a0.glf():b0 +b=b1==null?a0.e:b1 +a=c3==null?a0.f:c3 +return A.cW(r,q,s,null,g,f,e,d,c,b,a0.fr,p,a0.x,h,o,a1,k,a0.a,j,n,a0.ax,a0.fy,a,i,l,m)}, +a6L(a,b){return this.kq(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)}, +bJ(a){return this.kq(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)}, +a6C(a){return this.kq(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null)}, +a6A(a){return this.kq(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null)}, +a6U(a,b,c){return this.kq(null,null,a,null,null,null,null,null,null,null,null,b,null,null,c,null,null,null,null,null,null,null,null,null,null)}, +Lr(a,b){return this.kq(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)}, +a6z(a){return this.kq(null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null)}, +eU(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.glf() +o=h.r +o=o==null?g:o*a2+a1 +n=h.w +n=n==null?g:B.mf[B.h.eW(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.cW(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)}, +b9(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.glf() +a2=a4.e +a3=a4.f +return this.kq(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)}, +rr(a){var s,r,q=this,p=q.giM(),o=q.r +o=o==null?null:o*a +s=q.ch +if(s==null){s=q.c +if(s!=null){r=$.S().aL() +r.saj(s) +s=r}else s=null}return A.alK(s,q.b,q.CW,q.cx,q.cy,q.db,q.d,p,q.fr,o,q.x,q.fx,q.w,q.ay,q.as,q.at,q.y,q.ax,q.dy,q.Q,q.z)}, +bv(a,b){var s=this +if(s===b)return B.bF +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.cg(s.dy,b.dy)||!A.cg(s.fr,b.fr)||!A.cg(s.fx,b.fx)||!A.cg(s.giM(),b.giM())||!1)return B.aO +if(!J.d(s.b,b.b)||!J.d(s.c,b.c)||!J.d(s.CW,b.CW)||!J.d(s.cx,b.cx)||s.cy!=b.cy||s.db!=b.db)return B.Vh +return B.bF}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.k&&b.a===s.a&&J.d(b.b,s.b)&&J.d(b.c,s.c)&&b.r==s.r&&b.w==s.w&&b.y==s.y&&b.z==s.z&&b.Q==s.Q&&b.as==s.as&&b.at==s.at&&b.ay==s.ay&&b.ch==s.ch&&A.cg(b.dy,s.dy)&&A.cg(b.fr,s.fr)&&A.cg(b.fx,s.fx)&&J.d(b.CW,s.CW)&&J.d(b.cx,s.cx)&&b.cy==s.cy&&b.db==s.db&&b.d==s.d&&A.cg(b.giM(),s.giM())&&b.f==s.f&&!0}, +gA(a){var s,r=this,q=null,p=r.giM(),o=p==null?q:A.bJ(p),n=A.L(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.bJ(m) +s=l==null?q:A.bJ(l) +return A.L(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)}, +cC(){return"TextStyle"}} +A.a3U.prototype={ +$1(a){return"packages/"+A.m(this.a.f)+"/"+a}, +$S:77} +A.OS.prototype={} +A.En.prototype={ +U2(a,b,c,d,e){this.r=A.ank(new A.Wh(this),this.gBn(),0,10,0)}, +dL(a){var s,r,q=this +if(a>q.r)return q.gvH() +s=q.e +r=q.c +return q.d+s*Math.pow(q.b,a)/r-s/r-q.f/2*a*a}, +eu(a){var s=this +if(a>s.r)return 0 +return s.e*Math.pow(s.b,a)-s.f*a}, +gvH(){var s=this +if(s.f===0)return s.d-s.e/s.c +return s.dL(s.r)}, +OB(a){var s,r=this,q=r.d +if(a===q)return 0 +s=r.e +if(s!==0)if(s>0)q=ar.gvH() +else q=a>q||a=r.b&&r.c>=r.d +else q=!0 +if(q){o.eS() +o=p.bw +p.id=o.a=o.b=new A.H(A.D(0,r.a,r.b),A.D(0,r.c,r.d)) +p.i4=B.we +o=p.u$ +if(o!=null)o.eO(r) +return}s.bz(r,!0) +switch(p.i4.a){case 0:o=p.bw +o.a=o.b=p.u$.gq() +p.i4=B.iz +break +case 1:s=p.bw +if(!J.d(s.b,p.u$.gq())){s.a=p.gq() +s.b=p.u$.gq() +p.d5=0 +o.iN(0) +p.i4=B.Vf}else{q=o.x +q===$&&A.b() +if(q===o.b)s.a=s.b=p.u$.gq() +else{s=o.r +if(!(s!=null&&s.a!=null))o.bV()}}break +case 2:s=p.bw +if(!J.d(s.b,p.u$.gq())){s.a=s.b=p.u$.gq() +p.d5=0 +o.iN(0) +p.i4=B.Vg}else{p.i4=B.iz +s=o.r +if(!(s!=null&&s.a!=null))o.bV()}break +case 3:s=p.bw +if(!J.d(s.b,p.u$.gq())){s.a=s.b=p.u$.gq() +p.d5=0 +o.iN(0)}else{o.eS() +p.i4=B.iz}break}o=p.bw +s=p.cJ +s===$&&A.b() +s=o.aa(s.gl()) +s.toString +p.id=r.aU(s) +p.uK() +if(p.gq().a=a.b&&a.c>=a.d +else s=!0 +if(s)return new A.H(A.D(0,a.a,a.b),A.D(0,a.c,a.d)) +r=p.hG(a) +switch(q.i4.a){case 0:return a.aU(r) +case 1:if(!J.d(q.bw.b,r))return a.aU(q.gq()) +else{p=q.bU +p===$&&A.b() +s=p.x +s===$&&A.b() +if(s===p.b)return a.aU(r)}break +case 3:case 2:if(!J.d(q.bw.b,r))return a.aU(r) +break}p=q.cJ +p===$&&A.b() +p=q.bw.aa(p.gl()) +p.toString +return a.aU(p)}, +an(a,b){var s,r,q,p=this +if(p.u$!=null){s=p.c5 +s===$&&A.b() +s=s&&p.lB!==B.C}else s=!1 +r=p.Md +if(s){s=p.gq() +q=p.cx +q===$&&A.b() +r.sal(a.kQ(q,b,new A.y(0,0,0+s.a,0+s.b),A.n7.prototype.gei.call(p),p.lB,r.a))}else{r.sal(null) +p.RE(a,b)}}, +m(){this.Md.sal(null) +this.he()}} +A.a_E.prototype={ +$0(){var s=this.a,r=s.bU +r===$&&A.b() +r=r.x +r===$&&A.b() +if(r!==s.d5)s.a0()}, +$S:0} +A.pY.prototype={ +BJ(){var s=this,r=s.Y$ +r===$&&A.b() +r=r.e +r.toString +r.sAM(s.Lx()) +if(s.Y$.e.u$!=null)s.Pr()}, +BR(){}, +BM(){}, +Lx(){var s,r=$.aL().d.h(0,0),q=r.x +if(q==null){s=self.window.devicePixelRatio +q=s===0?1:s}return new A.In(r.gnW().hF(0,q),q)}, +aa_(){var s,r=this.a_$ +if(r!=null){r.Z$=$.au() +r.R$=0}r=t.S +s=$.au() +this.a_$=new A.Ft(new A.a0A(this),new A.YW(B.aR,A.A(r,t.ZA)),A.A(r,t.xg),s)}, +ZJ(){var s=this.Y$ +s===$&&A.b() +s=s.e +s.y.ch.J(0,s) +s.y.nZ()}, +ZN(a){var s=this.Y$ +s===$&&A.b() +s.e.toString +s=$.d3;(s==null?$.d3=A.iE():s).adc(a)}, +ZL(){var s=this.Y$ +s===$&&A.b() +s.e.n3()}, +a_i(a){B.Tj.eI("first-frame",null,!1,t.H)}, +Z_(a){this.Bm() +this.a2F()}, +a2F(){$.bx.k2$.push(new A.a0z(this))}, +KF(){--this.aI$ +if(!this.b_$)this.DN()}, +Bm(){var s=this,r=s.Y$ +r===$&&A.b() +r.Mo() +s.Y$.Mn() +s.Y$.Mp() +if(s.b_$||s.aI$===0){s.Y$.e.a6g() +s.Y$.Mq() +s.b_$=!0}}, +$ia2:1, +$idn:1} +A.a0A.prototype={ +$2(a,b){var s=A.WZ(),r=this.a,q=r.Y$ +q===$&&A.b() +q.e.bF(s,a) +r.xJ(s,a,b) +return s}, +$S:246} +A.a0z.prototype={ +$1(a){this.a.a_$.ad6()}, +$S:4} +A.yc.prototype={ +m(){this.a.gpn().I(this.gez()) +this.d1()}} +A.ar.prototype={ +pX(a,b,c,d){var s=this,r=d==null?s.a:d,q=b==null?s.b:b,p=c==null?s.c:c +return new A.ar(r,q,p,a==null?s.d:a)}, +a6P(a,b){return this.pX(null,null,a,b)}, +AQ(a,b){return this.pX(null,a,null,b)}, +a6O(a,b){return this.pX(a,null,b,null)}, +Lo(a){return this.pX(a,null,null,null)}, +pV(a){return this.pX(null,a,null,null)}, +AZ(a){var s=this,r=a.gd6(),q=a.gbE()+a.gbH(),p=Math.max(0,s.a-r),o=Math.max(0,s.c-q) +return new A.ar(p,Math.max(p,s.b-r),o,Math.max(o,s.d-q))}, +ql(a){var s=this,r=a.a,q=a.b,p=a.c,o=a.d +return new A.ar(A.D(s.a,r,q),A.D(s.b,r,q),A.D(s.c,p,o),A.D(s.d,p,o))}, +D_(a,b){var s,r,q=this,p=b==null,o=q.a,n=p?o:A.D(b,o,q.b),m=q.b +p=p?m:A.D(b,o,m) +o=a==null +m=q.c +s=o?m:A.D(a,m,q.d) +r=q.d +return new A.ar(n,p,s,o?r:A.D(a,m,r))}, +wS(a){return this.D_(null,a)}, +wR(a){return this.D_(a,null)}, +aU(a){var s=this +return new A.H(A.D(a.a,s.a,s.b),A.D(a.b,s.c,s.d))}, +gNh(){var s=this +return s.a>=s.b&&s.c>=s.d}, +a1(a,b){var s=this +return new A.ar(s.a*b,s.b*b,s.c*b,s.d*b)}, +gaak(){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.O(b)!==A.r(s))return!1 +return b instanceof A.ar&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gA(a){var s=this +return A.L(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)}, +k(a){var s,r=this,q=r.gaak()?"":"; 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.Sc() +return"BoxConstraints("+s.$3(p,r.b,"w")+", "+s.$3(r.c,r.d,"h")+q+")"}} +A.Sc.prototype={ +$3(a,b,c){if(a===b)return c+"="+B.c.a5(a,1) +return B.c.a5(a,1)+"<="+c+"<="+B.c.a5(b,1)}, +$S:247} +A.k6.prototype={ +Am(a,b,c){if(c!=null){c=A.mJ(A.agc(c)) +if(c==null)return!1}return this.An(a,b,c)}, +iB(a,b,c){var s,r=b==null,q=r?c:c.N(0,b) +r=!r +if(r)this.c.push(new A.rr(new A.i(-b.a,-b.b))) +s=a.$2(this,q) +if(r)this.wC() +return s}, +An(a,b,c){var s,r=c==null,q=r?b:A.bp(c,b) +r=!r +if(r)this.c.push(new A.zs(c)) +s=a.$2(this,q) +if(r)this.wC() +return s}, +KD(a,b,c){var s,r=this +if(b!=null)r.c.push(new A.rr(new A.i(-b.a,-b.b))) +else{c.toString +c=A.mJ(A.agc(c)) +c.toString +r.c.push(new A.zs(c))}s=a.$1(r) +r.wC() +return s}, +a5d(a,b){return this.KD(a,null,b)}, +a5c(a,b){return this.KD(a,b,null)}} +A.lM.prototype={ +k(a){return"#"+A.aT(this.a)+"@"+this.c.k(0)}} +A.e3.prototype={ +k(a){return"offset="+this.a.k(0)}} +A.tS.prototype={} +A.ri.prototype={ +H(){return"_IntrinsicDimension."+this.b}} +A.zg.prototype={ +j(a,b){if(b==null)return!1 +return b instanceof A.zg&&b.a===this.a&&b.b===this.b}, +gA(a){return A.L(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.v.prototype={ +dM(a){if(!(a.b instanceof A.e3))a.b=new A.e3(B.f)}, +ag(a,b,c){var s=this.fx +if(s==null)s=this.fx=A.A(t.oc,t.i) +return s.bK(new A.zg(a,b),new A.a_G(c,b))}, +bh(a){return 0}, +b6(a){return 0}, +bc(a){return 0}, +bf(a){return 0}, +hG(a){var s=this.fy +if(s==null)s=this.fy=A.A(t.k,t.FW) +return s.bK(a,new A.a_I(this,a))}, +cb(a){return B.o}, +gq(){var s=this.id +return s==null?A.a1(A.aQ("RenderBox was not laid out: "+A.r(this).k(0)+"#"+A.aT(this))):s}, +gl4(){var s=this.gq() +return new A.y(0,0,0+s.a,0+s.b)}, +x8(a,b){var s=null +try{s=this.kY(a)}finally{}if(s==null&&!b)return this.gq().b +return s}, +oe(a){return this.x8(a,!1)}, +kY(a){var s=this.k1 +if(s==null)s=this.k1=A.A(t._0,t.PM) +return s.bK(a,new A.a_H(this,a))}, +eX(a){return null}, +gV(){return t.k.a(A.o.prototype.gV.call(this))}, +VB(){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.a7(0) +q=r.fx +if(q!=null)q.a7(0) +q=r.fy +if(q!=null)q.a7(0) +return!0}return!1}, +a0(){var s=this +if(s.VB()&&s.gaQ() instanceof A.o){s.qQ() +return}s.Rw()}, +bz(a,b){var s,r=this +if(r.id!=null)if(!a.j(0,t.k.a(A.o.prototype.gV.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.a7(0)}r.Rv(a,b)}, +eO(a){return this.bz(a,!1)}, +nV(){this.id=this.cb(t.k.a(A.o.prototype.gV.call(this)))}, +bu(){}, +bF(a,b){var s=this +if(s.id.n(0,b))if(s.cl(a,b)||s.jA(b)){a.J(0,new A.lM(b,s)) +return!0}return!1}, +jA(a){return!1}, +cl(a,b){return!1}, +cG(a,b){var s,r=a.b +r.toString +s=t.q.a(r).a +b.bm(s.a,s.b)}, +fu(a){var s,r,q,p,o,n=this.ba(null) +if(n.kp(n)===0)return B.f +s=new A.cY(new Float64Array(3)) +s.jd(0,0,1) +r=new A.cY(new Float64Array(3)) +r.jd(0,0,0) +q=n.wB(r) +r=new A.cY(new Float64Array(3)) +r.jd(0,0,1) +p=n.wB(r).N(0,q) +r=new A.cY(new Float64Array(3)) +r.jd(a.a,a.b,0) +o=n.wB(r) +r=o.N(0,p.jP(s.LU(o)/s.LU(p))).a +return new A.i(r[0],r[1])}, +giX(){var s=this.gq() +return new A.y(0,0,0+s.a,0+s.b)}, +iO(a,b){this.Ru(a,b)}} +A.a_G.prototype={ +$0(){return this.a.$1(this.b)}, +$S:60} +A.a_I.prototype={ +$0(){return this.a.cb(this.b)}, +$S:248} +A.a_H.prototype={ +$0(){return this.a.eX(this.b)}, +$S:249} +A.cD.prototype={ +LD(a){var s,r,q,p=this.a2$ +for(s=A.l(this).i("cD.1?");p!=null;){r=s.a(p.b) +q=p.kY(a) +if(q!=null)return q+r.a.b +p=r.ab$}return null}, +LE(a){var s,r,q,p,o=this.a2$ +for(s=A.l(this).i("cD.1"),r=null;o!=null;){q=o.b +q.toString +s.a(q) +p=o.kY(a) +if(p!=null){p+=q.a.b +r=r!=null?Math.min(r,p):p}o=q.ab$}return r}, +vm(a,b){var s,r,q={},p=q.a=this.cO$ +for(s=A.l(this).i("cD.1");p!=null;p=r){p=p.b +p.toString +s.a(p) +if(a.iB(new A.a_F(q,b,p),p.a,b))return!0 +r=p.c0$ +q.a=r}return!1}, +na(a,b){var s,r,q,p,o,n=this.a2$ +for(s=A.l(this).i("cD.1"),r=b.a,q=b.b;n!=null;){p=n.b +p.toString +s.a(p) +o=p.a +a.d_(n,new A.i(o.a+r,o.b+q)) +n=p.ab$}}} +A.a_F.prototype={ +$2(a,b){return this.a.a.bF(a,b)}, +$S:12} +A.yq.prototype={ +a8(){this.rU()}} +A.fu.prototype={ +k(a){return this.rO(0)+"; id="+A.m(this.e)}} +A.Z2.prototype={ +eP(a,b){var s=this.b.h(0,a) +s.bz(b,!0) +return s.gq()}, +f3(a,b){var s=this.b.h(0,a).b +s.toString +t.Wz.a(s).a=b}, +Vf(a,b){var s,r,q,p,o,n,m=this,l=m.b +try{m.b=A.A(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.p(0,o,q) +n=s.ab$}m.NS(a)}finally{m.b=l}}, +k(a){return"MultiChildLayoutDelegate"}} +A.wb.prototype={ +dM(a){if(!(a.b instanceof A.fu))a.b=new A.fu(null,null,B.f)}, +sB0(a){var s=this,r=s.B +if(r===a)return +if(A.r(a)!==A.r(r)||a.l5(r))s.a0() +s.B=a +s.y!=null}, +ad(a){this.SK(a)}, +a8(){this.SL()}, +bh(a){var s=A.lK(a,1/0),r=s.aU(new A.H(A.D(1/0,s.a,s.b),A.D(1/0,s.c,s.d))).a +if(isFinite(r))return r +return 0}, +b6(a){var s=A.lK(a,1/0),r=s.aU(new A.H(A.D(1/0,s.a,s.b),A.D(1/0,s.c,s.d))).a +if(isFinite(r))return r +return 0}, +bc(a){var s=A.lK(1/0,a),r=s.aU(new A.H(A.D(1/0,s.a,s.b),A.D(1/0,s.c,s.d))).b +if(isFinite(r))return r +return 0}, +bf(a){var s=A.lK(1/0,a),r=s.aU(new A.H(A.D(1/0,s.a,s.b),A.D(1/0,s.c,s.d))).b +if(isFinite(r))return r +return 0}, +cb(a){return a.aU(new A.H(A.D(1/0,a.a,a.b),A.D(1/0,a.c,a.d)))}, +bu(){var s=this,r=t.k.a(A.o.prototype.gV.call(s)) +s.id=r.aU(new A.H(A.D(1/0,r.a,r.b),A.D(1/0,r.c,r.d))) +s.B.Vf(s.gq(),s.a2$)}, +an(a,b){this.na(a,b)}, +cl(a,b){return this.vm(a,b)}} +A.zQ.prototype={ +ad(a){var s,r,q +this.dO(a) +s=this.a2$ +for(r=t.Wz;s!=null;){s.ad(a) +q=s.b +q.toString +s=r.a(q).ab$}}, +a8(){var s,r,q +this.dP() +s=this.a2$ +for(r=t.Wz;s!=null;){s.a8() +q=s.b +q.toString +s=r.a(q).ab$}}} +A.Nb.prototype={} +A.Ds.prototype={ +T(a){var s=this.a +return s==null?null:s.T(a)}, +I(a){var s=this.a +return s==null?null:s.I(a)}, +gDT(){return null}, +E2(a){return this.d9(a)}, +vW(a){return null}, +k(a){var s=A.aT(this),r=this.a +r=r==null?null:r.k(0) +if(r==null)r="" +return"#"+s+"("+r+")"}} +A.wc.prototype={ +slU(a){var s=this.t +if(s==a)return +this.t=a +this.G6(a,s)}, +sMu(a){var s=this.O +if(s==a)return +this.O=a +this.G6(a,s)}, +G6(a,b){var s=this,r=a==null +if(r)s.aA() +else if(b==null||A.r(a)!==A.r(b)||a.d9(b))s.aA() +if(s.y!=null){if(b!=null)b.I(s.gdm()) +if(!r)a.T(s.gdm())}if(r){if(s.y!=null)s.b5()}else if(b==null||A.r(a)!==A.r(b)||a.E2(b))s.b5()}, +sabX(a){if(this.a9.j(0,a))return +this.a9=a +this.a0()}, +bh(a){var s +if(this.u$==null){s=this.a9.a +return isFinite(s)?s:0}return this.xR(a)}, +b6(a){var s +if(this.u$==null){s=this.a9.a +return isFinite(s)?s:0}return this.xP(a)}, +bc(a){var s +if(this.u$==null){s=this.a9.b +return isFinite(s)?s:0}return this.xQ(a)}, +bf(a){var s +if(this.u$==null){s=this.a9.b +return isFinite(s)?s:0}return this.xO(a)}, +ad(a){var s,r=this +r.oG(a) +s=r.t +if(s!=null)s.T(r.gdm()) +s=r.O +if(s!=null)s.T(r.gdm())}, +a8(){var s=this,r=s.t +if(r!=null)r.I(s.gdm()) +r=s.O +if(r!=null)r.I(s.gdm()) +s.l9()}, +cl(a,b){var s=this.O +if(s!=null){s=s.vW(b) +s=s===!0}else s=!1 +if(s)return!0 +return this.rV(a,b)}, +jA(a){var s=this.t +if(s!=null){s=s.vW(a) +s=s!==!1}else s=!1 +return s}, +bu(){this.oC() +this.b5()}, +pS(a){return a.aU(this.a9)}, +I5(a,b,c){A.aX("debugPreviousCanvasSaveCount") +a.dq() +if(!b.j(0,B.f))a.bm(b.a,b.b) +c.an(a,this.gq()) +a.cm()}, +an(a,b){var s,r,q=this +if(q.t!=null){s=a.gbZ() +r=q.t +r.toString +q.I5(s,b,r) +q.J2(a)}q.hP(a,b) +if(q.O!=null){s=a.gbZ() +r=q.O +r.toString +q.I5(s,b,r) +q.J2(a)}}, +J2(a){}, +e9(a){var s,r=this +r.fz(a) +r.dA=null +s=r.O +r.fV=s==null?null:s.gDT() +a.a=!1}, +mZ(a,b,c){var s,r,q,p,o=this +o.f1=A.al0(o.f1,B.mk) +o.fm=A.al0(o.fm,B.mk) +s=o.f1 +r=s!=null&&!s.ga6(s) +s=o.fm +q=s!=null&&!s.ga6(s) +s=A.c([],t.W) +if(r){p=o.f1 +p.toString +B.b.P(s,p)}B.b.P(s,c) +if(q){p=o.fm +p.toString +B.b.P(s,p)}o.EL(a,b,s)}, +n3(){this.xN() +this.fm=this.f1=null}} +A.Tn.prototype={} +A.nr.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.nr&&b.a.j(0,s.a)&&b.b==s.b}, +k(a){var s=this +switch(s.b){case B.a1:return s.a.k(0)+"-ltr" +case B.bc:return s.a.k(0)+"-rtl" +case null:case void 0:return s.a.k(0)}}, +gA(a){return A.L(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.a4E.prototype={ +gbC(){var s=this +if(!s.f)return!1 +if(s.e.ap.pR()!==s.d)s.f=!1 +return s.f}, +GU(a){var s,r,q=this,p=q.r,o=p.h(0,a) +if(o!=null)return o +s=new A.i(q.a.a,q.d[a].giD()) +r=new A.b9(s,q.e.ap.ek(s),t.tO) +p.p(0,a,r) +return r}, +gF(){return this.c}, +v(){var s,r=this,q=r.b+1 +if(q>=r.d.length)return!1 +s=r.GU(q);++r.b +r.a=s.a +r.c=s.b +return!0}, +NE(){var s,r=this,q=r.b +if(q<=0)return!1 +s=r.GU(q-1);--r.b +r.a=s.a +r.c=s.b +return!0}, +ab3(a){var s,r=this,q=r.a +if(a>=0){for(s=q.b+a;r.a.bs;)if(!r.NE())break +return!q.j(0,r.a)}} +A.n5.prototype={ +m(){var s,r=this,q=r.B +if(q!=null)q.ch.sal(null) +r.B=null +q=r.a_ +if(q!=null)q.ch.sal(null) +r.a_=null +r.Mb.sal(null) +q=r.R +if(q!=null){q.Z$=$.au() +q.R$=0}q=r.Z +if(q!=null){q.Z$=$.au() +q.R$=0}q=r.cz +s=q.Z$=$.au() +q.R$=0 +q=r.dG +q.Z$=s +q.R$=0 +q=r.bi +q.Z$=s +q.R$=0 +q=r.b_ +q.Z$=s +q.R$=0 +q=r.gdQ() +q.Z$=s +q.R$=0 +r.ap.m() +r.he()}, +JZ(a){var s,r=this,q=r.gVb(),p=r.B +if(p==null){s=A.amq(q) +r.fN(s) +r.B=s}else p.slU(q) +r.Y=a}, +K3(a){var s,r=this,q=r.gVc(),p=r.a_ +if(p==null){s=A.amq(q) +r.fN(s) +r.a_=s}else p.slU(q) +r.aB=a}, +gdQ(){var s,r,q=this.aI +if(q===$){s=$.S().aL() +r=$.au() +this.aI!==$&&A.aK() +q=this.aI=new A.yh(s,B.f,r)}return q}, +gVb(){var s=this,r=s.R +if(r==null){r=A.c([],t.xT) +if(s.O)r.push(s.gdQ()) +r=s.R=new A.r_(r,$.au())}return r}, +gVc(){var s=this,r=s.Z +if(r==null){r=A.c([s.bi,s.b_],t.xT) +if(!s.O)r.push(s.gdQ()) +r=s.Z=new A.r_(r,$.au())}return r}, +swQ(a){return}, +so4(a){var s=this.ap +if(s.ax===a)return +s.so4(a) +this.iV()}, +sne(a){if(this.eN===a)return +this.eN=a +this.iV()}, +sabb(a){if(this.cj===a)return +this.cj=a +this.a0()}, +saba(a){return}, +oh(a){var s=this.ap.b.a.a.Dw(a) +return A.bt(B.l,s.a,s.b,!1)}, +a4F(a){var s,r,q,p,o,n,m=this +if(!m.aX.gbC()){m.cz.sl(!1) +m.dG.sl(!1) +return}s=m.gq() +r=new A.y(0,0,0+s.a,0+s.b) +s=m.ap +q=m.aX +p=m.lA +p===$&&A.b() +o=s.ja(new A.aW(q.a,q.e),p) +m.cz.sl(r.cV(0.5).n(0,o.M(0,a))) +p=m.aX +n=s.ja(new A.aW(p.b,p.e),m.lA) +m.dG.sl(r.cV(0.5).n(0,n.M(0,a)))}, +ke(a,b){var s,r +if(a.gbC()){s=this.cP.a.c.a.a.length +a=a.vc(Math.min(a.c,s),Math.min(a.d,s))}r=this.cP.a.c.a.fS(a) +this.cP.eQ(r,b)}, +aA(){this.Rx() +var s=this.B +if(s!=null)s.aA() +s=this.a_ +if(s!=null)s.aA()}, +iV(){this.aD=this.aK=null +this.a0()}, +t_(){var s=this +s.EJ() +s.ap.a0() +s.aD=s.aK=null}, +sjJ(a){var s=this,r=s.ap +if(J.d(r.f,a))return +s.jy=null +r.sjJ(a) +s.Bv=s.u=s.iK=null +s.iV() +s.b5()}, +so1(a){var s=this.ap +if(s.w===a)return +s.so1(a) +this.iV()}, +sbT(a){var s=this.ap +if(s.x===a)return +s.sbT(a) +this.iV() +this.b5()}, +snK(a){var s=this.ap +if(J.d(s.Q,a))return +s.snK(a) +this.iV()}, +sjf(a){var s=this.ap +if(J.d(s.at,a))return +s.sjf(a) +this.iV()}, +sPY(a){var s=this,r=s.a4 +if(r===a)return +if(s.y!=null)r.I(s.gug()) +s.a4=a +if(s.y!=null){s.gdQ().sxs(s.a4.a) +s.a4.T(s.gug())}}, +a3s(){this.gdQ().sxs(this.a4.a)}, +sbS(a){if(this.cq===a)return +this.cq=a +this.b5()}, +sa8x(a){if(this.bR===a)return +this.bR=a +this.a0()}, +sCM(a){if(this.ed===a)return +this.ed=a +this.b5()}, +snM(a){var s,r=this +if(r.cU==a)return +r.cU=a +s=a===1?1:null +r.ap.snM(s) +r.iV()}, +saaZ(a){return}, +sBu(a){return}, +so2(a){var s=this.ap +if(s.y===a)return +s.so2(a) +this.iV()}, +sop(a){var s=this +if(s.aX.j(0,a))return +s.aX=a +s.b_.svV(a) +s.aA() +s.b5()}, +shA(a){var s=this,r=s.dw +if(r===a)return +if(s.y!=null)r.I(s.gdm()) +s.dw=a +if(s.y!=null)a.T(s.gdm()) +s.a0()}, +sa7k(a){if(this.dH===a)return +this.dH=a +this.a0()}, +sa7j(a){return}, +sabI(a){var s=this +if(s.O===a)return +s.O=a +s.Z=s.R=null +s.JZ(s.Y) +s.K3(s.aB)}, +sQd(a){if(this.a9===a)return +this.a9=a +this.aA()}, +sa7T(a){if(this.bd===a)return +this.bd=a +this.aA()}, +sa7P(a){var s=this +if(s.f1===a)return +s.f1=a +s.iV() +s.b5()}, +gdC(){var s=this.f1 +return s}, +j9(a){var s,r +this.hR() +s=this.ap.j9(a) +r=A.a7(s).i("ae<1,dT>") +return A.ah(new A.ae(s,new A.a_M(this),r),!0,r.i("ba.E"))}, +e9(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this +d.fz(a) +s=d.ap +r=s.f +r.toString +q=A.c([],t.O_) +r.v5(q) +d.hz=q +if(B.b.fO(q,new A.a_L())&&A.b6()!==B.ba){a.c=a.a=!0 +return}r=d.iK +if(r==null){p=new A.ce("") +o=A.c([],t.oU) +for(r=d.hz,n=r.length,m=0,l=0,k="";lh){d=c0[h].dy +d=d!=null&&d.n(0,new A.j5(i,b7))}else d=!1 +if(!d)break +b=c0[h] +d=s.b +d.toString +m.a(d) +b5.push(b);++h}b7=s.b +b7.toString +s=n.a(b7).ab$;++i}else{a=b6.j9(new A.eh(j,e,B.l,!1,c,d)) +if(a.length===0)continue +d=B.b.gU(a) +a0=new A.y(d.a,d.b,d.c,d.d) +a1=B.b.gU(a).e +for(d=A.a7(a),c=new A.ff(a,1,b4,d.i("ff<1>")),c.t1(a,1,b4,d.c),c=new A.dz(c,c.gD(c)),d=A.l(c).c;c.v();){a2=c.d +if(a2==null)a2=d.a(a2) +a0=a0.i3(new A.y(a2.a,a2.b,a2.c,a2.d)) +a1=a2.e}d=a0.a +c=Math.max(0,d) +a2=a0.b +a3=Math.max(0,a2) +d=Math.min(a0.c-d,o.a(A.o.prototype.gV.call(b3)).b) +a2=Math.min(a0.d-a2,o.a(A.o.prototype.gV.call(b3)).d) +a4=Math.floor(c)-4 +a5=Math.floor(a3)-4 +d=Math.ceil(c+d)+4 +a2=Math.ceil(a3+a2)+4 +a6=new A.y(a4,a5,d,a2) +a7=A.i1() +a8=k+1 +a7.k2=new A.mR(k,b4) +a7.e=!0 +a7.aW=l +a3=f.b +b7=a3==null?b7:a3 +a7.RG=new A.c9(b7,f.f) +b7=b8.r +if(b7!=null){a9=b7.ef(a6) +if(a9.a>=a9.c||a9.b>=a9.d)b7=!(a4>=d||a5>=a2) +else b7=!1 +a7.bq(B.ff,b7)}b0=A.aX("newChild") +b7=b3.dI +d=b7==null?b4:b7.a!==0 +if(d===!0){b7.toString +d=new A.b8(b7,A.l(b7).i("b8<1>")) +b1=d.ga3(d) +if(!b1.v())A.a1(A.bF()) +b7=b7.C(0,b1.gF()) +b7.toString +if(b0.b!==b0)A.a1(A.iU(b0.a)) +b0.b=b7}else{b2=new A.lb() +b7=A.wQ(b2,b3.W6(b2)) +if(b0.b!==b0)A.a1(A.iU(b0.a)) +b0.b=b7}if(b7===b0)A.a1(A.ea(b0.a)) +b7.Di(a7) +if(!b7.e.j(0,a6)){b7.e=a6 +b7.fI()}b7=b0.b +if(b7===b0)A.a1(A.ea(b0.a)) +d=b7.a +d.toString +r.p(0,d,b7) +b7=b0.b +if(b7===b0)A.a1(A.ea(b0.a)) +b5.push(b7) +k=a8 +l=a1}}b3.dI=r +b8.jL(b5,b9)}, +W6(a){return new A.a_K(this,a)}, +ZP(a){this.ke(a,B.X)}, +YR(a){var s=this,r=s.ap.Dy(s.aX.d) +if(r==null)return +s.ke(A.bt(B.l,!a?r:s.aX.c,r,!1),B.X)}, +YN(a){var s=this,r=s.ap.Dz(s.aX.d) +if(r==null)return +s.ke(A.bt(B.l,!a?r:s.aX.c,r,!1),B.X)}, +YT(a){var s,r=this,q=r.aX.gcN(),p=r.GJ(r.ap.b.a.a.jO(q).b) +if(p==null)return +s=a?r.aX.c:p.a +r.ke(A.bt(B.l,s,p.a,!1),B.X)}, +YP(a){var s,r=this,q=r.aX.gcN(),p=r.GL(r.ap.b.a.a.jO(q).a-1) +if(p==null)return +s=a?r.aX.c:p.a +r.ke(A.bt(B.l,s,p.a,!1),B.X)}, +GJ(a){var s,r,q +for(s=this.ap;!0;){r=s.b.a.a.jO(new A.aW(a,B.l)) +q=r.a +if(!(q>=0&&r.b>=0)||q===r.b)return null +if(!this.HY(r))return r +a=r.b}}, +GL(a){var s,r,q +for(s=this.ap;a>=0;){r=s.b.a.a.jO(new A.aW(a,B.l)) +q=r.a +if(!(q>=0&&r.b>=0)||q===r.b)return null +if(!this.HY(r))return r +a=q-1}return null}, +HY(a){var s,r,q,p +for(s=a.a,r=a.b,q=this.ap;s=m.gj0().length)return A.qv(new A.aW(m.gj0().length,B.ae)) +s=m.b.a.a.jO(a) +switch(a.b.a){case 0:r=n-1 +break +case 1:r=n +break +default:r=null}if(r>0&&A.alH(m.gj0().charCodeAt(r))){m=s.a +q=o.GL(m) +switch(A.b6().a){case 2:if(q==null){p=o.GJ(m) +if(p==null)return A.jq(B.l,n) +return A.bt(B.l,n,p.b,!1)}return A.bt(B.l,q.a,n,!1) +case 0:if(o.ed){if(q==null)return A.bt(B.l,n,n+1,!1) +return A.bt(B.l,q.a,n,!1)}break +case 1:case 4:case 3:case 5:break}}return A.bt(B.l,s.a,s.b,!1)}, +oX(a,b){var s=this,r=Math.max(0,a-(1+s.dH)),q=Math.min(b,r),p=s.cU!==1?r:1/0,o=s.bR?r:q +s.ap.w3(p,o) +s.aD=b +s.aK=a}, +Gf(){return this.oX(1/0,0)}, +Gg(a){return this.oX(a,0)}, +hR(){var s=t.k,r=s.a(A.o.prototype.gV.call(this)) +this.oX(s.a(A.o.prototype.gV.call(this)).b,r.a)}, +VL(){var s,r,q=this +switch(A.b6().a){case 2:case 4:s=q.dH +r=q.ap.gcB() +q.lA=new A.y(0,0,s,0+(r+2)) +break +case 0:case 1:case 3:case 5:s=q.dH +r=q.ap.gcB() +q.lA=new A.y(0,2,s,2+(r-4)) +break}}, +WA(){var s=this.ap.f +s=s==null?null:s.aT(new A.a_J()) +return s!==!1}, +cb(a){var s,r,q,p,o=this,n=o.Bv +if(!(n==null?o.Bv=o.WA():n))return B.o +n=o.ap +s=a.b +n.jQ(o.lL(s,A.lB())) +r=a.a +o.oX(s,r) +if(o.bR)q=s +else{n=n.b +p=n.b +Math.ceil(n.a.a.gee()) +q=A.D(p+(1+o.dH),r,s)}return new A.H(q,A.D(o.tW(s),a.c,a.d))}, +bu(){var s,r,q,p,o,n,m=this,l=t.k.a(A.o.prototype.gV.call(m)),k=l.b,j=m.lL(k,A.o6()) +m.a87=j +s=m.ap +s.jQ(j) +m.hR() +j=s.gN2() +j.toString +m.NW(j) +m.VL() +j=s.b +r=j.b +j=Math.ceil(j.a.a.gee()) +if(m.bR)q=k +else{s=s.b +p=s.b +Math.ceil(s.a.a.gee()) +q=A.D(p+(1+m.dH),l.a,k)}m.id=new A.H(q,A.D(m.tW(k),l.c,l.d)) +o=new A.H(r+(1+m.dH),j) +n=A.lJ(o) +j=m.B +if(j!=null)j.eO(n) +j=m.a_ +if(j!=null)j.eO(n) +m.fm=m.XC(o) +m.dw.uP(m.ga4S()) +m.dw.uO(0,m.fm)}, +DX(a,b,c,d){var s,r,q,p=this +if(a===B.lD){p.iI=B.f +p.Bw=null +p.vz=p.vA=p.vB=!1}s=a!==B.hO +p.dA=s +p.Ma=d +if(s){p.fV=c +if(d!=null){s=A.Ue(B.lo,B.at,d) +s.toString +r=s}else r=B.lo +s=p.gdQ() +q=p.lA +q===$&&A.b() +s.sMm(r.BY(q).cE(b))}else p.gdQ().sMm(null) +p.gdQ().w=p.Ma==null}, +xn(a,b,c){return this.DX(a,b,c,null)}, +a_R(a,b){var s,r,q,p,o,n=this.ap.ja(a,B.U) +for(s=b.length,r=n.b,q=0;p=b.length,qr)return new A.b9(o.gw4(),new A.i(n.a,o.giD()),t.DC)}s=Math.max(0,p-1) +r=p!==0?B.b.gaq(b).giD()+B.b.gaq(b).gB2():0 +return new A.b9(s,new A.i(n.a,r),t.DC)}, +Gh(a,b){var s,r,q=this,p=b.M(0,q.ge6()),o=q.dA +if(!o)q.a4F(p) +s=q.B +r=q.a_ +if(r!=null)a.d_(r,b) +q.ap.an(a.gbZ(),p) +q.NQ(a,p) +if(s!=null)a.d_(s,b)}, +cG(a,b){if(a===this.B||a===this.a_)return +this.LC(a,b)}, +an(a,b){var s,r,q,p,o,n,m=this +m.hR() +s=(m.fm>0||!m.ge6().j(0,B.f))&&m.kB!==B.C +r=m.Mb +if(s){s=m.cx +s===$&&A.b() +q=m.gq() +r.sal(a.kQ(s,b,new A.y(0,0,0+q.a,0+q.b),m.gWD(),m.kB,r.a))}else{r.sal(null) +m.Gh(a,b)}p=m.aX +s=p.gbC() +if(s){s=m.x9(p) +o=s[0].a +r=A.D(o.a,0,m.gq().a) +q=A.D(o.b,0,m.gq().b) +a.lZ(A.afW(m.a9,new A.i(r,q).M(0,b)),A.o.prototype.gei.call(m),B.f) +if(s.length===2){n=s[1].a +s=A.D(n.a,0,m.gq().a) +r=A.D(n.b,0,m.gq().b) +a.lZ(A.afW(m.bd,new A.i(s,r).M(0,b)),A.o.prototype.gei.call(m),B.f)}}}, +jv(a){var s,r=this +switch(r.kB.a){case 0:return null +case 1:case 2:case 3:if(r.fm>0||!r.ge6().j(0,B.f)){s=r.gq() +s=new A.y(0,0,0+s.a,0+s.b)}else s=null +return s}}} +A.a_M.prototype={ +$1(a){var s=this.a +return new A.dT(a.a+s.ge6().a,a.b+s.ge6().b,a.c+s.ge6().a,a.d+s.ge6().b,a.e)}, +$S:95} +A.a_L.prototype={ +$1(a){return!1}, +$S:251} +A.a_K.prototype={ +$0(){var s=this.a,r=s.dI.h(0,this.b) +r.toString +s.l7(s,r.e)}, +$S:0} +A.a_N.prototype={ +$2(a,b){var s=a==null?null:a.i3(new A.y(b.a,b.b,b.c,b.d)) +return s==null?new A.y(b.a,b.b,b.c,b.d):s}, +$S:252} +A.a_J.prototype={ +$1(a){var s,r +if(a instanceof A.ho){s=a.b +$label0$0:{if(B.eX===s||B.eY===s||B.eZ===s){r=!1 +break $label0$0}if(B.f_===s||B.f0===s||B.bQ===s){r=!0 +break $label0$0}r=null}}else r=!0 +return r}, +$S:56} +A.Nc.prototype={ +gaQ(){return t.CA.a(A.o.prototype.gaQ.call(this))}, +gdY(){return!0}, +gjU(){return!0}, +slU(a){var s,r=this,q=r.B +if(a===q)return +r.B=a +s=a.d9(q) +if(s)r.aA() +if(r.y!=null){s=r.gdm() +q.I(s) +a.T(s)}}, +an(a,b){var s=t.CA.a(A.o.prototype.gaQ.call(this)),r=this.B +if(s!=null){s.hR() +r.jF(a.gbZ(),this.gq(),s)}}, +ad(a){this.dO(a) +this.B.T(this.gdm())}, +a8(){this.B.I(this.gdm()) +this.dP()}, +cb(a){return new A.H(A.D(1/0,a.a,a.b),A.D(1/0,a.c,a.d))}} +A.kP.prototype={} +A.AP.prototype={ +svU(a){if(J.d(a,this.w))return +this.w=a +this.ar()}, +svV(a){if(J.d(a,this.x))return +this.x=a +this.ar()}, +sDR(a){if(this.y===a)return +this.y=a +this.ar()}, +sDS(a){if(this.z===a)return +this.z=a +this.ar()}, +jF(a,b,c){var s,r,q,p,o,n,m,l,k=this,j=k.x,i=k.w +if(j==null||i==null||j.a===j.b)return +s=k.r +s.saj(i) +r=c.ap +q=r.m7(A.bt(B.l,j.a,j.b,!1),k.y,k.z) +for(p=q.length,o=0;o>>16&255,o>>>8&255,o&255)}if(r||l==null||!i.r)return +r=A.kN(s,B.wa) +k=i.y +if(k===$){j=$.S().aL() +i.y!==$&&A.aK() +i.y=j +k=j}k.saj(l) +a.dF(r,k)}, +d9(a){var s=this +if(s===a)return!1 +return!(a instanceof A.yh)||a.r!==s.r||a.w!==s.w||!J.d(a.z,s.z)||!J.d(a.Q,s.Q)||!a.as.j(0,s.as)||!J.d(a.at,s.at)||!J.d(a.ax,s.ax)}} +A.r_.prototype={ +T(a){var s,r,q +for(s=this.r,r=s.length,q=0;q328){s-=128 +r+=64}p.eO(new A.kG(s)) +if(j.gq().b>96+p.gee()+12)q+=96 +a.gbZ().LY(p,b.M(0,new A.i(r,q)))}}catch(k){}}} +A.E9.prototype={ +H(){return"FlexFit."+this.b}} +A.ev.prototype={ +k(a){return this.rO(0)+"; flex="+A.m(this.e)+"; fit="+A.m(this.f)}} +A.Fc.prototype={ +H(){return"MainAxisSize."+this.b}} +A.Fb.prototype={ +H(){return"MainAxisAlignment."+this.b}} +A.lX.prototype={ +H(){return"CrossAxisAlignment."+this.b}} +A.wf.prototype={ +saaP(a){if(this.a_!==a){this.a_=a +this.a0()}}, +sa7f(a){if(this.aB!==a){this.aB=a +this.a0()}}, +dM(a){if(!(a.b instanceof A.ev))a.b=new A.ev(null,null,B.f)}, +tq(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g=this +if(g.aB===B.hn)return 0 +s=g.B +r=g.a2$ +if(s===c){for(s=t.US,q=0,p=0,o=0;r!=null;){n=r.b +n.toString +m=s.a(n).e +if(m==null)m=0 +q+=m +if(m>0){n=a.$2(r,b) +l=r.b +l.toString +l=s.a(l).e +o=Math.max(o,n/(l==null?0:l))}else p+=a.$2(r,b) +n=r.b +n.toString +r=s.a(n).ab$}return o*q+p}else{for(s=t.US,q=0,p=0,k=0;r!=null;){n=r.b +n.toString +m=s.a(n).e +if(m==null)m=0 +q+=m +j=A.aX("mainSize") +i=A.aX("crossSize") +if(m===0){switch(g.B.a){case 0:n=r.ag(B.a_,1/0,r.gbn()) +if(j.b!==j)A.a1(A.iU(j.a)) +j.b=n +n=a.$2(r,n) +if(i.b!==i)A.a1(A.iU(i.a)) +i.b=n +break +case 1:n=r.ag(B.aJ,1/0,r.gbM()) +if(j.b!==j)A.a1(A.iU(j.a)) +j.b=n +n=a.$2(r,n) +if(i.b!==i)A.a1(A.iU(i.a)) +i.b=n +break}n=j.b +if(n===j)A.a1(A.ea(j.a)) +p+=n +n=i.b +if(n===i)A.a1(A.ea(i.a)) +k=Math.max(k,A.iq(n))}n=r.b +n.toString +r=s.a(n).ab$}h=Math.max(0,(b-p)/q) +r=g.a2$ +for(;r!=null;){n=r.b +n.toString +m=s.a(n).e +if(m==null)m=0 +if(m>0)k=Math.max(k,A.iq(a.$2(r,h*m))) +n=r.b +n.toString +r=s.a(n).ab$}return k}}, +bh(a){return this.tq(new A.a_R(),a,B.aU)}, +b6(a){return this.tq(new A.a_P(),a,B.aU)}, +bc(a){return this.tq(new A.a_Q(),a,B.az)}, +bf(a){return this.tq(new A.a_O(),a,B.az)}, +eX(a){if(this.B===B.aU)return this.LE(a) +return this.LD(a)}, +tl(a){switch(this.B.a){case 0:return a.b +case 1:return a.a}}, +tr(a){switch(this.B.a){case 0:return a.a +case 1:return a.b}}, +cb(a){var s +if(this.aB===B.hn)return B.o +s=this.FQ(a,A.lB()) +switch(this.B.a){case 0:return a.aU(new A.H(s.a,s.b)) +case 1:return a.aU(new A.H(s.b,s.a))}}, +FQ(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.B===B.aU?a2.b:a2.d,a0=a<1/0,a1=c.a2$ +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.aB===B.d7)switch(c.B.a){case 0:j=A.eo(q,b) +break +case 1:j=A.eo(b,r) +break +default:j=b}else switch(c.B.a){case 0:j=new A.ar(0,1/0,0,q) +break +case 1:j=new A.ar(0,r,0,1/0) +break +default:j=b}i=a3.$2(a1,j) +m+=c.tr(i) +n=Math.max(n,c.tl(i))}a1=l.ab$}h=Math.max(0,(a0?a:0)-m) +if(o>0){g=a0?h/o:0/0 +a1=c.a2$ +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.aX("minChildExtent") +l=a1.b +l.toString +l=s.a(l).f +switch((l==null?B.lC:l).a){case 0:if(d.b!==d)A.a1(A.iU(d.a)) +d.b=e +break +case 1:if(d.b!==d)A.a1(A.iU(d.a)) +d.b=0 +break}if(c.aB===B.d7)switch(c.B.a){case 0:l=d.b +if(l===d)A.a1(A.ea(d.a)) +j=new A.ar(l,e,q,q) +break +case 1:l=d.b +if(l===d)A.a1(A.ea(d.a)) +j=new A.ar(r,r,l,e) +break +default:j=b}else switch(c.B.a){case 0:l=d.b +if(l===d)A.a1(A.ea(d.a)) +j=new A.ar(l,e,0,q) +break +case 1:l=d.b +if(l===d)A.a1(A.ea(d.a)) +j=new A.ar(0,r,l,e) +break +default:j=b}i=a3.$2(a1,j) +m+=c.tr(i) +f+=e +n=Math.max(n,c.tl(i))}l=a1.b +l.toString +a1=s.a(l).ab$}}return new A.a8W(a0&&c.Y===B.b8?a:m,n,m)}, +bu(){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.o.prototype.gV.call(a)),a2=a.FQ(a1,A.o6()),a3=a2.a,a4=a2.b +if(a.aB===B.hn){s=a.a2$ +for(r=t.US,q=0,p=0,o=0;s!=null;){n=a.bi +n.toString +m=s.x8(n,!0) +if(m!=null){q=Math.max(q,m) +p=Math.max(m,p) +n=s.id +o=Math.max((n==null?A.a1(A.aQ(a0+A.r(s).k(0)+"#"+A.aT(s))):n).b-m,o) +a4=Math.max(p+o,a4)}n=s.b +n.toString +s=r.a(n).ab$}}else q=0 +switch(a.B.a){case 0:a.id=a1.aU(new A.H(a3,a4)) +a3=a.gq().a +a4=a.gq().b +break +case 1:a.id=a1.aU(new A.H(a4,a3)) +a3=a.gq().b +a4=a.gq().a +break}l=a3-a2.c +a.R=Math.max(0,-l) +k=Math.max(0,l) +j=A.aX("leadingSpace") +i=A.aX("betweenSpace") +r=A.any(a.B,a.aI,a.b_) +h=r===!1 +switch(a.a_.a){case 0:j.sck(0) +i.sck(0) +break +case 1:j.sck(k) +i.sck(0) +break +case 2:j.sck(k/2) +i.sck(0) +break +case 3:j.sck(0) +r=a.dd$ +i.sck(r>1?k/(r-1):0) +break +case 4:r=a.dd$ +i.sck(r>0?k/r:0) +j.sck(i.aF()/2) +break +case 5:r=a.dd$ +i.sck(r>0?k/(r+1):0) +j.sck(i.aF()) +break}g=h?a3-j.aF():j.aF() +s=a.a2$ +for(r=t.US,n=a4/2,f=i.a;s!=null;){e=s.b +e.toString +r.a(e) +d=a.aB +switch(d.a){case 0:case 1:if(A.any(A.aB8(a.B),a.aI,a.b_)===(d===B.l9))c=0 +else{d=s.id +c=a4-a.tl(d==null?A.a1(A.aQ(a0+A.r(s).k(0)+"#"+A.aT(s))):d)}break +case 2:d=s.id +c=n-a.tl(d==null?A.a1(A.aQ(a0+A.r(s).k(0)+"#"+A.aT(s))):d)/2 +break +case 3:c=0 +break +case 4:if(a.B===B.aU){d=a.bi +d.toString +m=s.x8(d,!0) +c=m!=null?q-m:0}else c=0 +break +default:c=null}if(h){d=s.id +g-=a.tr(d==null?A.a1(A.aQ(a0+A.r(s).k(0)+"#"+A.aT(s))):d)}switch(a.B.a){case 0:e.a=new A.i(g,c) +break +case 1:e.a=new A.i(c,g) +break}if(h){d=i.b +if(d===i)A.a1(A.ea(f)) +g-=d}else{d=s.id +d=a.tr(d==null?A.a1(A.aQ(a0+A.r(s).k(0)+"#"+A.aT(s))):d) +b=i.b +if(b===i)A.a1(A.ea(f)) +g+=d+b}s=e.ab$}}, +cl(a,b){return this.vm(a,b)}, +an(a,b){var s,r,q,p=this +if(!(p.R>1e-10)){p.na(a,b) +return}s=p.gq() +if(s.ga6(s))return +s=p.aK +r=p.cx +r===$&&A.b() +q=p.gq() +s.sal(a.kQ(r,b,new A.y(0,0,0+q.a,0+q.b),p.ga7w(),p.Z,s.a))}, +m(){this.aK.sal(null) +this.SQ()}, +jv(a){var s +switch(this.Z.a){case 0:return null +case 1:case 2:case 3:if(this.R>1e-10){s=this.gq() +s=new A.y(0,0,0+s.a,0+s.b)}else s=null +return s}}, +cC(){return this.Ry()}} +A.a_R.prototype={ +$2(a,b){return a.ag(B.S,b,a.gbg())}, +$S:41} +A.a_P.prototype={ +$2(a,b){return a.ag(B.a_,b,a.gbn())}, +$S:41} +A.a_Q.prototype={ +$2(a,b){return a.ag(B.ab,b,a.gbt())}, +$S:41} +A.a_O.prototype={ +$2(a,b){return a.ag(B.aJ,b,a.gbM())}, +$S:41} +A.a8W.prototype={} +A.Nf.prototype={ +ad(a){var s,r,q +this.dO(a) +s=this.a2$ +for(r=t.US;s!=null;){s.ad(a) +q=s.b +q.toString +s=r.a(q).ab$}}, +a8(){var s,r,q +this.dP() +s=this.a2$ +for(r=t.US;s!=null;){s.a8() +q=s.b +q.toString +s=r.a(q).ab$}}} +A.Ng.prototype={} +A.zU.prototype={ +m(){var s,r,q +for(s=this.a8c$,r=s.length,q=0;q>")) +this.fn(new A.Cp(s,b.i("Cp<0>")),a,!0,b) +return s.length===0?null:B.b.gU(s).a}, +Ux(a){var s,r=this +if(!r.w&&r.x!=null){s=r.x +s.toString +a.a58(s) +return}r.hl(a) +r.w=!1}, +cC(){var s=this.QL() +return s+(this.y==null?" DETACHED":"")}} +A.Yh.prototype={ +$0(){this.b.$1(this.a)}, +$S:0} +A.Yi.prototype={ +$0(){var s=this.a +s.a.C(0,this.b) +s.py(-1)}, +$S:0} +A.EY.prototype={ +sal(a){var s=this.a +if(a==s)return +if(s!=null)if(--s.f===0)s.m() +this.a=a +if(a!=null)++a.f}, +k(a){var s=this.a +return"LayerHandle("+(s!=null?s.k(0):"DISPOSED")+")"}} +A.FZ.prototype={ +sNT(a){var s +this.ey() +s=this.ay +if(s!=null)s.m() +this.ay=a}, +m(){this.sNT(null) +this.Ex()}, +hl(a){var s=this.ay +s.toString +a.a55(B.f,s,this.ch,this.CW)}, +fn(a,b,c){return!1}} +A.dH.prototype={ +p5(a){var s +this.QU(a) +if(!a)return +s=this.ax +for(;s!=null;){s.p5(!0) +s=s.Q}}, +a5F(a){var s=this +s.x0() +s.hl(a) +if(s.b>0)s.p5(!0) +s.w=!1 +return a.eM()}, +m(){this.CR() +this.a.a7(0) +this.Ex()}, +x0(){var s,r=this +r.QX() +s=r.ax +for(;s!=null;){s.x0() +r.w=r.w||s.w +s=s.Q}}, +fn(a,b,c,d){var s,r,q +for(s=this.ay,r=a.a;s!=null;s=s.as){if(s.fn(a,b,!0,d))return!0 +q=r.length +if(q!==0)return!1}return!1}, +ad(a){var s +this.QV(a) +s=this.ax +for(;s!=null;){s.ad(a) +s=s.Q}}, +a8(){this.QW() +var s=this.ax +for(;s!=null;){s.a8() +s=s.Q}this.p5(!1)}, +KH(a){var s,r=this +if(!r.gmU())r.ey() +s=a.b +if(s!==0)r.py(s) +a.r=r +s=r.y +if(s!=null)a.ad(s) +r.j3(a) +s=a.as=r.ay +if(s!=null)s.Q=a +r.ay=a +if(r.ax==null)r.ax=a +a.e.sal(a)}, +eC(){var s,r,q=this.ax +for(;q!=null;){s=q.z +r=this.z +if(s<=r){q.z=r+1 +q.eC()}q=q.Q}}, +j3(a){var s=a.z,r=this.z +if(s<=r){a.z=r+1 +a.eC()}}, +HD(a){var s,r=this +if(!r.gmU())r.ey() +s=a.b +if(s!==0)r.py(-s) +a.r=null +if(r.y!=null)a.a8()}, +CR(){var s,r=this,q=r.ax +for(;q!=null;q=s){s=q.Q +q.Q=q.as=null +r.HD(q) +q.e.sal(null)}r.ay=r.ax=null}, +hl(a){this.hW(a)}, +hW(a){var s=this.ax +for(;s!=null;){s.Ux(a) +s=s.Q}}, +mX(a,b){}} +A.hV.prototype={ +shA(a){if(!a.j(0,this.k3))this.ey() +this.k3=a}, +fn(a,b,c,d){return this.l8(a,b.N(0,this.k3),!0,d)}, +mX(a,b){var s=this.k3 +b.bm(s.a,s.b)}, +hl(a){var s=this,r=s.k3 +s.seZ(a.O3(r.a,r.b,t.Ff.a(s.x))) +s.hW(a) +a.eA()}} +A.tO.prototype={ +fn(a,b,c,d){if(!this.k3.n(0,b))return!1 +return this.l8(a,b,!0,d)}, +hl(a){var s=this,r=s.k3 +r.toString +s.seZ(a.ac5(r,s.k4,t.GB.a(s.x))) +s.hW(a) +a.eA()}} +A.tN.prototype={ +fn(a,b,c,d){if(!this.k3.n(0,b))return!1 +return this.l8(a,b,!0,d)}, +hl(a){var s=this,r=s.k3 +r.toString +s.seZ(a.ac4(r,s.k4,t.cW.a(s.x))) +s.hW(a) +a.eA()}} +A.tM.prototype={ +fn(a,b,c,d){if(!this.k3.n(0,b))return!1 +return this.l8(a,b,!0,d)}, +hl(a){var s=this,r=s.k3 +r.toString +s.seZ(a.ac2(r,s.k4,t.L5.a(s.x))) +s.hW(a) +a.eA()}} +A.qD.prototype={ +sbG(a){var s=this +if(a.j(0,s.aW))return +s.aW=a +s.aO=!0 +s.ey()}, +hl(a){var s,r,q=this +q.br=q.aW +if(!q.k3.j(0,B.f)){s=q.k3 +s=A.j0(s.a,s.b,0) +r=q.br +r.toString +s.dB(r) +q.br=s}q.seZ(a.wG(q.br.a,t.qf.a(q.x))) +q.hW(a) +a.eA()}, +zZ(a){var s,r=this +if(r.aO){s=r.aW +s.toString +r.am=A.mJ(A.agc(s)) +r.aO=!1}s=r.am +if(s==null)return null +return A.bp(s,a)}, +fn(a,b,c,d){var s=this.zZ(b) +if(s==null)return!1 +return this.Re(a,s,!0,d)}, +mX(a,b){var s=this.br +if(s==null){s=this.aW +s.toString +b.dB(s)}else b.dB(s)}} +A.FN.prototype={ +sAo(a){var s=this,r=s.aW +if(a!=r){if(a===255||r===255)s.seZ(null) +s.aW=a +s.ey()}}, +hl(a){var s,r,q,p=this +if(p.ax==null){p.seZ(null) +return}s=p.aW +s.toString +r=p.k3 +q=p.x +if(s<255)p.seZ(a.ac7(s,r,t.Zr.a(q))) +else p.seZ(a.O3(r.a,r.b,t.Ff.a(q))) +p.hW(a) +a.eA()}} +A.tt.prototype={ +svG(a){if(!a.j(0,this.k3)){this.k3=a +this.ey()}}, +hl(a){var s=this,r=s.k3 +r.toString +s.seZ(a.ac1(r,s.k4,t.tX.a(s.x))) +s.hW(a) +a.eA()}} +A.v_.prototype={ +k(a){var s=A.aT(this),r=this.a!=null?"":"" +return"#"+s+"("+r+")"}} +A.v1.prototype={ +slM(a){var s=this,r=s.k3 +if(r===a)return +if(s.y!=null){if(r.a===s)r.a=null +a.a=s}s.k3=a}, +shA(a){if(a.j(0,this.k4))return +this.k4=a +this.ey()}, +ad(a){this.QB(a) +this.k3.a=this}, +a8(){var s=this.k3 +if(s.a===this)s.a=null +this.QC()}, +fn(a,b,c,d){return this.l8(a,b.N(0,this.k4),!0,d)}, +hl(a){var s,r=this +if(!r.k4.j(0,B.f)){s=r.k4 +r.seZ(a.wG(A.j0(s.a,s.b,0).a,t.qf.a(r.x)))}else r.seZ(null) +r.hW(a) +if(!r.k4.j(0,B.f))a.eA()}, +mX(a,b){var s +if(!this.k4.j(0,B.f)){s=this.k4 +b.bm(s.a,s.b)}}} +A.uw.prototype={ +zZ(a){var s,r,q,p,o=this +if(o.R8){s=o.Du() +s.toString +o.p4=A.mJ(s) +o.R8=!1}if(o.p4==null)return null +r=new A.hh(new Float64Array(4)) +r.rE(a.a,a.b,0,1) +s=o.p4.aa(r).a +q=s[0] +p=o.p1 +return new A.i(q-p.a,s[1]-p.b)}, +fn(a,b,c,d){var s +if(this.k3.a==null)return!1 +s=this.zZ(b) +if(s==null)return!1 +return this.l8(a,s,!0,d)}, +Du(){var s,r +if(this.p3==null)return null +s=this.p2 +r=A.j0(-s.a,-s.b,0) +s=this.p3 +s.toString +r.dB(s) +return r}, +WO(){var s,r,q,p,o,n,m=this +m.p3=null +s=m.k3.a +if(s==null)return +r=t.KV +q=A.c([s],r) +p=A.c([m],r) +A.W_(s,m,q,p) +o=A.ajH(q) +s.mX(null,o) +r=m.p1 +o.bm(r.a,r.b) +n=A.ajH(p) +if(n.kp(n)===0)return +n.dB(o) +m.p3=n +m.R8=!0}, +gmU(){return!0}, +hl(a){var s,r,q=this +if(q.k3.a==null&&!0){q.p2=q.p3=null +q.R8=!0 +q.seZ(null) +return}q.WO() +s=q.p3 +r=t.qf +if(s!=null){q.p2=q.ok +q.seZ(a.wG(s.a,r.a(q.x))) +q.hW(a) +a.eA()}else{q.p2=null +s=q.ok +q.seZ(a.wG(A.j0(s.a,s.b,0).a,r.a(q.x))) +q.hW(a) +a.eA()}q.R8=!0}, +mX(a,b){var s=this.p3 +if(s!=null)b.dB(s) +else{s=this.ok +b.dB(A.j0(s.a,s.b,0))}}} +A.ti.prototype={ +fn(a,b,c,d){var s,r,q,p=this,o=p.l8(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.y(q,r,q+s.a,r+s.b).n(0,b)}else s=!1 +if(s)return o +if(A.bl(p.$ti.c)===A.bl(d)){o=o||!1 +n.push(new A.tj(d.a(p.k3),b.N(0,p.ok),d.i("tj<0>")))}return o}} +A.Lr.prototype={} +A.hS.prototype={} +A.wi.prototype={ +dM(a){if(!(a.b instanceof A.hS))a.b=new A.hS(null,null,B.f)}, +sfP(a){if(this.B===a)return +this.B=a +this.a0()}, +cb(a){var s,r,q,p,o,n=this,m=n.a2$ +switch(n.B.a){case 1:case 3:s=a.d +r=A.eo(s,null) +for(q=A.l(n).i("a8.1"),p=0;m!=null;){p+=m.hG(r).a +o=m.b +o.toString +m=q.a(o).ab$}return a.aU(new A.H(p,s)) +case 0:case 2:s=a.b +r=A.eo(null,s) +for(q=A.l(n).i("a8.1"),p=0;m!=null;){p+=m.hG(r).b +o=m.b +o.toString +m=q.a(o).ab$}return a.aU(new A.H(s,p))}}, +bu(){var s,r,q,p,o,n,m,l=this,k=null,j="RenderBox was not laid out: ",i=t.k.a(A.o.prototype.gV.call(l)),h=l.a2$ +switch(l.B.a){case 1:s=i.d +r=A.eo(s,k) +for(q=t.U9,p=0;h!=null;){h.bz(r,!0) +o=h.b +o.toString +q.a(o) +o.a=new A.i(p,0) +n=h.id +p+=(n==null?A.a1(A.aQ(j+A.r(h).k(0)+"#"+A.aT(h))):n).a +h=o.ab$}l.id=i.aU(new A.H(p,s)) +break +case 3:s=i.d +r=A.eo(s,k) +for(q=t.U9,p=0;h!=null;){h.bz(r,!0) +o=h.b +o.toString +q.a(o) +n=h.id +p+=(n==null?A.a1(A.aQ(j+A.r(h).k(0)+"#"+A.aT(h))):n).a +h=o.ab$}h=l.a2$ +for(m=0;h!=null;){o=h.b +o.toString +q.a(o) +n=h.id +m+=(n==null?A.a1(A.aQ(j+A.r(h).k(0)+"#"+A.aT(h))):n).a +o.a=new A.i(p-m,0) +h=o.ab$}l.id=i.aU(new A.H(p,s)) +break +case 2:s=i.b +r=A.eo(k,s) +for(q=t.U9,p=0;h!=null;){h.bz(r,!0) +o=h.b +o.toString +q.a(o) +o.a=new A.i(0,p) +n=h.id +p+=(n==null?A.a1(A.aQ(j+A.r(h).k(0)+"#"+A.aT(h))):n).b +h=o.ab$}l.id=i.aU(new A.H(s,p)) +break +case 0:s=i.b +r=A.eo(k,s) +for(q=t.U9,p=0;h!=null;){h.bz(r,!0) +o=h.b +o.toString +q.a(o) +n=h.id +p+=(n==null?A.a1(A.aQ(j+A.r(h).k(0)+"#"+A.aT(h))):n).b +h=o.ab$}h=l.a2$ +for(m=0;h!=null;){o=h.b +o.toString +q.a(o) +n=h.id +m+=(n==null?A.a1(A.aQ(j+A.r(h).k(0)+"#"+A.aT(h))):n).b +o.a=new A.i(0,p-m) +h=o.ab$}l.id=i.aU(new A.H(s,p)) +break}}, +tn(a){var s,r,q,p=this.a2$ +for(s=t.U9,r=0;p!=null;){r=Math.max(r,A.iq(a.$1(p))) +q=p.b +q.toString +p=s.a(q).ab$}return r}, +tp(a){var s,r,q,p=this.a2$ +for(s=t.U9,r=0;p!=null;){r+=a.$1(p) +q=p.b +q.toString +p=s.a(q).ab$}return r}, +bh(a){switch(A.b_(this.B).a){case 0:return this.tp(new A.a01(a)) +case 1:return this.tn(new A.a02(a))}}, +b6(a){switch(A.b_(this.B).a){case 0:return this.tp(new A.a_Y(a)) +case 1:return this.tn(new A.a_Z(a))}}, +bc(a){switch(A.b_(this.B).a){case 0:return this.tp(new A.a0_(a)) +case 1:return this.tn(new A.a00(a))}}, +bf(a){switch(A.b_(this.B).a){case 0:return this.tp(new A.a_W(a)) +case 1:return this.tn(new A.a_X(a))}}, +eX(a){return this.LD(a)}, +an(a,b){this.na(a,b)}, +cl(a,b){return this.vm(a,b)}} +A.a01.prototype={ +$1(a){return a.ag(B.S,this.a,a.gbg())}, +$S:8} +A.a02.prototype={ +$1(a){return a.ag(B.S,this.a,a.gbg())}, +$S:8} +A.a_Y.prototype={ +$1(a){return a.ag(B.a_,this.a,a.gbn())}, +$S:8} +A.a_Z.prototype={ +$1(a){return a.ag(B.a_,this.a,a.gbn())}, +$S:8} +A.a0_.prototype={ +$1(a){return a.ag(B.ab,this.a,a.gbt())}, +$S:8} +A.a00.prototype={ +$1(a){return a.ag(B.ab,this.a,a.gbt())}, +$S:8} +A.a_W.prototype={ +$1(a){return a.ag(B.aJ,this.a,a.gbM())}, +$S:8} +A.a_X.prototype={ +$1(a){return a.ag(B.aJ,this.a,a.gbM())}, +$S:8} +A.Nh.prototype={ +ad(a){var s,r,q +this.dO(a) +s=this.a2$ +for(r=t.U9;s!=null;){s.ad(a) +q=s.b +q.toString +s=r.a(q).ab$}}, +a8(){var s,r,q +this.dP() +s=this.a2$ +for(r=t.U9;s!=null;){s.a8() +q=s.b +q.toString +s=r.a(q).ab$}}} +A.Ni.prototype={} +A.LT.prototype={ +acs(a){var s=this.a +this.a=a +return s}, +k(a){var s="#",r=A.aT(this.b),q=this.a.a +return s+A.aT(this)+"("+("latestEvent: "+(s+r))+", "+("annotations: [list of "+q+"]")+")"}} +A.LU.prototype={ +ghs(){return this.c.ghs()}} +A.Ft.prototype={ +Hm(a){var s,r,q,p,o,n,m=t._h,l=A.iW(m,t.xV) +for(s=a.a,r=s.length,q=0;q") +this.b.a8E(a.ghs(),a.d,A.Fd(new A.b8(s,r),new A.YZ(),r.i("t.E"),t.Pb))}, +ade(a,b){var s,r,q,p,o,n=this,m={} +if(a.gcf()!==B.aN)return +if(t.ks.b(a))return +m.a=null +if(t.PB.b(a))m.a=A.WZ() +else{s=a.go9() +m.a=b==null?n.a.$2(a.gbp(),s):b}r=a.ghs() +q=n.c +p=q.h(0,r) +if(!A.auH(p,a))return +o=q.a +new A.Z1(m,n,p,a,r).$0() +if(o!==0!==(q.a!==0))n.ar()}, +ad6(){new A.Z_(this).$0()}} +A.YZ.prototype={ +$1(a){return a.gLy()}, +$S:254} +A.Z1.prototype={ +$0(){var s=this +new A.Z0(s.a,s.b,s.c,s.d,s.e).$0()}, +$S:0} +A.Z0.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.p(0,n.e,new A.LT(A.iW(t._h,t.xV),s))}else{s=n.d +if(t.PB.b(s))n.b.c.C(0,s.ghs())}r=n.b +q=r.c.h(0,n.e) +if(q==null){m.toString +q=m}p=q.b +q.b=s +o=t.PB.b(s)?A.iW(t._h,t.xV):r.Hm(n.a.a) +r.H2(new A.LU(q.acs(o),o,p,s))}, +$S:0} +A.Z_.prototype={ +$0(){var s,r,q,p,o,n,m +for(s=this.a,r=s.c.gbk(),r=new A.dk(J.av(r.a),r.b),q=A.l(r).z[1];r.v();){p=r.a +if(p==null)p=q.a(p) +o=p.b +n=s.X2(p) +m=p.a +p.a=n +s.H2(new A.LU(m,n,o,null))}}, +$S:0} +A.YX.prototype={ +$2(a,b){var s +if(!this.a.ak(a))if(a.gDk()&&a.gCo()!=null){s=a.gCo() +s.toString +s.$1(this.b.be(this.c.h(0,a)))}}, +$S:255} +A.YY.prototype={ +$1(a){return!this.a.ak(a)}, +$S:256} +A.Qg.prototype={} +A.bR.prototype={ +a8(){}, +k(a){return""}} +A.pE.prototype={ +d_(a,b){var s,r=this +if(a.gdY()){r.rM() +if(!a.cy){s=a.ay +s===$&&A.b() +s=!s}else s=!0 +if(s)A.akE(a,null,!0) +else if(a.db)A.auX(a) +s=a.ch.a +s.toString +t.gY.a(s) +s.shA(b) +r.KI(s)}else{s=a.ay +s===$&&A.b() +if(s){a.ch.sal(null) +a.zu(r,b)}else a.zu(r,b)}}, +KI(a){a.ej(0) +this.a.KH(a)}, +gbZ(){var s,r,q=this +if(q.e==null){q.c=A.auY(q.b) +s=$.S() +r=s.a7b() +q.d=r +q.e=s.a74(r,null) +r=q.c +r.toString +q.a.KH(r)}s=q.e +s.toString +return s}, +rM(){var s,r=this +if(r.e==null)return +s=r.c +s.toString +s.sNT(r.d.Bq()) +r.e=r.d=r.c=null}, +E_(){var s=this.c +if(s!=null)if(!s.ch){s.ch=!0 +s.ey()}}, +nY(a,b,c,d){var s,r=this +if(a.ax!=null)a.CR() +r.rM() +r.KI(a) +s=r.a76(a,d==null?r.b:d) +b.$2(s,c) +s.rM()}, +lZ(a,b,c){return this.nY(a,b,c,null)}, +a76(a,b){return new A.pE(a,b)}, +kQ(a,b,c,d,e,f){var s,r,q=this +if(e===B.C){d.$2(q,b) +return null}s=c.cE(b) +if(a){r=f==null?new A.tO(B.a4,A.A(t.S,t.M),A.a4()):f +if(!s.j(0,r.k3)){r.k3=s +r.ey()}if(e!==r.k4){r.k4=e +r.ey()}q.nY(r,d,b,s) +return r}else{q.a69(s,e,s,new A.ZD(q,d,b)) +return null}}, +O2(a,b,c,d,e,f,g){var s,r,q,p=this +if(f===B.C){e.$2(p,b) +return null}s=c.cE(b) +r=d.cE(b) +if(a){q=g==null?new A.tN(B.be,A.A(t.S,t.M),A.a4()):g +if(!r.j(0,q.k3)){q.k3=r +q.ey()}if(f!==q.k4){q.k4=f +q.ey()}p.nY(q,e,b,s) +return q}else{p.a66(r,f,s,new A.ZC(p,e,b)) +return null}}, +wF(a,b,c,d,e,f,g){var s,r,q,p=this +if(f===B.C){e.$2(p,b) +return null}s=c.cE(b) +r=d.cE(b) +if(a){q=g==null?new A.tM(B.be,A.A(t.S,t.M),A.a4()):g +if(r!==q.k3){q.k3=r +q.ey()}if(f!==q.k4){q.k4=f +q.ey()}p.nY(q,e,b,s) +return q}else{p.a63(r,f,s,new A.ZB(p,e,b)) +return null}}, +ac3(a,b,c,d,e,f){return this.wF(a,b,c,d,e,B.be,f)}, +r8(a,b,c,d,e){var s,r=this,q=b.a,p=b.b,o=A.j0(q,p,0) +o.dB(c) +o.bm(-q,-p) +if(a){s=e==null?A.alU(null):e +s.sbG(o) +r.nY(s,d,b,A.akm(o,r.b)) +return s}else{q=r.gbZ() +q.dq() +q.aa(o.a) +d.$2(r,b) +r.gbZ().cm() +return null}}, +O4(a,b,c,d){var s=d==null?A.ag6():d +s.sAo(b) +s.shA(a) +this.lZ(s,c,B.f) +return s}, +k(a){return"PaintingContext#"+A.f9(this)+"(layer: "+this.a.k(0)+", canvas bounds: "+this.b.k(0)+")"}} +A.ZD.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.ZC.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.ZB.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.Ta.prototype={} +A.vR.prototype={ +nZ(){var s=this.cx +if(s!=null)s.a.Br()}, +sacF(a){var s=this.e +if(s===a)return +if(s!=null)s.a8() +this.e=a +a.ad(this)}, +Mo(){var s,r,q,p,o,n,m,l,k,j,i,h=this +try{for(o=t.TT;n=h.r,n.length!==0;){s=n +h.r=A.c([],o) +n=s +m=new A.ZI() +if(!!n.immutable$list)A.a1(A.aA("sort")) +l=n.length-1 +if(l-0<=32)A.HD(n,0,l,m) +else A.HC(n,0,l,m) +for(r=0;r")) +i.t1(m,l,k,j.c) +B.b.P(n,i) +break}}q=J.rY(s,r) +if(q.z&&q.y===h)q.a_O()}h.f=!1}for(o=h.CW,o=A.c8(o,o.r),n=A.l(o).c;o.v();){m=o.d +p=m==null?n.a(m):m +p.Mo()}}finally{h.f=!1}}, +WJ(a){try{a.$0()}finally{this.f=!0}}, +Mn(){var s,r,q,p,o=this.z +B.b.hM(o,new A.ZH()) +for(s=o.length,r=0;r0){if(s.at==null){r=t.bu +s.at=new A.wR(s.c,A.ax(r),A.A(t.S,r),A.ax(r),$.au()) +s.b.$0()}}else{r=s.at +if(r!=null){r.m() +s.at=null +s.d.$0()}}}, +Mq(){var s,r,q,p,o,n,m,l,k=this +if(k.at==null)return +try{p=k.ch +o=A.ah(p,!0,A.l(p).c) +B.b.hM(o,new A.ZK()) +s=o +p.a7(0) +for(p=s,n=p.length,m=0;m0;n=m){m=n-1 +r[n].cG(r[m],o)}return o}, +jv(a){return null}, +B3(a){return null}, +e9(a){}, +xl(a){var s,r=this +if(r.y.at==null)return +s=r.fr +if(s!=null&&!s.y)s.PE(a) +else if(r.gaQ()!=null)r.gaQ().xl(a)}, +guc(){var s,r=this +if(r.dx==null){s=A.i1() +r.dx=s +r.e9(s)}s=r.dx +s.toString +return s}, +n3(){this.dy=!0 +this.fr=null +this.aT(new A.a0a())}, +b5(){var s,r,q,p,o=this,n=o.y +if(n==null||n.at==null){o.dx=null +return}if(o.fr!=null){n=o.dx +n=n==null?null:n.a +s=n===!0}else s=!1 +n=o.dx +r=(n==null?null:n.k1)!=null||o.guc().k1!=null +o.dx=null +q=o.guc().a&&s +p=o +while(!0){if(p.gaQ() instanceof A.o)n=r||!q +else n=!1 +if(!n)break +if(p!==o&&p.dy)break +p.dy=!0 +if(q)r=!1 +p=p.gaQ() +if(p.dx==null){n=A.i1() +p.dx=n +p.e9(n)}q=p.dx.a +if(q&&p.fr==null)return}if(p!==o&&o.fr!=null&&o.dy)o.y.ch.C(0,o) +if(!p.dy){p.dy=!0 +n=o.y +if(n!=null){n.ch.J(0,p) +o.y.nZ()}}}, +a4H(){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.GQ(s===!0,q===!0)) +s=t.W +o=A.c([],s) +n=A.c([],s) +s=l.fr +r=s==null +q=r?k:s.f +m=r?k:s.r +s=r?k:s.w +p.n5(s==null?0:s,m,q,o,n)}, +GQ(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d={},c=e.guc() +d.a=c.d +d.b=!c.e&&!c.a +s=a||c.b +r=b||c.p4 +q=A.c([],t.q1) +p=c.c||!(e.gaQ() instanceof A.o) +o=c.k1!=null +n=t.pp +m=A.A(t.ZX,n) +l=t.CZ +k=A.c([],l) +j=A.c([],t.i1) +i=c.bB +i=i==null?null:i.a!==0 +e.f6(new A.a05(d,e,r,s,q,k,j,c,i===!0,o,m)) +if(p)for(n=k.length,h=0;h"))) +for(i=g.b,f=i.length,h=0;h#"+A.aT(this)}, +k(a){return this.cC()}, +dN(a,b,c,d){var s +if(this.gaQ() instanceof A.o){s=this.gaQ() +s.toString +s.dN(a,b==null?this:b,c,d)}}, +ou(){return this.dN(B.aF,null,B.t,null)}, +l6(a){return this.dN(B.aF,null,B.t,a)}, +mf(a,b,c){return this.dN(a,null,b,c)}, +l7(a,b){return this.dN(B.aF,a,B.t,b)}, +$ia2:1} +A.a08.prototype={ +$0(){var s=A.c([],t.F),r=this.a +s.push(A.afp("The following RenderObject was being processed when the exception was fired",B.BG,r)) +s.push(A.afp("RenderObject",B.BH,r)) +return s}, +$S:25} +A.a0b.prototype={ +$0(){this.b.$1(this.c.a(this.a.gV()))}, +$S:0} +A.a09.prototype={ +$1(a){var s +a.JR() +s=a.cx +s===$&&A.b() +if(s)this.a.cx=!0}, +$S:13} +A.a0a.prototype={ +$1(a){a.n3()}, +$S:13} +A.a05.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=a.GQ(f.d,f.c) +if(e.a){B.b.a7(f.e) +B.b.a7(f.f) +B.b.a7(f.r) +if(!f.w.a)f.a.a=!0}for(s=e.gNz(),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.NV() +b.FR(a3,a4,c)}else b=a2 +c=b.c +c===$&&A.b() +a=b.d +a===$&&A.b() +a0=A.dM(c,a) +e=e==null?a0:e.i3(a0) +c=b.b +if(c!=null){a1=A.dM(b.c,c) +f=f==null?a1:f.ef(a1)}c=b.a +if(c!=null){a1=A.dM(b.c,c) +g=g==null?a1:g.ef(a1)}d=d.c +if(d!=null)l.P(0,d)}}if(h!=null)j=!(e.a>=e.c||e.b>=e.d) +else j=!1 +if(j){if(i==null||a6.n(0,i.b))i=A.wQ(a2,B.b.gU(o).gme()) +a6.J(0,i.b) +i.dy=l +if(!i.e.j(0,e)){i.e=e +i.fI()}if(!A.ag0(i.d,a2)){i.d=null +i.fI()}i.f=f +i.r=g +for(k=k.ga3(m);k.v();){j=k.gF() +if(j.gfR()!=null)B.b.gU(j.b).fr=i}i.Di(h) +a5.push(i)}}}, +n5(a,b,a0,a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=null,d=A.ax(t.S),c=f.y +for(s=f.x,r=s.length,q=0;q");s.v();){n=s.gF() +if(n instanceof A.o_){if(n.z){m=n.b +m=B.b.gU(m).fr!=null&&d.n(0,B.b.gU(m).fr.b)}else m=!1 +if(m)B.b.gU(n.b).fr=null}m=n.b +l=new A.ff(r,1,e,p) +l.t1(r,1,e,o) +B.b.P(m,l) +n.n5(a+f.f.y1,b,a0,a1,a2)}return}k=f.VO(b,a0) +s=f.e +r=!s +if(r){if(k==null)p=e +else{p=k.d +p===$&&A.b() +if(!p.ga6(p)){p=k.c +p===$&&A.b() +p=p.Nk()}else p=!0}p=p===!0}else p=!1 +if(p)return +p=f.b +o=B.b.gU(p) +if(o.fr==null)o.fr=A.wQ(e,B.b.gU(p).gme()) +j=B.b.gU(p).fr +j.sC6(s) +j.dy=f.c +j.w=a +if(a!==0){f.tg() +s=f.f +s.sdU(s.y1+a)}if(k!=null){s=k.d +s===$&&A.b() +j.sb0(s) +s=k.c +s===$&&A.b() +j.sbG(s) +j.f=k.b +j.r=k.a +if(r&&k.e){f.tg() +f.f.bq(B.ff,!0)}}s=t.W +i=A.c([],s) +f.HO(j.f,j.r,a2,d) +for(r=J.av(c);r.v();){o=r.gF() +if(o instanceof A.o_){if(o.z){n=o.b +n=B.b.gU(n).fr!=null&&d.n(0,B.b.gU(n).fr.b)}else n=!1 +if(n)B.b.gU(o.b).fr=null}h=A.c([],s) +n=j.f +o.n5(0,j.r,n,i,h) +B.b.P(a2,h)}s=f.f +if(s.a)B.b.gU(p).mZ(j,f.f,i) +else j.jL(i,s) +a1.push(j) +for(s=a2.length,r=t.g3,q=0;q1){s=new A.NV() +s.FR(b,a,r) +r=s}else r=null +return r}, +gfR(){return this.z?null:this.f}, +P(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.B3(q) +if(a!=null){m.b=a +m.a=A.amv(m.a,r.jv(q))}else m.b=A.amv(m.b,r.jv(q)) +l=$.apr() +l.dD() +A.ayl(r,q,m.c,l) +m.b=A.amw(m.b,l) +m.a=A.amw(m.a,l)}p=B.b.gU(c) +l=m.b +l=l==null?p.gl4():l.ef(p.gl4()) +m.d=l +o=m.a +if(o!=null){n=o.ef(l) +if(n.ga6(n)){l=m.d +l=!l.ga6(l)}else l=!1 +m.e=l +if(!l)m.d=n}}} +A.Nk.prototype={} +A.j5.prototype={ +j(a,b){if(b==null)return!1 +return b instanceof A.j5&&b.b===this.b}, +gA(a){return A.L(B.a1p,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.fC.prototype={ +a8(){this.a=this.b=null +this.Tg()}, +k(a){var s=A.m(this.b),r=this.a +r=r==null?"not laid out":"offset: "+r.k(0) +return"widget: "+s+", "+r}} +A.Gv.prototype={ +dM(a){if(!(a.b instanceof A.fC))a.b=new A.fC(null,null)}, +lL(a,b){var s,r=A.c([],t.tZ),q=this.a2$,p=A.l(this).i("a8.1") +while(q!=null){r.push(A.avL(q,a,b)) +s=q.b +s.toString +q=p.a(s).ab$}return r}, +NW(a){var s,r,q,p,o,n,m=this.a2$ +for(s=a.length,r=t.l,q=A.l(this).i("a8.1"),p=0;ph){d=c0[h].dy +d=d!=null&&d.n(0,new A.j5(i,b7))}else d=!1 +if(!d)break +b=c0[h] +d=s.b +d.toString +if(m.a(d).a!=null)b5.push(b);++h}b7=s.b +b7.toString +s=n.a(b7).ab$;++i}else{a=o.a(A.o.prototype.gV.call(b3)) +b6.jQ(b3.b8) +a0=a.b +a0=b3.b_||b3.bi===B.bd?a0:1/0 +b6.w3(a0,a.a) +a1=b6.m7(new A.eh(j,e,B.l,!1,c,d),B.cm,B.bW) +if(a1.length===0)continue +d=B.b.gU(a1) +a2=new A.y(d.a,d.b,d.c,d.d) +a3=B.b.gU(a1).e +for(d=A.a7(a1),c=new A.ff(a1,1,b4,d.i("ff<1>")),c.t1(a1,1,b4,d.c),c=new A.dz(c,c.gD(c)),d=A.l(c).c;c.v();){a=c.d +if(a==null)a=d.a(a) +a2=a2.i3(new A.y(a.a,a.b,a.c,a.d)) +a3=a.e}d=a2.a +c=Math.max(0,d) +a=a2.b +a0=Math.max(0,a) +d=Math.min(a2.c-d,o.a(A.o.prototype.gV.call(b3)).b) +a=Math.min(a2.d-a,o.a(A.o.prototype.gV.call(b3)).d) +a4=Math.floor(c)-4 +a5=Math.floor(a0)-4 +d=Math.ceil(c+d)+4 +a=Math.ceil(a0+a)+4 +a6=new A.y(a4,a5,d,a) +a7=A.i1() +a8=k+1 +a7.k2=new A.mR(k,b4) +a7.e=!0 +a7.aW=l +a0=f.b +b7=a0==null?b7:a0 +a7.RG=new A.c9(b7,f.f) +b7=b8.r +if(b7!=null){a9=b7.ef(a6) +if(a9.a>=a9.c||a9.b>=a9.d)b7=!(a4>=d||a5>=a) +else b7=!1 +a7.bq(B.ff,b7)}b0=A.aX("newChild") +b7=b3.cj +d=b7==null?b4:b7.a!==0 +if(d===!0){b7.toString +d=new A.b8(b7,A.l(b7).i("b8<1>")) +b1=d.ga3(d) +if(!b1.v())A.a1(A.bF()) +b7=b7.C(0,b1.gF()) +b7.toString +if(b0.b!==b0)A.a1(A.iU(b0.a)) +b0.b=b7}else{b2=new A.lb() +b7=A.wQ(b2,b3.a1k(b2)) +if(b0.b!==b0)A.a1(A.iU(b0.a)) +b0.b=b7}if(b7===b0)A.a1(A.ea(b0.a)) +b7.Di(a7) +if(!b7.e.j(0,a6)){b7.e=a6 +b7.fI()}b7=b0.b +if(b7===b0)A.a1(A.ea(b0.a)) +d=b7.a +d.toString +r.p(0,d,b7) +b7=b0.b +if(b7===b0)A.a1(A.ea(b0.a)) +b5.push(b7) +k=a8 +l=a3}}b3.cj=r +b8.jL(b5,b9)}, +a1k(a){return new A.a0d(this,a)}, +n3(){this.xN() +this.cj=null}} +A.a0g.prototype={ +$1(a){return a.x=null}, +$S:261} +A.a0h.prototype={ +$1(a){var s=a.w +s===$&&A.b() +return s.c!==B.cK}, +$S:262} +A.a0f.prototype={ +$2(a,b){return new A.H(a.ag(B.S,1/0,a.gbg()),0)}, +$S:65} +A.a0e.prototype={ +$2(a,b){return new A.H(a.ag(B.a_,1/0,a.gbn()),0)}, +$S:65} +A.a0c.prototype={ +$1(a){var s,r +if(a instanceof A.ho){s=a.b +$label0$0:{if(B.eX===s||B.eY===s||B.eZ===s){r=!1 +break $label0$0}if(B.f_===s||B.f0===s||B.bQ===s){r=!0 +break $label0$0}r=null}}else r=!0 +return r}, +$S:56} +A.a0d.prototype={ +$0(){var s=this.a,r=s.cj.h(0,this.b) +r.toString +s.l7(s,r.e)}, +$S:0} +A.jK.prototype={ +gl(){var s=this.w +s===$&&A.b() +return s}, +a1l(){var s=this,r=s.GP(),q=s.w +q===$&&A.b() +if(q.j(0,r))return +s.w=r +s.ar()}, +GP(){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.ws +s=b.a +r=c.e.a +b=c.b +q=b.tt(new A.aW(s,B.l)) +p=s===r?q:b.tt(new A.aW(r,B.l)) +o=b.B +n=o.x +n.toString +m=s>r!==(B.bc===n) +l=A.j0(c.ghS().a,c.ghS().b,0) +l.kp(l) +k=A.bt(B.l,s,r,!1) +j=A.c([],t.AO) +for(b=b.j9(k),n=b.length,i=0;ir&&s.b>r)return B.aP}p=A.aX("start") +o=A.aX("end") +r=l.a +q=s.b +if(r>q)p.b=o.b=new A.aW(r,B.l) +else{p.b=new A.aW(m,B.l) +o.b=new A.aW(q,B.ae)}n.d=p.aF() +n.e=o.aF() +return B.ay}, +Y9(a,b,c){var s,r,q,p,o,n,m,l=this,k=l.b,j=k.ba(null) +if(j.kp(j)===0)switch(c){case B.fd:case B.dF:return B.aQ +case B.fe:case B.dE:return B.aP}s=A.bp(j,new A.i(a,0)).a +switch(c){case B.fd:case B.fe:if(b){k=l.e +k.toString +r=k}else{k=l.d +k.toString +r=k}q=l.a_g(r,!1,s) +p=q.a +o=q.b +break +case B.dE:case B.dF:n=l.e +if(n==null){n=new A.aW(l.a.b,B.ae) +l.e=n +r=n}else r=n +n=l.d +if(n==null){l.d=r +m=r}else m=n +p=k.ek(new A.i(s,k.tt(b?r:m).b-k.B.gcB()/2)) +o=B.ay +break +default:p=null +o=null}if(b)l.e=p +else l.d=p +return o}, +Yz(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.aW(l.a,B.l):new A.aW(l.b,B.ae) +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.aP +l=!a +if(l&&s.a===m.a.a)return B.aQ +switch(c){case B.Xs:l=m.a +q=m.zj(s,a,new A.op(B.d.af(m.c,l.a,l.b))) +p=B.ay +break +case B.Xt:l=m.b.B +o=l.f +o.toString +q=m.zj(s,a,new A.qO(o,l.b.a.a).gND()) +p=B.ay +break +case B.Xu:q=m.a0k(s,a,new A.pk(m)) +p=B.ay +break +case B.Xv:o=m.a +n=o.a +o=o.b +q=m.zj(s,a,new A.ua(B.d.af(m.c,n,o))) +if(a&&q.a===o)p=B.aP +else p=l&&q.a===n?B.aQ:B.ay +break +default:p=null +q=null}if(b)m.e=q +else m.d=q +return p}, +zj(a,b,c){var s,r=a.a +if(b){r=c.eG(r) +s=r==null?this.a.b:r}else{r=c.eF(r-1) +s=r==null?this.a.a:r}return new A.aW(s,B.l)}, +a0k(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.dQ +r=o.a.a +s=new A.op(o.c).eF(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.eG(q) +p=s==null?o.a.b:s}else{s=c.eF(q) +p=s==null?o.a.a:s}return new A.aW(p,B.l)}, +a_g(a,b,c){var s,r,q,p,o,n=this,m=n.b,l=m.B.pR(),k=m.ja(a,B.U),j=l.length,i=j-1 +for(s=k.b,r=0;rs){i=q.gw4() +break}}if(b&&i===l.length-1)p=new A.aW(n.a.b,B.ae) +else if(!b&&i===0)p=new A.aW(n.a.a,B.l) +else p=n.FC(m.ek(new A.i(c,l[b?i+1:i-1].giD()))) +m=p.a +j=n.a +if(m===j.a)o=B.aQ +else o=m===j.b?B.aP:B.ay +return new A.b9(p,o,t.UH)}, +a1O(a){var s,r,q,p,o=this +if(o.d==null||o.e==null)return!1 +s=A.aX("currentStart") +r=A.aX("currentEnd") +q=o.d +q.toString +p=o.e +p.toString +if(A.ah1(q,p)>0){s.b=q +r.b=p}else{s.b=p +r.b=q}return A.ah1(s.aF(),a)>=0&&A.ah1(r.aF(),a)<=0}, +ba(a){var s=A.j0(this.ghS().a,this.ghS().b,0) +s.dB(this.b.ba(a)) +return s}, +j1(a,b){if(this.b.y==null)return}, +ghS(){var s,r,q,p,o,n,m=this,l=m.x +if(l==null){l=m.b +s=m.a +r=s.a +q=l.j9(A.bt(B.l,r,s.b,!1)) +if(q.length!==0){l=B.b.gU(q) +p=new A.y(l.a,l.b,l.c,l.d) +for(o=1;o=q)return r.a +s=this.xR(a) +r=this.t +q=r.a +if(!(q>=1/0))return A.D(s,q,r.b) +return s}, +b6(a){var s,r=this.t,q=r.b +if(q<1/0&&r.a>=q)return r.a +s=this.xP(a) +r=this.t +q=r.a +if(!(q>=1/0))return A.D(s,q,r.b) +return s}, +bc(a){var s,r=this.t,q=r.d +if(q<1/0&&r.c>=q)return r.c +s=this.xQ(a) +r=this.t +q=r.c +if(!(q>=1/0))return A.D(s,q,r.d) +return s}, +bf(a){var s,r=this.t,q=r.d +if(q<1/0&&r.c>=q)return r.c +s=this.xO(a) +r=this.t +q=r.c +if(!(q>=1/0))return A.D(s,q,r.d) +return s}, +bu(){var s=this,r=t.k.a(A.o.prototype.gV.call(s)),q=s.u$,p=s.t +if(q!=null){q.bz(p.ql(r),!0) +s.id=s.u$.gq()}else s.id=p.ql(r).aU(B.o)}, +cb(a){var s=this.u$,r=this.t +if(s!=null)return s.hG(r.ql(a)) +else return r.ql(a).aU(B.o)}} +A.Gx.prototype={ +saaU(a){if(this.t===a)return +this.t=a +this.a0()}, +saaS(a){if(this.O===a)return +this.O=a +this.a0()}, +HF(a){var s,r,q=a.a,p=a.b +p=p<1/0?p:A.D(this.t,q,p) +s=a.c +r=a.d +return new A.ar(q,p,s,r<1/0?r:A.D(this.O,s,r))}, +oU(a,b){var s=this.u$ +if(s!=null)return a.aU(b.$2(s,this.HF(a))) +return this.HF(a).aU(B.o)}, +cb(a){return this.oU(a,A.lB())}, +bu(){this.id=this.oU(t.k.a(A.o.prototype.gV.call(this)),A.o6())}} +A.w8.prototype={ +sa5t(a){if(this.t===a)return +this.t=a +this.a0()}, +bh(a){var s +if(isFinite(a))return a*this.t +s=this.u$ +if(s!=null)return s.ag(B.S,a,s.gbg()) +return 0}, +b6(a){var s +if(isFinite(a))return a*this.t +s=this.u$ +if(s!=null)return s.ag(B.a_,a,s.gbn()) +return 0}, +bc(a){var s +if(isFinite(a))return a/this.t +s=this.u$ +if(s!=null)return s.ag(B.ab,a,s.gbt()) +return 0}, +bf(a){var s +if(isFinite(a))return a/this.t +s=this.u$ +if(s!=null)return s.ag(B.aJ,a,s.gbM()) +return 0}, +Fe(a){var s,r,q,p,o=a.a,n=a.b +if(o>=n&&a.c>=a.d)return new A.H(A.D(0,o,n),A.D(0,a.c,a.d)) +s=this.t +if(isFinite(n)){r=n/s +q=n}else{r=a.d +q=r*s}if(q>n)r=n/s +else n=q +p=a.d +if(r>p){n=p*s +r=p}if(n=a.b))a=a.wS(A.a_V(s.ag(B.a_,a.d,s.gbn()),this.t)) +s=this.u$ +s.toString +return b.$2(s,a)}else return new A.H(A.D(0,a.a,a.b),A.D(0,a.c,a.d))}, +cb(a){return this.oU(a,A.lB())}, +bu(){this.id=this.oU(t.k.a(A.o.prototype.gV.call(this)),A.o6())}} +A.Gz.prototype={ +gjp(){return this.u$!=null&&this.t>0}, +gdY(){return this.u$!=null&&this.t>0}, +sww(a){var s,r,q,p,o=this +if(o.O===a)return +s=o.u$!=null +r=s&&o.t>0 +q=o.t +o.O=a +p=B.c.aJ(A.Ra(a,0,1)*255) +o.t=p +if(r!==(s&&p>0))o.kJ() +o.Nt() +if(q!==0!==(o.t!==0)&&!0)o.b5()}, +suN(a){return}, +lV(a){return this.t>0}, +o8(a){var s=a==null?A.ag6():a +s.sAo(this.t) +return s}, +an(a,b){if(this.u$==null||this.t===0)return +this.hP(a,b)}, +f6(a){var s,r=this.u$ +if(r!=null)s=this.t!==0||!1 +else s=!1 +if(s){r.toString +a.$1(r)}}} +A.w6.prototype={ +gdY(){if(this.u$!=null){var s=this.BA$ +s.toString}else s=!1 +return s}, +o8(a){var s=a==null?A.ag6():a +s.sAo(this.np$) +return s}, +sww(a){var s=this,r=s.nq$ +if(r===a)return +if(s.y!=null&&r!=null)r.I(s.guv()) +s.nq$=a +if(s.y!=null)a.T(s.guv()) +s.A3()}, +suN(a){if(!1===this.BB$)return +this.BB$=!1 +this.b5()}, +A3(){var s,r=this,q=r.np$,p=r.np$=B.c.aJ(A.Ra(r.nq$.gl(),0,1)*255) +if(q!==p){s=r.BA$ +p=p>0 +r.BA$=p +if(r.u$!=null&&s!==p)r.kJ() +r.Nt() +if(q===0||r.np$===0)r.b5()}}, +lV(a){return this.nq$.gl()>0}, +f6(a){var s,r=this.u$ +if(r!=null)if(this.np$===0){s=this.BB$ +s.toString}else s=!0 +else s=!1 +if(s){r.toString +a.$1(r)}}} +A.Gi.prototype={} +A.Gk.prototype={ +svG(a){if(this.t.j(0,a))return +this.t=a +this.aA()}, +seV(a){if(this.O===a)return +this.O=a +this.aA()}, +gjp(){return this.u$!=null}, +an(a,b){var s,r,q,p=this +if(p.u$!=null){s=t.m2 +if(s.a(A.o.prototype.gal.call(p))==null)p.ch.sal(A.aiz(null)) +s.a(A.o.prototype.gal.call(p)).svG(p.t) +r=s.a(A.o.prototype.gal.call(p)) +q=p.O +if(q!==r.k4){r.k4=q +r.ey()}s=s.a(A.o.prototype.gal.call(p)) +s.toString +a.lZ(s,A.dC.prototype.gei.call(p),b)}else p.ch.sal(null)}} +A.tY.prototype={ +T(a){return null}, +I(a){return null}, +k(a){return"CustomClipper"}} +A.kZ.prototype={ +x6(a){return this.b.c8(new A.y(0,0,0+a.a,0+a.b),this.c)}, +xt(a){if(A.r(a)!==B.a1F)return!0 +t.jH.a(a) +return!a.b.j(0,this.b)||a.c!=this.c}} +A.rz.prototype={ +sko(a){var s,r=this,q=r.t +if(q==a)return +r.t=a +s=a==null +if(s||q==null||A.r(a)!==A.r(q)||a.xt(q))r.mF() +if(r.y!=null){if(q!=null)q.I(r.gtG()) +if(!s)a.T(r.gtG())}}, +ad(a){var s +this.oG(a) +s=this.t +if(s!=null)s.T(this.gtG())}, +a8(){var s=this.t +if(s!=null)s.I(this.gtG()) +this.l9()}, +mF(){this.O=null +this.aA() +this.b5()}, +skn(a){if(a!==this.a9){this.a9=a +this.aA()}}, +bu(){var s=this,r=s.id!=null?s.gq():null +s.oC() +if(!J.d(r,s.gq()))s.O=null}, +hj(){var s,r=this +if(r.O==null){s=r.t +s=s==null?null:s.x6(r.gq()) +r.O=s==null?r.gmw():s}}, +jv(a){var s,r=this +switch(r.a9.a){case 0:return null +case 1:case 2:case 3:if(r.t==null)s=null +else{s=r.gq() +s=new A.y(0,0,0+s.a,0+s.b)}if(s==null){s=r.gq() +s=new A.y(0,0,0+s.a,0+s.b)}return s}}, +m(){this.dz=null +this.he()}} +A.Gp.prototype={ +gmw(){var s=this.gq() +return new A.y(0,0,0+s.a,0+s.b)}, +bF(a,b){var s=this +if(s.t!=null){s.hj() +if(!s.O.n(0,b))return!1}return s.hO(a,b)}, +an(a,b){var s,r,q=this,p=q.u$ +if(p!=null){s=q.ch +if(q.a9!==B.C){q.hj() +p=q.cx +p===$&&A.b() +r=q.O +r.toString +s.sal(a.kQ(p,b,r,A.dC.prototype.gei.call(q),q.a9,t.EM.a(s.a)))}else{a.d_(p,b) +s.sal(null)}}else q.ch.sal(null)}} +A.Go.prototype={ +sAy(a){if(this.bw.j(0,a))return +this.bw=a +this.mF()}, +sbT(a){if(this.c5==a)return +this.c5=a +this.mF()}, +gmw(){var s=this.bw,r=this.gq() +return s.cg(new A.y(0,0,0+r.a,0+r.b))}, +bF(a,b){var s=this +if(s.t!=null){s.hj() +if(!s.O.n(0,b))return!1}return s.hO(a,b)}, +an(a,b){var s,r,q=this,p=q.u$ +if(p!=null){s=q.ch +if(q.a9!==B.C){q.hj() +p=q.cx +p===$&&A.b() +r=q.O +s.sal(a.O2(p,b,new A.y(r.a,r.b,r.c,r.d),r,A.dC.prototype.gei.call(q),q.a9,t.eG.a(s.a)))}else{a.d_(p,b) +s.sal(null)}}else q.ch.sal(null)}} +A.Gm.prototype={ +gmw(){var s=this.gq() +return new A.y(0,0,0+s.a,0+s.b)}, +bF(a,b){var s,r,q=this +q.hj() +s=q.O.gaZ() +r=q.O +if(new A.i((b.a-s.a)/(r.c-r.a),(b.b-s.b)/(r.d-r.b)).gqg()>0.25)return!1 +return q.hO(a,b)}, +an(a,b){var s,r,q,p=this,o=p.u$ +if(o!=null)if(p.a9!==B.C){p.hj() +o=p.cx +o===$&&A.b() +s=p.O +s.toString +if(!s.j(0,p.bw)){p.bw=s +r=$.S().b2() +q=p.bw +q.toString +r.hX(q) +p.c5=r}r=p.c5 +r===$&&A.b() +q=p.ch +q.sal(a.wF(o,b,s,r,A.dC.prototype.gei.call(p),p.a9,t.JG.a(q.a)))}else{a.d_(o,b) +p.ch.sal(null)}else p.ch.sal(null)}} +A.Gn.prototype={ +gmw(){var s=$.S().b2(),r=this.gq() +s.iA(new A.y(0,0,0+r.a,0+r.b)) +return s}, +bF(a,b){var s=this +if(s.t!=null){s.hj() +if(!s.O.n(0,b))return!1}return s.hO(a,b)}, +an(a,b){var s,r,q,p=this,o=p.u$ +if(o!=null){s=p.ch +if(p.a9!==B.C){p.hj() +o=p.cx +o===$&&A.b() +r=p.gq() +q=p.O +q.toString +s.sal(a.wF(o,b,new A.y(0,0,0+r.a,0+r.b),q,A.dC.prototype.gei.call(p),p.a9,t.JG.a(s.a)))}else{a.d_(o,b) +s.sal(null)}}else p.ch.sal(null)}} +A.A0.prototype={ +sdU(a){if(this.bw===a)return +this.bw=a +this.aA()}, +sc3(a){if(this.c5.j(0,a))return +this.c5=a +this.aA()}, +saj(a){if(this.d5.j(0,a))return +this.d5=a +this.aA()}, +e9(a){this.fz(a) +a.sdU(this.bw)}} +A.GA.prototype={ +sci(a){if(this.hv===a)return +this.hv=a +this.mF()}, +sAy(a){if(J.d(this.ky,a))return +this.ky=a +this.mF()}, +gmw(){var s,r,q=this.gq(),p=0+q.a +q=0+q.b +switch(this.hv.a){case 0:s=this.ky +if(s==null)s=B.am +return s.cg(new A.y(0,0,p,q)) +case 1:s=(p-0)/2 +r=(q-0)/2 +return new A.h1(0,0,p,q,s,r,s,r,s,r,s,r,s===r)}}, +bF(a,b){var s=this +if(s.t!=null){s.hj() +if(!s.O.n(0,b))return!1}return s.hO(a,b)}, +an(a,b){var s,r,q,p,o,n,m,l,k,j=this +if(j.u$==null){j.ch.sal(null) +return}j.hj() +s=j.O.cE(b) +r=$.S() +q=r.b2() +q.eK(s) +p=a.gbZ() +o=j.bw +if(o!==0&&!0)p.LZ(q,j.c5,o,(j.d5.gl()>>>24&255)!==255) +n=j.a9===B.cr +if(!n){r=r.aL() +r.saj(j.d5) +p.dF(s,r)}r=j.cx +r===$&&A.b() +o=j.gq() +m=j.O +m.toString +l=j.ch +k=t.eG.a(l.a) +l.sal(a.O2(r,b,new A.y(0,0,0+o.a,0+o.b),m,new A.a0i(j,n),j.a9,k))}} +A.a0i.prototype={ +$2(a,b){var s,r +if(this.b){s=a.gbZ() +r=$.S().aL() +r.saj(this.a.d5) +s.LX(r)}this.a.hP(a,b)}, +$S:10} +A.GB.prototype={ +gmw(){var s=$.S().b2(),r=this.gq() +s.iA(new A.y(0,0,0+r.a,0+r.b)) +return s}, +bF(a,b){var s=this +if(s.t!=null){s.hj() +if(!s.O.n(0,b))return!1}return s.hO(a,b)}, +an(a,b){var s,r,q,p,o,n,m,l,k=this +if(k.u$==null){k.ch.sal(null) +return}k.hj() +s=k.gq() +r=b.a +q=b.b +p=k.O.cE(b) +o=a.gbZ() +if(k.bw!==0&&!0){o.d4(new A.y(r,q,r+s.a,q+s.b).cV(20),$.aqC()) +o.LZ(p,k.c5,k.bw,(k.d5.gl()>>>24&255)!==255)}n=k.a9===B.cr +if(!n){s=$.S().aL() +s.saj(k.d5) +o.cv(p,s)}s=k.cx +s===$&&A.b() +r=k.gq() +q=k.O +q.toString +m=k.ch +l=t.JG.a(m.a) +m.sal(a.wF(s,b,new A.y(0,0,0+r.a,0+r.b),q,new A.a0j(k,n),k.a9,l))}} +A.a0j.prototype={ +$2(a,b){var s,r +if(this.b){s=a.gbZ() +r=$.S().aL() +r.saj(this.a.d5) +s.LX(r)}this.a.hP(a,b)}, +$S:10} +A.Dv.prototype={ +H(){return"DecorationPosition."+this.b}} +A.Gq.prototype={ +saz(a){var s,r=this +if(a.j(0,r.O))return +s=r.t +if(s!=null)s.m() +r.t=null +r.O=a +r.aA()}, +sbp(a){if(a===this.a9)return +this.a9=a +this.aA()}, +sAM(a){if(a.j(0,this.bd))return +this.bd=a +this.aA()}, +a8(){var s=this,r=s.t +if(r!=null)r.m() +s.t=null +s.l9() +s.aA()}, +jA(a){return this.O.BU(this.gq(),a,this.bd.d)}, +an(a,b){var s,r,q,p=this +if(p.t==null)p.t=p.O.AS(p.gdm()) +s=p.bd +r=p.gq() +q=new A.uI(s.a,s.b,s.c,s.d,r,s.f) +if(p.a9===B.bx){s=p.t +s.toString +s.jF(a.gbZ(),b,q) +if(p.O.gw0())a.E_()}p.hP(a,b) +if(p.a9===B.lh){s=p.t +s.toString +s.jF(a.gbZ(),b,q) +if(p.O.gw0())a.E_()}}} +A.GJ.prototype={ +sNM(a){return}, +sjo(a){var s=this +if(J.d(s.O,a))return +s.O=a +s.aA() +s.b5()}, +sbT(a){var s=this +if(s.a9==a)return +s.a9=a +s.aA() +s.b5()}, +gjp(){return!1}, +sbG(a){var s,r=this +if(J.d(r.dz,a))return +s=new A.aY(new Float64Array(16)) +s.c2(a) +r.dz=s +r.aA() +r.b5()}, +sMh(a){return}, +gyC(){var s,r,q=this,p=q.O,o=p==null?null:p.X(q.a9) +if(o==null)return q.dz +s=new A.aY(new Float64Array(16)) +s.dD() +r=o.uM(q.gq()) +s.bm(r.a,r.b) +p=q.dz +p.toString +s.dB(p) +s.bm(-r.a,-r.b) +return s}, +bF(a,b){return this.cl(a,b)}, +cl(a,b){var s=this.bd?this.gyC():null +return a.Am(new A.a0w(this),b,s)}, +an(a,b){var s,r,q,p,o,n,m,l=this +if(l.u$!=null){s=l.gyC() +s.toString +r=A.ag_(s) +if(r==null){q=s.LH() +if(q===0||!isFinite(q)){l.ch.sal(null) +return}p=l.cx +p===$&&A.b() +o=A.dC.prototype.gei.call(l) +n=l.ch +m=n.a +n.sal(a.r8(p,b,s,o,m instanceof A.qD?m:null))}else{l.hP(a,b.M(0,r)) +l.ch.sal(null)}}}, +cG(a,b){var s=this.gyC() +s.toString +b.dB(s)}} +A.a0w.prototype={ +$2(a,b){return this.a.rV(a,b)}, +$S:12} +A.Gt.prototype={ +sad3(a){var s=this +if(s.t.j(0,a))return +s.t=a +s.aA() +s.b5()}, +bF(a,b){return this.cl(a,b)}, +cl(a,b){var s=this,r=s.O?new A.i(s.t.a*s.gq().a,s.t.b*s.gq().b):null +return a.iB(new A.a_T(s),r,b)}, +an(a,b){var s=this +if(s.u$!=null)s.hP(a,new A.i(b.a+s.t.a*s.gq().a,b.b+s.t.b*s.gq().b))}, +cG(a,b){var s=this +b.bm(s.t.a*s.gq().a,s.t.b*s.gq().b)}} +A.a_T.prototype={ +$2(a,b){return this.a.rV(a,b)}, +$S:12} +A.GC.prototype={ +pS(a){return new A.H(A.D(1/0,a.a,a.b),A.D(1/0,a.c,a.d))}, +iO(a,b){var s,r=this,q=null +if(t.d.b(a)){s=r.cw +return s==null?q:s.$1(a)}if(t.n2.b(a))return q +if(t.oN.b(a)){s=r.bU +return s==null?q:s.$1(a)}if(t.XA.b(a))return q +if(t.Ko.b(a)){s=r.bw +return s==null?q:s.$1(a)}if(t.w5.b(a)){s=r.c5 +return s==null?q:s.$1(a)}if(t.DB.b(a))return q +if(t.WQ.b(a))return q +if(t.ks.b(a)){s=r.lB +return s==null?q:s.$1(a)}}} +A.wj.prototype={ +bF(a,b){return this.RC(a,b)&&!0}, +iO(a,b){var s=this.bU +if(s!=null&&t.XA.b(a))return s.$1(a)}, +gLy(){return this.bw}, +gDk(){return this.c5}, +ad(a){this.oG(a) +this.c5=!0}, +a8(){this.c5=!1 +this.l9()}, +pS(a){return new A.H(A.D(1/0,a.a,a.b),A.D(1/0,a.c,a.d))}, +$ihU:1, +gCn(){return this.dW}, +gCo(){return this.cJ}} +A.GF.prototype={ +gdY(){return!0}} +A.wg.prototype={ +sMY(a){if(a===this.t)return +this.t=a +this.b5()}, +sBX(a){return}, +bF(a,b){return!this.t&&this.hO(a,b)}, +f6(a){this.oB(a)}, +e9(a){var s +this.fz(a) +if(this.t)s=!0 +else s=!1 +a.b=s}} +A.wk.prototype={ +swe(a){var s=this +if(a===s.t)return +s.t=a +s.a0() +s.qQ()}, +bh(a){if(this.t)return 0 +return this.xR(a)}, +b6(a){if(this.t)return 0 +return this.xP(a)}, +bc(a){if(this.t)return 0 +return this.xQ(a)}, +bf(a){if(this.t)return 0 +return this.xO(a)}, +eX(a){if(this.t)return null +return this.ST(a)}, +gjU(){return this.t}, +cb(a){if(this.t)return new A.H(A.D(0,a.a,a.b),A.D(0,a.c,a.d)) +return this.RB(a)}, +nV(){this.Rs()}, +bu(){var s,r=this +if(r.t){s=r.u$ +if(s!=null)s.eO(t.k.a(A.o.prototype.gV.call(r)))}else r.oC()}, +bF(a,b){return!this.t&&this.hO(a,b)}, +lV(a){return!this.t}, +an(a,b){if(this.t)return +this.hP(a,b)}, +f6(a){if(this.t)return +this.oB(a)}} +A.w5.prototype={ +sKq(a){if(this.t===a)return +this.t=a +this.b5()}, +sBX(a){return}, +bF(a,b){return this.t?this.gq().n(0,b):this.hO(a,b)}, +f6(a){this.oB(a)}, +e9(a){var s +this.fz(a) +if(this.t)s=!0 +else s=!1 +a.b=s}} +A.jb.prototype={ +sadf(a){if(A.ahN(a,this.cw))return +this.cw=a +this.b5()}, +skM(a){var s,r=this +if(J.d(r.dW,a))return +s=r.dW +r.dW=a +if(a!=null!==(s!=null))r.b5()}, +skL(a){var s,r=this +if(J.d(r.bU,a))return +s=r.bU +r.bU=a +if(a!=null!==(s!=null))r.b5()}, +sNG(a){var s,r=this +if(J.d(r.cJ,a))return +s=r.cJ +r.cJ=a +if(a!=null!==(s!=null))r.b5()}, +sNL(a){var s,r=this +if(J.d(r.bw,a))return +s=r.bw +r.bw=a +if(a!=null!==(s!=null))r.b5()}, +e9(a){var s,r=this +r.fz(a) +if(r.dW!=null){s=r.cw +s=s==null||s.n(0,B.dI)}else s=!1 +if(s)a.skM(r.dW) +if(r.bU!=null){s=r.cw +s=s==null||s.n(0,B.wu)}else s=!1 +if(s)a.skL(r.bU) +if(r.cJ!=null){s=r.cw +if(s==null||s.n(0,B.dL))a.sws(r.ga1F()) +s=r.cw +if(s==null||s.n(0,B.dK))a.swr(r.ga1D())}if(r.bw!=null){s=r.cw +if(s==null||s.n(0,B.dH))a.swt(r.ga1H()) +s=r.cw +if(s==null||s.n(0,B.dJ))a.swq(r.ga1B())}}, +a1E(){var s,r,q,p=this +if(p.cJ!=null){s=p.gq().a*-0.8 +r=p.cJ +r.toString +q=p.gq().iE(B.f) +q=A.bp(p.ba(null),q) +r.$1(new A.hJ(null,new A.i(s,0),s,q))}}, +a1G(){var s,r,q,p=this +if(p.cJ!=null){s=p.gq().a*0.8 +r=p.cJ +r.toString +q=p.gq().iE(B.f) +q=A.bp(p.ba(null),q) +r.$1(new A.hJ(null,new A.i(s,0),s,q))}}, +a1I(){var s,r,q,p=this +if(p.bw!=null){s=p.gq().b*-0.8 +r=p.bw +r.toString +q=p.gq().iE(B.f) +q=A.bp(p.ba(null),q) +r.$1(new A.hJ(null,new A.i(0,s),s,q))}}, +a1C(){var s,r,q,p=this +if(p.bw!=null){s=p.gq().b*0.8 +r=p.bw +r.toString +q=p.gq().iE(B.f) +q=A.bp(p.ba(null),q) +r.$1(new A.hJ(null,new A.i(0,s),s,q))}}} +A.wo.prototype={ +sO0(a){var s=this +if(s.t===a)return +s.t=a +s.JN(a) +s.b5()}, +sa6l(a){if(this.O===a)return +this.O=a +this.b5()}, +sa85(a){if(this.a9===a)return +this.a9=a +this.b5()}, +sa80(a){if(this.bd===a)return +this.bd=a +this.b5()}, +sa5C(a){return}, +JN(a){var s=this,r=a.fy +r=a.fx +r=r==null?null:new A.c9(r,B.aq) +s.dA=r +s.fV=null +s.f1=null +s.fm=null +s.kB=null}, +sbT(a){if(this.hz==a)return +this.hz=a +this.b5()}, +f6(a){if(this.bd)return +this.oB(a)}, +e9(a){var s,r,q=this +q.fz(a) +a.a=q.O +a.c=q.a9 +a.b=!1 +s=q.t.a +if(s!=null){a.bq(B.wK,!0) +a.bq(B.wA,s)}s=q.t.e +if(s!=null)a.bq(B.wH,s) +s=q.t.f +if(s!=null)a.bq(B.wL,s) +s=q.t.w +if(s!=null)a.bq(B.wI,s) +s=q.t.as +if(s!=null)a.bq(B.wE,s) +s=q.t.at +if(s!=null)a.bq(B.iI,s) +s=q.dA +if(s!=null){a.RG=s +a.e=!0}s=q.fV +if(s!=null){a.rx=s +a.e=!0}s=q.f1 +if(s!=null){a.ry=s +a.e=!0}s=q.fm +if(s!=null){a.to=s +a.e=!0}s=q.kB +if(s!=null){a.x1=s +a.e=!0}s=q.t +r=s.p2 +if(r!=null){a.x2=r +a.e=!0}s.p3!=null +s=q.t.cx +if(s!=null)a.bq(B.wD,s) +s=q.t.cy +if(s!=null)a.bq(B.wG,s) +s=q.t.dx +if(s!=null)a.bq(B.wF,s) +s=q.t.fr +if(s!=null)a.svi(s) +s=q.hz +if(s!=null){a.aW=s +a.e=!0}s=q.t +r=s.R8 +if(r!=null){a.k2=r +a.e=!0}s=s.RG +if(s!=null)a.Al(s) +if(q.t.rx!=null)a.skM(q.ga1K()) +if(q.t.ry!=null)a.skL(q.ga1x()) +if(q.t.aI!=null)a.swj(q.ga1v()) +if(q.t.aW!=null)a.swf(q.ga1p()) +if(q.t.br!=null)a.swg(q.ga1r()) +if(q.t.am!=null)a.swp(q.ga1z()) +if(q.t.Y!=null)a.swi(q.ga1t())}, +a1L(){var s=this.t.rx +if(s!=null)s.$0()}, +a1y(){var s=this.t.ry +if(s!=null)s.$0()}, +a1w(){var s=this.t.aI +if(s!=null)s.$0()}, +a1q(){var s=this.t.aW +if(s!=null)s.$0()}, +a1s(){var s=this.t.br +if(s!=null)s.$0()}, +a1A(){var s=this.t.am +if(s!=null)s.$0()}, +a1u(){var s=this.t.Y +if(s!=null)s.$0()}} +A.Gl.prototype={ +sa5D(a){return}, +e9(a){this.fz(a) +a.d=!0}} +A.Gy.prototype={ +e9(a){this.fz(a) +a.e=a.p4=a.a=!0}} +A.Gr.prototype={ +sa81(a){if(a===this.t)return +this.t=a +this.b5()}, +f6(a){if(this.t)return +this.oB(a)}} +A.Gu.prototype={ +sa9W(a){if(a===this.t)return +this.t=a +this.b5()}, +e9(a){this.fz(a) +a.k3=this.t +a.e=!0}} +A.Gw.prototype={ +slM(a){var s=this,r=s.t +if(r===a)return +r.d=null +s.t=a +r=s.O +if(r!=null)a.d=r +s.aA()}, +gjp(){return!0}, +bu(){var s=this +s.oC() +s.O=s.gq() +s.t.d=s.gq()}, +an(a,b){var s=this.ch,r=s.a,q=this.t +if(r==null)s.sal(A.afW(q,b)) +else{t.rf.a(r) +r.slM(q) +r.shA(b)}s=s.a +s.toString +a.lZ(s,A.dC.prototype.gei.call(this),B.f)}} +A.Gs.prototype={ +slM(a){if(this.t===a)return +this.t=a +this.aA()}, +sQ1(a){return}, +shA(a){if(this.a9.j(0,a))return +this.a9=a +this.aA()}, +saay(a){if(this.bd.j(0,a))return +this.bd=a +this.aA()}, +sa8w(a){if(this.dz.j(0,a))return +this.dz=a +this.aA()}, +a8(){this.ch.sal(null) +this.l9()}, +gjp(){return!0}, +Do(){var s=t.RC.a(A.o.prototype.gal.call(this)) +s=s==null?null:s.Du() +if(s==null){s=new A.aY(new Float64Array(16)) +s.dD()}return s}, +bF(a,b){if(this.t.a==null&&!0)return!1 +return this.cl(a,b)}, +cl(a,b){return a.Am(new A.a_S(this),b,this.Do())}, +an(a,b){var s,r=this,q=r.t.d,p=q==null?r.a9:r.bd.uM(q).N(0,r.dz.uM(r.gq())).M(0,r.a9),o=t.RC +if(o.a(A.o.prototype.gal.call(r))==null)r.ch.sal(new A.uw(r.t,!1,b,p,A.A(t.S,t.M),A.a4())) +else{s=o.a(A.o.prototype.gal.call(r)) +if(s!=null){s.k3=r.t +s.k4=!1 +s.p1=p +s.ok=b}}o=o.a(A.o.prototype.gal.call(r)) +o.toString +a.nY(o,A.dC.prototype.gei.call(r),B.f,B.Ve)}, +cG(a,b){b.dB(this.Do())}} +A.a_S.prototype={ +$2(a,b){return this.a.rV(a,b)}, +$S:12} +A.w7.prototype={ +sl(a){if(this.t.j(0,a))return +this.t=a +this.aA()}, +sQ3(a){return}, +an(a,b){var s=this,r=s.t,q=s.gq() +a.lZ(new A.ti(r,q,b,A.A(t.S,t.M),A.a4(),s.$ti.i("ti<1>")),A.dC.prototype.gei.call(s),b)}, +gjp(){return!0}} +A.N7.prototype={ +ad(a){var s=this +s.oG(a) +s.nq$.T(s.guv()) +s.A3()}, +a8(){this.nq$.I(this.guv()) +this.l9()}, +an(a,b){if(this.np$===0)return +this.hP(a,b)}} +A.A1.prototype={ +ad(a){var s +this.dO(a) +s=this.u$ +if(s!=null)s.ad(a)}, +a8(){this.dP() +var s=this.u$ +if(s!=null)s.a8()}} +A.A2.prototype={ +eX(a){var s=this.u$ +s=s==null?null:s.kY(a) +return s==null?this.xL(a):s}} +A.kW.prototype={ +H(){return"SelectionResult."+this.b}} +A.d9.prototype={$iT:1} +A.Hb.prototype={ +sm1(a){var s=this,r=s.ns$ +if(a==r)return +if(a==null)s.I(s.gIU()) +else if(r==null)s.T(s.gIU()) +s.IT() +s.ns$=a +s.IV()}, +IV(){var s=this +if(s.ns$==null){s.lC$=!1 +return}if(s.lC$&&!s.gl().e){s.ns$.C(0,s) +s.lC$=!1}else if(!s.lC$&&s.gl().e){s.ns$.J(0,s) +s.lC$=!0}}, +IT(){var s=this +if(s.lC$){s.ns$.C(0,s) +s.lC$=!1}}} +A.wO.prototype={ +H(){return"SelectionEventType."+this.b}} +A.qu.prototype={ +H(){return"TextGranularity."+this.b}} +A.a1u.prototype={} +A.tK.prototype={} +A.nj.prototype={} +A.q4.prototype={ +H(){return"SelectionExtendDirection."+this.b}} +A.wP.prototype={ +H(){return"SelectionStatus."+this.b}} +A.kV.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.kV&&J.d(b.a,s.a)&&J.d(b.b,s.b)&&b.d===s.d&&b.c===s.c&&b.e===s.e}, +gA(a){var s=this +return A.L(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.nk.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.nk&&b.a.j(0,s.a)&&b.b===s.b&&b.c===s.c}, +gA(a){return A.L(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.xE.prototype={ +H(){return"TextSelectionHandleType."+this.b}} +A.n7.prototype={ +bh(a){var s=this.u$ +s=s==null?null:s.ag(B.S,a,s.gbg()) +return s==null?0:s}, +b6(a){var s=this.u$ +s=s==null?null:s.ag(B.a_,a,s.gbn()) +return s==null?0:s}, +bc(a){var s=this.u$ +s=s==null?null:s.ag(B.ab,a,s.gbt()) +return s==null?0:s}, +bf(a){var s=this.u$ +s=s==null?null:s.ag(B.aJ,a,s.gbM()) +return s==null?0:s}, +eX(a){var s,r,q=this.u$ +if(q!=null){s=q.kY(a) +r=q.b +r.toString +t.q.a(r) +if(s!=null)s+=r.a.b}else s=this.xL(a) +return s}, +an(a,b){var s,r=this.u$ +if(r!=null){s=r.b +s.toString +a.d_(r,t.q.a(s).a.M(0,b))}}, +cl(a,b){var s,r=this.u$ +if(r!=null){s=r.b +s.toString +t.q.a(s) +return a.iB(new A.a0k(b,s,r),s.a,b)}return!1}} +A.a0k.prototype={ +$2(a,b){return this.c.bF(a,b)}, +$S:12} +A.wl.prototype={ +kf(){var s=this +if(s.t!=null)return +s.t=s.O.X(s.a9)}, +sct(a){var s=this +if(s.O.j(0,a))return +s.O=a +s.t=null +s.a0()}, +sbT(a){var s=this +if(s.a9==a)return +s.a9=a +s.t=null +s.a0()}, +bh(a){var s,r,q,p +this.kf() +s=this.t +r=s.a+s.c +q=s.b +s=s.d +p=this.u$ +if(p!=null)return p.ag(B.S,Math.max(0,a-(q+s)),p.gbg())+r +return r}, +b6(a){var s,r,q,p +this.kf() +s=this.t +r=s.a+s.c +q=s.b +s=s.d +p=this.u$ +if(p!=null)return p.ag(B.a_,Math.max(0,a-(q+s)),p.gbn())+r +return r}, +bc(a){var s,r,q,p +this.kf() +s=this.t +r=s.a +q=s.c +p=s.b+s.d +s=this.u$ +if(s!=null)return s.ag(B.ab,Math.max(0,a-(r+q)),s.gbt())+p +return p}, +bf(a){var s,r,q,p +this.kf() +s=this.t +r=s.a +q=s.c +p=s.b+s.d +s=this.u$ +if(s!=null)return s.ag(B.aJ,Math.max(0,a-(r+q)),s.gbM())+p +return p}, +cb(a){var s,r,q,p=this +p.kf() +if(p.u$==null){s=p.t +return a.aU(new A.H(s.a+s.c,s.b+s.d))}s=p.t +s.toString +r=a.AZ(s) +q=p.u$.hG(r) +s=p.t +return a.aU(new A.H(s.a+q.a+s.c,s.b+q.b+s.d))}, +bu(){var s,r,q,p,o,n=this,m=t.k.a(A.o.prototype.gV.call(n)) +n.kf() +if(n.u$==null){s=n.t +n.id=m.aU(new A.H(s.a+s.c,s.b+s.d)) +return}s=n.t +s.toString +r=m.AZ(s) +n.u$.bz(r,!0) +s=n.u$ +q=s.b +q.toString +t.q.a(q) +p=n.t +o=p.a +q.a=new A.i(o,p.b) +s=s.gq() +p=n.t +n.id=m.aU(new A.H(o+s.a+p.c,p.b+n.u$.gq().b+n.t.d))}} +A.Gh.prototype={ +kf(){var s=this +if(s.t!=null)return +s.t=s.O.X(s.a9)}, +sjo(a){var s=this +if(s.O.j(0,a))return +s.O=a +s.t=null +s.a0()}, +sbT(a){var s=this +if(s.a9==a)return +s.a9=a +s.t=null +s.a0()}, +uK(){var s,r,q=this +q.kf() +s=q.u$.b +s.toString +t.q.a(s) +r=q.t +r.toString +s.a=r.ls(t.Q.a(q.gq().N(0,q.u$.gq())))}} +A.GD.prototype={ +sadl(a){if(this.bU==a)return +this.bU=a +this.a0()}, +sa9C(a){if(this.cJ==a)return +this.cJ=a +this.a0()}, +cb(a){var s,r,q=this,p=q.bU!=null||a.b===1/0,o=q.cJ!=null||a.d===1/0,n=q.u$ +if(n!=null){s=n.hG(new A.ar(0,a.b,0,a.d)) +if(p){n=q.bU +if(n==null)n=1 +n=s.a*n}else n=1/0 +if(o){r=q.cJ +if(r==null)r=1 +r=s.b*r}else r=1/0 +return a.aU(new A.H(n,r))}n=p?0:1/0 +return a.aU(new A.H(n,o?0:1/0))}, +bu(){var s,r,q=this,p=t.k.a(A.o.prototype.gV.call(q)),o=q.bU!=null||p.b===1/0,n=q.cJ!=null||p.d===1/0,m=q.u$ +if(m!=null){m.bz(new A.ar(0,p.b,0,p.d),!0) +if(o){m=q.u$.gq() +s=q.bU +if(s==null)s=1 +s=m.a*s +m=s}else m=1/0 +if(n){s=q.u$.gq() +r=q.cJ +if(r==null)r=1 +r=s.b*r +s=r}else s=1/0 +q.id=p.aU(new A.H(m,s)) +q.uK()}else{m=o?0:1/0 +q.id=p.aU(new A.H(m,n?0:1/0))}}} +A.a29.prototype={ +l1(a){return new A.H(A.D(1/0,a.a,a.b),A.D(1/0,a.c,a.d))}, +od(a){return a}, +oi(a,b){return B.f}} +A.wd.prototype={ +sB0(a){var s=this,r=s.t +if(r===a)return +if(A.r(a)!==A.r(r)||a.l5(r))s.a0() +s.t=a +s.y!=null}, +ad(a){this.ET(a)}, +a8(){this.EU()}, +bh(a){var s=A.lK(a,1/0),r=s.aU(this.t.l1(s)).a +if(isFinite(r))return r +return 0}, +b6(a){var s=A.lK(a,1/0),r=s.aU(this.t.l1(s)).a +if(isFinite(r))return r +return 0}, +bc(a){var s=A.lK(1/0,a),r=s.aU(this.t.l1(s)).b +if(isFinite(r))return r +return 0}, +bf(a){var s=A.lK(1/0,a),r=s.aU(this.t.l1(s)).b +if(isFinite(r))return r +return 0}, +cb(a){return a.aU(this.t.l1(a))}, +bu(){var s,r,q,p,o,n=this,m=t.k,l=m.a(A.o.prototype.gV.call(n)) +n.id=l.aU(n.t.l1(l)) +if(n.u$!=null){s=n.t.od(m.a(A.o.prototype.gV.call(n))) +m=n.u$ +m.toString +l=s.a +r=s.b +q=l>=r +m.bz(s,!(q&&s.c>=s.d)) +m=n.u$.b +m.toString +t.q.a(m) +p=n.t +o=n.gq() +m.a=p.oi(o,q&&s.c>=s.d?new A.H(A.D(0,l,r),A.D(0,s.c,s.d)):n.u$.gq())}}} +A.A4.prototype={ +ad(a){var s +this.dO(a) +s=this.u$ +if(s!=null)s.ad(a)}, +a8(){this.dP() +var s=this.u$ +if(s!=null)s.a8()}} +A.Ev.prototype={ +H(){return"GrowthDirection."+this.b}} +A.l0.prototype={ +gNh(){return!1}, +uQ(a,b,c){if(a==null)a=this.w +switch(A.b_(this.a).a){case 0:return new A.ar(c,b,a,a) +case 1:return new A.ar(a,a,c,b)}}, +a5p(){return this.uQ(null,1/0,0)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(!(b instanceof A.l0))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}, +gA(a){var s=this +return A.L(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)}, +k(a){var s=this,r=A.c([s.a.k(0),s.b.k(0),s.c.k(0),"scrollOffset: "+B.c.a5(s.d,1),"remainingPaintExtent: "+B.c.a5(s.r,1)],t.s),q=s.f +if(q!==0)r.push("overlap: "+B.c.a5(q,1)) +r.push("crossAxisExtent: "+B.c.a5(s.w,1)) +r.push("crossAxisDirection: "+s.x.k(0)) +r.push("viewportMainAxisExtent: "+B.c.a5(s.y,1)) +r.push("remainingCacheExtent: "+B.c.a5(s.Q,1)) +r.push("cacheOrigin: "+B.c.a5(s.z,1)) +return"SliverConstraints("+B.b.bW(r,", ")+")"}} +A.Hr.prototype={ +cC(){return"SliverGeometry"}} +A.qf.prototype={} +A.Ht.prototype={ +k(a){return A.r(this.a).k(0)+"@(mainAxis: "+A.m(this.c)+", crossAxis: "+A.m(this.d)+")"}} +A.x2.prototype={ +k(a){var s=this.a +return"layoutOffset="+(s==null?"None":B.c.a5(s,1))}} +A.l2.prototype={ +k(a){return"paintOffset="+this.a.k(0)}} +A.jk.prototype={} +A.cr.prototype={ +gV(){return t.p.a(A.o.prototype.gV.call(this))}, +gl4(){return this.giX()}, +giX(){var s=this,r=t.p +switch(A.b_(r.a(A.o.prototype.gV.call(s)).a).a){case 0:return new A.y(0,0,0+s.fx.c,0+r.a(A.o.prototype.gV.call(s)).w) +case 1:return new A.y(0,0,0+r.a(A.o.prototype.gV.call(s)).w,0+s.fx.c)}}, +nV(){}, +MT(a,b,c){var s=this +if(c>=0&&c=0&&b0)return Math.max(0,this.a*B.c.hn(a/s)-1) +return 0}, +XD(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}, +xa(a){var s=this,r=s.a,q=B.h.c9(a,r) +return new A.a2p(B.h.io(a,r)*s.b,s.XD(q*s.c),s.d,s.e)}, +Ld(a){var s +if(a===0)return 0 +s=this.b +return s*(B.h.io(a-1,this.a)+1)-(s-this.d)}} +A.a2n.prototype={} +A.a2o.prototype={ +Dv(a){var s=a.w,r=Math.max(1,B.c.hn(s/(this.a+0))),q=Math.max(0,s-0*(r-1))/r,p=q/1 +return new A.a2r(r,p+0,q+0,p,q,A.R9(a.x))}} +A.qe.prototype={ +k(a){return"crossAxisOffset="+A.m(this.w)+"; "+this.S9(0)}} +A.GG.prototype={ +dM(a){if(!(a.b instanceof A.qe))a.b=new A.qe(!1,null,null)}, +sPo(a){var s,r=this +if(r.cr===a)return +if(A.r(a)===A.r(r.cr))if(r.cr.a===a.a)s=!1 +else s=!0 +else s=!0 +if(s)r.a0() +r.cr=a}, +n2(a){var s=a.b +s.toString +s=t.h5.a(s).w +s.toString +return s}, +bu(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7=this,a8=null,a9=t.p.a(A.o.prototype.gV.call(a7)),b0=a7.am +b0.R8=!1 +s=a9.d +r=s+a9.z +q=r+a9.Q +p=a7.cr.Dv(a9) +o=p.b +n=o>1e-10?p.a*B.c.io(r,o):0 +m=isFinite(q)?p.Pc(q):a8 +o=a7.a2$ +if(o!=null){o=o.b +o.toString +l=t.D +o=l.a(o).b +o.toString +k=a7.cO$ +k.toString +k=k.b +k.toString +k=l.a(k).b +k.toString +j=B.h.eW(n-o,0,a7.dd$) +a7.pQ(j,m==null?0:B.h.eW(k-m,0,a7.dd$))}else a7.pQ(0,0) +i=p.xa(n) +if(a7.a2$==null)if(!a7.Kw(n,i.a)){h=p.Ld(b0.gv1()) +a7.fx=A.jj(a8,!1,a8,a8,h,0,0,h,a8) +b0.qb() +return}g=i.a +f=g+i.c +o=a7.a2$ +o.toString +o=o.b +o.toString +l=t.D +o=l.a(o).b +o.toString +e=o-1 +o=t.h5 +d=a8 +for(;e>=n;--e){c=p.xa(e) +k=c.c +b=a7.aa1(a9.uQ(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=a7.a2$ +k.toString +k.eO(i.P7(a9)) +d=a7.a2$ +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.l(a7).i("a8.1") +a=m!=null +while(!0){if(!(!a||e<=m))break +c=p.xa(e) +a0=c.c +a1=a9.uQ(c.d,a0,a0) +a2=d.b +a2.toString +b=k.a(a2).ab$ +if(b!=null){a2=b.b +a2.toString +a2=l.a(a2).b +a2.toString +a2=a2!==e}else a2=!0 +if(a2){b=a7.aa0(a1,d) +if(b==null)break}else b.eO(a1) +a2=b.b +a2.toString +o.a(a2) +a3=c.a +a2.a=a3 +a2.w=c.b +f=Math.max(f,a3+a0);++e +d=b}o=a7.cO$ +o.toString +o=o.b +o.toString +o=l.a(o).b +o.toString +a4=b0.M6(a9,n,o,g,f) +a5=a7.i_(a9,Math.min(s,g),f) +a6=a7.n1(a9,g,f) +a7.fx=A.jj(a6,a4>a5||s>0||a9.f!==0,a8,a8,a4,a5,0,a4,a8) +if(a4===f)b0.R8=!0 +b0.qb()}} +A.GH.prototype={ +bu(){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.o.prototype.gV.call(a3)),a7=a3.am +a7.R8=!1 +s=a6.d +r=s+a6.z +q=r+a6.Q +p=a6.a5p() +if(a3.a2$==null)if(!a3.Kv()){a3.fx=B.xf +a7.qb() +return}a5.a=null +o=a3.a2$ +n=o.b +n.toString +m=t.D +if(m.a(n).a==null){n=A.l(a3).i("a8.1") +l=0 +while(!0){if(o!=null){k=o.b +k.toString +k=m.a(k).a==null}else k=!1 +if(!k)break +k=o.b +k.toString +o=n.a(k).ab$;++l}a3.pQ(l,0) +if(a3.a2$==null)if(!a3.Kv()){a3.fx=B.xf +a7.qb() +return}}o=a3.a2$ +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.C0(p,!0) +if(o==null){n=a3.a2$ +k=n.b +k.toString +m.a(k).a=0 +if(r===0){n.bz(p,!0) +o=a3.a2$ +if(a5.a==null)a5.a=o +i=o +break}else{a3.fx=A.jj(a4,!1,a4,a4,0,0,0,0,-r) +return}}n=a3.a2$ +n.toString +h=j-a3.lT(n) +if(h<-1e-10){a3.fx=A.jj(a4,!1,a4,a4,0,0,0,0,-h) +a7=a3.a2$.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.a2$ +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.C0(p,!0) +k=a3.a2$ +k.toString +h=n-a3.lT(k) +k=a3.a2$.b +k.toString +m.a(k).a=0 +if(h<-1e-10){a3.fx=A.jj(a4,!1,a4,a4,0,0,0,0,-h) +return}}if(i==null){o.bz(p,!0) +a5.a=o}a5.b=!0 +a5.c=o +n=o.b +n.toString +m.a(n) +k=n.b +k.toString +a5.d=k +n=n.a +n.toString +a5.e=n+a3.lT(o) +g=new A.a0n(a5,a3,p) +for(f=0;a5.es+a6.r||s>0,a4,a4,a,a1,0,a,a4) +if(a===n)a7.R8=!0 +a7.qb()}} +A.a0n.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.l(s).i("a8.1").a(o).ab$ +o=r==null +if(o)p.b=!1 +q=++p.d +if(!p.b){if(!o){o=r.b +o.toString +o=t.D.a(o).b +o.toString +q=o!==q +o=q}else o=!0 +q=this.c +if(o){r=s.N6(q,n,!0) +p.c=r +if(r==null)return!1}else r.bz(q,!0) +o=p.a=p.c}else o=r +n=o.b +n.toString +t.D.a(n) +q=p.e +n.a=q +p.e=q+s.lT(o) +return!0}, +$S:9} +A.fW.prototype={$ibR:1} +A.a0r.prototype={ +dM(a){}} +A.ed.prototype={ +k(a){var s=this.b,r=this.nu$?"keepAlive; ":"" +return"index="+A.m(s)+"; "+r+this.S8(0)}} +A.n8.prototype={ +dM(a){if(!(a.b instanceof A.ed))a.b=new A.ed(!1,null,null)}, +fN(a){var s +this.EK(a) +s=a.b +s.toString +if(!t.D.a(s).c)this.am.B4(t.x.a(a))}, +C_(a,b,c){this.xF(0,b,c)}, +qU(a,b){var s,r=this,q=a.b +q.toString +t.D.a(q) +if(!q.c){r.QE(a,b) +r.am.B4(a) +r.a0()}else{s=r.aO +if(s.h(0,q.b)===a)s.C(0,q.b) +r.am.B4(a) +q=q.b +q.toString +s.p(0,q,a)}}, +C(a,b){var s=b.b +s.toString +t.D.a(s) +if(!s.c){this.QF(0,b) +return}this.aO.C(0,s.b) +this.kw(b)}, +yw(a,b){this.C2(new A.a0o(this,a,b),t.p)}, +G1(a){var s,r=this,q=a.b +q.toString +t.D.a(q) +if(q.nu$){r.C(0,a) +s=q.b +s.toString +r.aO.p(0,s,a) +a.b=q +r.EK(a) +q.c=!0}else r.am.Of(a)}, +ad(a){var s,r,q +this.SU(a) +for(s=this.aO.gbk(),s=new A.dk(J.av(s.a),s.b),r=A.l(s).z[1];s.v();){q=s.a;(q==null?r.a(q):q).ad(a)}}, +a8(){var s,r,q +this.SV() +for(s=this.aO.gbk(),s=new A.dk(J.av(s.a),s.b),r=A.l(s).z[1];s.v();){q=s.a;(q==null?r.a(q):q).a8()}}, +eC(){this.El() +this.aO.gbk().ac(0,this.gCO())}, +aT(a){this.rP(a) +this.aO.gbk().ac(0,a)}, +f6(a){this.rP(a)}, +Kw(a,b){var s +this.yw(a,null) +s=this.a2$ +if(s!=null){s=s.b +s.toString +t.D.a(s).a=b +return!0}this.am.R8=!0 +return!1}, +Kv(){return this.Kw(0,0)}, +C0(a,b){var s,r,q,p=this,o=p.a2$ +o.toString +o=o.b +o.toString +s=t.D +o=s.a(o).b +o.toString +r=o-1 +p.yw(r,null) +o=p.a2$ +o.toString +q=o.b +q.toString +q=s.a(q).b +q.toString +if(q===r){o.bz(a,b) +return p.a2$}p.am.R8=!0 +return null}, +aa1(a){return this.C0(a,!1)}, +N6(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.yw(r,b) +p=b.b +p.toString +q=A.l(this).i("a8.1").a(p).ab$ +if(q!=null){p=q.b +p.toString +p=s.a(p).b +p.toString +p=p===r}else p=!1 +if(p){q.bz(a,c) +return q}this.am.R8=!0 +return null}, +aa0(a,b){return this.N6(a,b,!1)}, +pQ(a,b){var s={} +s.a=a +s.b=b +this.C2(new A.a0q(s,this),t.p)}, +lT(a){switch(A.b_(t.p.a(A.o.prototype.gV.call(this)).a).a){case 0:return a.gq().a +case 1:return a.gq().b}}, +BV(a,b,c){var s,r,q=this.cO$,p=A.aiL(a) +for(s=A.l(this).i("a8.1");q!=null;){if(this.a9L(p,q,b,c))return!0 +r=q.b +r.toString +q=s.a(r).c0$}return!1}, +AI(a){var s=a.b +s.toString +return t.D.a(s).a}, +lV(a){var s=t.MR.a(a.b) +return(s==null?null:s.b)!=null&&!this.aO.ak(s.b)}, +cG(a,b){if(!this.lV(a))b.E1() +else this.a5m(a,b)}, +an(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.a2$==null)return +s=t.p +switch(A.jU(s.a(A.o.prototype.gV.call(c)).a,s.a(A.o.prototype.gV.call(c)).b).a){case 0:r=a0.M(0,new A.i(0,c.fx.c)) +q=B.TL +p=B.dv +o=!0 +break +case 1:r=a0 +q=B.dv +p=B.eS +o=!1 +break +case 2:r=a0 +q=B.eS +p=B.dv +o=!1 +break +case 3:r=a0.M(0,new A.i(c.fx.c,0)) +q=B.U8 +p=B.eS +o=!0 +break +default:o=b +r=o +p=r +q=p}n=c.a2$ +for(m=A.l(c).i("a8.1"),l=t.D;n!=null;){k=n.b +k.toString +k=l.a(k).a +k.toString +j=k-s.a(A.o.prototype.gV.call(c)).d +i=c.n2(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.i(k,g) +if(o){d=c.lT(n) +e=new A.i(k+h*d,g+f*d)}if(j0)a.d_(n,e) +k=n.b +k.toString +n=m.a(k).ab$}}} +A.a0o.prototype={ +$1(a){var s=this.a,r=s.aO,q=this.b,p=this.c +if(r.ak(q)){r=r.C(0,q) +r.toString +q=r.b +q.toString +t.D.a(q) +s.kw(r) +r.b=q +s.xF(0,r,p) +q.c=!1}else s.am.a75(q,p)}, +$S:111} +A.a0q.prototype={ +$1(a){var s,r,q +for(s=this.a,r=this.b;s.a>0;){q=r.a2$ +q.toString +r.G1(q);--s.a}for(;s.b>0;){q=r.cO$ +q.toString +r.G1(q);--s.b}s=r.aO.gbk() +q=A.l(s).i("aZ") +B.b.ac(A.ah(new A.aZ(s,new A.a0p(),q),!0,q.i("t.E")),r.am.gack())}, +$S:111} +A.a0p.prototype={ +$1(a){var s=a.b +s.toString +return!t.D.a(s).nu$}, +$S:267} +A.A6.prototype={ +ad(a){var s,r,q +this.dO(a) +s=this.a2$ +for(r=t.D;s!=null;){s.ad(a) +q=s.b +q.toString +s=r.a(q).ab$}}, +a8(){var s,r,q +this.dP() +s=this.a2$ +for(r=t.D;s!=null;){s.a8() +q=s.b +q.toString +s=r.a(q).ab$}}} +A.Np.prototype={} +A.Nq.prototype={} +A.Oc.prototype={ +a8(){this.rU()}} +A.Od.prototype={} +A.wp.prototype={ +gAv(){var s=this,r=t.p +switch(A.jU(r.a(A.o.prototype.gV.call(s)).a,r.a(A.o.prototype.gV.call(s)).b).a){case 0:return s.a4.d +case 1:return s.a4.a +case 2:return s.a4.b +case 3:return s.a4.c}}, +ga5e(){var s=this,r=t.p +switch(A.jU(r.a(A.o.prototype.gV.call(s)).a,r.a(A.o.prototype.gV.call(s)).b).a){case 0:return s.a4.b +case 1:return s.a4.c +case 2:return s.a4.d +case 3:return s.a4.a}}, +ga7h(){switch(A.b_(t.p.a(A.o.prototype.gV.call(this)).a).a){case 0:var s=this.a4 +return s.gbE()+s.gbH() +case 1:return this.a4.gd6()}}, +dM(a){if(!(a.b instanceof A.l2))a.b=new A.l2(B.f)}, +bu(){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.o.prototype.gV.call(a0)),a4=a0.gAv() +a0.ga5e() +s=a0.a4 +s.toString +r=s.a5i(A.b_(a2.a(A.o.prototype.gV.call(a0)).a)) +q=a0.ga7h() +if(a0.u$==null){p=a0.i_(a3,0,r) +a0.fx=A.jj(a0.n1(a3,0,r),!1,a1,a1,r,Math.min(p,a3.r),0,r,a1) +return}o=a0.i_(a3,0,a4) +n=a3.f +if(n>0)n=Math.max(0,n-o) +a2=a0.u$ +a2.toString +s=Math.max(0,a3.d-a4) +m=Math.min(0,a3.z+a4) +l=a3.r +k=a0.i_(a3,0,a4) +j=a3.Q +i=a0.n1(a3,0,a4) +h=Math.max(0,a3.w-q) +g=a3.a +f=a3.b +a2.bz(new A.l0(g,f,a3.c,s,a4+a3.e,n,l-k,h,a3.x,a3.y,m,j-i),!0) +e=a0.u$.fx +a2=e.y +if(a2!=null){a0.fx=A.jj(a1,!1,a1,a1,0,0,0,0,a2) +return}a2=e.a +s=a4+a2 +m=r+a2 +d=a0.i_(a3,s,m) +c=o+d +b=a0.n1(a3,0,a4) +a=a0.n1(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.jj(j,e.x,s,k,r+i,p,l,m,a1) +m=a0.u$.b +m.toString +t.jB.a(m) +switch(A.jU(g,f).a){case 0:s=a0.a4 +l=s.a +a2=s.d+a2 +m.a=new A.i(l,a0.i_(a3,a2,a2+s.b)) +break +case 1:m.a=new A.i(a0.i_(a3,0,a0.a4.a),a0.a4.b) +break +case 2:a2=a0.a4 +m.a=new A.i(a2.a,a0.i_(a3,0,a2.b)) +break +case 3:s=a0.a4 +a2=s.c+a2 +m.a=new A.i(a0.i_(a3,a2,a2+s.a),a0.a4.b) +break}}, +BV(a,b,c){var s,r,q,p=this,o=p.u$ +if(o!=null&&o.fx.r>0){o=o.b +o.toString +t.jB.a(o) +s=p.i_(t.p.a(A.o.prototype.gV.call(p)),0,p.gAv()) +r=p.u$ +r.toString +r=p.n2(r) +o=o.a +q=p.u$.ga9K() +a.c.push(new A.rr(new A.i(-o.a,-o.b))) +q.$3$crossAxisPosition$mainAxisPosition(a,b-r,c-s) +a.wC()}return!1}, +n2(a){var s=this,r=t.p +switch(A.jU(r.a(A.o.prototype.gV.call(s)).a,r.a(A.o.prototype.gV.call(s)).b).a){case 0:case 2:return s.a4.a +case 3:case 1:return s.a4.b}}, +AI(a){return this.gAv()}, +cG(a,b){var s=a.b +s.toString +s=t.jB.a(s).a +b.bm(s.a,s.b)}, +an(a,b){var s,r=this.u$ +if(r!=null&&r.fx.w){s=r.b +s.toString +a.d_(r,b.M(0,t.jB.a(s).a))}}} +A.GI.prototype={ +a3B(){if(this.a4!=null)return +this.a4=this.cq}, +sct(a){var s=this +if(s.cq.j(0,a))return +s.cq=a +s.a4=null +s.a0()}, +sbT(a){var s=this +if(s.bR===a)return +s.bR=a +s.a4=null +s.a0()}, +bu(){this.a3B() +this.RF()}} +A.No.prototype={ +ad(a){var s +this.dO(a) +s=this.u$ +if(s!=null)s.ad(a)}, +a8(){this.dP() +var s=this.u$ +if(s!=null)s.a8()}} +A.a_C.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.a_C&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gA(a){var s=this +return A.L(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)}, +k(a){var s=this +return"RelativeRect.fromLTRB("+B.c.a5(s.a,1)+", "+B.c.a5(s.b,1)+", "+B.c.a5(s.c,1)+", "+B.c.a5(s.d,1)+")"}} +A.dp.prototype={ +gw1(){var s=this +return s.e!=null||s.f!=null||s.r!=null||s.w!=null||s.x!=null||s.y!=null}, +k(a){var s=this,r=A.c([],t.s),q=s.e +if(q!=null)r.push("top="+A.hr(q)) +q=s.f +if(q!=null)r.push("right="+A.hr(q)) +q=s.r +if(q!=null)r.push("bottom="+A.hr(q)) +q=s.w +if(q!=null)r.push("left="+A.hr(q)) +q=s.x +if(q!=null)r.push("width="+A.hr(q)) +q=s.y +if(q!=null)r.push("height="+A.hr(q)) +if(r.length===0)r.push("not positioned") +r.push(s.rO(0)) +return B.b.bW(r,"; ")}} +A.HG.prototype={ +H(){return"StackFit."+this.b}} +A.wq.prototype={ +dM(a){if(!(a.b instanceof A.dp))a.b=new A.dp(null,null,B.f)}, +a3F(){var s=this +if(s.a_!=null)return +s.a_=s.Y.X(s.aB)}, +sjo(a){var s=this +if(s.Y.j(0,a))return +s.Y=a +s.a_=null +s.a0()}, +sbT(a){var s=this +if(s.aB==a)return +s.aB=a +s.a_=null +s.a0()}, +bh(a){return A.n9(this.a2$,new A.a0v(a))}, +b6(a){return A.n9(this.a2$,new A.a0t(a))}, +bc(a){return A.n9(this.a2$,new A.a0u(a))}, +bf(a){return A.n9(this.a2$,new A.a0s(a))}, +eX(a){return this.LE(a)}, +cb(a){return this.Je(a,A.lB())}, +Je(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +e.a3F() +if(e.dd$===0){s=a.a +r=a.b +q=A.D(1/0,s,r) +p=a.c +o=a.d +n=A.D(1/0,p,o) +return isFinite(q)&&isFinite(n)?new A.H(A.D(1/0,s,r),A.D(1/0,p,o)):new A.H(A.D(0,s,r),A.D(0,p,o))}m=a.a +l=a.c +switch(e.aI.a){case 0:k=new A.ar(0,a.b,0,a.d) +break +case 1:k=A.lJ(new A.H(A.D(1/0,m,a.b),A.D(1/0,l,a.d))) +break +case 2:k=a +break +default:k=null}j=e.a2$ +for(s=t.B,i=l,h=m,g=!1;j!=null;){r=j.b +r.toString +s.a(r) +if(!r.gw1()){f=b.$2(j,k) +h=Math.max(h,f.a) +i=Math.max(i,f.b) +g=!0}j=r.ab$}return g?new A.H(h,i):new A.H(A.D(1/0,m,a.b),A.D(1/0,l,a.d))}, +bu(){var s,r,q,p,o,n,m,l=this,k="RenderBox was not laid out: ",j=t.k.a(A.o.prototype.gV.call(l)) +l.B=!1 +l.id=l.Je(j,A.o6()) +s=l.a2$ +for(r=t.B,q=t.Q;s!=null;){p=s.b +p.toString +r.a(p) +if(!p.gw1()){o=l.a_ +o.toString +n=l.id +if(n==null)n=A.a1(A.aQ(k+A.r(l).k(0)+"#"+A.aT(l))) +m=s.id +p.a=o.ls(q.a(n.N(0,m==null?A.a1(A.aQ(k+A.r(s).k(0)+"#"+A.aT(s))):m)))}else{o=l.id +if(o==null)o=A.a1(A.aQ(k+A.r(l).k(0)+"#"+A.aT(l))) +n=l.a_ +n.toString +l.B=A.al1(s,p,o,n)||l.B}s=p.ab$}}, +cl(a,b){return this.vm(a,b)}, +abL(a,b){this.na(a,b)}, +an(a,b){var s,r=this,q=r.b_!==B.C&&r.B,p=r.bi +if(q){q=r.cx +q===$&&A.b() +s=r.gq() +p.sal(a.kQ(q,b,new A.y(0,0,0+s.a,0+s.b),r.gabK(),r.b_,p.a))}else{p.sal(null) +r.na(a,b)}}, +m(){this.bi.sal(null) +this.he()}, +jv(a){var s +switch(this.b_.a){case 0:return null +case 1:case 2:case 3:if(this.B){s=this.gq() +s=new A.y(0,0,0+s.a,0+s.b)}else s=null +return s}}} +A.a0v.prototype={ +$1(a){return a.ag(B.S,this.a,a.gbg())}, +$S:8} +A.a0t.prototype={ +$1(a){return a.ag(B.a_,this.a,a.gbn())}, +$S:8} +A.a0u.prototype={ +$1(a){return a.ag(B.ab,this.a,a.gbt())}, +$S:8} +A.a0s.prototype={ +$1(a){return a.ag(B.aJ,this.a,a.gbM())}, +$S:8} +A.Nr.prototype={ +ad(a){var s,r,q +this.dO(a) +s=this.a2$ +for(r=t.B;s!=null;){s.ad(a) +q=s.b +q.toString +s=r.a(q).ab$}}, +a8(){var s,r,q +this.dP() +s=this.a2$ +for(r=t.B;s!=null;){s.a8() +q=s.b +q.toString +s=r.a(q).ab$}}} +A.Ns.prototype={} +A.k_.prototype={ +dl(a){return A.t2(this.a,this.b,a)}} +A.In.prototype={ +j(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.In&&b.a.j(0,this.a)&&b.b===this.b}, +gA(a){return A.L(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){return this.a.k(0)+" at "+A.hr(this.b)+"x"}} +A.GK.prototype={ +sAM(a){var s,r,q,p=this +if(p.fy.j(0,a))return +s=p.fy +p.fy=a +r=s.b +r=A.ps(r,r,1) +q=p.fy.b +if(!r.j(0,A.ps(q,q,1))){r=p.K0() +q=p.ch +q.a.a8() +q.sal(r) +p.aA()}p.a0()}, +K0(){var s,r=this.fy.b +r=A.ps(r,r,1) +this.k1=r +s=A.alU(r) +s.ad(this) +return s}, +nV(){}, +bu(){var s,r=this.fy.a +this.fx=r +s=this.u$ +if(s!=null)s.eO(A.lJ(r))}, +bF(a,b){var s=this.u$ +if(s!=null)s.bF(A.aiL(a),b) +a.J(0,new A.eY(this,t.AL)) +return!0}, +gdY(){return!0}, +an(a,b){var s=this.u$ +if(s!=null)a.d_(s,b)}, +cG(a,b){var s=this.k1 +s.toString +b.dB(s) +this.Rt(a,b)}, +a6g(){var s,r,q +try{q=$.S() +s=q.a7c() +r=this.ch.a.a5F(s) +this.a4M() +q.acq(r) +r.m()}finally{}}, +a4M(){var s,r,q,p,o,n,m,l,k,j=null,i=this.giX(),h=i.gaZ(),g=this.go +g.glr() +s=i.gaZ() +g.glr() +g=this.ch +r=t.lu +q=g.a.Mj(new A.i(h.a,0),r) +switch(A.b6().a){case 0:p=g.a.Mj(new A.i(s.a,i.d-1-0),r) +break +case 1:case 2:case 3:case 4:case 5:p=j +break +default:p=j}h=q==null +if(h&&p==null)return +if(!h&&p!=null){h=q.f +g=q.r +s=q.e +r=q.w +A.alA(new A.i4(p.a,p.b,p.c,p.d,s,h,g,r)) +return}o=A.b6()===B.aS +n=h?p:q +h=n.f +g=n.r +s=n.e +r=n.w +m=o?n.a:j +l=o?n.b:j +k=o?n.c:j +A.alA(new A.i4(m,l,k,o?n.d:j,s,h,g,r))}, +giX(){var s=this.fx.a1(0,this.fy.b) +return new A.y(0,0,0+s.a,0+s.b)}, +gl4(){var s,r=this.k1 +r.toString +s=this.fx +return A.dM(r,new A.y(0,0,0+s.a,0+s.b))}} +A.Nu.prototype={ +ad(a){var s +this.dO(a) +s=this.u$ +if(s!=null)s.ad(a)}, +a8(){this.dP() +var s=this.u$ +if(s!=null)s.a8()}} +A.Sp.prototype={ +H(){return"CacheExtentStyle."+this.b}} +A.nb.prototype={ +k(a){return"RevealedOffset(offset: "+A.m(this.a)+", rect: "+this.b.k(0)+")"}} +A.pX.prototype={ +e9(a){this.fz(a) +a.Al(B.wM)}, +f6(a){var s=this.gL7() +new A.aZ(s,new A.a0y(),A.a7(s).i("aZ<1>")).ac(0,a)}, +sfP(a){if(a===this.B)return +this.B=a +this.a0()}, +sa7g(a){if(a===this.a_)return +this.a_=a +this.a0()}, +shA(a){var s=this,r=s.Y +if(a===r)return +if(s.y!=null)r.I(s.gw8()) +s.Y=a +if(s.y!=null)a.T(s.gw8()) +s.a0()}, +sa5M(a){if(250===this.aB)return +this.aB=250 +this.a0()}, +sa5N(a){if(a===this.b_)return +this.b_=a +this.a0()}, +skn(a){var s=this +if(a!==s.bi){s.bi=a +s.aA() +s.b5()}}, +ad(a){this.SY(a) +this.Y.T(this.gw8())}, +a8(){this.Y.I(this.gw8()) +this.SZ()}, +bh(a){return 0}, +b6(a){return 0}, +bc(a){return 0}, +bf(a){return 0}, +gdY(){return!0}, +Nm(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.Y.k4,e),i=f+h +for(s=f,r=0;c!=null;){q=a2<=0?0:a2 +p=Math.max(b,-q) +o=b-p +c.bz(new A.l0(k.B,e,j,q,r,i-s,Math.max(0,a1-s+f),d,k.a_,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.OM(c,l,e) +else k.OM(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.ada(e,n) +c=a.$1(c)}return 0}, +jv(a){var s,r,q,p,o,n +switch(this.bi.a){case 0:return null +case 1:case 2:case 3:break}s=this.gq() +r=0+s.a +q=0+s.b +s=t.p +if(s.a(A.o.prototype.gV.call(a)).f===0||!isFinite(s.a(A.o.prototype.gV.call(a)).y))return new A.y(0,0,r,q) +p=s.a(A.o.prototype.gV.call(a)).y-s.a(A.o.prototype.gV.call(a)).r+s.a(A.o.prototype.gV.call(a)).f +switch(A.jU(this.B,s.a(A.o.prototype.gV.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.y(n,o,r,q)}, +B3(a){var s,r,q,p,o=this +if(o.aI==null){s=o.gq() +return new A.y(0,0,0+s.a,0+s.b)}switch(A.b_(o.B).a){case 1:o.gq() +o.gq() +s=o.aI +s.toString +r=o.gq() +q=o.gq() +p=o.aI +p.toString +return new A.y(0,0-s,0+r.a,0+q.b+p) +case 0:o.gq() +s=o.aI +s.toString +o.gq() +r=o.gq() +q=o.aI +q.toString +return new A.y(0-s,0,0+r.a+q,0+o.gq().b)}}, +an(a,b){var s,r,q,p=this +if(p.a2$==null)return +s=p.ga9z()&&p.bi!==B.C +r=p.R +if(s){s=p.cx +s===$&&A.b() +q=p.gq() +r.sal(a.kQ(s,b,new A.y(0,0,0+q.a,0+q.b),p.ga1c(),p.bi,r.a))}else{r.sal(null) +p.I0(a,b)}}, +m(){this.R.sal(null) +this.he()}, +I0(a,b){var s,r,q,p,o,n,m +for(s=this.gL7(),r=s.length,q=b.a,p=b.b,o=0;o0}, +$S:268} +A.a0x.prototype={ +$1(a){var s=this,r=s.c,q=s.a,p=s.b.a6i(r,q.b) +return r.MT(s.d,q.a,p)}, +$S:110} +A.ws.prototype={ +dM(a){if(!(a.b instanceof A.jk))a.b=new A.jk(null,null,B.f)}, +sAp(a){if(a===this.hz)return +this.hz=a +this.a0()}, +saZ(a){if(a==this.dI)return +this.dI=a +this.a0()}, +gjU(){return!0}, +cb(a){return new A.H(A.D(1/0,a.a,a.b),A.D(1/0,a.c,a.d))}, +bu(){var s,r,q,p,o,n,m,l,k,j=this +switch(A.b_(j.B).a){case 1:j.Y.uP(j.gq().b) +break +case 0:j.Y.uP(j.gq().a) +break}if(j.dI==null){j.kC=j.jy=0 +j.lE=!1 +j.Y.uO(0,0) +return}switch(A.b_(j.B).a){case 1:s=j.gq().b +r=j.gq().a +break +case 0:s=j.gq().a +r=j.gq().b +break +default:s=null +r=null}j.dI.toString +q=0 +do{p=j.Y.at +p.toString +o=j.UJ(s,r,p+0) +if(o!==0)j.Y.a70(o) +else{p=j.Y +n=j.jy +n===$&&A.b() +m=j.hz +n=Math.min(0,n+s*m) +l=j.kC +l===$&&A.b() +if(p.uO(n,Math.max(0,l-s*(1-m))))break}k=q+1 +if(k<10){q=k +continue}else break}while(!0)}, +UJ(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +e.kC=e.jy=0 +e.lE=!1 +s=a*e.hz-c +r=A.D(s,0,a) +q=a-s +p=A.D(q,0,a) +switch(e.b_.a){case 0:e.aI=e.aB +break +case 1:e.aI=a*e.aB +break}o=e.aI +o.toString +n=a+2*o +m=s+o +l=A.D(m,0,n) +k=A.D(n-m,0,n) +j=e.dI.b +j.toString +i=A.l(e).i("a8.1").a(j).c0$ +j=i==null +if(!j){h=Math.max(a,s) +g=e.Nm(e.ga5V(),A.D(q,-o,0),i,b,B.lK,p,a,0,l,r,h-a) +if(g!==0)return-g}q=e.dI +o=-s +h=Math.max(0,o) +o=j?Math.min(0,o):0 +j=s>=a?s:r +f=e.aI +f.toString +return e.Nm(e.ga5T(),A.D(s,-f,0),q,b,B.lJ,j,a,o,k,p,h)}, +ga9z(){return this.lE}, +ada(a,b){var s,r=this +switch(a.a){case 0:s=r.kC +s===$&&A.b() +r.kC=s+b.a +break +case 1:s=r.jy +s===$&&A.b() +r.jy=s-b.a +break}if(b.x)r.lE=!0}, +OM(a,b,c){var s=a.b +s.toString +t.jB.a(s).a=this.a6h(a,b,c)}, +abJ(a){var s=a.b +s.toString +return t.jB.a(s).a}, +Py(a,b){var s,r,q,p,o=this +switch(t.p.a(A.o.prototype.gV.call(a)).b.a){case 0:s=o.dI +for(r=A.l(o).i("a8.1"),q=0;s!==a;){q+=s.fx.a +p=s.b +p.toString +s=r.a(p).ab$}return q+b +case 1:r=o.dI.b +r.toString +p=A.l(o).i("a8.1") +s=p.a(r).c0$ +for(q=0;s!==a;){q-=s.fx.a +r=s.b +r.toString +s=p.a(r).c0$}return q-b}}, +aaT(a){var s,r,q,p=this +switch(t.p.a(A.o.prototype.gV.call(a)).b.a){case 0:s=p.dI +for(r=A.l(p).i("a8.1");s!==a;){s.fx.toString +q=s.b +q.toString +s=r.a(q).ab$}return 0 +case 1:r=p.dI.b +r.toString +q=A.l(p).i("a8.1") +s=q.a(r).c0$ +for(;s!==a;){s.fx.toString +r=s.b +r.toString +s=q.a(r).c0$}return 0}}, +cG(a,b){var s=a.b +s.toString +s=t.jB.a(s).a +b.bm(s.a,s.b)}, +a6i(a,b){var s,r=a.b +r.toString +t.jB.a(r) +s=t.p +switch(A.jU(s.a(A.o.prototype.gV.call(a)).a,s.a(A.o.prototype.gV.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)}}, +gL7(){var s,r,q=this,p=A.c([],t.Ry),o=q.a2$ +if(o==null)return p +for(s=A.l(q).i("a8.1");o!=q.dI;){o.toString +p.push(o) +r=o.b +r.toString +o=s.a(r).ab$}o=q.cO$ +for(;!0;){o.toString +p.push(o) +if(o===q.dI)return p +r=o.b +r.toString +o=s.a(r).c0$}}, +ga5Y(){var s,r,q,p=this,o=A.c([],t.Ry) +if(p.a2$==null)return o +s=p.dI +for(r=A.l(p).i("a8.1");s!=null;){o.push(s) +q=s.b +q.toString +s=r.a(q).ab$}q=p.dI.b +q.toString +s=r.a(q).c0$ +for(;s!=null;){o.push(s) +q=s.b +q.toString +s=r.a(q).c0$}return o}} +A.ii.prototype={ +ad(a){var s,r,q +this.dO(a) +s=this.a2$ +for(r=A.l(this).i("ii.0");s!=null;){s.ad(a) +q=s.b +q.toString +s=r.a(q).ab$}}, +a8(){var s,r,q +this.dP() +s=this.a2$ +for(r=A.l(this).i("ii.0");s!=null;){s.a8() +q=s.b +q.toString +s=r.a(q).ab$}}} +A.wD.prototype={ +H(){return"ScrollDirection."+this.b}} +A.fi.prototype={ +qV(a,b,c){var s=c.a===B.t.a +if(s){this.dJ(a) +return A.cT(null,t.H)}else return this.iC(a,b,c)}, +k(a){var s=this,r=A.c([],t.s) +s.S3(r) +r.push(A.r(s.w).k(0)) +r.push(s.r.k(0)) +r.push(A.m(s.fr)) +r.push(s.k4.k(0)) +return"#"+A.aT(s)+"("+B.b.bW(r,", ")+")"}, +da(a){var s=this.at +if(s!=null)a.push("offset: "+B.c.a5(s,1))}} +A.ra.prototype={} +A.ne.prototype={ +H(){return"SchedulerPhase."+this.b}} +A.ZF.prototype={} +A.dn.prototype={ +Ok(a){var s=this.db$ +B.b.C(s,a) +if(s.length===0){s=$.aL() +s.ay=null +s.ch=$.ac}}, +WS(a){var s,r,q,p,o,n,m,l,k=this.db$,j=A.ah(k,!0,t.xt) +for(p=j.length,o=0;o0)return!1 +if(j)A.a1(A.aQ(l)) +s=k.tf(0) +j=s.b +if(m.dy$.$2$priority$scheduler(j,m)){try{if(k.c===0)A.a1(A.aQ(l));++k.d +k.tf(0) +p=k.c-1 +o=k.tf(p) +k.b[p]=null +k.c=p +if(p>0)k.UO(o,0) +j=s +j.f.e8(j.adR())}catch(n){r=A.an(n) +q=A.aE(n) +j=A.be("during a task callback") +A.ci(new A.bf(r,q,"scheduler library",j,null,!1))}return k.c!==0}return!1}, +om(a,b){var s,r=this +r.jb() +s=++r.fy$ +r.go$.p(0,s,new A.ra(a)) +return r.fy$}, +Ps(a){return this.om(a,!1)}, +ga7V(){var s=this +if(s.k3$==null){if(s.ok$===B.cJ)s.jb() +s.k3$=new A.bk(new A.am($.ac,t.V),t.gR) +s.k2$.push(new A.a0Z(s))}return s.k3$.a}, +gMv(){return this.p1$}, +J_(a){if(this.p1$===a)return +this.p1$=a +if(a)this.jb()}, +M5(){var s=$.aL() +if(s.w==null){s.w=this.gXX() +s.x=$.ac}if(s.y==null){s.y=this.gYj() +s.z=$.ac}}, +Br(){switch(this.ok$.a){case 0:case 4:this.jb() +return +case 1:case 2:case 3:return}}, +jb(){var s,r=this +if(!r.k4$)s=!(A.dn.prototype.gMv.call(r)&&r.aX$) +else s=!0 +if(s)return +r.M5() +$.aL().jb() +r.k4$=!0}, +Pr(){if(this.k4$)return +this.M5() +$.aL().jb() +this.k4$=!0}, +DN(){var s,r,q=this +if(q.p2$||q.ok$!==B.cJ)return +q.p2$=!0 +s=A.alO() +s.rJ("Warm-up frame") +r=q.k4$ +A.bN(B.t,new A.a10(q)) +A.bN(B.t,new A.a11(q,r)) +q.aaK(new A.a12(q,s))}, +F5(a){var s=this.p3$ +return A.cv(B.c.aJ((s==null?B.t:new A.aM(a.a-s.a)).a/1)+this.p4$.a,0)}, +XY(a){if(this.p2$){this.to$=!0 +return}this.Mz(a)}, +Yk(){var s=this +if(s.to$){s.to$=!1 +s.k2$.push(new A.a0Y(s)) +return}s.MB()}, +Mz(a){var s,r,q=this +if(q.p3$==null)q.p3$=a +r=a==null +q.RG$=q.F5(r?q.R8$:a) +if(!r)q.R8$=a +q.k4$=!1 +try{q.ok$=B.Vu +s=q.go$ +q.go$=A.A(t.S,t.h1) +J.af_(s,new A.a1_(q)) +q.id$.a7(0)}finally{q.ok$=B.Vv}}, +acu(a){var s=this,r=s.x2$,q=r==null +if(!q&&r!==a)return null +if(r===a)++s.xr$ +else if(q){s.x2$=a +s.xr$=1}return new A.ZF(s.gWp())}, +Wq(){if(--this.xr$===0){this.x2$=null +$.aL()}}, +MB(){var s,r,q,p,o,n,m,l=this +try{l.ok$=B.iC +for(p=l.k1$,o=p.length,n=0;n0&&r<4){s=s.RG$ +s.toString +q.c=s}s=q.a +s.toString +return s}, +ox(a){var s=this,r=s.a +if(r==null)return +s.c=s.a=null +s.x_() +if(a)r.JB(s) +else r.JC()}, +eS(){return this.ox(!1)}, +a3X(a){var s,r=this +r.e=null +s=r.c +if(s==null)s=r.c=a +r.d.$1(new A.aM(a.a-s.a)) +if(!r.b&&r.a!=null&&r.e==null)r.e=$.bx.om(r.gur(),!0)}, +x_(){var s,r=this.e +if(r!=null){s=$.bx +s.go$.C(0,r) +s.id$.J(0,r) +this.e=null}}, +m(){var s=this,r=s.a +if(r!=null){s.a=null +s.x_() +r.JB(s)}}, +acS(a,b){var s=""+"Ticker()" +return s.charCodeAt(0)==0?s:s}, +k(a){return this.acS(a,!1)}} +A.nv.prototype={ +JC(){this.c=!0 +this.a.iG() +var s=this.b +if(s!=null)s.iG()}, +JB(a){var s +this.c=!1 +s=this.b +if(s!=null)s.v4(new A.xI(a))}, +adk(a){var s,r,q=this,p=new A.a4_(a) +if(q.b==null){s=q.b=new A.bk(new A.am($.ac,t.V),t.gR) +r=q.c +if(r!=null)if(r)s.iG() +else s.v4(B.a0X)}q.b.a.ik(p,p,t.H)}, +ik(a,b,c){return this.a.a.ik(a,b,c)}, +c1(a,b){return this.ik(a,null,b)}, +h8(a){return this.a.a.h8(a)}, +k(a){var s=A.aT(this),r=this.c +if(r==null)r="active" +else r=r?"complete":"canceled" +return"#"+s+"("+r+")"}, +$ias:1} +A.a4_.prototype={ +$1(a){this.a.$0()}, +$S:31} +A.xI.prototype={ +k(a){var s=this.a +if(s!=null)return"This ticker was canceled: "+s.k(0) +return'The ticker was canceled before the "orCancel" property was first used.'}, +$icH:1} +A.Hc.prototype={ +gpn(){var s,r=this.By$ +if(r===$){s=A.dW($.aL().a.c) +this.By$!==$&&A.aK() +this.By$=s +r=s}return r}, +Wg(){--this.Bz$ +this.gpn().sl(this.Bz$>0)}, +Hi(){var s,r=this +if($.aL().a.c){if(r.vC$==null){++r.Bz$ +r.gpn().sl(!0) +r.vC$=new A.a1L(r.gWf())}}else{s=r.vC$ +if(s!=null)s.a.$0() +r.vC$=null}}, +ZG(a){var s,r,q=a.d +if(t.V4.b(q)){s=B.ao.fh(q) +r=new A.q7(a.a,a.b,a.c,s)}else r=a +s=this.Y$ +s===$&&A.b() +s=s.at +if(s!=null)s.abP(r.c,r.a,r.d)}} +A.a1L.prototype={} +A.h9.prototype={ +k(a){return"SemanticsTag("+this.a+")"}} +A.or.prototype={} +A.CQ.prototype={} +A.c9.prototype={ +M(a,b){var s,r,q,p,o,n,m,l=this.a,k=l.length +if(k===0)return b +s=b.a +if(s.length===0)return this +r=A.ah(this.b,!0,t.Vc) +q=b.b +p=q.length +if(p!==0)for(o=0;o=0;--o)r[o]=n[q-o-1].b}n=a3.fr +m=n.length +if(m!==0){l=new Int32Array(m) +for(o=0;o0?r[n-1].p2:null +if(n!==0)if(J.O(l)===J.O(o)){if(l!=null)o.toString +k=!0}else k=!1 +else k=!0 +if(!k&&p.length!==0){if(o!=null){if(!!p.immutable$list)A.a1(A.aA("sort")) +s=p.length-1 +if(s-0<=32)A.HD(p,0,s,J.ahj()) +else A.HC(p,0,s,J.ahj())}B.b.P(q,p) +B.b.a7(p)}p.push(new A.jO(m,l,n))}if(o!=null)B.b.im(p) +B.b.P(q,p) +s=t.rB +return A.ah(new A.ae(q,new A.a1N(),s),!0,s.i("ba.E"))}, +PE(a){if(this.ay==null)return +B.jJ.oq(a.OE(this.b))}, +cC(){return"SemanticsNode#"+this.b}, +acP(a,b,c){return new A.NU(a,this,b,!0,!0,null,c)}, +OC(a){return this.acP(B.BD,null,a)}} +A.a1P.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&$.Rn():q) +if(p.x==null)p.x=a.p1 +if(p.z==null)p.z=a.p3 +if(p.Q==null)p.Q=a.R8 +if(p.as==null)p.as=a.RG +if(p.at==null)p.at=a.rx +if(p.ax==null)p.ax=a.ry +if(p.ay==null)p.ay=a.to +p.ch=a.x1 +p.CW=a.x2 +if(p.cx==null)p.cx=a.xr +if(p.d.a==="")p.d=a.fy +if(p.e.a==="")p.e=a.go +if(p.f.a==="")p.f=a.id +if(p.w==="")p.w=a.k2 +s=a.dy +if(s!=null){r=p.y;(r==null?p.y=A.ax(t.g3):r).P(0,s)}for(s=this.b.db,s=A.iV(s,s.r),r=this.c;s.v();)r.J(0,A.aj7(s.d)) +a.ok!=null +s=p.c +r=p.x +p.c=A.adb(a.fx,a.p1,s,r) +r=p.r +s=p.x +p.r=A.adb(a.k1,a.p1,r,s) +p.cy=Math.max(p.cy,a.k4+a.k3) +return!0}, +$S:92} +A.a1N.prototype={ +$1(a){return a.a}, +$S:274} +A.jy.prototype={ +bv(a,b){return B.c.bv(this.b,b.b)}, +$ica:1} +A.hp.prototype={ +bv(a,b){return B.c.bv(this.a,b.a)}, +Q9(){var s,r,q,p,o,n,m,l,k,j=A.c([],t.TV) +for(s=this.c,r=s.length,q=0;q") +return A.ah(new A.fS(n,new A.abe(),s),!0,s.i("t.E"))}, +Q8(){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.A(s,t.bu) +q=A.A(s,s) +for(p=this.b,o=p===B.bc,p=p===B.a1,n=a4,m=0;m2.356194490192345 +else a0=!1 +if(a||a0)q.p(0,l.b,f.b)}}a1=A.c([],t.t) +a2=A.c(a3.slice(0),A.a7(a3)) +B.b.hM(a2,new A.aba()) +new A.ae(a2,new A.abb(),A.a7(a2).i("ae<1,p>")).ac(0,new A.abd(A.ax(s),q,a1)) +a3=t.qn +a3=A.ah(new A.ae(a1,new A.abc(r),a3),!0,a3.i("ba.E")) +a4=A.a7(a3).i("cx<1>") +return A.ah(new A.cx(a3,a4),!0,a4.i("ba.E"))}, +$ica:1} +A.abe.prototype={ +$1(a){return a.Q8()}, +$S:114} +A.aba.prototype={ +$2(a,b){var s,r,q=a.e,p=A.o3(a,new A.i(q.a,q.b)) +q=b.e +s=A.o3(b,new A.i(q.a,q.b)) +r=B.c.bv(p.b,s.b) +if(r!==0)return-r +return-B.c.bv(p.a,s.a)}, +$S:90} +A.abd.prototype={ +$1(a){var s=this,r=s.a +if(r.n(0,a))return +r.J(0,a) +r=s.b +if(r.ak(a)){r=r.h(0,a) +r.toString +s.$1(r)}s.c.push(a)}, +$S:46} +A.abb.prototype={ +$1(a){return a.b}, +$S:277} +A.abc.prototype={ +$1(a){var s=this.a.h(0,a) +s.toString +return s}, +$S:278} +A.ada.prototype={ +$1(a){return a.Q9()}, +$S:114} +A.jO.prototype={ +bv(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.bv(0,s)}, +$ica:1} +A.wR.prototype={ +m(){var s=this +s.b.a7(0) +s.c.a7(0) +s.d.a7(0) +s.d1()}, +PG(){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.b +if(f.a===0)return +s=A.ax(t.S) +r=A.c([],t.W) +for(q=A.l(f).i("aZ<1>"),p=q.i("t.E"),o=g.d;f.a!==0;){n=A.ah(new A.aZ(f,new A.a1T(g),q),!0,p) +f.a7(0) +o.a7(0) +m=new A.a1U() +if(!!n.immutable$list)A.a1(A.aA("sort")) +l=n.length-1 +if(l-0<=32)A.HD(n,0,l,m) +else A.HC(n,0,l,m) +B.b.P(r,n) +for(m=n.length,k=0;k#"+A.aT(this)}} +A.a1T.prototype={ +$1(a){return!this.a.d.n(0,a)}, +$S:92} +A.a1U.prototype={ +$2(a,b){return a.CW-b.CW}, +$S:90} +A.a1V.prototype={ +$2(a,b){return a.CW-b.CW}, +$S:90} +A.a1S.prototype={ +$1(a){if(a.cy.ak(this.b)){this.a.a=a +return!1}return!0}, +$S:92} +A.h8.prototype={ +la(a,b){var s=this +s.f.p(0,a,b) +s.r=s.r|a.a +s.e=!0}, +f9(a,b){this.la(a,new A.a1A(b))}, +skM(a){a.toString +this.f9(B.dI,a)}, +skL(a){a.toString +this.f9(B.wu,a)}, +swr(a){this.f9(B.dK,a)}, +swj(a){this.f9(B.VS,a)}, +sws(a){this.f9(B.dL,a)}, +swt(a){this.f9(B.dH,a)}, +swq(a){this.f9(B.dJ,a)}, +sCr(a){this.f9(B.ww,a)}, +sCl(a){this.f9(B.wt,a)}, +swf(a){this.f9(B.VT,a)}, +swg(a){this.f9(B.VW,a)}, +swp(a){this.f9(B.VO,a)}, +swn(a){this.la(B.VU,new A.a1E(a))}, +swl(a){this.la(B.VX,new A.a1C(a))}, +swo(a){this.la(B.VV,new A.a1F(a))}, +swm(a){this.la(B.VN,new A.a1D(a))}, +swu(a){this.la(B.VP,new A.a1G(a))}, +swv(a){this.la(B.VQ,new A.a1H(a))}, +swi(a){this.f9(B.wv,a)}, +sCm(a){this.f9(B.wx,a)}, +sPw(a){if(a==this.k4)return +this.k4=a +this.e=!0}, +sPx(a){if(a==this.ok)return +this.ok=a +this.e=!0}, +sCe(a){return}, +svi(a){if(a==this.p3)return +this.p3=a +this.e=!0}, +sdU(a){if(a===this.y1)return +this.y1=a +this.e=!0}, +Al(a){var s=this.bB;(s==null?this.bB=A.ax(t.g3):s).J(0,a)}, +bq(a,b){var s=this,r=s.b7,q=a.a +if(b)s.b7=r|q +else s.b7=r&~q +s.e=!0}, +Nb(a){var s=this +if(a==null||!a.e||!s.e)return!0 +if((s.r&a.r)!==0)return!1 +if((s.b7&a.b7)!==0)return!1 +if(s.p3!=null&&a.p3!=null)return!1 +if(s.rx.a.length!==0&&a.rx.a.length!==0)return!1 +return!0}, +mQ(a){var s,r,q,p=this +if(!a.e)return +s=a.f +if(a.b)s.ac(0,new A.a1B(p)) +else p.f.P(0,s) +s=p.r +r=a.b +q=a.r +p.r=s|(r?q&$.Rn():q) +p.R8.P(0,a.R8) +p.b7=p.b7|a.b7 +if(p.br==null)p.br=a.br +if(p.am==null)p.am=a.am +if(p.aO==null)p.aO=a.aO +if(p.by==null)p.by=a.by +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 +if(p.p3==null)p.p3=a.p3 +s=p.aW +if(s==null){s=p.aW=a.aW +p.e=!0}if(p.k2==null)p.k2=a.k2 +r=p.RG +p.RG=A.adb(a.RG,a.aW,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.aW +p.x1=A.adb(a.x1,a.aW,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}, +a6v(){var s=this,r=A.i1() +r.a=s.a +r.c=s.c +r.d=s.d +r.e=s.e +r.p4=s.p4 +r.aW=s.aW +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.b7=s.b7 +r.bB=s.bB +r.br=s.br +r.am=s.am +r.aO=s.aO +r.by=s.by +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.P(0,s.f) +r.R8.P(0,s.R8) +r.b=s.b +return r}} +A.a1A.prototype={ +$1(a){this.a.$0()}, +$S:7} +A.a1E.prototype={ +$1(a){a.toString +this.a.$1(A.lv(a))}, +$S:7} +A.a1C.prototype={ +$1(a){a.toString +this.a.$1(A.lv(a))}, +$S:7} +A.a1F.prototype={ +$1(a){a.toString +this.a.$1(A.lv(a))}, +$S:7} +A.a1D.prototype={ +$1(a){a.toString +this.a.$1(A.lv(a))}, +$S:7} +A.a1G.prototype={ +$1(a){var s,r,q +a.toString +s=t.f.a(a).jr(0,t.N,t.S) +r=s.h(0,"base") +r.toString +q=s.h(0,"extent") +q.toString +this.a.$1(A.bt(B.l,r,q,!1))}, +$S:7} +A.a1H.prototype={ +$1(a){a.toString +this.a.$1(A.bE(a))}, +$S:7} +A.a1B.prototype={ +$2(a,b){if(($.Rn()&a.a)>0)this.a.f.p(0,a,b)}, +$S:280} +A.To.prototype={ +H(){return"DebugSemanticsDumpOrder."+this.b}} +A.q8.prototype={ +bv(a,b){var s=this.a7K(b) +return s}, +$ica:1} +A.mR.prototype={ +a7K(a){var s=a.b,r=this.b +if(s===r)return 0 +return B.h.bv(r,s)}} +A.NT.prototype={} +A.NW.prototype={} +A.NX.prototype={} +A.a1J.prototype={ +OE(a){var s=A.aD(["type",this.a,"data",this.rp()],t.N,t.z) +if(a!=null)s.p(0,"nodeId",a) +return s}, +acR(){return this.OE(null)}, +k(a){var s,r,q=A.c([],t.s),p=this.rp(),o=p.gbN(),n=A.ah(o,!0,A.l(o).i("t.E")) +B.b.im(n) +for(o=n.length,s=0;s#"+A.aT(this)+"()"}} +A.Sq.prototype={ +nJ(a,b){return this.Qq(a,!0)}} +A.ZM.prototype={ +kI(a){var s,r=B.cp.dS(A.ach(null,A.Ps(B.hT,a,B.a3,!1),null).e),q=$.dQ.cP$ +q===$&&A.b() +s=q.xk("flutter/assets",A.mO(r.buffer,0,null)).c1(new A.ZN(a),t.V4) +return s}} +A.ZN.prototype={ +$1(a){if(a==null)throw A.h(A.oX(A.c([A.azn(this.a),A.be("The asset does not exist or has empty data.")],t.F))) +return a}, +$S:281} +A.tq.prototype={ +hD(){var s,r=this +if(r.a){s=A.A(t.N,t.z) +s.p(0,"uniqueIdentifier",r.b) +s.p(0,"hints",r.c) +s.p(0,"editingValue",r.d.D2())}else s=null +return s}} +A.S8.prototype={} +A.q9.prototype={ +a_r(){var s,r,q=this,p=t.v3,o=new A.WN(A.A(p,t.r),A.ax(t.SQ),A.c([],t.sA)) +q.cj$!==$&&A.bB() +q.cj$=o +s=$.aeV() +r=A.c([],t.K0) +q.ew$!==$&&A.bB() +q.ew$=new A.EU(o,s,r,A.ax(p)) +p=q.cj$ +p===$&&A.b() +p.rZ().c1(new A.a22(q),t.P)}, +qw(){var s=$.aeZ() +s.a.a7(0) +s.b.a7(0) +s.c.a7(0)}, +kE(a){return this.a9k(a)}, +a9k(a){var s=0,r=A.a_(t.H),q,p=this +var $async$kE=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:switch(A.bE(t.a.a(a).h(0,"type"))){case"memoryPressure":p.qw() +break}s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$kE,r)}, +Us(){var s=A.aX("controller") +s.sck(A.alw(null,new A.a21(s),null,t.hz)) +return s.aF().gxA()}, +acb(){if(this.dx$==null)$.aL() +return}, +yU(a){return this.YB(a)}, +YB(a){var s=0,r=A.a_(t.ob),q,p=this,o,n +var $async$yU=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:a.toString +o=A.aw9(a) +n=p.dx$ +o.toString +B.b.ac(p.Xh(n,o),p.ga8B()) +q=null +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$yU,r)}, +Xh(a,b){var s,r,q,p +if(a===b)return B.QO +if(a===B.fX&&b===B.dZ)return B.Qb +s=A.c([],t.QP) +if(a==null)s.push(b) +else{r=B.b.iQ(B.ey,a) +q=B.b.iQ(B.ey,b) +if(r>q)for(p=q;p") +r=A.f2(new A.b8(e,s),s.i("t.E")) +q=A.c([],t.K0) +p=e.h(0,d) +o=$.dQ.R8$ +n=a.a +if(n==="")n=f +if(a instanceof A.i_)if(p==null){m=new A.my(d,c,n,o,!1) +r.J(0,d)}else m=new A.uZ(d,p,n,o,!1) +else if(p==null)m=f +else{m=new A.kw(d,p,f,o,!1) +r.C(0,d)}for(s=this.c.d,l=A.l(s).i("b8<1>"),k=l.i("t.E"),j=r.lw(A.f2(new A.b8(s,l),k)),j=j.ga3(j),i=this.e;j.v();){h=j.gF() +if(h.j(0,d))q.push(new A.kw(h,c,f,o,!0)) +else{g=e.h(0,h) +g.toString +i.push(new A.kw(h,g,f,o,!0))}}for(e=A.f2(new A.b8(s,l),k).lw(r),e=e.ga3(e);e.v();){l=e.gF() +k=s.h(0,l) +k.toString +i.push(new A.my(l,k,f,o,!0))}if(m!=null)i.push(m) +B.b.P(i,q)}} +A.Lp.prototype={} +A.Yc.prototype={ +k(a){return"KeyboardInsertedContent("+this.a+", "+this.b+", "+A.m(this.c)+")"}, +j(a,b){var s,r,q=this +if(b==null)return!1 +if(J.O(b)!==A.r(q))return!1 +if(b instanceof A.Yc)if(b.a===q.a)if(b.b===q.b){s=b.c +r=q.c +r=s==null?r==null:s===r +s=r}else s=!1 +else s=!1 +else s=!1 +return s}, +gA(a){return A.L(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.Yd.prototype={} +A.e.prototype={ +gA(a){return B.h.gA(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.e&&b.a===this.a}} +A.j.prototype={ +gA(a){return B.h.gA(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.j&&b.a===this.a}} +A.Lq.prototype={} +A.hT.prototype={ +k(a){return"MethodCall("+this.a+", "+A.m(this.b)+")"}} +A.pH.prototype={ +k(a){var s=this +return"PlatformException("+s.a+", "+A.m(s.b)+", "+A.m(s.c)+", "+A.m(s.d)+")"}, +$icH:1} +A.vr.prototype={ +k(a){return"MissingPluginException("+A.m(this.a)+")"}, +$icH:1} +A.a2N.prototype={ +fh(a){if(a==null)return null +return B.cf.dS(A.dl(a.buffer,a.byteOffset,a.byteLength))}, +c_(a){if(a==null)return null +return A.mO(B.cp.dS(a).buffer,0,null)}} +A.XL.prototype={ +c_(a){if(a==null)return null +return B.h3.c_(B.cW.qi(a))}, +fh(a){var s +if(a==null)return a +s=B.h3.fh(a) +s.toString +return B.cW.hq(s)}} +A.XN.prototype={ +i2(a){var s=B.bY.c_(A.aD(["method",a.a,"args",a.b],t.N,t.X)) +s.toString +return s}, +hr(a){var s,r,q=null,p=B.bY.fh(a) +if(!t.f.b(p))throw A.h(A.cp("Expected method call Map, got "+A.m(p),q,q)) +s=p.h(0,"method") +r=p.h(0,"args") +if(typeof s=="string")return new A.hT(s,r) +throw A.h(A.cp("Invalid method call: "+p.k(0),q,q))}, +AX(a){var s,r,q,p=null,o=B.bY.fh(a) +if(!t.j.b(o))throw A.h(A.cp("Expected envelope List, got "+A.m(o),p,p)) +s=J.b1(o) +if(s.gD(o)===1)return s.h(o,0) +if(s.gD(o)===3)if(typeof s.h(o,0)=="string")r=s.h(o,1)==null||typeof s.h(o,1)=="string" +else r=!1 +else r=!1 +if(r){r=A.bE(s.h(o,0)) +q=A.cn(s.h(o,1)) +throw A.h(A.agb(r,s.h(o,2),q,p))}if(s.gD(o)===4)if(typeof s.h(o,0)=="string")if(s.h(o,1)==null||typeof s.h(o,1)=="string")r=s.h(o,3)==null||typeof s.h(o,3)=="string" +else r=!1 +else r=!1 +else r=!1 +if(r){r=A.bE(s.h(o,0)) +q=A.cn(s.h(o,1)) +throw A.h(A.agb(r,s.h(o,2),q,A.cn(s.h(o,3))))}throw A.h(A.cp("Invalid envelope: "+A.m(o),p,p))}, +qj(a){var s=B.bY.c_([a]) +s.toString +return s}, +ly(a,b,c){var s=B.bY.c_([a,c,b]) +s.toString +return s}, +M3(a,b){return this.ly(a,null,b)}} +A.a2F.prototype={ +c_(a){var s +if(a==null)return null +s=A.a4L(64) +this.e2(s,a) +return s.ku()}, +fh(a){var s,r +if(a==null)return null +s=new A.w1(a) +r=this.hB(s) +if(s.b=a.a.byteLength)throw A.h(B.aV) +return this.jH(a.ma(0),a)}, +jH(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=$.cN() +q=b.a.getInt32(s,B.ah===r) +b.b+=4 +return q +case 4:return b.xb(0) +case 6:b.iw(8) +s=b.b +r=$.cN() +q=b.a.getFloat64(s,B.ah===r) +b.b+=8 +return q +case 5:case 7:p=k.eB(b) +return B.cf.dS(b.mb(p)) +case 8:return b.mb(k.eB(b)) +case 9:p=k.eB(b) +b.iw(4) +s=b.a +o=A.akr(s.buffer,s.byteOffset+b.b,p) +b.b=b.b+4*p +return o +case 10:return b.xc(k.eB(b)) +case 14:p=k.eB(b) +b.iw(4) +s=b.a +r=s.buffer +s=s.byteOffset+b.b +A.BR(r,s,p) +o=new Float32Array(r,s,p) +b.b=b.b+4*p +return o +case 11:p=k.eB(b) +b.iw(8) +s=b.a +o=A.akp(s.buffer,s.byteOffset+b.b,p) +b.b=b.b+8*p +return o +case 12:p=k.eB(b) +n=A.b4(p,null,!1,t.X) +for(s=b.a,m=0;m=s.byteLength)A.a1(B.aV) +b.b=r+1 +n[m]=k.jH(s.getUint8(r),b)}return n +case 13:p=k.eB(b) +s=t.X +n=A.A(s,s) +for(s=b.a,m=0;m=s.byteLength)A.a1(B.aV) +b.b=r+1 +r=k.jH(s.getUint8(r),b) +l=b.b +if(l>=s.byteLength)A.a1(B.aV) +b.b=l+1 +n.p(0,r,k.jH(s.getUint8(l),b))}return n +default:throw A.h(B.aV)}}, +f7(a,b){var s,r +if(b<254)a.ep(b) +else{s=a.d +if(b<=65535){a.ep(254) +r=$.cN() +s.setUint16(0,b,B.ah===r) +a.po(a.e,0,2)}else{a.ep(255) +r=$.cN() +s.setUint32(0,b,B.ah===r) +a.po(a.e,0,4)}}}, +eB(a){var s,r,q=a.ma(0) +switch(q){case 254:s=a.b +r=$.cN() +q=a.a.getUint16(s,B.ah===r) +a.b+=2 +return q +case 255:s=a.b +r=$.cN() +q=a.a.getUint32(s,B.ah===r) +a.b+=4 +return q +default:return q}}} +A.a2H.prototype={ +$2(a,b){var s=this.a,r=this.b +s.e2(r,a) +s.e2(r,b)}, +$S:66} +A.a2J.prototype={ +i2(a){var s=A.a4L(64) +B.ao.e2(s,a.a) +B.ao.e2(s,a.b) +return s.ku()}, +hr(a){var s,r,q +a.toString +s=new A.w1(a) +r=B.ao.hB(s) +q=B.ao.hB(s) +if(typeof r=="string"&&s.b>=a.byteLength)return new A.hT(r,q) +else throw A.h(B.lH)}, +qj(a){var s=A.a4L(64) +s.ep(0) +B.ao.e2(s,a) +return s.ku()}, +ly(a,b,c){var s=A.a4L(64) +s.ep(1) +B.ao.e2(s,a) +B.ao.e2(s,c) +B.ao.e2(s,b) +return s.ku()}, +M3(a,b){return this.ly(a,null,b)}, +AX(a){var s,r,q,p,o,n +if(a.byteLength===0)throw A.h(B.CJ) +s=new A.w1(a) +if(s.ma(0)===0)return B.ao.hB(s) +r=B.ao.hB(s) +q=B.ao.hB(s) +p=B.ao.hB(s) +o=s.b=a.byteLength +else n=!1 +if(n)throw A.h(A.agb(r,p,A.cn(q),o)) +else throw A.h(B.CK)}} +A.YW.prototype={ +a8E(a,b,c){var s,r,q,p +if(t.PB.b(b)){this.b.C(0,a) +return}s=this.b +r=s.h(0,a) +q=A.axz(c) +if(q==null)q=this.a +if(J.d(r==null?null:t.ZC.a(r.a),q))return +p=q.vh(a) +s.p(0,a,p) +B.Uh.cA("activateSystemCursor",A.aD(["device",p.b,"kind",t.ZC.a(p.a).a],t.N,t.z),t.H)}} +A.vs.prototype={} +A.c5.prototype={ +k(a){var s=this.gq4() +return s}} +A.Kc.prototype={ +vh(a){throw A.h(A.fE(null))}, +gq4(){return"defer"}} +A.Ot.prototype={} +A.i3.prototype={ +gq4(){return"SystemMouseCursor("+this.a+")"}, +vh(a){return new A.Ot(this,a)}, +j(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.i3&&b.a===this.a}, +gA(a){return B.d.gA(this.a)}} +A.LS.prototype={} +A.k3.prototype={ +gpM(){var s=$.dQ.cP$ +s===$&&A.b() +return s}, +oq(a){return this.PD(a,this.$ti.i("1?"))}, +PD(a,b){var s=0,r=A.a_(b),q,p=this,o,n +var $async$oq=A.W(function(c,d){if(c===1)return A.X(d,r) +while(true)switch(s){case 0:o=p.b +n=o +s=3 +return A.a5(p.gpM().xk(p.a,o.c_(a)),$async$oq) +case 3:q=n.fh(d) +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$oq,r)}, +xo(a){this.gpM().rB(this.a,new A.S7(this,a))}} +A.S7.prototype={ +$1(a){return this.P1(a)}, +P1(a){var s=0,r=A.a_(t.CD),q,p=this,o,n +var $async$$1=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:o=p.a.b +n=o +s=3 +return A.a5(p.b.$1(o.fh(a)),$async$$1) +case 3:q=n.c_(c) +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$$1,r)}, +$S:117} +A.mM.prototype={ +gpM(){var s=$.dQ.cP$ +s===$&&A.b() +return s}, +eI(a,b,c,d){return this.a_H(a,b,c,d,d.i("0?"))}, +a_H(a,b,c,d,e){var s=0,r=A.a_(e),q,p=this,o,n,m,l +var $async$eI=A.W(function(f,g){if(f===1)return A.X(g,r) +while(true)switch(s){case 0:o=p.b +n=o.i2(new A.hT(a,b)) +m=p.a +s=3 +return A.a5(p.gpM().xk(m,n),$async$eI) +case 3:l=g +if(l==null){if(c){q=null +s=1 +break}throw A.h(A.ag2("No implementation found for method "+a+" on channel "+m))}q=d.i("0?").a(o.AX(l)) +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$eI,r)}, +cA(a,b,c){return this.eI(a,b,!1,c)}, +qF(a,b,c,d){return this.aab(a,b,c,d,c.i("@<0>").av(d).i("aF<1,2>?"))}, +aaa(a,b,c){return this.qF(a,null,b,c)}, +aab(a,b,c,d,e){var s=0,r=A.a_(e),q,p=this,o +var $async$qF=A.W(function(f,g){if(f===1)return A.X(g,r) +while(true)switch(s){case 0:s=3 +return A.a5(p.cA(a,b,t.f),$async$qF) +case 3:o=g +q=o==null?null:o.jr(0,c,d) +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$qF,r)}, +md(a){var s=this.gpM() +s.rB(this.a,new A.YN(this,a))}, +tv(a,b){return this.XV(a,b)}, +XV(a,b){var s=0,r=A.a_(t.CD),q,p=2,o,n=this,m,l,k,j,i,h,g,f,e +var $async$tv=A.W(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:h=n.b +g=h.hr(a) +p=4 +e=h +s=7 +return A.a5(b.$1(g),$async$tv) +case 7:k=e.qj(d) +q=k +s=1 +break +p=2 +s=6 +break +case 4:p=3 +f=o +k=A.an(f) +if(k instanceof A.pH){m=k +k=m.a +i=m.b +q=h.ly(k,m.c,i) +s=1 +break}else if(k instanceof A.vr){q=null +s=1 +break}else{l=k +h=h.M3("error",J.e1(l)) +q=h +s=1 +break}s=6 +break +case 3:s=2 +break +case 6:case 1:return A.Y(q,r) +case 2:return A.X(o,r)}}) +return A.Z($async$tv,r)}} +A.YN.prototype={ +$1(a){return this.a.tv(a,this.b)}, +$S:117} +A.fZ.prototype={ +cA(a,b,c){return this.aac(a,b,c,c.i("0?"))}, +iS(a,b){return this.cA(a,null,b)}, +aac(a,b,c,d){var s=0,r=A.a_(d),q,p=this +var $async$cA=A.W(function(e,f){if(e===1)return A.X(f,r) +while(true)switch(s){case 0:q=p.R0(a,b,!0,c) +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$cA,r)}} +A.Vu.prototype={ +acf(){var s=new A.mM("yaru_window/events",B.bv),r=A.aX("controller") +r.b=A.agw(new A.Vw(this,s,null),new A.Vx(this,r,s,null),t.z) +return r.aF().gxA()}} +A.Vx.prototype={ +$0(){var s=0,r=A.a_(t.H),q=1,p,o=this,n,m,l,k,j +var $async$$0=A.W(function(a,b){if(a===1){p=b +s=q}while(true)switch(s){case 0:k=$.dQ.cP$ +k===$&&A.b() +k.rB("yaru_window/events",new A.Vv(o.a,o.b)) +q=3 +s=6 +return A.a5(o.c.eI("listen",o.d,!1,t.H),$async$$0) +case 6:q=1 +s=5 +break +case 3:q=2 +j=p +n=A.an(j) +m=A.aE(j) +k=A.be("while activating platform stream on channel yaru_window/events") +A.ci(new A.bf(n,m,"services library",k,null,!1)) +s=5 +break +case 2:s=1 +break +case 5:return A.Y(null,r) +case 1:return A.X(p,r)}}) +return A.Z($async$$0,r)}, +$S:34} +A.Vv.prototype={ +$1(a){return this.P2(a)}, +P2(a){var s=0,r=A.a_(t.P),q,p=this,o,n,m +var $async$$1=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:if(a==null)p.b.aF().bs() +else try{J.fK(p.b.aF(),B.bv.AX(a))}catch(l){m=A.an(l) +if(m instanceof A.pH){o=m +p.b.aF().Ku(o)}else throw l}q=null +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$$1,r)}, +$S:289} +A.Vw.prototype={ +$0(){var s=0,r=A.a_(t.H),q=1,p,o=this,n,m,l,k,j +var $async$$0=A.W(function(a,b){if(a===1){p=b +s=q}while(true)switch(s){case 0:k=$.dQ.cP$ +k===$&&A.b() +k.rB("yaru_window/events",null) +q=3 +s=6 +return A.a5(o.b.eI("cancel",o.c,!1,t.H),$async$$0) +case 6:q=1 +s=5 +break +case 3:q=2 +j=p +n=A.an(j) +m=A.aE(j) +k=A.be("while de-activating platform stream on channel yaru_window/events") +A.ci(new A.bf(n,m,"services library",k,null,!1)) +s=5 +break +case 2:s=1 +break +case 5:return A.Y(null,r) +case 1:return A.X(p,r)}}) +return A.Z($async$$0,r)}, +$S:34} +A.mz.prototype={ +H(){return"KeyboardSide."+this.b}} +A.f4.prototype={ +H(){return"ModifierKey."+this.b}} +A.vZ.prototype={ +gab2(){var s,r,q=A.A(t.xS,t.LE) +for(s=0;s<9;++s){r=B.mn[s] +if(this.aaj(r))q.p(0,r,B.cA)}return q}} +A.h3.prototype={} +A.a_g.prototype={ +$0(){var s,r,q,p=this.b,o=A.cn(p.h(0,"key")),n=o==null +if(!n){s=o.length +s=s!==0&&s===1}else s=!1 +if(s)this.a.a=o +s=A.cn(p.h(0,"code")) +if(s==null)s="" +n=n?"":o +r=A.fk(p.h(0,"location")) +if(r==null)r=0 +q=A.fk(p.h(0,"metaState")) +if(q==null)q=0 +p=A.fk(p.h(0,"keyCode")) +return new A.Gd(s,n,r,q,p==null?0:p)}, +$S:290} +A.i_.prototype={} +A.pS.prototype={} +A.a_l.prototype={ +a97(a){var s,r,q,p,o,n,m,l,k,j,i=this +if(a instanceof A.i_){p=a.c +i.d.p(0,p.gig(),p.gqN())}else if(a instanceof A.pS)i.d.C(0,a.c.gig()) +i.a3O(a) +for(p=i.a,o=A.ah(p,!0,t.iS),n=o.length,m=0;m")),e),a0=a1 instanceof A.i_ +if(a0)a.J(0,g.gig()) +for(s=g.a,r=null,q=0;q<9;++q){p=B.mn[q] +o=$.aoP() +n=o.h(0,new A.cf(p,B.bC)) +if(n==null)continue +m=B.rn.h(0,s) +if(n.n(0,m==null?new A.j(98784247808+B.d.gA(s)):m))r=p +if(f.h(0,p)===B.cA){c.P(0,n) +if(n.fO(0,a.gfg(a)))continue}l=f.h(0,p)==null?A.ax(e):o.h(0,new A.cf(p,f.h(0,p))) +if(l==null)continue +for(o=new A.lj(l,l.r),o.c=l.e,m=A.l(o).c;o.v();){k=o.d +if(k==null)k=m.a(k) +j=$.aoO().h(0,k) +j.toString +d.p(0,k,j)}}i=b.h(0,B.c9)!=null&&!J.d(b.h(0,B.c9),B.de) +for(e=$.ahY(),e=A.iV(e,e.r);e.v();){a=e.d +h=i&&a.j(0,B.c9) +if(!c.n(0,a)&&!h)b.C(0,a)}b.C(0,B.dw) +b.P(0,d) +if(a0&&r!=null&&!b.ak(g.gig())){e=g.gig().j(0,B.cH) +if(e)b.p(0,g.gig(),g.gqN())}}} +A.cf.prototype={ +j(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.cf&&b.a===this.a&&b.b==this.b}, +gA(a){return A.L(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.MY.prototype={} +A.MX.prototype={} +A.Gd.prototype={ +gig(){var s=this.a,r=B.rn.h(0,s) +return r==null?new A.j(98784247808+B.d.gA(s)):r}, +gqN(){var s,r=this.b,q=B.T3.h(0,r),p=q==null?null:q[this.c] +if(p!=null)return p +s=B.SS.h(0,r) +if(s!=null)return s +if(r.length===1)return new A.e(r.toLowerCase().charCodeAt(0)) +return new A.e(B.d.gA(this.a)+98784247808)}, +aaj(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.O(b)!==A.r(s))return!1 +return b instanceof A.Gd&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +gA(a){var s=this +return A.L(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.wv.prototype={ +gacE(){var s=this +if(s.c)return new A.cE(s.a,t.hr) +if(s.b==null){s.b=new A.bk(new A.am($.ac,t.X6),t.F0) +s.tu()}return s.b.a}, +tu(){var s=0,r=A.a_(t.H),q,p=this,o +var $async$tu=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:s=3 +return A.a5(B.ik.iS("get",t.pE),$async$tu) +case 3:o=b +if(p.b==null){s=1 +break}p.I6(o) +case 1:return A.Y(q,r)}}) +return A.Z($async$tu,r)}, +I6(a){var s,r=a==null +if(!r){s=a.h(0,"enabled") +s.toString +A.lv(s)}else s=!1 +this.a99(r?null:t.nc.a(a.h(0,"data")),s)}, +a99(a,b){var s,r,q=this,p=q.c&&b +q.d=p +if(p)$.bx.k2$.push(new A.a0F(q)) +s=q.a +if(b){p=q.W8(a) +r=t.N +if(p==null){p=t.X +p=A.A(p,p)}r=new A.cw(p,q,null,"root",A.A(r,t.z4),A.A(r,t.I1)) +p=r}else p=null +q.a=p +q.c=!0 +r=q.b +if(r!=null)r.e8(p) +q.b=null +if(q.a!=s){q.ar() +if(s!=null)s.m()}}, +zh(a){return this.a0b(a)}, +a0b(a){var s=0,r=A.a_(t.H),q=this,p +var $async$zh=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:p=a.a +switch(p){case"push":q.I6(t.pE.a(a.b)) +break +default:throw A.h(A.fE(p+" was invoked but isn't implemented by "+A.r(q).k(0)))}return A.Y(null,r)}}) +return A.Z($async$zh,r)}, +W8(a){if(a==null)return null +return t.J1.a(B.ao.fh(A.mO(a.buffer,a.byteOffset,a.byteLength)))}, +Pt(a){var s=this +s.r.J(0,a) +if(!s.f){s.f=!0 +$.bx.k2$.push(new A.a0G(s))}}, +Gb(){var s,r,q,p,o,n=this +if(!n.f)return +n.f=!1 +for(s=n.r,r=A.c8(s,s.r),q=A.l(r).c;r.v();){p=r.d;(p==null?q.a(p):p).w=!1}s.a7(0) +o=B.ao.c_(n.a.a) +B.ik.cA("put",A.dl(o.buffer,o.byteOffset,o.byteLength),t.H)}, +a8r(){if($.bx.k4$)return +this.Gb()}} +A.a0F.prototype={ +$1(a){this.a.d=!1}, +$S:4} +A.a0G.prototype={ +$1(a){return this.a.Gb()}, +$S:4} +A.cw.prototype={ +gpj(){var s=this.a.bK("c",new A.a0C()) +s.toString +return t.pE.a(s)}, +gkc(){var s=this.a.bK("v",new A.a0D()) +s.toString +return t.pE.a(s)}, +aci(a,b,c){var s=this,r=s.gkc().ak(b),q=c.i("0?").a(s.gkc().C(0,b)),p=s.gkc() +if(p.ga6(p))s.a.C(0,"v") +if(r)s.mG() +return q}, +a5Z(a,b){var s,r,q,p,o=this,n=o.f +if(n.ak(a)||!o.gpj().ak(a)){n=t.N +s=new A.cw(A.A(n,t.X),null,null,a,A.A(n,t.z4),A.A(n,t.I1)) +o.fN(s) +return s}r=t.N +q=o.c +p=o.gpj().h(0,a) +p.toString +s=new A.cw(t.pE.a(p),q,o,a,A.A(r,t.z4),A.A(r,t.I1)) +n.p(0,a,s) +return s}, +fN(a){var s=this,r=a.d +if(r!==s){if(r!=null)r.u_(a) +a.d=s +s.EY(a) +if(a.c!=s.c)s.Ij(a)}}, +Wz(a){this.u_(a) +a.d=null +if(a.c!=null){a.zH(null) +a.Kl(this.gIi())}}, +mG(){var s,r=this +if(!r.w){r.w=!0 +s=r.c +if(s!=null)s.Pt(r)}}, +Ij(a){a.zH(this.c) +a.Kl(this.gIi())}, +zH(a){var s=this,r=s.c +if(r==a)return +if(s.w)if(r!=null)r.r.C(0,s) +s.c=a +if(s.w&&a!=null){s.w=!1 +s.mG()}}, +u_(a){var s,r,q,p=this +if(J.d(p.f.C(0,a.e),a)){p.gpj().C(0,a.e) +s=p.r +r=s.h(0,a.e) +if(r!=null){q=J.bZ(r) +p.Go(q.ii(r)) +if(q.ga6(r))s.C(0,a.e)}s=p.gpj() +if(s.ga6(s))p.a.C(0,"c") +p.mG() +return}s=p.r +q=s.h(0,a.e) +if(q!=null)J.aip(q,a) +q=s.h(0,a.e) +q=q==null?null:J.t_(q) +if(q===!0)s.C(0,a.e)}, +EY(a){var s=this +if(s.f.ak(a.e)){J.fK(s.r.bK(a.e,new A.a0B()),a) +s.mG() +return}s.Go(a) +s.mG()}, +Go(a){this.f.p(0,a.e,a) +this.gpj().p(0,a.e,a.a)}, +Km(a,b){var s=this.f.gbk(),r=this.r.gbk(),q=s.BE(0,new A.fS(r,new A.a0E(),A.l(r).i("fS"))) +J.af_(b?A.ah(q,!1,A.l(q).i("t.E")):q,a)}, +Kl(a){return this.Km(a,!1)}, +aco(a){var s,r=this +if(a===r.e)return +s=r.d +if(s!=null)s.u_(r) +r.e=a +s=r.d +if(s!=null)s.EY(r)}, +m(){var s,r=this +r.Km(r.gWy(),!0) +r.f.a7(0) +r.r.a7(0) +s=r.d +if(s!=null)s.u_(r) +r.d=null +r.zH(null) +r.x=!0}, +k(a){return"RestorationBucket(restorationId: "+this.e+", owner: "+A.m(this.b)+")"}} +A.a0C.prototype={ +$0(){var s=t.X +return A.A(s,s)}, +$S:120} +A.a0D.prototype={ +$0(){var s=t.X +return A.A(s,s)}, +$S:120} +A.a0B.prototype={ +$0(){return A.c([],t.QT)}, +$S:294} +A.a0E.prototype={ +$1(a){return a}, +$S:295} +A.l4.prototype={ +j(a,b){var s,r +if(b==null)return!1 +if(this===b)return!0 +if(b instanceof A.l4){s=b.a +r=this.a +s=s.a===r.a&&s.b===r.b&&A.cg(b.b,this.b)}else s=!1 +return s}, +gA(a){var s=this.a +return A.L(s.a,s.b,A.bJ(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.x9.prototype={ +j(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.x9&&b.a===this.a&&A.cg(b.b,this.b)}, +gA(a){return A.L(this.a,A.bJ(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.Tt.prototype={ +vy(a,b){return this.a86(a,b)}, +a86(a0,a1){var s=0,r=A.a_(t.EZ),q,p=2,o,n=this,m,l,k,j,i,h,g,f,e,d,c,b,a +var $async$vy=A.W(function(a2,a3){if(a2===1){o=a3 +s=p}while(true)switch(s){case 0:d=null +c=a0.Ie("-") +p=4 +m=n.b +m===$&&A.b() +a=t.j +s=7 +return A.a5(m.cA("SpellCheck.initiateSpellCheck",A.c([c,a1],t.s),t.z),$async$vy) +case 7:d=a.a(a3) +p=2 +s=6 +break +case 4:p=3 +b=o +q=null +s=1 +break +s=6 +break +case 3:s=2 +break +case 6:k=A.c([],t.bt) +for(m=J.av(d),j=t.f,i=t.N,h=t.z,g=t.j;m.v();){f=A.ak7(j.a(m.gF()),i,h) +k.push(new A.l4(new A.br(A.em(f.h(0,"startIndex")),A.em(f.h(0,"endIndex"))),J.iu(g.a(f.h(0,"suggestions")),i)))}m=n.a +if(m!=null){j=m.a +e=A.cg(m.b,k) +if(j===a1&&e)k=A.asL(n.a.b,k)}n.a=new A.x9(a1,k) +q=k +s=1 +break +case 1:return A.Y(q,r) +case 2:return A.X(o,r)}}) +return A.Z($async$vy,r)}} +A.RW.prototype={} +A.i4.prototype={ +JD(){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.H() +q=o.r.H() +p=o.c +p=p==null?null:p.H() +return A.aD(["systemNavigationBarColor",n,"systemNavigationBarDividerColor",null,"systemStatusBarContrastEnforced",o.w,"statusBarColor",s,"statusBarBrightness",r,"statusBarIconBrightness",q,"systemNavigationBarIconBrightness",p,"systemNavigationBarContrastEnforced",o.d],t.N,t.z)}, +k(a){return"SystemUiOverlayStyle("+this.JD().k(0)+")"}, +gA(a){var s=this +return A.L(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.O(b)!==A.r(r))return!1 +if(b instanceof A.i4)if(J.d(b.a,r.a))if(J.d(b.e,r.e))if(b.r===r.r)if(b.f===r.f)s=b.c==r.c +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.a2S.prototype={ +$0(){if(!J.d($.qm,$.agy)){B.aZ.cA("SystemChrome.setSystemUIOverlayStyle",$.qm.JD(),t.H) +$.agy=$.qm}$.qm=null}, +$S:0} +A.HL.prototype={ +H(){return"SystemSoundType."+this.b}} +A.fg.prototype={ +eF(a){var s +if(a<0)return null +s=this.ol(a).a +return s>=0?s:null}, +eG(a){var s=this.ol(Math.max(0,a)).b +return s>=0?s:null}, +ol(a){var s,r=this.eF(a) +if(r==null)r=-1 +s=this.eG(a) +return new A.br(r,s==null?-1:s)}} +A.op.prototype={ +eF(a){var s +if(a<0)return null +s=this.a +return A.a2M(s,Math.min(a,s.length)).b}, +eG(a){var s,r=this.a +if(a>=r.length)return null +s=A.a2M(r,Math.max(0,a+1)) +return s.b+s.gF().length}, +ol(a){var s,r,q,p=this +if(a<0){s=p.eG(a) +return new A.br(-1,s==null?-1:s)}else{s=p.a +if(a>=s.length){s=p.eF(a) +return new A.br(s==null?-1:s,-1)}}r=A.a2M(s,a) +s=r.b +if(s!==r.c)s=new A.br(s,s+r.gF().length) +else{q=p.eG(a) +s=new A.br(s,q==null?-1:q)}return s}} +A.pk.prototype={ +ol(a){return this.a.oh(new A.aW(Math.max(a,0),B.l))}} +A.vO.prototype={ +eF(a){var s,r,q +if(a<0||this.a.length===0)return null +s=this.a +r=s.length +if(a>=r)return r +if(a===0)return 0 +if(a>1&&s.charCodeAt(a)===10&&s.charCodeAt(a-1)===13)q=a-2 +else q=A.agA(s.charCodeAt(a))?a-1:a +for(;q>0;){if(A.agA(s.charCodeAt(q)))return q+1;--q}return Math.max(q,0)}, +eG(a){var s,r=this.a,q=r.length +if(a>=q||q===0)return null +if(a<0)return 0 +for(s=a;!A.agA(r.charCodeAt(s));){++s +if(s===q)return s}return s=s?null:s}} +A.eh.prototype={ +gjq(){var s,r=this +if(!r.gbC()||r.c===r.d)s=r.e +else s=r.c=n&&o<=p.b)return p +s=p.c +r=p.d +q=s<=r +if(o<=n){if(b)return p.n8(a.b,p.b,o) +n=q?o:s +return p.vc(n,q?r:o)}if(b)return p.n8(a.b,n,o) +n=q?s:o +return p.vc(n,q?o:r)}, +M8(a){if(this.gcN().j(0,a))return this +return this.a6J(a.b,a.a)}} +A.l5.prototype={} +A.HU.prototype={} +A.HT.prototype={} +A.HV.prototype={} +A.qs.prototype={} +A.OF.prototype={} +A.Fp.prototype={ +H(){return"MaxLengthEnforcement."+this.b}} +A.l6.prototype={} +A.LW.prototype={} +A.abA.prototype={} +A.E6.prototype={ +a8y(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=null,h=b.b +h=h.gbC()?new A.LW(h.c,h.d):i +s=b.c +s=s.gbC()&&s.a!==s.b?new A.LW(s.a,s.b):i +r=new A.abA(b,new A.ce(""),h,s) +s=b.a +q=B.d.a5f(j.a,s) +for(h=new A.Oo(q.a,q.b,q.c),p=i;h.v();p=o){o=h.d +o.toString +n=p==null?i:p.a+p.c.length +if(n==null)n=0 +m=o.a +j.zw(!1,n,m,r) +j.zw(!0,m,m+o.c.length,r)}h=p==null?i:p.a+p.c.length +if(h==null)h=0 +j.zw(!1,h,s.length,r) +s=r.e=!0 +l=r.c +k=r.d +h=r.b.a +s=(k!=null?k.a===k.b:s)?B.b0:new A.br(k.a,k.b) +if(l==null)o=B.fu +else{o=r.a.b +o=A.bt(o.e,l.a,l.b,o.f)}return new A.c7(h.charCodeAt(0)==0?h:h,o,s)}, +zw(a,b,c,d){var s,r,q,p +if(a)s=b===c?"":this.c +else s=B.d.af(d.a.a,b,c) +d.b.a+=s +if(s.length===c-b)return +r=new A.VE(b,c,s) +q=d.c +p=q==null +if(!p)q.a=q.a+r.$1(d.a.b.c) +if(!p)q.b=q.b+r.$1(d.a.b.d) +q=d.d +p=q==null +if(!p)q.a=q.a+r.$1(d.a.c.a) +if(!p)q.b=q.b+r.$1(d.a.c.b)}} +A.VE.prototype={ +$1(a){var s=this,r=s.a,q=a<=r&&a=r.a&&s<=this.a.length}else r=!1 +return r}, +On(a,b){var s,r,q,p,o=this +if(!a.gbC())return o +s=a.a +r=a.b +q=B.d.kR(o.a,s,r,b) +if(r-s===b.length)return o.a6I(q) +s=new A.a36(a,b) +r=o.b +p=o.c +return new A.c7(q,A.bt(B.l,s.$1(r.c),s.$1(r.d),!1),new A.br(s.$1(p.a),s.$1(p.b)))}, +D2(){var s=this.b,r=this.c +return A.aD(["text",this.a,"selectionBase",s.c,"selectionExtent",s.d,"selectionAffinity",s.e.H(),"selectionIsDirectional",s.f,"composingBase",r.a,"composingExtent",r.b],t.N,t.z)}, +k(a){return"TextEditingValue(text: \u2524"+this.a+"\u251c, selection: "+this.b.k(0)+", composing: "+this.c.k(0)+")"}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.c7&&b.a===s.a&&b.b.j(0,s.b)&&b.c.j(0,s.c)}, +gA(a){var s=this.b,r=this.c +return A.L(B.d.gA(this.a),s.gA(s),A.L(B.h.gA(r.a),B.h.gA(r.b),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.a36.prototype={ +$1(a){var s=this.a,r=s.a,q=a<=r&&a") +l=p.f +k=A.l(l).i("b8<1>") +j=k.i("dA>") +q=A.ah(new A.dA(new A.aZ(new A.b8(l,k),new A.a3w(p,A.ah(new A.ae(n,new A.a3x(),m),!0,m.i("ba.E"))),k.i("aZ")),new A.a3y(p),j),!0,j.i("t.E")) +s=1 +break}else if(c==="TextInputClient.scribbleInteractionBegan"){p.r=!0 +s=1 +break}else if(c==="TextInputClient.scribbleInteractionFinished"){p.r=!1 +s=1 +break}n=p.d +if(n==null){s=1 +break}if(c==="TextInputClient.requestExistingInputState"){m=p.e +m===$&&A.b() +p.y8(n,m) +p.ue(p.d.r.a.c.a) +s=1 +break}n=t.j +o=n.a(a.b) +if(c===u.l){n=t.a +i=n.a(J.rY(o,1)) +for(m=i.gbN(),m=m.ga3(m);m.v();)A.alD(n.a(i.h(0,m.gF()))) +s=1 +break}m=J.b1(o) +h=A.em(m.h(o,0)) +l=p.d +if(h!==l.f){s=1 +break}switch(c){case"TextInputClient.updateEditingState":g=A.alD(t.a.a(m.h(o,1))) +$.by().a4o(g,$.Ri()) +break +case u.s:f=A.c([],t.sD) +l=t.a +for(n=J.av(n.a(l.a(m.h(o,1)).h(0,"deltas")));n.v();)f.push(A.awF(l.a(n.gF()))) +t.Je.a(p.d.r).adS(f) +break +case"TextInputClient.performAction":if(A.bE(m.h(o,1))==="TextInputAction.commitContent"){n=t.a.a(m.h(o,2)) +A.bE(n.h(0,"mimeType")) +A.bE(n.h(0,"uri")) +if(n.h(0,"data")!=null)new Uint8Array(A.rP(A.kA(t.JY.a(n.h(0,"data")),!0,t.S))) +p.d.r.a.toString}else p.d.r.abO(A.aAh(A.bE(m.h(o,1)))) +break +case"TextInputClient.performSelectors":e=J.iu(n.a(m.h(o,1)),t.N) +e.ac(e,p.d.r.gabQ()) +break +case"TextInputClient.performPrivateCommand":n=t.a +d=n.a(m.h(o,1)) +m=p.d.r +A.bE(d.h(0,"action")) +if(d.h(0,"data")!=null)n.a(d.h(0,"data")) +m.a.toString +break +case"TextInputClient.updateFloatingCursor":n=l.r +l=A.aAg(A.bE(m.h(o,1))) +m=t.a.a(m.h(o,2)) +n.ad9(new A.a_f(l===B.hN?new A.i(A.hq(m.h(0,"X")),A.hq(m.h(0,"Y"))):B.f,l)) +break +case"TextInputClient.onConnectionClosed":n=l.r +if(n.gfE()){n.z.toString +n.fy=n.z=$.by().d=null +n.tj(B.iW,!0)}break +case"TextInputClient.showAutocorrectionPromptRect":l.r.PX(A.em(m.h(o,1)),A.em(m.h(o,2))) +break +case"TextInputClient.showToolbar":l.r.ha() +break +case"TextInputClient.insertTextPlaceholder":l.r.aa2(new A.H(A.hq(m.h(o,1)),A.hq(m.h(o,2)))) +break +case"TextInputClient.removeTextPlaceholder":l.r.Oj() +break +default:throw A.h(A.ag2(null))}case 1:return A.Y(q,r)}}) +return A.Z($async$yX,r)}, +a2D(){if(this.w)return +this.w=!0 +A.dv(new A.a3A(this))}, +a3a(a,b){var s,r,q,p,o,n,m,l,k,j +for(s=this.b,s=A.c8(s,s.r),r=t.R,q=t.H,p=A.l(s).c,o=t.N,n=t.z;s.v();){m=s.d +if(m==null)p.a(m) +m=$.by() +l=m.c +l===$&&A.b() +k=m.d.f +j=b.hD() +if(m.a!==$.Ri())j.p(0,"inputType",A.aD(["name","TextInputType.none","signed",null,"decimal",null],o,n)) +l.cA("TextInput.setClient",A.c([k,j],r),q)}}, +FF(){var s,r,q,p,o=this +o.d.toString +for(s=o.b,s=A.c8(s,s.r),r=t.H,q=A.l(s).c;s.v();){p=s.d +if(p==null)q.a(p) +p=$.by().c +p===$&&A.b() +p.iS("TextInput.clearClient",r)}o.d=null +o.a2D()}, +a4n(a){var s,r,q,p,o,n,m,l +for(s=this.b,s=A.c8(s,s.r),r=t.H,q=A.l(s).c,p=t.N,o=t.z;s.v();){n=s.d +if(n==null)q.a(n) +n=$.by() +m=n.c +m===$&&A.b() +l=a.hD() +if(n.a!==$.Ri())l.p(0,"inputType",A.aD(["name","TextInputType.none","signed",null,"decimal",null],p,o)) +m.cA("TextInput.updateConfig",l,r)}}, +ue(a){var s,r,q,p +for(s=this.b,s=A.c8(s,s.r),r=t.H,q=A.l(s).c;s.v();){p=s.d +if(p==null)q.a(p) +p=$.by().c +p===$&&A.b() +p.cA("TextInput.setEditingState",a.D2(),r)}}, +zQ(){var s,r,q,p +for(s=this.b,s=A.c8(s,s.r),r=t.H,q=A.l(s).c;s.v();){p=s.d +if(p==null)q.a(p) +p=$.by().c +p===$&&A.b() +p.iS("TextInput.show",r)}}, +a_m(){var s,r,q,p +for(s=this.b,s=A.c8(s,s.r),r=t.H,q=A.l(s).c;s.v();){p=s.d +if(p==null)q.a(p) +p=$.by().c +p===$&&A.b() +p.iS("TextInput.hide",r)}}, +a3d(a,b){var s,r,q,p,o,n,m,l,k +for(s=this.b,s=A.c8(s,s.r),r=a.a,q=a.b,p=b.a,o=t.N,n=t.z,m=t.H,l=A.l(s).c;s.v();){k=s.d +if(k==null)l.a(k) +k=$.by().c +k===$&&A.b() +k.cA("TextInput.setEditableSizeAndTransform",A.aD(["width",r,"height",q,"transform",p],o,n),m)}}, +a3b(a){var s,r,q,p,o,n,m,l,k,j +for(s=this.b,s=A.c8(s,s.r),r=a.a,q=a.c-r,p=a.b,o=a.d-p,n=t.N,m=t.z,l=t.H,k=A.l(s).c;s.v();){j=s.d +if(j==null)k.a(j) +j=$.by().c +j===$&&A.b() +j.cA("TextInput.setMarkedTextRect",A.aD(["width",q,"height",o,"x",r,"y",p],n,m),l)}}, +a39(a){var s,r,q,p,o,n,m,l,k,j +for(s=this.b,s=A.c8(s,s.r),r=a.a,q=a.c-r,p=a.b,o=a.d-p,n=t.N,m=t.z,l=t.H,k=A.l(s).c;s.v();){j=s.d +if(j==null)k.a(j) +j=$.by().c +j===$&&A.b() +j.cA("TextInput.setCaretRect",A.aD(["width",q,"height",o,"x",r,"y",p],n,m),l)}}, +a3i(a){var s,r,q +for(s=this.b,s=A.c8(s,s.r),r=A.l(s).c;s.v();){q=s.d;(q==null?r.a(q):q).PQ(a)}}, +a3j(a,b,c,d,e){var s,r,q,p,o,n,m,l,k +for(s=this.b,s=A.c8(s,s.r),r=d.a,q=e.a,p=t.N,o=t.z,n=t.H,m=c==null,l=A.l(s).c;s.v();){k=s.d +if(k==null)l.a(k) +k=$.by().c +k===$&&A.b() +k.cA("TextInput.setStyle",A.aD(["fontFamily",a,"fontSize",b,"fontWeightIndex",m?null:c.a,"textAlignIndex",r,"textDirectionIndex",q],p,o),n)}}, +a2k(){var s,r,q,p +for(s=this.b,s=A.c8(s,s.r),r=t.H,q=A.l(s).c;s.v();){p=s.d +if(p==null)q.a(p) +p=$.by().c +p===$&&A.b() +p.iS("TextInput.requestAutofill",r)}}, +a4o(a,b){var s,r,q,p +if(this.d==null)return +for(s=$.by().b,s=A.c8(s,s.r),r=A.l(s).c,q=t.H;s.v();){p=s.d +if((p==null?r.a(p):p)!==b){p=$.by().c +p===$&&A.b() +p.cA("TextInput.setEditingState",a.D2(),q)}}$.by().d.r.ad8(a)}} +A.a3z.prototype={ +$0(){var s=null +return A.c([A.hE("call",this.a,!0,B.b3,s,!1,s,s,B.aB,s,!1,!0,!0,B.by,s,t.O5)],t.F)}, +$S:25} +A.a3x.prototype={ +$1(a){return a}, +$S:296} +A.a3w.prototype={ +$1(a){var s,r,q,p=this.b,o=p[0],n=p[1],m=p[2] +p=p[3] +s=this.a.f +r=s.h(0,a) +p=r==null?null:r.aah(new A.y(o,n,o+m,n+p)) +if(p!==!0)return!1 +p=s.h(0,a) +q=p==null?null:p.gn0() +if(q==null)q=B.U +if(!q.j(0,B.U)){p=q.a +p=isNaN(p)||isNaN(q.b)||isNaN(q.c)||isNaN(q.d)||p>=1/0||q.b>=1/0||q.c>=1/0||q.d>=1/0}else p=!0 +return!p}, +$S:71} +A.a3y.prototype={ +$1(a){var s=this.a.f.h(0,a).gn0(),r=[a],q=s.a,p=s.b +B.b.P(r,[q,p,s.c-q,s.d-p]) +return r}, +$S:297} +A.a3A.prototype={ +$0(){var s=this.a +s.w=!1 +if(s.d==null)s.a_m()}, +$S:0} +A.xy.prototype={} +A.Mk.prototype={ +PQ(a){var s,r=$.by().c +r===$&&A.b() +s=A.a7(a).i("ae<1,P>") +r.cA("TextInput.setSelectionRects",A.ah(new A.ae(a,new A.a9P(),s),!0,s.i("ba.E")),t.H)}} +A.a9P.prototype={ +$1(a){var s=a.b,r=s.a,q=s.b +return A.c([r,q,s.c-r,s.d-q,a.a,a.c.a],t.a0)}, +$S:298} +A.Ql.prototype={} +A.Ib.prototype={ +H(){return"UndoDirection."+this.b}} +A.Ic.prototype={ +ga4d(){var s=this.a +s===$&&A.b() +return s}, +yY(a){return this.a_e(a)}, +a_e(a){var s=0,r=A.a_(t.z),q,p=this,o,n +var $async$yY=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:n=t.j.a(a.b) +if(a.a==="UndoManagerClient.handleUndo"){o=p.b +o.toString +o.a92(p.a40(A.bE(J.rY(n,0)))) +s=1 +break}throw A.h(A.ag2(null)) +case 1:return A.Y(q,r)}}) +return A.Z($async$yY,r)}, +a40(a){switch(a){case"undo":return B.a26 +case"redo":return B.a27}throw A.h(A.oX(A.c([A.kg("Unknown undo direction: "+a)],t.F)))}} +A.a4t.prototype={} +A.adD.prototype={ +$1(a){this.a.sck(a) +return!1}, +$S:18} +A.aN.prototype={} +A.aU.prototype={ +es(a){this.b=a}, +jC(a){return this.gi8()}, +pb(a,b){var s=this +if(A.l(s).i("ch").b(s))return s.jD(a,b) +return s.jC(a)}, +gi8(){return!0}, +n7(a){return!0}, +D3(a,b){return this.n7(a)?B.db:B.ev}, +pa(a,b){var s=this +if(A.l(s).i("ch").b(s))return s.dk(a,b) +return s.dj(a)}, +Ae(a){var s=this.a +s.b=!0 +s.a.push(a) +return null}, +wK(a){return this.a.C(0,a)}, +d2(a){return new A.zH(this,a,!1,!1,!1,!1,new A.aJ(A.c([],t.g),t.b),A.l(this).i("zH"))}} +A.ch.prototype={ +jD(a,b){return this.Qo(a)}, +jC(a){return this.jD(a,null)}, +d2(a){return new A.zI(this,a,!1,!1,!1,!1,new A.aJ(A.c([],t.g),t.b),A.l(this).i("zI"))}} +A.c0.prototype={ +dj(a){return this.c.$1(a)}} +A.RA.prototype={ +N8(a,b,c){return a.pa(b,c)}, +aa8(a,b,c){if(a.pb(b,c))return new A.ih(!0,a.pa(b,c)) +return B.Vd}} +A.iv.prototype={ +ah(){return new A.y5(A.ax(t.od),new A.N(),B.k)}} +A.RC.prototype={ +$1(a){t.L1.a(a.gaP()) +return!1}, +$S:57} +A.RF.prototype={ +$1(a){var s=this,r=A.RB(t.L1.a(a.gaP()),s.b,s.d) +if(r!=null){s.c.rQ(a,null) +s.a.a=r +return!0}return!1}, +$S:57} +A.RD.prototype={ +$1(a){var s=A.RB(t.L1.a(a.gaP()),this.b,this.c) +if(s!=null){this.a.a=s +return!0}return!1}, +$S:57} +A.RE.prototype={ +$1(a){var s=this,r=s.b,q=A.RB(t.L1.a(a.gaP()),r,s.d),p=q!=null +if(p&&q.pb(r,s.c))s.a.a=A.af1(a).N8(q,r,s.c) +return p}, +$S:57} +A.RG.prototype={ +$1(a){var s=this,r=s.b,q=A.RB(t.L1.a(a.gaP()),r,s.d),p=q!=null +if(p&&q.pb(r,s.c))s.a.a=A.af1(a).N8(q,r,s.c) +return p}, +$S:57} +A.y5.prototype={ +aH(){this.aY() +this.JL()}, +XN(a){this.ao(new A.a5l(this))}, +JL(){var s,r,q=this,p=q.a.d.gbk(),o=A.f2(p,A.l(p).i("t.E")),n=q.d.lw(o) +p=q.d +p.toString +s=o.lw(p) +for(p=n.ga3(n),r=q.gGY();p.v();)p.gF().wK(r) +for(p=s.ga3(s);p.v();)p.gF().Ae(r) +q.d=o}, +aG(a){this.b1(a) +this.JL()}, +m(){var s,r,q,p,o=this +o.aM() +for(s=o.d,s=A.c8(s,s.r),r=o.gGY(),q=A.l(s).c;s.v();){p=s.d;(p==null?q.a(p):p).wK(r)}o.d=null}, +G(a){var s=this.a +return new A.y4(null,s.d,this.e,s.e,null)}} +A.a5l.prototype={ +$0(){this.a.e=new A.N()}, +$S:0} +A.y4.prototype={ +c7(a){var s +if(this.w===a.w)s=!A.aeH(a.r,this.r) +else s=!0 +return s}} +A.Ir.prototype={ +dj(a){a.adE() +return null}} +A.u8.prototype={ +n7(a){return this.c}, +dj(a){}} +A.oc.prototype={} +A.on.prototype={} +A.et.prototype={} +A.DM.prototype={} +A.ja.prototype={} +A.G9.prototype={ +jD(a,b){var s,r,q,p,o,n=$.af.a4$.f.c +if(n==null||n.e==null)return!1 +for(s=t.vz,r=0;r<2;++r){q=B.QC[r] +p=n.e +p.toString +o=A.af3(p,q,s) +if(o!=null&&o.pb(q,b)){this.e=o +this.f=q +return!0}}return!1}, +jC(a){return this.jD(a,null)}, +dk(a,b){var s,r=this.e +r===$&&A.b() +s=this.f +s===$&&A.b() +r.pa(s,b)}, +dj(a){return this.dk(a,null)}} +A.rt.prototype={ +Hw(a,b,c){var s +a.es(this.gks()) +s=a.pa(b,c) +a.es(null) +return s}, +dk(a,b){var s=this,r=A.af2(s.gqO(),A.l(s).c) +return r==null?s.Na(a,s.b,b):s.Hw(r,a,b)}, +dj(a){return this.dk(a,null)}, +gi8(){var s,r,q=this,p=A.af3(q.gqO(),null,A.l(q).c) +if(p!=null){p.es(q.gks()) +s=p.gi8() +p.es(null) +r=s}else r=q.gks().gi8() +return r}, +jD(a,b){var s,r=this,q=A.af2(r.gqO(),A.l(r).c),p=q==null +if(!p)q.es(r.gks()) +s=(p?r.gks():q).pb(a,b) +if(!p)q.es(null) +return s}, +jC(a){return this.jD(a,null)}, +n7(a){var s,r=this,q=A.af2(r.gqO(),A.l(r).c),p=q==null +if(!p)q.es(r.gks()) +s=(p?r.gks():q).n7(a) +if(!p)q.es(null) +return s}} +A.zH.prototype={ +Na(a,b,c){var s=this.e +if(b==null)return s.dj(a) +else return s.dj(a)}, +gks(){return this.e}, +gqO(){return this.f}} +A.zI.prototype={ +Hw(a,b,c){var s +c.toString +a.es(new A.yr(c,this.e,new A.aJ(A.c([],t.g),t.b),this.$ti.i("yr<1>"))) +s=a.pa(b,c) +a.es(null) +return s}, +Na(a,b,c){var s=this.e +if(b==null)return s.dk(a,c) +else return s.dk(a,c)}, +gks(){return this.e}, +gqO(){return this.f}} +A.yr.prototype={ +es(a){this.d.es(a)}, +jC(a){return this.d.jD(a,this.c)}, +gi8(){return this.d.gi8()}, +n7(a){return this.d.n7(a)}, +Ae(a){var s +this.Qn(a) +s=this.d.a +s.b=!0 +s.a.push(a)}, +wK(a){this.Qp(a) +this.d.a.C(0,a)}, +dj(a){return this.d.dk(a,this.c)}} +A.IO.prototype={} +A.IM.prototype={} +A.Lk.prototype={} +A.BB.prototype={ +es(a){this.Ef(a) +this.e.es(a)}} +A.BC.prototype={ +es(a){this.Ef(a) +this.e.es(a)}} +A.ta.prototype={ +ah(){return new A.IZ(null,null,B.k)}} +A.IZ.prototype={ +G(a){var s=this.a +return new A.IY(s.d,s.e,s.f,null,this,B.a4,s.c,null)}} +A.IY.prototype={ +aw(a){var s=this +return A.avK(s.e,s.y,s.f,s.r,s.w,A.cS(a),s.x)}, +aE(a,b){var s,r=this +b.sjo(r.e) +b.sa7N(r.r) +b.sacD(r.w) +b.sa7l(r.f) +b.sadi(r.x) +b.sbT(A.cS(a)) +s=r.y +if(s!==b.lB){b.lB=s +b.aA() +b.b5()}}} +A.Q_.prototype={ +m(){var s=this,r=s.bQ$ +if(r!=null)r.I(s.ghT()) +s.bQ$=null +s.aM()}, +bL(){this.cL() +this.cn() +this.hU()}} +A.th.prototype={ +aw(a){var s=new A.w7(this.e,!0,null,A.a4(),this.$ti.i("w7<1>")) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sl(this.e) +b.sQ3(!0)}} +A.xT.prototype={ +ah(){return new A.Bd(B.k)}} +A.Bd.prototype={ +ga_s(){$.af.toString +var s=$.aL() +if(s.gAY()!=="/"){$.af.toString +s=s.gAY()}else{this.a.toString +$.af.toString +s=s.gAY()}return s}, +aH(){var s=this +s.aY() +s.a4A() +$.af.toString +s.r=s.Iv($.aL().a.f,s.a.fy) +$.af.bR$.push(s)}, +aG(a){this.b1(a) +this.K8(a)}, +m(){B.b.C($.af.bR$,this) +var s=this.d +if(s!=null)s.m() +this.aM()}, +FG(){var s=this.d +if(s!=null)s.m() +this.e=this.d=null}, +K8(a){var s,r=this +r.a.toString +if(r.gKk()){r.FG() +if(r.f!=null){r.a.toString +a.toString +s=!1}else s=!0 +if(s){s=r.a.c +r.f=new A.iL(r,t.TX)}}else{r.FG() +r.f=null}}, +a4A(){return this.K8(null)}, +gKk(){var s=this.a +if(s.Q==null){s=s.as +s=s==null?null:s.gbX(s) +if(s!==!0){this.a.toString +s=!1}else s=!0}else s=!0 +return s}, +a0K(a){var s=this,r=a.a,q=r==="/"&&s.a.Q!=null?new A.aco(s):s.a.as.h(0,r) +if(q!=null)return s.a.f.$1$2(a,q,t.z) +s.a.toString +return null}, +a15(a){return this.a.at.$1(a)}, +vo(){var s=0,r=A.a_(t.y),q,p=this,o,n +var $async$vo=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:p.a.toString +o=p.f +n=o==null?null:o.gK() +if(n==null){q=!1 +s=1 +break}q=n.Ny() +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$vo,r)}, +qd(a){return this.a7C(a)}, +a7C(a){var s=0,r=A.a_(t.y),q,p=this,o,n,m,l +var $async$qd=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:p.a.toString +o=p.f +n=o==null?null:o.gK() +if(n==null){q=!1 +s=1 +break}m=a.gjM() +o=m.giZ().length===0?"/":m.giZ() +l=m.gm_() +l=l.ga6(l)?null:m.gm_() +o=A.ach(m.gkD().length===0?null:m.gkD(),o,l).gpt() +o=n.zI(A.rM(o,0,o.length,B.a3,!1),null,t.X) +o.toString +n.nX(o) +q=!0 +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$qd,r)}, +Iv(a,b){this.a.toString +return A.aAv(a,b)}, +LJ(a){var s=this,r=s.Iv(a,s.a.fy) +if(!r.j(0,s.r))s.ao(new A.acq(s,r))}, +G(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g={} +g.a=null +i.a.toString +if(i.gKk()){s=i.f +r=i.ga_s() +q=i.a +q=q.ay +q.toString +g.a=A.ajE(!0,A.aks(B.C,r,s,q,A.ao7(),i.ga0J(),h,i.ga14(),B.QQ,!0,"nav"),"Navigator Scope",h,h)}else i.a.toString +g.b=null +s=i.a +s.toString +p=new A.e4(new A.acp(g,i),h) +g.b=p +g.b=A.ke(p,h,h,B.ce,!0,s.cy,h,h,B.b1) +s=i.a +r=s.CW +s=s.db +s=A.z(255,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255) +g=g.b +q=i.a +q.toString +o=i.r +o.toString +n=A.axa() +m=A.pl($.ape(),t.u,t.od) +m.p(0,B.j3,new A.wA(new A.aJ(A.c([],t.g),t.b)).d2(a)) +l=A.agi() +k=t.a9 +j=A.c([],k) +B.b.P(j,i.a.dy) +j.push(B.zY) +k=A.c(j.slice(0),k) +return new A.wx(new A.wU(A.agr(new A.DB(A.t1(m,A.ajF(new A.HP(new A.wV(new A.vc(o,k,new A.I6(r,s,g,h),h),h),h),l)),h),"",n),h),q.p3,h)}} +A.aco.prototype={ +$1(a){var s=this.a.a.Q +s.toString +return s}, +$S:6} +A.acq.prototype={ +$0(){this.a.r=this.b}, +$S:0} +A.acp.prototype={ +$1(a){return this.b.a.ch.$2(a,this.a.a)}, +$S:6} +A.R_.prototype={} +A.i2.prototype={ +ah(){var s=this.$ti +return new A.AG(B.k,s.i("@").av(s.i("i2.S")).i("AG<1,2>"))}} +A.AG.prototype={ +aH(){var s,r,q=this,p=null +q.aY() +s=q.a +r=s.f +if(r==null)s=new A.dw(B.hm,p,p,p,A.l(s).i("dw<1>")) +else s=new A.dw(B.hm,r,p,p,A.l(s).i("dw<1>")) +q.e=s +q.Fg()}, +aG(a){var s,r=this +r.b1(a) +if(!a.c.j(0,r.a.c)){if(r.d!=null){r.Fh() +r.a.toString +s=r.e +s===$&&A.b() +r.e=new A.dw(B.hm,s.b,s.c,s.d,s.$ti)}r.Fg()}}, +G(a){var s,r=this.a +r.toString +s=this.e +s===$&&A.b() +return r.AB(a,s)}, +m(){this.Fh() +this.aM()}, +Fg(){var s,r=this +r.d=r.a.c.qL(new A.abo(r),new A.abp(r),new A.abq(r)) +r.a.toString +s=r.e +s===$&&A.b() +r.e=new A.dw(B.Bc,s.b,s.c,s.d,s.$ti)}, +Fh(){var s=this.d +if(s!=null){s.b4() +this.d=null}}} +A.abo.prototype={ +$1(a){var s=this.a +s.ao(new A.abn(s,a))}, +$S(){return this.a.$ti.i("~(1)")}} +A.abn.prototype={ +$0(){var s=this.a,r=s.a +r.toString +s.e===$&&A.b() +s.e=new A.dw(B.l2,this.b,null,null,A.l(r).i("dw<1>"))}, +$S:0} +A.abq.prototype={ +$2(a,b){var s=this.a +s.ao(new A.abl(s,a,b))}, +$S:85} +A.abl.prototype={ +$0(){var s=this.a,r=s.a +r.toString +s.e===$&&A.b() +s.e=new A.dw(B.l2,null,this.b,this.c,A.l(r).i("dw<1>"))}, +$S:0} +A.abp.prototype={ +$0(){var s=this.a +s.ao(new A.abm(s))}, +$S:0} +A.abm.prototype={ +$0(){var s,r=this.a +r.a.toString +s=r.e +s===$&&A.b() +r.e=new A.dw(B.Bd,s.b,s.c,s.d,s.$ti)}, +$S:0} +A.oD.prototype={ +H(){return"ConnectionState."+this.b}} +A.dw.prototype={ +k(a){var s=this +return"AsyncSnapshot("+s.a.k(0)+", "+A.m(s.b)+", "+A.m(s.c)+", "+A.m(s.d)+")"}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return s.$ti.b(b)&&b.a===s.a&&J.d(b.b,s.b)&&J.d(b.c,s.c)&&b.d==s.d}, +gA(a){return A.L(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.xf.prototype={ +AB(a,b){return this.e.$2(a,b)}} +A.tr.prototype={ +ah(){return new A.ya(B.k)}} +A.ya.prototype={ +aH(){this.aY() +this.Fi()}, +aG(a){this.b1(a) +this.Fi()}, +Fi(){this.e=new A.d4(this.gUm(),this.a.c,null,t.Jc)}, +m(){var s,r,q=this.d +if(q!=null)for(q=A.iV(q,q.r);q.v();){s=q.d +r=this.d.h(0,s) +r.toString +s.I(r)}this.aM()}, +Un(a){var s,r=this,q=a.a,p=r.d +if(p==null)p=r.d=A.A(t.I_,t.M) +p.p(0,q,r.W0(q)) +p=r.d.h(0,q) +p.toString +q.T(p) +if(!r.f){r.f=!0 +s=r.Gz() +if(s!=null)r.K4(s) +else $.bx.k2$.push(new A.a65(r))}return!1}, +Gz(){var s={},r=this.c +r.toString +s.a=null +r.aT(new A.a6a(s)) +return t.xO.a(s.a)}, +K4(a){var s,r +this.c.toString +s=this.f +r=this.e +r===$&&A.b() +a.Ff(t.Fw.a(A.aug(r,s)))}, +W0(a){var s=A.aX("callback"),r=new A.a69(this,a,s) +s.sck(r) +return r}, +G(a){var s=this.f,r=this.e +r===$&&A.b() +return new A.uV(s,r,null)}} +A.a65.prototype={ +$1(a){var s,r=this.a +if(r.c==null)return +s=r.Gz() +s.toString +r.K4(s)}, +$S:4} +A.a6a.prototype={ +$1(a){this.a.a=a}, +$S:11} +A.a69.prototype={ +$0(){var s=this.a,r=this.b +s.d.C(0,r) +r.I(this.c.aF()) +if(s.d.a===0)if($.bx.ok$.a<3)s.ao(new A.a67(s)) +else{s.f=!1 +A.dv(new A.a68(s))}}, +$S:0} +A.a67.prototype={ +$0(){this.a.f=!1}, +$S:0} +A.a68.prototype={ +$0(){var s=this.a +if(s.c!=null&&s.d.a===0)s.ao(new A.a66(s))}, +$S:0} +A.a66.prototype={ +$0(){}, +$S:0} +A.ph.prototype={} +A.uW.prototype={ +m(){this.ar() +this.d1()}} +A.lG.prototype={ +p_(){var s=new A.uW($.au()) +this.fT$=s +this.c.ea(new A.ph(s))}, +m5(){var s,r=this +if(r.grm()){if(r.fT$==null)r.p_()}else{s=r.fT$ +if(s!=null){s.ar() +s.d1() +r.fT$=null}}}, +G(a){if(this.grm()&&this.fT$==null)this.p_() +return B.a3p}} +A.M6.prototype={ +G(a){throw A.h(A.ut("Widgets that mix AutomaticKeepAliveClientMixin into their State must call super.build() but must ignore the return value of the superclass."))}} +A.Pl.prototype={ +DV(a,b){}, +lR(a){A.amB(this,new A.acf(this,a))}} +A.acf.prototype={ +$1(a){var s=a.z +if(s!=null&&s.n(0,this.a))a.bo()}, +$S:11} +A.ace.prototype={ +$1(a){A.amB(a,this.a)}, +$S:11} +A.Pm.prototype={ +cI(){return new A.Pl(A.fp(null,null,null,t.h,t.X),this,B.P)}} +A.fn.prototype={ +c7(a){return this.w!==a.w}} +A.FL.prototype={ +aw(a){var s=this.e +s=new A.Gz(B.c.aJ(A.Ra(s,0,1)*255),s,!1,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sww(this.e) +b.suN(!1)}} +A.Cw.prototype={ +aw(a){var s=new A.Gk(this.e,B.e_,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.svG(this.e) +b.seV(B.e_)}} +A.m_.prototype={ +aw(a){var s=new A.wc(this.e,this.f,this.r,!1,!1,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.slU(this.e) +b.sMu(this.f) +b.sabX(this.r) +b.dz=b.bd=!1}, +qf(a){a.slU(null) +a.sMu(null)}} +A.ov.prototype={ +aw(a){var s=new A.Gp(null,this.f,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sko(null) +b.skn(this.f)}, +qf(a){a.sko(null)}} +A.D4.prototype={ +aw(a){var s=new A.Go(this.e,A.cS(a),null,this.r,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sAy(this.e) +b.skn(this.r) +b.sko(null) +b.sbT(A.cS(a))}} +A.D2.prototype={ +aw(a){var s=new A.Gm(null,B.be,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sko(null) +b.skn(B.be)}, +qf(a){a.sko(null)}} +A.ou.prototype={ +aw(a){var s=new A.Gn(this.e,this.f,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sko(this.e) +b.skn(this.f)}, +qf(a){a.sko(null)}} +A.ST.prototype={ +$1(a){return A.SS(this.c,this.b,new A.kZ(this.a,A.cS(a)))}, +$S:306} +A.FW.prototype={ +aw(a){var s=this,r=new A.GA(s.e,s.r,s.w,s.y,s.x,null,s.f,null,A.a4()) +r.au() +r.saN(null) +return r}, +aE(a,b){var s=this +b.sci(s.e) +b.skn(s.f) +b.sAy(s.r) +b.sdU(s.w) +b.saj(s.x) +b.sc3(s.y)}} +A.FX.prototype={ +aw(a){var s=this,r=new A.GB(s.r,s.x,s.w,s.e,s.f,null,A.a4()) +r.au() +r.saN(null) +return r}, +aE(a,b){var s=this +b.sko(s.e) +b.skn(s.f) +b.sdU(s.r) +b.saj(s.w) +b.sc3(s.x)}} +A.nz.prototype={ +aw(a){var s=this,r=A.cS(a),q=new A.GJ(s.w,null,A.a4()) +q.au() +q.saN(null) +q.sbG(s.e) +q.sjo(s.r) +q.sbT(r) +q.sMh(s.x) +q.sNM(null) +return q}, +aE(a,b){var s=this +b.sbG(s.e) +b.sNM(null) +b.sjo(s.r) +b.sbT(A.cS(a)) +b.bd=s.w +b.sMh(s.x)}} +A.oB.prototype={ +aw(a){var s=new A.Gw(this.e,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.slM(this.e)}} +A.Dc.prototype={ +aw(a){var s=new A.Gs(this.e,!1,this.x,B.cT,B.cT,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.slM(this.e) +b.sQ1(!1) +b.shA(this.x) +b.saay(B.cT) +b.sa8w(B.cT)}} +A.Em.prototype={ +aw(a){var s=new A.Gt(this.e,this.f,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sad3(this.e) +b.O=this.f}} +A.c6.prototype={ +aw(a){var s=new A.wl(this.e,A.cS(a),null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sct(this.e) +b.sbT(A.cS(a))}} +A.fm.prototype={ +aw(a){var s=new A.GD(this.f,this.r,this.e,A.cS(a),null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sjo(this.e) +b.sadl(this.f) +b.sa9C(this.r) +b.sbT(A.cS(a))}} +A.CP.prototype={} +A.iA.prototype={ +aw(a){var s=new A.wd(this.e,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sB0(this.e)}} +A.v0.prototype={ +mV(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.gaQ() +if(r instanceof A.o)r.a0()}}} +A.tZ.prototype={ +aw(a){var s=new A.wb(this.e,0,null,null,A.a4()) +s.au() +s.P(0,null) +return s}, +aE(a,b){b.sB0(this.e)}} +A.fB.prototype={ +aw(a){return A.akZ(A.eo(this.f,this.e))}, +aE(a,b){b.sKE(A.eo(this.f,this.e))}, +cC(){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.k(0)}} +A.dg.prototype={ +aw(a){return A.akZ(this.e)}, +aE(a,b){b.sKE(this.e)}} +A.F2.prototype={ +aw(a){var s=new A.Gx(this.e,this.f,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.saaU(this.e) +b.saaS(this.f)}} +A.vI.prototype={ +aw(a){var s=new A.wk(this.e,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.swe(this.e)}, +cI(){return new A.Ma(this,B.P)}} +A.Ma.prototype={} +A.Cq.prototype={ +aw(a){var s=new A.w8(this.e,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sa5t(this.e)}} +A.EO.prototype={ +aw(a){var s=null,r=this.e +if(r===0)r=s +r=new A.wh(r,s,s,A.a4()) +r.au() +r.saN(s) +return r}, +aE(a,b){var s=this.e +b.sQj(s===0?null:s) +b.sQi(null)}} +A.Hv.prototype={ +aw(a){var s=a.ai(t.I) +s.toString +s=new A.GI(this.e,s.w,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){var s +b.sct(this.e) +s=a.ai(t.I) +s.toString +b.sbT(s.w)}} +A.F3.prototype={ +aw(a){var s=new A.wi(A.aek(a,B.az,!1),0,null,null,A.a4()) +s.au() +s.P(0,null) +return s}, +aE(a,b){b.sfP(A.aek(a,B.az,!1))}} +A.HF.prototype={ +aw(a){var s=A.cS(a) +s=new A.wq(this.e,s,this.r,this.w,A.a4(),0,null,null,A.a4()) +s.au() +s.P(0,null) +return s}, +aE(a,b){var s +b.sjo(this.e) +s=A.cS(a) +b.sbT(s) +s=this.r +if(b.aI!==s){b.aI=s +b.a0()}s=this.w +if(s!==b.b_){b.b_=s +b.aA() +b.b5()}}} +A.n2.prototype={ +mV(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}s=p.z +if(o.y!=s){o.y=s +r=!0}if(r){q=a.gaQ() +if(q instanceof A.o)q.a0()}}} +A.G4.prototype={ +G(a){var s=this,r=a.ai(t.I) +r.toString +return A.avn(s.f,s.x,null,null,s.c,r.w,s.d,s.r)}} +A.E8.prototype={ +ga0r(){switch(this.e.a){case 0:return!0 +case 1:var s=this.w +return s===B.l9||s===B.la}}, +Dp(a){var s=this.x +s=this.ga0r()?A.cS(a):null +return s}, +aw(a){var s=this,r=null,q=new A.wf(s.e,s.f,s.r,s.w,s.Dp(a),s.y,s.z,B.C,A.a4(),A.b4(4,A.a3D(r,r,r,r,r,B.bb,B.a1,r,1,B.b1),!1,t.mi),!0,0,r,r,A.a4()) +q.au() +q.P(0,r) +return q}, +aE(a,b){var s=this,r=s.e +if(b.B!==r){b.B=r +b.a0()}b.saaP(s.f) +r=s.r +if(b.Y!==r){b.Y=r +b.a0()}b.sa7f(s.w) +r=s.Dp(a) +if(b.aI!=r){b.aI=r +b.a0()}r=s.y +if(b.b_!==r){b.b_=r +b.a0()}if(B.C!==b.Z){b.Z=B.C +b.aA() +b.b5()}}} +A.GT.prototype={} +A.oA.prototype={} +A.uo.prototype={ +mV(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.gaQ() +if(q instanceof A.o)q.a0()}}} +A.E2.prototype={} +A.GN.prototype={ +aw(a){var s,r,q,p=this,o=null,n=p.r +if(n==null){n=a.ai(t.I) +n.toString +n=n.w}s=p.x +r=A.vd(a) +q=s===B.bd?"\u2026":o +s=new A.wm(A.a3D(q,r,p.z,p.as,p.e,p.f,n,p.ax,p.y,p.at),p.w,s,p.ch,!1,0,o,o,A.a4()) +s.au() +s.P(0,o) +s.sm1(p.ay) +return s}, +aE(a,b){var s,r=this +b.sjJ(r.e) +b.so1(r.f) +s=r.r +if(s==null){s=a.ai(t.I) +s.toString +s=s.w}b.sbT(s) +b.sQ5(r.w) +b.sabG(r.x) +b.so2(r.y) +b.snM(r.z) +b.sjf(r.as) +b.so4(r.at) +b.swQ(r.ax) +s=A.vd(a) +b.snK(s) +b.sm1(r.ay) +b.sPA(r.ch)}} +A.F5.prototype={ +aw(a){var s=this,r=null,q=new A.GC(s.e,r,s.r,r,s.x,s.y,r,r,s.as,s.at,r,A.a4()) +q.au() +q.saN(r) +return q}, +aE(a,b){var s=this +b.cw=s.e +b.dW=null +b.bU=s.r +b.cJ=null +b.bw=s.x +b.c5=s.y +b.i4=b.d5=null +b.lB=s.as +b.t=s.at}} +A.vt.prototype={ +aw(a){var s=this +return A.avM(s.w,null,s.e,s.r,s.f,!0)}, +aE(a,b){var s,r=this +b.dW=r.e +b.bU=r.f +b.cJ=r.r +s=r.w +if(!b.bw.j(0,s)){b.bw=s +b.aA()}if(b.t!==B.aC){b.t=B.aC +b.aA()}}} +A.d7.prototype={ +aw(a){var s=new A.GF(null,A.a4()) +s.au() +s.saN(null) +return s}} +A.p8.prototype={ +aw(a){var s=new A.wg(this.e,null,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sMY(this.e) +b.sBX(null)}} +A.Ce.prototype={ +aw(a){var s=new A.w5(!1,null,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sKq(!1) +b.sBX(null)}} +A.q6.prototype={ +aw(a){var s=this,r=new A.wo(s.e,s.f,s.r,s.w,!1,s.GT(a),null,A.a4()) +r.au() +r.saN(null) +r.JN(r.t) +return r}, +GT(a){var s,r=this.e,q=r.p4 +if(q!=null)return q +if(r.fx==null){r=r.p2!=null +s=r}else s=!0 +if(!s)return null +return A.cS(a)}, +aE(a,b){var s=this +b.sa6l(s.f) +b.sa85(s.r) +b.sa80(s.w) +b.sa5C(!1) +b.sO0(s.e) +b.sbT(s.GT(a))}} +A.Fr.prototype={ +aw(a){var s=new A.Gy(null,A.a4()) +s.au() +s.saN(null) +return s}} +A.CB.prototype={ +aw(a){var s=new A.Gl(!0,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sa5D(!0)}} +A.kh.prototype={ +aw(a){var s=new A.Gr(this.e,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sa81(this.e)}} +A.EI.prototype={ +aw(a){var s=new A.Gu(this.e,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){b.sa9W(this.e)}} +A.pj.prototype={ +G(a){return this.c}} +A.e4.prototype={ +G(a){return this.c.$1(a)}} +A.lS.prototype={ +aw(a){var s=new A.zP(this.e,B.aC,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){t.ri.a(b).saj(this.e)}} +A.zP.prototype={ +saj(a){if(a.j(0,this.cw))return +this.cw=a +this.aA()}, +an(a,b){var s,r,q,p,o=this,n=o.gq() +if(n.a>0&&n.b>0){n=a.gbZ() +s=o.gq() +r=b.a +q=b.b +p=$.S().aL() +p.saj(o.cw) +n.d4(new A.y(r,q,r+s.a,q+s.b),p)}n=o.u$ +if(n!=null)a.d_(n,b)}} +A.acs.prototype={ +$1(a){var s=a==null?t.K.a(a):a +return this.a.kE(s)}, +$S:307} +A.fH.prototype={ +vo(){return A.cT(!1,t.y)}, +qd(a){var s=a.gjM(),r=s.giZ().length===0?"/":s.giZ(),q=s.gm_() +q=q.ga6(q)?null:s.gm_() +r=A.ach(s.gkD().length===0?null:s.gkD(),r,q).gpt() +A.rM(r,0,r.length,B.a3,!1) +return A.cT(!1,t.y)}, +B5(){}, +LL(){}, +LK(){}, +LJ(a){}, +LI(a){}, +Bb(){var s=0,r=A.a_(t.s1),q +var $async$Bb=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:q=B.jE +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$Bb,r)}} +A.xU.prototype={ +vO(){var s=0,r=A.a_(t.s1),q,p=this,o,n,m,l +var $async$vO=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:o=p.bR$,n=o.length,m=!1,l=0 +case 3:if(!(l"))}, +aw(a){return this.d}, +aE(a,b){}, +a5v(a,b){var s,r={} +r.a=b +if(b==null){a.Nr(new A.a03(r,this,a)) +s=r.a +s.toString +a.uX(s,new A.a04(r))}else{b.p2=this +b.cs()}r=r.a +r.toString +return r}, +cC(){return this.e}} +A.a03.prototype={ +$0(){var s=this.b,r=A.avN(s,s.$ti.c) +this.a.a=r +r.r=this.c}, +$S:0} +A.a04.prototype={ +$0(){var s=this.a.a +s.toString +s.ES(null,null) +s.tY()}, +$S:0} +A.kQ.prototype={ +aT(a){var s=this.p1 +if(s!=null)a.$1(s)}, +i5(a){this.p1=null +this.jg(a)}, +eh(a,b){this.ES(a,b) +this.tY()}, +cD(a){this.jZ(a) +this.tY()}, +j_(){var s=this,r=s.p2 +if(r!=null){s.p2=null +s.jZ(s.$ti.i("n6<1>").a(r)) +s.tY()}s.EN()}, +tY(){var s,r,q,p,o,n,m,l=this +try{o=l.p1 +n=l.f +n.toString +l.p1=l.dn(o,l.$ti.i("n6<1>").a(n).c,B.h2)}catch(m){s=A.an(m) +r=A.aE(m) +o=A.be("attaching to the render tree") +q=new A.bf(s,r,"widgets library",o,null,!1) +A.ci(q) +p=A.Vt(q) +l.p1=l.dn(null,p,B.h2)}}, +gW(){return this.$ti.i("aj<1>").a(A.b5.prototype.gW.call(this))}, +i6(a,b){var s=this.$ti +s.i("aj<1>").a(A.b5.prototype.gW.call(this)).saN(s.c.a(a))}, +ic(a,b,c){}, +j4(a,b){this.$ti.i("aj<1>").a(A.b5.prototype.gW.call(this)).saN(null)}} +A.Is.prototype={$ia2:1} +A.zZ.prototype={ +eh(a,b){this.ms(a,b)}} +A.Be.prototype={ +fX(){this.Qr() +$.e7=this +var s=$.aL() +s.Q=this.gZ2() +s.as=$.ac}, +Db(){this.Qt() +this.yL()}} +A.Bf.prototype={ +fX(){this.Ti() +$.bx=this}, +lJ(){this.Qs()}} +A.Bg.prototype={ +fX(){var s,r=this +r.Tk() +$.dQ=r +r.cP$!==$&&A.bB() +r.cP$=B.zQ +s=new A.wv(A.ax(t.z4),$.au()) +B.ik.md(s.ga0a()) +r.cz$=s +r.a_r() +s=$.ak6 +if(s==null)s=$.ak6=A.c([],t.iM) +s.push(r.gUr()) +B.yx.xo(new A.acs(r)) +B.yw.xo(r.gYA()) +B.aZ.md(r.gZ0()) +$.by() +r.acb() +r.vY()}, +lJ(){this.Tl()}} +A.Bh.prototype={ +fX(){this.Tm() +$.FS=this +var s=t.K +this.Mf$=new A.Xo(A.A(s,t.Sc),A.A(s,t.B6),A.A(s,t.pt))}, +qw(){this.S5() +var s=this.Mf$ +s===$&&A.b() +s.a7(0)}, +kE(a){return this.a9l(a)}, +a9l(a){var s=0,r=A.a_(t.H),q,p=this +var $async$kE=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:s=3 +return A.a5(p.S6(a),$async$kE) +case 3:switch(A.bE(t.a.a(a).h(0,"type"))){case"fontsChange":p.qp$.ar() +break}s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$kE,r)}} +A.Bi.prototype={ +fX(){var s,r,q=this +q.Tp() +$.agp=q +s=$.aL() +q.Me$=s.a.a +s.p2=q.gZH() +r=$.ac +s.p3=r +s.p4=q.gZF() +s.R8=r +q.Hi()}} +A.Bj.prototype={ +fX(){var s,r,q,p,o=this +o.Tq() +$.GL=o +s=t.TT +o.Y$=new A.vR(o.gZI(),o.gZM(),o.gZK(),A.c([],s),A.c([],s),A.c([],s),A.ax(t.I9),A.ax(t.sv)) +s=$.aL() +s.f=o.ga8V() +r=s.r=$.ac +s.go=o.ga9u() +s.id=r +s.k3=o.ga91() +s.k4=r +r=o.Lx() +s=s.d.h(0,0) +s.toString +s=new A.GK(B.o,r,s,null,A.a4()) +s.au() +s.saN(null) +r=o.Y$ +r===$&&A.b() +r.sacF(s) +s=o.Y$.e +s.Q=s +s.y.r.push(s) +r=s.K0() +s.ch.sal(r) +s.y.Q.push(s) +o.k1$.push(o.gYZ()) +o.aa_() +o.k2$.push(o.ga_h()) +s=o.Y$ +q=o.b7$ +if(q===$){p=new A.yc(o,$.au()) +o.gpn().T(p.gez()) +o.b7$!==$&&A.aK() +o.b7$=p +q=p}s.ad(q)}, +lJ(){this.Tn()}} +A.Bk.prototype={ +BJ(){var s,r,q +this.RI() +for(s=this.bR$,r=s.length,q=0;q=s.b&&s.c>=s.d) +else s=!0}else s=!1 +if(s)m=new A.F2(0,0,new A.dg(B.jS,n,n),n) +else{s=o.d +if(s!=null)m=new A.fm(s,n,n,m,n)}r=o.ga19() +if(r!=null)m=new A.c6(r,m,n) +s=o.f +if(s!=null)m=new A.lS(s,m,n) +s=o.as +if(s!==B.C){q=A.cS(a) +p=o.r +p.toString +m=A.SS(m,s,new A.K7(q==null?B.a1:q,p))}s=o.r +if(s!=null)m=A.m1(m,s,B.bx) +s=o.w +if(s!=null)m=A.m1(m,s,B.lh) +s=o.x +if(s!=null)m=new A.dg(s,m,n) +s=o.y +if(s!=null)m=new A.c6(s,m,n) +s=o.z +if(s!=null)m=A.a4i(o.Q,m,s,!0) +m.toString +return m}} +A.K7.prototype={ +x6(a){return this.c.x7(new A.y(0,0,0+a.a,0+a.b),this.b)}, +xt(a){return!a.c.j(0,this.c)||a.b!==this.b}} +A.lW.prototype={ +H(){return"ContextMenuButtonType."+this.b}} +A.d2.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.d2&&b.c==s.c&&J.d(b.a,s.a)&&b.b===s.b}, +gA(a){return A.L(this.c,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)}, +k(a){return"ContextMenuButtonItem "+this.b.k(0)+", "+A.m(this.c)}} +A.Dg.prototype={ +E3(a,b){var s,r +A.aiY() +s=A.Yw(a,t.N1) +s.toString +r=A.aku(a) +if(r==null)r=null +else{r=r.c +r.toString}r=A.mS(new A.Tb(A.afO(a,r),b),!1) +$.oG=r +s.BZ(0,r) +$.iz=this}, +ej(a){if($.iz!==this)return +A.aiY()}} +A.Tb.prototype={ +$1(a){return new A.qZ(this.a.a,this.b.$1(a),null)}, +$S:6} +A.kc.prototype={ +oa(a,b){return A.Tr(b,this.w,null,this.y,this.x)}, +c7(a){return!J.d(this.w,a.w)||!J.d(this.x,a.x)||!J.d(this.y,a.y)}} +A.Ts.prototype={ +$1(a){var s=a.ai(t.Uf) +if(s==null)s=B.cv +return A.Tr(this.e,s.w,this.a,this.d,s.x)}, +$S:308} +A.M7.prototype={ +G(a){throw A.h(A.ut("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.DB.prototype={ +Xs(){return $.aoz()}, +G(a){var s=A.agr(this.c,"",this.Xs()) +return A.agr(s,"",A.asM())}} +A.DF.prototype={ +od(a){return new A.ar(0,a.b,0,a.d)}, +oi(a,b){var s,r=this.b,q=r.a,p=q+b.a-a.a +r=r.b +s=r+b.b-a.b +if(p>0)q-=p +return new A.i(q,s>0?r-s:r)}, +l5(a){return!this.b.j(0,a.b)}} +A.DN.prototype={ +G(a){var s=A.bn(a,null,t.w).w,r=s.a,q=r.a,p=r.b,o=A.at0(a),n=A.asZ(o,r),m=A.at_(A.at2(new A.y(0,0,0+q,0+p),A.at1(s)),n) +return new A.c6(new A.ao(m.a,m.b,q-m.c,p-m.d),A.pt(this.d,s.acl(m),null),null)}} +A.TY.prototype={ +$1(a){var s +if(!a.gn0().geR().adr(0,0)){a.gadu() +s=!1}else s=!0 +return s}, +$S:124} +A.TZ.prototype={ +$1(a){return a.gn0()}, +$S:310} +A.oN.prototype={ +ah(){return new A.yK(A.pO(null),A.pO(null),B.k)}, +a8z(a,b,c){return this.d.$3(a,b,c)}, +acC(a,b,c){return this.e.$3(a,b,c)}} +A.yK.prototype={ +aH(){var s,r=this +r.aY() +r.d=r.a.c.gbj() +s=r.a.c +s.bl() +s=s.cp$ +s.b=!0 +s.a.push(r.gy5()) +r.JM()}, +Fc(a){var s,r=this,q=r.d +q===$&&A.b() +s=r.Vd(a,q) +r.d=s +if(q!==s)r.JM()}, +aG(a){var s,r,q=this +q.b1(a) +s=a.c +if(s!==q.a.c){r=q.gy5() +s.d8(r) +s=q.a.c +s.bl() +s=s.cp$ +s.b=!0 +s.a.push(r) +q.Fc(q.a.c.gbj())}}, +Vd(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}}, +JM(){var s=this,r=s.d +r===$&&A.b() +switch(r.a){case 0:case 1:s.e.saQ(s.a.c) +s.f.saQ(B.bZ) +break +case 2:case 3:s.e.saQ(B.cX) +s.f.saQ(new A.fa(s.a.c,new A.aJ(A.c([],t.G),t.O),0)) +break}}, +m(){this.a.c.d8(this.gy5()) +this.aM()}, +G(a){var s=this.a +return s.a8z(a,this.e,s.acC(a,this.f,s.f))}} +A.Jv.prototype={ +aw(a){var s=new A.N9(this.e,this.f,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){var s +this.EO(a,b) +s=this.f +b.a9=s +if(!s){s=b.O +if(s!=null)s.$0() +b.O=null}else if(b.O==null)b.aA()}} +A.N9.prototype={ +an(a,b){var s=this +if(s.a9)if(s.O==null)s.O=a.a.a50(s.t) +s.hP(a,b)}} +A.xu.prototype={ +L1(a,b,c){var s,r,q,p,o=null +if(!this.a.gNc()||!c)return A.bW(o,b,this.a.a) +s=b.b9(B.xA) +r=this.a +q=r.c +r=r.a +p=q.a +q=q.b +return A.bW(A.c([A.bW(o,o,B.d.af(r,0,p)),A.bW(o,s,B.d.af(r,p,q)),A.bW(o,o,B.d.e4(r,q))],t.Ne),b,o)}, +sop(a){var s,r,q,p,o=this +if(!o.Ng(a))throw A.h(A.ut("invalid text selection: "+a.k(0))) +s=a.a +r=a.b +if(s===r){q=o.a.c +s=s>=q.a&&r<=q.b}else s=!1 +p=s?o.a.c:B.b0 +o.oF(o.a.a6M(p,a))}, +Ng(a){var s=this.a.a.length +return a.a<=s&&a.b<=s}} +A.xL.prototype={} +A.eG.prototype={} +A.a7v.prototype={ +eu(a){return 0}, +jB(a){return a>=this.b}, +dL(a){var s,r,q,p=this.c,o=this.d +if(p[o].a>a){s=o +o=0}else s=11 +for(r=s-1;o=n)return r.h(s,o) +else if(a<=n)q=o-1 +else p=o+1}return null}, +a5L(){var s,r=this,q=null,p=r.a.z +if(p===B.xF)return q +s=A.c([],t.ZD) +if(p.b&&r.gvj())s.push(new A.d2(new A.Uz(r),B.l3,q)) +if(p.a&&r.gv9())s.push(new A.d2(new A.UA(r),B.l4,q)) +if(p.c&&r.gnT())s.push(new A.d2(new A.UB(r),B.l5,q)) +if(p.d&&r.gDP())s.push(new A.d2(new A.UC(r),B.l6,q)) +return s}, +Xx(){var s,r,q,p,o,n,m,l=this,k=l.a.c.a.b,j=l.gL().ap.f.OF(),i=l.a.c.a.a +if(j!==i||!k.gbC()||k.a===k.b)return new A.L2(l.gL().ap.gcB(),l.gL().ap.gcB()) +s=k.a +r=k.b +q=B.d.af(i,s,r) +p=q.length===0 +o=p?B.bT:new A.dS(q) +o=o.gU(o) +n=l.gL().oj(new A.br(s,s+o.length)) +s=p?B.bT:new A.dS(q) +s=s.gaq(s) +m=l.gL().oj(new A.br(r-s.length,r)) +s=n==null?null:n.d-n.b +if(s==null)s=l.gL().ap.gcB() +r=m==null?null:m.d-m.b +return new A.L2(s,r==null?l.gL().ap.gcB():r)}, +ga6n(){var s,r,q,p,o=this +if(o.gL().no!=null){s=o.gL().no +s.toString +return new A.xF(s,null)}r=o.Xx() +q=o.a.c.a.b +p=o.gL().x9(q) +return A.awL(r.b,o.gL(),p,r.a)}, +ga6o(){var s,r,q,p,o,n,m,l,k=this,j=null,i=k.a5L() +if(i==null){i=k.x.a +s=k.gv9()?new A.UD(k):j +r=k.gvj()?new A.UE(k):j +q=k.gnT()?new A.UF(k):j +p=k.gDP()?new A.UG(k):j +o=k.gNp()?new A.UH(k):j +n=t.ZD +m=A.c([],n) +l=q!=null +if(!l||i!==B.cY){i=A.c([],n) +if(r!=null)i.push(new A.d2(r,B.l3,j)) +if(s!=null)i.push(new A.d2(s,B.l4,j)) +if(l)i.push(new A.d2(q,B.l5,j)) +if(p!=null)i.push(new A.d2(p,B.l6,j)) +B.b.P(m,i)}if(o!=null)m.push(new A.d2(o,B.Be,j)) +i=m}return i}, +aH(){var s=this +s.Su() +s.x.T(s.gHT()) +s.a.c.T(s.gtd()) +s.a.d.T(s.gyB()) +s.geJ().T(s.ga0C()) +s.r.sl(s.a.as) +s.cy=A.atp(s.a.cP)}, +bo(){var s,r,q,p,o=this +o.dh() +s=o.c +s.toString +s=A.c4(s,B.jk) +s=s==null?null:s.at +r=o.a +o.db=s===!0?r.CW.b9(B.iZ):r.CW +o.c.ai(t.BY) +if(!o.CW&&o.a.k4){o.CW=!0 +$.bx.k2$.push(new A.UJ(o))}s=o.c +s.toString +q=A.alN(s) +if(o.fx!==q){o.fx=q +if(o.guf())o.pp() +else if(!o.fx&&o.d!=null)o.Jh()}if(A.b6()!==B.ar&&A.b6()!==B.aS)return +s=o.c +s.toString +p=A.bn(s,B.a32,t.w).w.gr_() +s=o.fr +if(s==null){o.fr=p +return}if(p!==s){o.fr=p +if(A.b6()===B.ar)o.kG(!1) +if(A.b6()===B.aS)o.f2()}}, +aG(a){var s,r,q,p,o=this +o.b1(a) +s=a.c +if(o.a.c!==s){r=o.gtd() +s.I(r) +o.a.c.T(r) +o.A5()}if(!o.a.c.a.b.j(0,s.a.b)){s=o.Q +if(s!=null)s.cD(o.a.c.a)}s=o.Q +if(s!=null)s.sMK(o.a.Q) +s=o.a +s.Z!=a.Z +r=a.d +if(s.d!==r){s=o.gyB() +r.I(s) +o.a.d.T(s) +o.m5()}s=o.a +s.toString +if(a.x&&s.d.gbS())$.bx.k2$.push(new A.UL(o)) +s=o.gfE() +if(s){s=o.a +if(a.x!==s.x){o.z.toString +s=s.Z +s=(s==null?o:s).gkT() +$.by().a4n(s)}}if(o.gfE())o.a.toString +if(!o.a.CW.j(0,a.CW)){s=o.c +s.toString +s=A.c4(s,B.jk) +s=s==null?null:s.at +r=o.a +o.db=s===!0?r.CW.b9(B.iZ):r.CW +if(o.gfE()){s=o.z +s.toString +r=o.db +q=o.goY() +s.xq(r.d,r.r,r.w,o.a.db,q)}}if(o.a.as!==a.as)o.zS() +s=o.a.p1 +if(t.qY.b(s))p=o.gnT() +else{s=s==null&&null +p=s===!0}if(o.a.Y&&o.gnT()&&p)o.x.cK()}, +m(){var s=this,r=s.at +if(r!=null)r.m() +s.a.c.I(s.gtd()) +r=s.dy +if(r!=null)r.m() +s.dy=null +s.FI() +r=s.d +if(r!=null)r.b4() +s.d=null +r=s.e +if(r!=null)r.m() +s.e=null +r=s.Q +if(r!=null)r.m() +s.Q=null +s.a.d.I(s.gyB()) +B.b.C($.af.bR$,s) +r=s.x +r.I(s.gHT()) +r.m() +r=s.r +r.Z$=$.au() +r.R$=0 +$.af.a4$.f.I(s.gpw()) +s.Sv()}, +ad8(a){var s,r,q,p,o,n=this,m=n.a.c.a +if(a.a===m.a){s=a.b +r=s.a +q=m.b +p=q.a +s=r===s.b===(p===q.b)&&r===p&&s.e!==q.e}else s=!1 +if(s)a=a.fS(a.b.a6x(m.b.e)) +m=n.a +if(m.x)a=m.c.a.fS(a.b) +n.fy=a +if(a.j(0,n.a.c.a))return +m=a.a +s=n.a.c.a +if(m===s.a&&a.c.j(0,s.c)){m=n.z==null?null:$.by().r +if(m===!0)o=B.fc +else o=n.k1!=null?B.dC:B.X +n.te(a.b,o)}else{if(m!==n.a.c.a.a)n.kG(!1) +n.ry=null +if(n.gfE())n.a.toString +n.p3=0 +n.p4=null +n.Xg(a,B.X)}if(n.guf()&&n.d!=null){n.ul(!1) +n.pp()}n.u7(!0)}, +abO(a){var s=this +switch(a.a){case 12:if(s.a.k1===1)s.tj(a,!0) +break +case 2:case 3:case 6:case 7:case 4:case 5:s.tj(a,!0) +break +case 8:case 11:case 9:case 0:case 10:case 1:s.tj(a,!1) +break}}, +ad9(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=null,d=f.dy +if(d==null){d=A.bC(e,e,e,e,f) +d.bl() +s=d.cd$ +s.b=!0 +s.a.push(f.ga0I()) +f.dy=d}s=a.b +switch(s.a){case 0:r=d.r +if(r!=null&&r.a!=null){d.eS() +f.HW()}f.ul(!1) +f.giu().sl(1) +f.k1=a.a +q=new A.aW(f.gL().aX.c,f.gL().aX.e) +d=f.gL().hI(q) +f.go=d +f.k2=d.gaZ().N(0,new A.i(0,f.gL().ap.gcB()/2)) +f.id=q +d=f.gL() +r=f.k2 +r.toString +p=f.id +p.toString +d.xn(s,r,p) +break +case 1:d=f.k1 +d.toString +o=a.a.N(0,d) +n=f.go.gaZ().M(0,o).N(0,new A.i(0,f.gL().ap.gcB()/2)) +d=f.gL() +r=d.ap +m=Math.ceil(r.b.a.a.gee())-r.gcB()+5 +l=r.b.b+4 +r=d.Bw +k=r!=null?n.N(0,r):B.f +if(d.Bx&&k.a>0){d.iI=new A.i(n.a- -4,d.iI.b) +d.Bx=!1}else if(d.vz&&k.a<0){d.iI=new A.i(n.a-l,d.iI.b) +d.vz=!1}if(d.vA&&k.b>0){d.iI=new A.i(d.iI.a,n.b- -4) +d.vA=!1}else if(d.vB&&k.b<0){d.iI=new A.i(d.iI.a,n.b-m) +d.vB=!1}r=d.iI +j=n.a-r.a +i=n.b-r.b +h=Math.min(Math.max(j,-4),l) +g=Math.min(Math.max(i,-4),m) +if(j<-4&&k.a<0)d.Bx=!0 +else if(j>l&&k.a>0)d.vz=!0 +if(i<-4&&k.b<0)d.vA=!0 +else if(i>m&&k.b>0)d.vB=!0 +d.Bw=n +f.k2=new A.i(h,g) +d=f.gL() +r=f.gL() +p=f.k2 +p.toString +p=p.M(0,new A.i(0,f.gL().ap.gcB()/2)) +f.id=d.el(A.bp(r.ba(e),p)) +p=f.gL() +r=f.k2 +r.toString +d=f.id +d.toString +p.xn(s,r,d) +break +case 2:f.pp() +if(f.id!=null&&f.k2!=null){f.dy.sl(0) +d=f.dy +d.z=B.al +d.ir(1,B.cq,B.hz)}break}}, +HW(){var s,r,q,p,o=this,n=o.gL(),m=o.id +m.toString +s=n.hI(m).gL5().N(0,new A.i(0,o.gL().ap.gcB()/2)) +if(o.dy.gbj()===B.T){n=o.gL() +m=o.id +m.toString +n.xn(B.hO,s,m) +n=o.gL().aX +if(n.a===n.b){n=o.id +n.toString +o.te(A.qv(n),B.dC)}o.k2=o.k1=o.id=o.go=null}else{n=o.dy.x +n===$&&A.b() +m=o.k2 +r=A.M(m.a,s.a,n) +r.toString +m=A.M(m.b,s.b,n) +m.toString +q=o.gL() +p=o.id +p.toString +q.DX(B.hN,new A.i(r,m),p,n)}}, +tj(a,b){var s,r,q,p,o,n=this,m=n.a.c +m.oF(m.a.Lm(B.b0)) +if(b){switch(a.a){case 0:case 1:case 2:case 3:case 4:case 5:case 8:case 9:case 10:case 11:case 12:n.a.d.m4() +break +case 6:m=n.a.d +p=m.e +p.toString +A.oZ(p).tN(m,!0) +break +case 7:m=n.a.d +p=m.e +p.toString +A.oZ(p).tN(m,!1) +break}b=!0}m=n.a +s=m.RG +if(s==null)return +try{s.$1(m.c.a.a)}catch(o){r=A.an(o) +q=A.aE(o) +m=A.be("while calling onSubmitted for "+a.k(0)) +A.ci(new A.bf(r,q,"widgets",m,null,!1))}if(b)n.a2H()}, +A5(){var s,r=this +if(r.k3>0||!r.gfE())return +s=r.a.c.a +if(s.j(0,r.fy))return +r.z.toString +$.by().ue(s) +r.fy=s}, +GK(a){var s,r,q,p,o,n,m,l,k=this +B.b.gbO(k.geJ().f) +s=k.gL().gq() +if(k.a.k1===1){r=a.c +q=a.a +p=s.a +o=r-q>=p?p/2-a.gaZ().a:A.D(0,r-p,q) +n=B.dv}else{m=A.agj(a.gaZ(),Math.max(a.d-a.b,k.gL().ap.gcB()),a.c-a.a) +r=m.d +q=m.b +p=s.b +o=r-q>=p?p/2-m.gaZ().b:A.D(0,r-p,q) +n=B.eS}r=B.b.gbO(k.geJ().f).at +r.toString +q=B.b.gbO(k.geJ().f).z +q.toString +p=B.b.gbO(k.geJ().f).Q +p.toString +l=A.D(o+r,q,p) +p=B.b.gbO(k.geJ().f).at +p.toString +return new A.nb(l,a.cE(n.a1(0,p-l)))}, +tU(){var s,r,q,p,o,n=this +if(!n.gfE()){s=n.a +r=s.c.a +s=s.Z;(s==null?n:s).gkT() +s=n.a.Z +s=(s==null?n:s).gkT() +q=A.alF(n) +$.by().y8(q,s) +s=q +n.z=s +n.Kd() +n.IE() +s=n.z +s.toString +p=n.db +p===$&&A.b() +o=n.goY() +s.xq(p.d,p.r,p.w,n.a.db,o) +o=$.by() +o.ue(r) +o.zQ() +s=n.a.Z +if((s==null?n:s).gkT().e.a){n.z.toString +o.a2k()}n.fy=r}else{n.z.toString +$.by().zQ()}}, +FI(){var s,r,q=this +if(q.gfE()){s=q.z +s.toString +r=$.by() +if(r.d===s)r.FF() +q.R8=q.fy=q.z=null +q.Oj()}}, +a2H(){if(this.k4)return +this.k4=!0 +A.dv(this.ga2o())}, +a2p(){var s,r,q,p,o,n=this +n.k4=!1 +if(n.gfE())s=!1 +else s=!0 +if(s)return +s=n.z +s.toString +r=$.by() +if(r.d===s)r.FF() +n.fy=n.z=null +s=n.a.Z;(s==null?n:s).gkT() +s=n.a.Z +s=(s==null?n:s).gkT() +q=A.alF(n) +r.y8(q,s) +p=q +n.z=p +r.zQ() +s=n.db +s===$&&A.b() +o=n.goY() +p.xq(s.d,s.r,s.w,n.a.db,o) +r.ue(n.a.c.a) +n.fy=n.a.c.a}, +a4e(){this.ok=!1 +$.af.a4$.f.I(this.gpw())}, +CU(){var s=this +if(s.a.d.gbS())s.tU() +else{s.ok=!0 +$.af.a4$.f.T(s.gpw()) +s.a.d.jI()}}, +K1(){var s,r,q=this +if(q.Q!=null){s=q.a.d.gbS() +r=q.Q +if(s){r.toString +r.cD(q.a.c.a)}else{r.m() +q.Q=null}}}, +a0D(){var s=this.Q +if(s!=null){s.lq() +s=s.e +s===$&&A.b() +s.cs()}this.R8=null}, +yx(){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=h.a,f=g.ew,e=h.c +e.toString +s=g.c.a +r=h.gL() +q=h.a +p=q.p1 +o=q.aB +n=q.to +q=q.cz +m=A.dW(!1) +l=A.dW(!1) +k=A.dW(!1) +j=new A.I0(e,r,p,h,new A.Ui(h,f),s,m,l,k) +s=j.gKe() +r.cz.T(s) +r.dG.T(s) +j.A8() +s=j.gXT() +r=r.no +i=A.dW(B.SL) +j.e!==$&&A.bB() +j.e=new A.Ha(e,i,new A.mC(),q,B.dR,0,m,j.gZB(),j.gZD(),s,B.dR,0,l,j.gZv(),j.gZx(),s,k,B.QI,g,h.ax,h.ay,h.ch,p,h,o,n,h.x,r,new A.Dg(),new A.Dg()) +return j}, +te(a,b){var s,r,q,p,o,n=this +if(!n.a.c.Ng(a))return +n.a.c.sop(a) +switch(b){case null:case void 0:case B.wq:case B.V:case B.dC:case B.ax:case B.fc:case B.a6:case B.ad:n.CU() +break +case B.X:if(n.a.d.gbS())n.CU() +break}q=n.a +q.toString +p=n.Q +if(p==null)n.Q=n.yx() +else p.cD(q.c.a) +q=n.Q +q.toString +q.sMK(n.a.Q) +q=n.Q +q.lq() +q=q.e +q===$&&A.b() +q.PZ() +try{n.a.ry.$2(a,b)}catch(o){s=A.an(o) +r=A.aE(o) +q=A.be("while calling onSelectionChanged for "+A.m(b)) +A.ci(new A.bf(s,r,"widgets",q,null,!1))}if(n.guf()&&n.d!=null){n.ul(!1) +n.pp()}}, +u7(a){if(this.p1)return +this.p1=!0 +$.bx.k2$.push(new A.Uq(this,a))}, +B5(){var s,r=this,q=r.c +if(q==null)return +s=A.a4F(q) +s.toString +q=r.p2 +q===$&&A.b() +if(q!==s.f.d){$.bx.k2$.push(new A.UK(r)) +if(r.p2>>16&255,q.gl()>>>8&255,q.gl()&255) +r.gdQ().sAE(q) +if(s.a.as){r=s.giu().x +r===$&&A.b() +r=r>0}else r=!1 +s.r.sl(r)}, +guf(){var s,r +if(this.a.d.gbS()){s=this.a +r=s.c.a.b +s=r.a===r.b&&s.as&&this.fx}else s=!1 +return s}, +pp(){var s,r=this +if(!r.a.as)return +if(!r.fx)return +s=r.d +if(s!=null)s.b4() +r.giu().sl(1) +if(r.a.am)r.giu().Aq(r.gHx()).a.a.h8(r.gHV()) +else r.d=A.alP(B.bO,new A.Uu(r))}, +zp(){var s,r=this,q=r.p3 +if(q>0){$.af.toString +$.aL();--q +r.p3=q +if(q===0)r.ao(new A.Un())}if(r.a.am){q=r.d +if(q!=null)q.b4() +r.d=A.bN(B.t,new A.Uo(r))}else{q=r.d +q=q==null?null:q.b!=null +if(q!==!0&&r.fx)r.d=A.alP(B.bO,new A.Up(r)) +q=r.giu() +s=r.giu().x +s===$&&A.b() +q.sl(s===0?1:0)}}, +ul(a){var s,r=this +r.giu().sl(0) +s=r.d +if(s!=null)s.b4() +r.d=null +if(a)r.p3=0}, +Jh(){return this.ul(!0)}, +zS(){var s=this +if(!s.guf())s.Jh() +else if(s.d==null)s.pp()}, +G5(){var s,r,q,p=this +if(p.a.d.gbS()&&!p.a.c.a.b.gbC()){s=p.gtd() +p.a.c.I(s) +r=p.a.c +q=p.F8() +q.toString +r.sop(q) +p.a.c.T(s)}p.A5() +p.zS() +p.K1() +p.ao(new A.Uj()) +p.gAb().Qk()}, +WE(){var s,r,q,p=this +if(p.a.d.gbS()&&p.a.d.a6k())p.tU() +else if(!p.a.d.gbS()){p.FI() +s=p.a.c +s.oF(s.a.Lm(B.b0))}p.zS() +p.K1() +s=p.a.d.gbS() +r=$.af +if(s){r.bR$.push(p) +s=p.c +s.toString +p.p2=A.a4F(s).f.d +if(!p.a.x)p.u7(!0) +q=p.F8() +if(q!=null)p.te(q,null)}else{B.b.C(r.bR$,p) +p.ao(new A.Ul(p))}p.m5()}, +F8(){var s,r=this.a +if(r.Y&&r.k1===1&&!this.ok)s=A.bt(B.l,0,r.c.a.a.length,!1) +else s=!r.c.a.b.gbC()?A.jq(B.l,this.a.c.a.a.length):null +return s}, +VK(a){if(this.gL().y==null||!this.gfE())return +this.Kd()}, +Kd(){var s=this.gL().gq(),r=this.gL().ba(null),q=this.z +if(!s.j(0,q.a)||!r.j(0,q.b)){q.a=s +q.b=r +$.by().a3d(s,r)}}, +IF(a){var s,r,q,p=this +if(!p.gfE())return +p.a4G() +s=p.a.c.a.c +r=p.gL().oj(s) +if(r==null){q=s.gbC()?s.a:0 +r=p.gL().hI(new A.aW(q,B.l))}p.z.PJ(r) +p.a4m() +$.bx.k2$.push(p.ga2G())}, +IE(){return this.IF(null)}, +Ka(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=null +e.a.toString +s=A.b6() +if(s!==B.ar)return +if(B.b.gbO(e.geJ().f).k4!==B.f9)return +s=e.gL().ap.f +s.toString +r=e.a.db +q=e.goY() +p=e.a.fx +o=e.c +o.toString +o=A.c4(o,B.cQ) +p=o==null?d:o.c +if(p==null)p=1 +e.a.toString +o=e.c +o.toString +o=A.afo(o) +n=new A.aaY(r,q,p,o,d,e.a.gjf(),e.rx,e.gL().gq(),s) +if(a)m=B.aO +else{r=e.R8 +r=r==null?d:r.a6c(n) +m=r==null?B.aO:r}if(m.a<3)return +e.R8=n +l=A.c([],t.u1) +k=s.re(!1) +j=new A.xh(k,0,0) +for(i=0;j.y3(1,j.c);i=h){s=j.d +h=i+(s==null?j.d=B.d.af(k,j.b,j.c):s).length +s=e.gL() +r=i1){m=n.a.c.a.b +m=m.a!==m.b||m.c===0}else m=!0 +if(m)return +m=n.a.c.a +s=m.a +m=m.b.c +r=A.a2M(s,m) +q=r.b +if(m===s.length)r.Iw(2,q) +else{r.Iw(1,q) +r.y3(1,r.b)}m=r.a +q=B.d.af(m,0,r.b) +p=new A.dS(r.gF()) +p=p.gaq(p) +o=new A.dS(r.gF()) +n.eQ(new A.c7(q+p+o.gU(o)+B.d.e4(m,r.c),A.jq(B.l,r.b+r.gF().length),B.b0),B.X)}, +Ir(a){var s=this.a.c.a,r=a.a.On(a.c,a.b) +this.eQ(r,a.d) +if(r.j(0,s))this.G5()}, +a2O(a){if(a.a)this.fQ(new A.aW(this.a.c.a.a.length,B.l)) +else this.fQ(B.dQ)}, +a2M(a){var s,r,q,p,o,n,m,l=this +if(a.b!==B.dB)return +s=B.b.gbO(l.geJ().f) +if(l.a.k1===1){r=l.geJ() +q=s.Q +q.toString +r.dJ(q) +return}r=s.Q +r.toString +if(r===0){r=s.z +r.toString +r=r===0}else r=!1 +if(r)return +p=t._N.a(l.as.gK()) +p.toString +o=A.a15(p,a) +r=s.at +r.toString +q=s.z +q.toString +n=s.Q +n.toString +m=A.D(r+o,q,n) +if(m===r)return +l.geJ().dJ(m)}, +WW(a){var s,r,q,p,o,n,m,l,k,j,i=this +if(i.a.k1===1)return +s=i.gL().hI(i.a.c.a.b.gcN()) +r=t._N.a(i.as.gK()) +r.toString +q=A.a15(r,new A.d8(a.gvJ()?B.J:B.N,B.dB)) +p=B.b.gbO(i.geJ().f) +if(a.gvJ()){o=i.a.c.a +if(o.b.d>=o.a.length)return +o=s.b+q +n=p.Q +n.toString +m=i.gL().gq() +l=p.at +l.toString +k=o+l>=n+m.b?new A.aW(i.a.c.a.a.length,B.l):i.gL().el(A.bp(i.gL().ba(null),new A.i(s.a,o))) +j=i.a.c.a.b.AO(k.a)}else{if(i.a.c.a.b.d<=0)return +o=s.b+q +n=p.at +n.toString +k=o+n<=0?B.dQ:i.gL().el(A.bp(i.gL().ba(null),new A.i(s.a,o))) +j=i.a.c.a.b.AO(k.a)}i.fQ(j.gcN()) +i.eQ(i.a.c.a.fS(j),B.X)}, +a4D(a){var s=a.b +this.fQ(s.gcN()) +this.eQ(a.a.fS(s),a.c)}, +gAb(){var s,r=this,q=r.xr +if(q===$){s=A.c([],t.g) +r.xr!==$&&A.aK() +q=r.xr=new A.B7(r,new A.aJ(s,t.b),t.Wp)}return q}, +a_o(a){var s=this.Q +if(s==null)s=null +else{s=s.e +s===$&&A.b() +s=s.gwX()}if(s===!0){this.kG(!1) +return null}s=this.c +s.toString +return A.lD(s,a,t.xm)}, +Wc(a){switch(A.b6().a){case 0:case 2:case 1:switch(a.gcf().a){case 0:this.a.d.m4() +break +case 1:case 2:case 3:case 5:this.a.d.m4() +break +case 4:throw A.h(A.fE("Unexpected pointer down event for trackpad"))}break +case 3:case 4:case 5:this.a.d.m4() +break}}, +gUi(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0=this,b1=b0.y1 +if(b1===$){s=t.g +r=A.c([],s) +q=t.b +b1=b0.x1 +if(b1===$){p=A.c([],s) +b0.x1!==$&&A.aK() +b1=b0.x1=new A.c0(b0.ga2g(),new A.aJ(p,q),t.Tx)}o=b0.x2 +if(o===$){p=A.c([],s) +b0.x2!==$&&A.aK() +o=b0.x2=new A.c0(b0.ga4C(),new A.aJ(p,q),t.ZQ)}p=A.c([],s) +n=A.c([],s) +m=b0.gVj() +l=b0.ga0g() +k=A.c([],s) +j=b0.c +j.toString +j=new A.jB(b0,m,l,new A.aJ(k,q),t.dA).d2(j) +k=b0.ga0u() +i=A.c([],s) +h=b0.c +h.toString +h=new A.jB(b0,k,l,new A.aJ(i,q),t.Uz).d2(h) +i=b0.ga_S() +g=b0.ga0i() +f=A.c([],s) +e=b0.c +e.toString +e=new A.jB(b0,i,g,new A.aJ(f,q),t.Fb).d2(e) +m=A.ls(b0,m,l,!1,!1,!1,t._w) +f=b0.c +f.toString +f=m.d2(f) +m=A.c([],s) +d=b0.c +d.toString +d=new A.c0(b0.gWV(),new A.aJ(m,q),t.vr).d2(d) +m=A.ls(b0,k,l,!1,!0,!1,t.P9) +c=b0.c +c.toString +c=m.d2(c) +m=b0.ga1m() +b=A.ls(b0,m,l,!1,!0,!1,t.cP) +a=b0.c +a.toString +a=b.d2(a) +b=A.ls(b0,i,g,!1,!0,!1,t.OO) +a0=b0.c +a0.toString +a0=b.d2(a0) +b=b0.gAb() +a1=b0.c +a1.toString +a1=b.d2(a1) +b=b0.gAb() +a2=b0.c +a2.toString +a2=b.d2(a2) +m=A.ls(b0,m,l,!1,!0,!1,t.b5) +b=b0.c +b.toString +b=m.d2(b) +m=b0.gWr() +a3=A.ls(b0,m,l,!1,!0,!1,t.HH) +a4=b0.c +a4.toString +a4=a3.d2(a4) +l=A.ls(b0,k,l,!1,!0,!1,t.eI) +k=b0.c +k.toString +k=l.d2(k) +l=A.c([],s) +a3=b0.c +a3.toString +a3=new A.c0(b0.ga2N(),new A.aJ(l,q),t.sl).d2(a3) +l=A.c([],s) +i=A.ls(b0,i,g,!1,!0,!0,t.oB) +a5=b0.c +a5.toString +a5=i.d2(a5) +g=A.ls(b0,m,g,!0,!0,!0,t.bh) +m=b0.c +m.toString +m=g.d2(m) +g=A.c([],s) +i=b0.c +i.toString +i=new A.NP(b0,new A.aJ(g,q)).d2(i) +g=A.c([],s) +a6=b0.c +a6.toString +a6=new A.JN(b0,new A.aJ(g,q)).d2(a6) +g=A.c([],s) +a7=b0.c +a7.toString +a7=new A.c0(new A.Uh(b0),new A.aJ(g,q),t.gv).d2(a7) +a8=b0.to +if(a8===$){s=A.c([],s) +b0.to!==$&&A.aK() +a8=b0.to=new A.c0(b0.ga49(),new A.aJ(s,q),t.j5)}s=b0.c +s.toString +a9=A.aD([B.a2_,new A.u8(!1,new A.aJ(r,q)),B.a1C,b1,B.a1P,o,B.xK,new A.u6(!0,new A.aJ(p,q)),B.j0,new A.c0(b0.ga_n(),new A.aJ(n,q),t.OX),B.a1h,j,B.a24,h,B.a1i,e,B.a18,f,B.a1m,d,B.a14,c,B.a1a,a,B.a16,a0,B.a1X,a1,B.a1Y,a2,B.a22,b,B.a15,a4,B.a20,k,B.a19,a3,B.j3,new A.c0(b0.ga2L(),new A.aJ(l,q),t.fn),B.a21,a5,B.a1Z,m,B.a1E,i,B.a1f,a6,B.a1y,a7,B.a1J,a8.d2(s)],t.u,t.od) +b0.y1!==$&&A.aK() +b0.y1=a9 +b1=a9}return b1}, +G(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=null +f.xE(a) +s=f.a.p1 +r=f.gfE() +q=f.a +q=q.xr +if(q==null)q=B.iR +p=f.gUi() +o=f.a +n=o.c +m=o.d +l=o.cx +o=o.k1!==1?B.J:B.ck +k=f.geJ() +j=f.a +i=j.b_ +h=j.aB +j=j.aD +g=A.a19(a).a6Q(!1,f.a.k1!==1) +return new A.Jv(f.gVJ(),r,A.xw(A.j1(A.t1(p,new A.qH(n,new A.Uw(f),new A.Ux(f),m,l,A.oY(!1,e,A.ago(o,B.a4,k,h,!0,f.as,i,j,g,e,new A.Uy(f,s)),e,e,e,m,!1,e,e,e,e,e,e),e,t.pm)),q,e,e,e),e,f.gWb()),e)}, +L0(){var s,r,q,p,o,n,m,l=this,k=null,j=l.a +j.toString +s=l.rx +if(s>=0&&s<=j.c.a.a.length){r=A.c([],t.s6) +j=l.a +q=j.c.a.a.length-l.rx +if(j.k1!==1){r.push(B.a3B) +r.push(new A.ho(new A.H(l.gL().gq().a,0),B.a7,B.bQ,k,k))}else r.push(B.a3C) +j=l.db +j===$&&A.b() +s=A.c([A.bW(k,k,B.d.af(l.a.c.a.a,0,q))],t.VO) +B.b.P(s,r) +s.push(A.bW(k,k,B.d.e4(l.a.c.a.a,q))) +return A.bW(s,j,k)}p=!j.x&&j.d.gbS() +if(l.gJc()){o=!l.a.c.a.gNc()||!p +j=l.a.c.a +s=l.db +s===$&&A.b() +n=l.cy +n===$&&A.b() +n=n.c +n.toString +m=l.dx +m.toString +return A.aAA(j,o,s,n,m)}j=l.a.c +s=l.c +s.toString +n=l.db +n===$&&A.b() +return j.L1(s,n,p)}} +A.Um.prototype={ +$0(){}, +$S:0} +A.UI.prototype={ +$1(a){var s=this.a +if(s.c!=null)s.fQ(s.a.c.a.b.gcN())}, +$S:4} +A.UN.prototype={ +$1(a){var s=this.a +if(s.c!=null)s.fQ(s.a.c.a.b.gcN())}, +$S:4} +A.Uz.prototype={ +$0(){this.a.vk(B.ad)}, +$S:0} +A.UA.prototype={ +$0(){this.a.va(B.ad)}, +$S:0} +A.UB.prototype={ +$0(){this.a.lW(B.ad)}, +$S:0} +A.UC.prototype={ +$0(){this.a.xi(B.ad)}, +$S:0} +A.UD.prototype={ +$0(){return this.a.va(B.ad)}, +$S:0} +A.UE.prototype={ +$0(){return this.a.vk(B.ad)}, +$S:0} +A.UF.prototype={ +$0(){return this.a.lW(B.ad)}, +$S:0} +A.UG.prototype={ +$0(){return this.a.xi(B.ad)}, +$S:0} +A.UH.prototype={ +$0(){return this.a.a3J(B.ad)}, +$S:0} +A.UJ.prototype={ +$1(a){var s,r=this.a +if(r.c!=null&&r.gL().id!=null){r.ok=!0 +$.af.a4$.f.T(r.gpw()) +s=r.c +s.toString +A.afC(s).KT(r.a.d)}}, +$S:4} +A.UL.prototype={ +$1(a){this.a.tU()}, +$S:4} +A.Ui.prototype={ +$1(a){return this.b.$2(a,this.a)}, +$S:6} +A.Uq.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j,i,h=this.a +h.p1=!1 +s=$.af.a4$.z.h(0,h.w) +s=s==null?null:s.gW() +t.CA.a(s) +if(s!=null){r=s.aX.gbC() +r=!r||h.geJ().f.length===0}else r=!0 +if(r)return +q=s.ap.gcB() +p=h.a.a_.d +r=h.Q +if((r==null?null:r.c)!=null){o=r.c.og(q).b +n=Math.max(o,48) +p=Math.max(o/2-h.Q.c.of(B.dR,q).b+n/2,p)}m=h.a.a_.vb(p) +l=h.GK(s.hI(s.aX.gcN())) +k=h.a.c.a.b +if(k.a===k.b)j=l.b +else{i=s.j9(k) +if(i.length===0)j=l.b +else if(k.c>>16&255,p.gl()>>>8&255,p.gl()&255) +n=b3.a +m=n.id +l=n.y +k=n.x +n=n.d.gbS() +j=b3.a +i=j.k1 +h=j.k2 +j=j.gjf() +g=b3.Q +if(g==null)g=b2 +else{g=g.e +g===$&&A.b() +g=$.iz===g.p1}if(g===!0){b3.cy===$&&A.b() +g=b3.a +f=g.ok +e=f +f=g +g=e}else{g=b3.a +f=g.ok +e=f +f=g +g=e}f=f.fx +d=A.c4(b7,B.cQ) +f=d==null?b2:d.c +if(f==null)f=1 +d=b3.a.db +c=b3.goY() +b3.a.toString +b=A.afo(b7) +a=b3.a +a0=a.w +a1=a.e +a2=a.y2 +a3=a.aW +a4=a.br +a5=a.aO +if(a5==null)a5=B.f +a6=a.bB +a7=a.b7 +a8=a.by +if(a.Y)a=!0 +else a=!1 +a9=b3.c +a9.toString +a9=A.bn(a9,B.bu,t.w).w +b0=b3.ry +b1=b3.a +return new A.oB(b3.ax,A.bL(b2,new A.Ae(new A.yL(q,o,p,b3.ay,b3.ch,m,b3.r,l,k,n,i,h,!1,j,g,f,d,c,b2,a1,!1,b,a0,b8,!0,a2,a3,a4,a5,a8,a6,a7,a,b3,a9.b,b0,b1.go,b1.aK,A.am2(q,f),r),s,r,new A.Uv(b3),!0,b2),!1,b2,b2,!1,!1,b2,b2,b2,b2,b2,b2,b2,b5,b6,b2,b2,b2,b4,b2,b2,b2,b2,b2,b2,b2,b2),b2)}, +$S:327} +A.Uv.prototype={ +$0(){var s=this.a +s.tU() +s.Ka(!0)}, +$S:0} +A.yL.prototype={ +aw(a){var s=this,r=null,q=s.ax,p=A.vd(a),o=s.f.b,n=A.amy(),m=A.amy(),l=A.dW(!0),k=A.dW(!0),j=A.a4(),i=q===1?1:r +i=A.a3D(r,p,i,s.CW,s.e,s.db,s.dx,s.fy,s.cy,s.go) +q=new A.n5(n,m,!0,s.RG,s.fr,!1,s.R8,l,k,i,s.z,s.at,s.Q,s.as,q,s.ay,!1,o,s.id,s.k2,s.k3,s.p1,s.w,s.x,s.p4,s.to,B.f,j,0,r,r,!1,A.a4()) +q.au() +n.svU(s.cx) +n.svV(o) +n.sDR(s.p2) +n.sDS(s.p3) +m.svU(s.ry) +m.svV(s.rx) +q.gdQ().sAE(s.r) +q.gdQ().sLA(s.k4) +q.gdQ().sLz(s.ok) +q.gdQ().sKV(s.y) +q.JZ(r) +q.K3(r) +q.P(0,r) +return q}, +aE(a,b){var s,r,q=this +b.sjJ(q.e) +b.gdQ().sAE(q.r) +b.sQd(q.w) +b.sa7T(q.x) +b.gdQ().sKV(q.y) +b.sPY(q.z) +b.sa8x(q.Q) +b.sCM(q.as) +b.sbS(q.at) +b.snM(q.ax) +b.saaZ(q.ay) +b.sBu(!1) +b.sjf(q.CW) +s=b.b_ +s.svU(q.cx) +b.so2(q.cy) +b.so1(q.db) +b.sbT(q.dx) +r=A.vd(a) +b.snK(r) +b.sop(q.f.b) +b.shA(q.id) +b.b8=!0 +b.swQ(q.fy) +b.so4(q.go) +b.sabb(q.fr) +b.saba(!1) +b.sa7k(q.k2) +b.sa7j(q.k3) +b.gdQ().sLA(q.k4) +b.gdQ().sLz(q.ok) +s.sDR(q.p2) +s.sDS(q.p3) +b.sa7P(q.p4) +b.cP=q.R8 +b.sne(q.RG) +b.sabI(q.p1) +s=b.bi +s.svU(q.ry) +r=q.to +if(r!==b.kB){b.kB=r +b.aA() +b.b5()}s.svV(q.rx)}} +A.aaY.prototype={ +a6c(a){var s,r,q=this +if(a===q)return B.bF +if(q.a===a.a)if(q.b===a.b){if(q.c===a.c)s=!B.xw.j(0,B.xw)||!q.f.j(0,a.f)||q.r!==a.r||!q.w.j(0,a.w) +else s=!0 +r=s}else r=!0 +else r=!0 +return r?B.aO:q.x.bv(0,a.x)}} +A.Ae.prototype={ +ah(){var s=$.amt +$.amt=s+1 +return new A.NH(B.h.k(s),B.k)}, +adb(){return this.f.$0()}} +A.NH.prototype={ +aH(){var s=this +s.aY() +s.a.toString +$.by().f.p(0,s.d,s)}, +aG(a){this.b1(a) +this.a.toString}, +m(){$.by().f.C(0,this.d) +this.aM()}, +gL(){var s=this.a.e +s=$.af.a4$.z.h(0,s) +s=s==null?null:s.gW() +return t.CA.a(s)}, +aah(a){var s,r,q,p,o,n=this,m=n.gn0(),l=n.gL() +l=l==null?null:l.ed +if(l===!0)return!1 +if(m.j(0,B.U))return!1 +if(!m.r1(a))return!1 +s=m.ef(a) +r=A.WZ() +l=$.af +l.toString +q=s.gaZ() +p=n.c +p.toString +p=A.a4F(p).a +o=l.Y$ +o===$&&A.b() +o.e.bF(r,q) +l.xJ(r,q,p) +return B.b.fO(r.a,new A.aaZ(n))}, +gn0(){var s=t.Qv.a(this.c.gW()) +if(s==null||this.c==null||s.y==null)return B.U +return A.dM(s.ba(null),new A.y(0,0,0+s.gq().a,0+s.gq().b))}, +G(a){return this.a.c}, +$ialb:1} +A.aaZ.prototype={ +$1(a){return a.a.j(0,this.a.gL())}, +$S:328} +A.ho.prototype={ +uU(a,b,c){var s=this.a,r=s!=null +if(r)a.r7(s.rr(c)) +s=this.x +a.a56(s.a,s.b,this.b,c) +if(r)a.eA()}} +A.jB.prototype={ +dk(a,b){var s,r,q,p,o,n=this.e,m=n.a.c.a.b +if(!m.gbC())return null +s=n.Fp() +r=m.a +q=m.b +if(r!==q){r=s.eF(r) +if(r==null)r=n.a.c.a.a.length +q=s.eG(q-1) +if(q==null)q=0 +b.toString +return A.lD(b,new A.h5(n.a.c.a,"",new A.br(r,q),B.X),t.UM)}r=a.a +p=this.r.$3(m.gjq(),r,this.f.$0()).a +q=m.c +if(r){r=s.eF(q) +if(r==null)r=n.a.c.a.a.length}else{r=s.eG(q-1) +if(r==null)r=0}o=A.bt(B.l,r,p,!1) +b.toString +return A.lD(b,new A.h5(n.a.c.a,"",o,B.X),t.UM)}, +dj(a){return this.dk(a,null)}, +gi8(){var s=this.e.a +return!s.x&&s.c.a.b.gbC()}} +A.B6.prototype={ +dk(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.e,i=j.a,h=i.c.a,g=h.b,f=a.b||!i.Y +i=g.a +s=g.b +r=i===s +if(!r&&!k.f&&f){b.toString +return A.lD(b,new A.fF(h,A.jq(B.l,a.a?s:i),B.X),t.gU)}q=g.gcN() +if(a.d){i=a.a +if(i){h=j.gL().oh(q).b +if(new A.aW(h,B.ae).j(0,q)){s=j.a.c.a.a +h=h!==s.length&&s.charCodeAt(q.a)!==10}else h=!1}else h=!1 +if(h)q=new A.aW(q.a,B.l) +else{if(!i){i=j.gL().oh(q).a +i=new A.aW(i,B.l).j(0,q)&&i!==0&&j.a.c.a.a.charCodeAt(q.a-1)!==10}else i=!1 +if(i)q=new A.aW(q.a,B.ae)}}i=k.r +if(i){h=g.c +s=g.d +p=a.a?h>s:h"))}, +ghY(){var s,r,q=this.x +if(q==null){s=A.c([],t.bp) +r=this.Q +for(;r!=null;){s.push(r) +r=r.Q}this.x=s +q=s}return q}, +gbS(){if(!this.gkF()){var s=this.w +if(s==null)s=null +else{s=s.c +s=s==null?null:B.b.n(s.ghY(),this)}s=s===!0}else s=!0 +return s}, +gkF(){var s=this.w +return(s==null?null:s.c)===this}, +glO(){return this.geY()}, +geY(){var s,r,q,p +for(s=this.ghY(),r=s.length,q=0;q#"+s+q}, +$iT:1} +A.VW.prototype={ +$1(a){return!a.ghc()&&a.gcH()}, +$S:20} +A.mj.prototype={ +glO(){return this}, +grg(){if(!this.gcH())return B.za +return A.c2.prototype.grg.call(this)}, +rA(a){if(a.Q==null)this.zE(a) +if(this.gbS())a.k6(!0) +else a.mM()}, +KT(a){var s,r=this +if(a.Q==null)r.zE(a) +s=r.w +if(s!=null)s.f.push(new A.Jc(r,a)) +s=r.w +if(s!=null)s.tH()}, +k6(a){var s,r,q=this,p=q.fr +while(!0){if((p.length!==0?B.b.gaq(p):null)!=null)s=!(p.length!==0?B.b.gaq(p):null).gcH() +else s=!1 +if(!s)break +p.pop()}r=p.length!==0?B.b.gaq(p):null +if(!a||r==null){if(q.gcH()){q.mM() +q.HJ(q)}return}r.k6(!0)}} +A.kk.prototype={ +H(){return"FocusHighlightMode."+this.b}} +A.VV.prototype={ +H(){return"FocusHighlightStrategy."+this.b}} +A.uu.prototype={ +m(){var s=this.a,r=$.dQ.ew$ +r===$&&A.b() +if(J.d(r.a,s.gME())){$.e7.y2$.b.C(0,s.gMF()) +r=$.dQ.ew$ +r===$&&A.b() +r.a=null}s.d=new A.p2(A.iW(t.Su,t.S),t.op) +this.d1()}, +tH(){if(this.r)return +this.r=!0 +A.dv(this.gUE())}, +UF(){var s,r,q,p,o,n,m,l,k,j,i,h=this +h.r=!1 +s=h.c +for(r=h.f,q=r.length,p=h.b,o=0;o"))),o=null;l.v();o=n){n=l.gF() +if(o==r){l=b?B.cc:B.cd +m.a.$2$alignmentPolicy(n,l) +return!0}}return!1}} +A.VZ.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.ga6(o))q=o}n=J.aiq(q,new A.TU(new A.y(g.gb0().a,-1/0,g.gb0().c,1/0))) +if(!n.ga6(n)){p=B.b.gU(A.asW(g.gb0().gaZ(),n)) +break}p=B.b.gU(A.asX(g.gb0().gaZ(),q)) +break +case B.bp:case B.br:q=k.a3C(b,g.gb0(),i.grg()) +if(q.length===0){p=j +break}if(r!=null&&!r.d.gKR()){o=new A.aZ(q,new A.TV(r),A.a7(q).i("aZ<1>")) +if(!o.ga6(o))q=o}n=J.aiq(q,new A.TW(new A.y(-1/0,g.gb0().b,1/0,g.gb0().d))) +if(!n.ga6(n)){p=B.b.gU(A.asV(g.gb0().gaZ(),n)) +break}p=B.b.gU(A.asY(g.gb0().gaZ(),q)) +break +default:p=j}if(p!=null){h=k.qn$ +m=h.h(0,i) +l=new A.r6(b,g) +if(m!=null)m.a.push(l) +else h.p(0,i,new A.Ki(A.c([l],t.Kj))) +switch(b){case B.bo:case B.br:k.a.$2$alignmentPolicy(p,B.cd) +break +case B.bq:case B.bp:k.a.$2$alignmentPolicy(p,B.cc) +break}return!0}return!1}} +A.aa3.prototype={ +$1(a){return a.b===this.a}, +$S:332} +A.TO.prototype={ +$2(a,b){if(this.a)if(this.b)return B.c.bv(a.gb0().b,b.gb0().b) +else return B.c.bv(b.gb0().d,a.gb0().d) +else if(this.b)return B.c.bv(a.gb0().a,b.gb0().a) +else return B.c.bv(b.gb0().c,a.gb0().c)}, +$S:38} +A.TQ.prototype={ +$2(a,b){var s=a.gb0().gaZ(),r=b.gb0().gaZ(),q=this.a,p=A.afs(q,s,r) +if(p===0)return A.afr(q,s,r) +return p}, +$S:38} +A.TP.prototype={ +$2(a,b){var s=a.gb0().gaZ(),r=b.gb0().gaZ(),q=this.a,p=A.afr(q,s,r) +if(p===0)return A.afs(q,s,r) +return p}, +$S:38} +A.TR.prototype={ +$2(a,b){var s,r,q,p=this.a,o=a.gb0(),n=b.gb0(),m=o.a,l=p.a,k=o.c +m=Math.abs(m-l)=s.c}, +$S:20} +A.TK.prototype={ +$2(a,b){return B.c.bv(a.gb0().gaZ().a,b.gb0().gaZ().a)}, +$S:38} +A.TL.prototype={ +$1(a){var s=this.a +return!a.gb0().j(0,s)&&a.gb0().gaZ().b<=s.b}, +$S:20} +A.TM.prototype={ +$1(a){var s=this.a +return!a.gb0().j(0,s)&&a.gb0().gaZ().b>=s.d}, +$S:20} +A.TN.prototype={ +$2(a,b){return B.c.bv(a.gb0().gaZ().b,b.gb0().gaZ().b)}, +$S:38} +A.TH.prototype={ +$1(a){var s,r,q=this,p=q.b.a.pop().b,o=p.e +o.toString +o=A.fy(o) +s=$.af.a4$.f.c.e +s.toString +if(o!=A.fy(s)){o=q.a +s=q.c +o.mn(s) +o.qn$.C(0,s) +return!1}switch(a){case B.bo:case B.br:r=B.cd +break +case B.bp:case B.bq:r=B.cc +break +default:r=null}q.a.a.$2$alignmentPolicy(p,r) +return!0}, +$S:334} +A.TT.prototype={ +$1(a){var s=a.e +s.toString +return A.fy(s)===this.a}, +$S:20} +A.TU.prototype={ +$1(a){var s=a.gb0().ef(this.a) +return!s.ga6(s)}, +$S:20} +A.TV.prototype={ +$1(a){var s=a.e +s.toString +return A.fy(s)===this.a}, +$S:20} +A.TW.prototype={ +$1(a){var s=a.gb0().ef(this.a) +return!s.ga6(s)}, +$S:20} +A.cM.prototype={ +gLN(){var s=this.d +if(s==null){s=this.c.e +s.toString +s=this.d=new A.aa1().$1(s)}s.toString +return s}} +A.aa0.prototype={ +$1(a){var s=a.gLN() +return A.v5(s,A.a7(s).c)}, +$S:335} +A.aa2.prototype={ +$2(a,b){switch(this.a.a){case 1:return B.c.bv(a.b.a,b.b.a) +case 0:return B.c.bv(b.b.c,a.b.c)}}, +$S:131} +A.aa1.prototype={ +$1(a){var s,r=A.c([],t.vl),q=t.I,p=a.f8(q) +for(;p!=null;){r.push(q.a(p.gaP())) +s=A.azu(p) +p=s==null?null:s.f8(q)}return r}, +$S:337} +A.ig.prototype={ +gb0(){var s,r,q,p,o=this +if(o.b==null)for(s=o.a,s=new A.ae(s,new A.a9Z(),A.a7(s).i("ae<1,y>")),s=new A.dz(s,s.gD(s)),r=A.l(s).c;s.v();){q=s.d +if(q==null)q=r.a(q) +p=o.b +if(p==null){o.b=q +p=q}o.b=p.i3(q)}s=o.b +s.toString +return s}} +A.a9Z.prototype={ +$1(a){return a.b}, +$S:338} +A.aa_.prototype={ +$2(a,b){switch(this.a.a){case 1:return B.c.bv(a.gb0().a,b.gb0().a) +case 0:return B.c.bv(b.gb0().c,a.gb0().c)}}, +$S:339} +A.a_y.prototype={ +VG(a){var s,r,q,p,o,n=B.b.gU(a).a,m=t.qi,l=A.c([],m),k=A.c([],t.jE) +for(s=a.length,r=0;r") +return A.ah(new A.aZ(b,new A.a_B(new A.y(-1/0,s.b,1/0,s.d)),r),!0,r.i("t.E"))}, +$S:340} +A.a_B.prototype={ +$1(a){var s=a.b.ef(this.a) +return!s.ga6(s)}, +$S:341} +A.uv.prototype={ +ah(){return new A.KV(B.k)}} +A.yY.prototype={} +A.KV.prototype={ +gc6(){var s,r,q,p=this,o=p.d +if(o===$){s=p.a.c +r=A.c([],t.bp) +q=$.au() +p.d!==$&&A.aK() +o=p.d=new A.yY(s,!1,!0,!0,!0,null,null,r,q)}return o}, +m(){this.gc6().m() +this.aM()}, +aG(a){var s=this +s.b1(a) +if(a.c!==s.a.c)s.gc6().dy=s.a.c}, +G(a){var s=null,r=this.gc6() +return A.oY(!1,!1,this.a.f,s,!0,!0,r,!1,s,s,s,s,s,!0)}} +A.GM.prototype={ +dj(a){a.adP(a.gc6())}} +A.mQ.prototype={} +A.FD.prototype={ +dj(a){var s=$.af.a4$.f.c,r=s.e +r.toString +return A.oZ(r).tN(s,!0)}, +D3(a,b){return b?B.db:B.ev}} +A.n3.prototype={} +A.G5.prototype={ +dj(a){var s=$.af.a4$.f.c,r=s.e +r.toString +return A.oZ(r).tN(s,!1)}, +D3(a,b){return b?B.db:B.ev}} +A.u6.prototype={ +dj(a){var s,r +if(!this.c){s=$.af.a4$.f.c +r=s.e +r.toString +A.oZ(r).a9R(s,a.a)}}} +A.KW.prototype={} +A.N_.prototype={ +AH(a,b){var s +this.QO(a,b) +s=this.qn$.h(0,b) +if(s!=null){s=s.a +if(!!s.fixed$length)A.a1(A.aA("removeWhere")) +B.b.zD(s,new A.aa3(a),!0)}}} +A.Qo.prototype={} +A.Qp.prototype={} +A.hL.prototype={ +gK(){var s,r=$.af.a4$.z.h(0,this) +if(r instanceof A.eD){s=r.ok +s.toString +if(A.l(this).c.b(s))return s}return null}} +A.bg.prototype={ +k(a){var s=this,r=s.a,q=r!=null?" "+r:"" +if(A.r(s)===B.a1u)return"[GlobalKey#"+A.aT(s)+q+"]" +return"["+("#"+A.aT(s))+q+"]"}} +A.iL.prototype={ +j(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return this.$ti.b(b)&&b.a===this.a}, +gA(a){return A.o8(this.a)}, +k(a){var s="GlobalObjectKey",r=B.d.a7W(s,">")?B.d.af(s,0,-8):s +return"["+r+" "+("#"+A.aT(this.a))+"]"}} +A.f.prototype={ +cC(){var s=this.a +return s==null?"Widget":"Widget-"+s.k(0)}, +j(a,b){if(b==null)return!1 +return this.oy(0,b)}, +gA(a){return A.N.prototype.gA.call(this,this)}} +A.aa.prototype={ +cI(){return new A.qi(this,B.P)}} +A.V.prototype={ +cI(){return A.awr(this)}} +A.abk.prototype={ +H(){return"_StateLifecycle."+this.b}} +A.a3.prototype={ +aH(){}, +aG(a){}, +ao(a){a.$0() +this.c.cs()}, +dT(){}, +bL(){}, +m(){}, +bo(){}} +A.aG.prototype={} +A.cU.prototype={ +cI(){return new A.mT(this,B.P,A.l(this).i("mT"))}} +A.aS.prototype={ +cI(){return A.au8(this)}} +A.a9.prototype={ +aE(a,b){}, +qf(a){}} +A.F0.prototype={ +cI(){return new A.F_(this,B.P)}} +A.aH.prototype={ +cI(){return new A.wX(this,B.P)}} +A.dN.prototype={ +cI(){return A.auI(this)}} +A.r7.prototype={ +H(){return"_ElementLifecycle."+this.b}} +A.Ld.prototype={ +JK(a){a.aT(new A.a8f(this,a)) +a.o7()}, +a4i(){var s,r,q,p=this +p.a=!0 +r=p.b +q=A.ah(r,!0,A.l(r).c) +B.b.hM(q,A.aef()) +s=q +r.a7(0) +try{r=s +new A.cx(r,A.bT(r).i("cx<1>")).ac(0,p.ga4g())}finally{p.a=!1}}} +A.a8f.prototype={ +$1(a){this.a.JK(a)}, +$S:11} +A.Sj.prototype={ +DM(a){var s=this +if(a.at){s.e=!0 +return}if(!s.d&&s.a!=null){s.d=!0 +s.a.$0()}s.c.push(a) +a.at=!0}, +Nr(a){try{a.$0()}finally{}}, +uX(a,b){var s,r,q,p,o,n,m,l,k,j=this,i={},h=b==null +if(h&&j.c.length===0)return +try{j.d=!0 +if(!h){i.a=null +j.e=!1 +try{b.$0()}finally{}}h=j.c +B.b.hM(h,A.aef()) +j.e=!1 +i.b=h.length +i.c=0 +for(o=0;o=l){m=j.e +m.toString}else m=!0 +if(m){if(!!h.immutable$list)A.a1(A.aA("sort")) +o=l-1 +if(o-0<=32)A.HD(h,0,o,A.aef()) +else A.HC(h,0,o,A.aef()) +o=j.e=!1 +i.b=h.length +while(!0){m=i.c +if(!(m>0?h[m-1].as:o))break +i.c=m-1}o=m}}}finally{for(h=j.c,o=h.length,k=0;k#"+A.aT(this)+"(DEFUNCT)":s}, +cs(){var s=this +if(s.w!==B.ci)return +if(s.as)return +s.as=!0 +s.r.DM(s)}, +wI(a){var s +if(this.w===B.ci)s=!this.as&&!a +else s=!0 +if(s)return +try{this.j_()}finally{}}, +O8(){return this.wI(!1)}, +j_(){this.as=!1}, +$iQ:1} +A.UY.prototype={ +$1(a){this.a.a=a}, +$S:11} +A.UW.prototype={ +$1(a){this.a.push(a) +return!0}, +$S:18} +A.UV.prototype={ +$1(a){var s=null +return A.hE("",a,!0,B.b3,s,!1,s,s,B.aB,s,!1,!0,!0,B.hy,s,t.h)}, +$S:342} +A.UZ.prototype={ +$1(a){var s=this.a.n(0,a) +return s?null:a}, +$S:343} +A.V_.prototype={ +$2(a,b){return new A.kr(b,a,t.Bc)}, +$S:344} +A.V0.prototype={ +$1(a){a.A7(this.a) +if(!(a instanceof A.b5))a.aT(this)}, +$S:11} +A.UT.prototype={ +$1(a){a.JU(this.a)}, +$S:11} +A.UX.prototype={ +$1(a){a.q8()}, +$S:11} +A.UU.prototype={ +$1(a){a.uR(this.a)}, +$S:11} +A.E0.prototype={ +aw(a){var s=this.d,r=new A.we(s,A.a4()) +r.au() +r.U9(s) +return r}} +A.tQ.prototype={ +eh(a,b){this.Es(a,b) +this.yI()}, +yI(){this.O8()}, +j_(){var s,r,q,p,o,n,m=this,l=null +try{l=m.eM() +m.gaP()}catch(o){s=A.an(o) +r=A.aE(o) +m.ch=!1 +n=A.Vt(A.ahn(A.be("building "+m.k(0)),s,r,new A.T6())) +l=n}finally{m.xI()}try{m.ay=m.dn(m.ay,l,m.d)}catch(o){q=A.an(o) +p=A.aE(o) +n=A.Vt(A.ahn(A.be("building "+m.k(0)),q,p,new A.T7())) +l=n +m.ay=m.dn(null,l,m.d)}}, +aT(a){var s=this.ay +if(s!=null)a.$1(s)}, +i5(a){this.ay=null +this.jg(a)}} +A.T6.prototype={ +$0(){var s=A.c([],t.F) +return s}, +$S:25} +A.T7.prototype={ +$0(){var s=A.c([],t.F) +return s}, +$S:25} +A.qi.prototype={ +eM(){return t.Iz.a(this.gaP()).G(this)}, +cD(a){this.rS(a) +this.wI(!0)}} +A.eD.prototype={ +eM(){return this.ok.G(this)}, +yI(){this.ok.aH() +this.ok.bo() +this.Qz()}, +j_(){var s=this +if(s.p1){s.ok.bo() +s.p1=!1}s.QA()}, +cD(a){var s,r,q,p=this +p.rS(a) +s=p.ok +r=s.a +r.toString +q=p.f +q.toString +s.a=t.d1.a(q) +s.aG(r) +p.wI(!0)}, +bL(){this.xH() +this.ok.bL() +this.cs()}, +dT(){this.ok.dT() +this.Ep()}, +o7(){var s=this +s.rR() +s.ok.m() +s.ok=s.ok.c=null}, +ju(a,b){return this.rQ(a,b)}, +B1(a){return this.ju(a,null)}, +bo(){this.Eq() +this.p1=!0}} +A.vW.prototype={ +eM(){return t.yH.a(this.gaP()).b}, +cD(a){var s=this,r=t.yH.a(s.gaP()) +s.rS(a) +s.rk(r) +s.wI(!0)}, +rk(a){this.lR(a)}} +A.mT.prototype={ +Ff(a){this.aT(new A.ZE(a))}, +lR(a){var s=this.f +s.toString +this.Ff(this.$ti.i("cU<1>").a(s))}} +A.ZE.prototype={ +$1(a){if(a instanceof A.b5)this.a.mV(a.gW()) +else a.aT(this)}, +$S:11} +A.e9.prototype={ +A2(){var s=this,r=s.a,q=r==null?null:r.y +if(q==null)q=B.Ur +s.y=q.ac8(A.r(s.gaP()),s)}, +DV(a,b){this.am.p(0,a,b)}, +Dc(a,b){this.DV(a,null)}, +Ck(a,b){b.bo()}, +rk(a){if(t.WB.a(this.gaP()).c7(a))this.Rm(a)}, +lR(a){var s,r,q +for(s=this.am,s=new A.z4(s,s.yo()),r=A.l(s).c;s.v();){q=s.d +this.Ck(a,q==null?r.a(q):q)}}} +A.b5.prototype={ +gW(){var s=this.ay +s.toString +return s}, +X1(){var s=this.a +while(!0){if(!(s!=null&&!(s instanceof A.b5)))break +s=s.a}return t.c_.a(s)}, +X0(){var s,r={},q=r.a=this.a +r.b=null +while(!0){if(!(q!=null&&!(q instanceof A.b5)))break +if(q instanceof A.mT){r.b=q +break}s=q.a +r.a=s +q=s}return r.b}, +eh(a,b){var s,r=this +r.Es(a,b) +s=r.f +s.toString +r.ay=t.F5.a(s).aw(r) +r.uR(b) +r.xI()}, +cD(a){this.rS(a) +this.I9()}, +j_(){this.I9()}, +I9(){var s=this,r=s.f +r.toString +t.F5.a(r).aE(s,s.gW()) +s.xI()}, +dT(){this.Ep()}, +o7(){var s=this,r=s.f +r.toString +t.F5.a(r) +s.rR() +r.qf(s.gW()) +s.ay.m() +s.ay=null}, +A7(a){var s,r=this,q=r.d +r.QM(a) +s=r.CW +s.toString +s.ic(r.gW(),q,r.d)}, +uR(a){var s,r,q=this +q.d=a +s=q.CW=q.X1() +if(s!=null)s.i6(q.gW(),a) +r=q.X0() +if(r!=null){s=r.f +s.toString +t.IL.a(s).mV(q.gW())}}, +q8(){var s=this,r=s.CW +if(r!=null){r.j4(s.gW(),s.d) +s.CW=null}s.d=null}} +A.a0I.prototype={} +A.F_.prototype={ +i5(a){this.jg(a)}, +i6(a,b){}, +ic(a,b,c){}, +j4(a,b){}} +A.wX.prototype={ +aT(a){var s=this.p1 +if(s!=null)a.$1(s)}, +i5(a){this.p1=null +this.jg(a)}, +eh(a,b){var s,r,q=this +q.ms(a,b) +s=q.p1 +r=q.f +r.toString +q.p1=q.dn(s,t.Mp.a(r).c,null)}, +cD(a){var s,r,q=this +q.jZ(a) +s=q.p1 +r=q.f +r.toString +q.p1=q.dn(s,t.Mp.a(r).c,null)}, +i6(a,b){var s=this.ay +s.toString +t.GM.a(s).saN(a)}, +ic(a,b,c){}, +j4(a,b){var s=this.ay +s.toString +t.GM.a(s).saN(null)}} +A.f5.prototype={ +gW(){return t.pU.a(A.b5.prototype.gW.call(this))}, +gkm(){var s=this.p1 +s===$&&A.b() +return new A.aZ(s,new A.Z3(this),A.a7(s).i("aZ<1>"))}, +i6(a,b){var s=this.gW(),r=b.a +s.C_(0,a,r==null?null:r.gW())}, +ic(a,b,c){var s=this.gW(),r=c.a +s.qU(a,r==null?null:r.gW())}, +j4(a,b){this.gW().C(0,a)}, +aT(a){var s,r,q,p,o=this.p1 +o===$&&A.b() +s=o.length +r=this.p2 +q=0 +for(;q") +h.d=new A.al(t.m.a(p),new A.cK(new A.fP(new A.hP(n,1,B.a0)),o,m),m.i("al"))}if(s)s=!(isFinite(q.a)&&isFinite(q.b)) +else s=!0 +h.w=s}, +rJ(a){var s,r,q,p=this +p.f=a +switch(a.a.a){case 1:s=p.e +s===$&&A.b() +s.saQ(new A.fa(a.ghZ(),new A.aJ(A.c([],t.G),t.O),0)) +r=!1 +break +case 0:s=p.e +s===$&&A.b() +s.saQ(a.ghZ()) +r=!0 +break +default:r=null}s=p.f +p.b=s.q1(s.gMx(),p.f.gwT()) +p.f.f.xy(r) +p.f.r.xx() +s=p.f +q=A.mS(p.gV1(),!1) +p.r=q +s.b.BZ(0,q) +q=p.e +q===$&&A.b() +q.bl() +q=q.cd$ +q.b=!0 +q.a.push(p.gNK())}, +k(a){var s,r,q,p,o,n=this.f +n===$&&A.b() +s=n.d.b +r=n.e.b +n=A.m(n.f.a.c) +q=s.k(0) +p=r.k(0) +o=this.e +o===$&&A.b() +return"HeroFlight(for: "+n+", from: "+q+", to: "+p+" "+A.m(o.c)+")"}} +A.a85.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.aa(s.gl()) +s.toString +p=q.f +p===$&&A.b() +p=p.c +return A.agd(p.b-s.d,A.uH(A.eX(!1,b,q.d),!0,r),r,r,s.a,p.a-s.c,s.b,r)}, +$S:362} +A.a86.prototype={ +$0(){var s,r=this.a +r.x=!1 +this.b.cx.I(this) +s=r.e +s===$&&A.b() +r.I8(s.gbj())}, +$S:0} +A.p3.prototype={ +vr(){var s,r,q,p=$.hv() +A.ul(this) +if(p.a.get(this).cx.a)return +p=this.b.gbk() +s=A.l(p).i("aZ") +r=A.ah(new A.aZ(p,new A.WW(),s),!1,s.i("t.E")) +for(p=r.length,q=0;q"),a=t.k2;s.v();){a0=s.gF() +a1=a0.a +a2=a0.b +a3=k.h(0,a1) +a4=j.h(0,a1) +if(a3==null)a5=null +else{a0=o.id +if(a0==null)a0=A.a1(A.aQ("RenderBox was not laid out: "+A.r(o).k(0)+"#"+A.aT(o))) +a3.a.toString +a2.a.toString +a5=new A.a84(b2,q,a0,b0,b1,a2,a3,p,r,b3,a4!=null)}if(a5!=null&&a5.gbC()){k.C(0,a1) +if(a4!=null){a0=a4.f +a0===$&&A.b() +a6=a0.a +if(a6===B.c4&&a5.a===B.c5){a0=a4.e +a0===$&&A.b() +a0.saQ(new A.fa(a5.ghZ(),new A.aJ(A.c([],h),g),0)) +a0=a4.b +a0===$&&A.b() +a4.b=new A.ww(a0,a0.b,a0.a,a)}else{a6=a6===B.c5&&a5.a===B.c4 +a7=a4.e +if(a6){a7===$&&A.b() +a0=a5.ghZ() +a6=a4.f.ghZ().gl() +a7.saQ(new A.al(c.a(a0),new A.ak(a6,1,d),b)) +a0=a4.f +a6=a0.f +a7=a5.r +if(a6!==a7){a6.nk(!0) +a7.xx() +a0=a4.f +a6=a4.b +a6===$&&A.b() +a4.b=a0.q1(a6.b,a5.gwT())}else{a6=a4.b +a6===$&&A.b() +a4.b=a0.q1(a6.b,a6.a)}}else{a6=a4.b +a6===$&&A.b() +a7===$&&A.b() +a4.b=a0.q1(a6.aa(a7.gl()),a5.gwT()) +a4.c=null +a0=a5.a +a6=a4.e +if(a0===B.c5)a6.saQ(new A.fa(a5.ghZ(),new A.aJ(A.c([],h),g),0)) +else a6.saQ(a5.ghZ()) +a4.f.f.nk(!0) +a4.f.r.nk(!0) +a5.f.xy(a0===B.c4) +a5.r.xx() +a0=a4.r.f.gK() +if(a0!=null)a0.HI()}}a4.f=a5}else{a0=new A.jG(i,B.cX) +a6=A.c([],h) +a7=new A.aJ(a6,g) +a8=new A.vV(a7,new A.aJ(A.c([],f),e),0) +a8.a=B.I +a8.b=0 +a8.bl() +a7.b=!0 +a6.push(a0.gXS()) +a0.e=a8 +a0.rJ(a5) +j.p(0,a1,a0)}}else if(a4!=null)a4.w=!0}for(s=k.gbk(),s=s.ga3(s);s.v();)s.gF().M4()}, +Yv(a){var s=a.f +s===$&&A.b() +this.b.C(0,s.f.a.c)}, +Wa(a,b,c,d,e){var s=t.rA.a(e.gaP()),r=A.c4(e,null),q=A.c4(d,null) +if(r==null||q==null)return s.e +return A.hw(b,new A.WU(r,c,q.f,r.f,b,s),null)}} +A.WW.prototype={ +$1(a){var s=a.f +s===$&&A.b() +if(s.y)if(s.a===B.c5){s=a.e +s===$&&A.b() +s=s.gbj()===B.I}else s=!1 +else s=!1 +return s}, +$S:365} +A.WV.prototype={ +$1(a){var s=this,r=s.b +if(r.a==null||s.c.a==null)return +s.a.Jf(r,s.c,s.d,s.e)}, +$S:4} +A.WU.prototype={ +$2(a,b){var s=this,r=s.c,q=s.d,p=s.e +r=s.b===B.c4?new A.ue(r,q).aa(p.gl()):new A.ue(q,r).aa(p.gl()) +return A.pt(s.f.e,s.a.Lp(r),null)}, +$S:366} +A.e8.prototype={ +G(a){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=null,e=a.ai(t.I) +e.toString +s=e.w +r=A.afL(a) +q=g.d +if(q==null)q=r.a +p=r.b +o=r.c +n=r.d +m=r.e +e=r.r +l=e==null?f:A.D(e,0,1) +if(l==null)l=1 +k=g.x +if(k==null){e=r.f +e.toString +k=e}if(l!==1)k=A.z(B.c.aJ(255*((k.gl()>>>24&255)/255*l)),k.gl()>>>16&255,k.gl()>>>8&255,k.gl()&255) +e=g.c +j=A.d5(e.a) +i=A.c([],t.uf) +if(p!=null)i.push(new A.km("FILL",p)) +if(o!=null)i.push(new A.km("wght",o)) +if(n!=null)i.push(new A.km("GRAD",n)) +if(m!=null)i.push(new A.km("opsz",m)) +h=A.al3(f,f,B.XH,f,f,!0,f,A.bW(f,A.cW(f,f,k,f,f,f,f,f,e.b,f,f,q,f,i,f,f,f,!1,f,f,f,f,e.c,r.w,f,f),j),B.bb,s,f,1,B.b1) +if(e.d)switch(s.a){case 0:e=new A.aY(new Float64Array(16)) +e.dD() +e.rv(-1,1,1) +h=A.a4i(B.Q,h,e,!1) +break +case 1:break}return A.bL(f,new A.kh(!0,A.dR(A.fO(h,f,f),q,q),f),!1,f,f,!1,!1,f,f,f,g.z,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f)}} +A.a.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.a&&b.a===s.a&&b.b===s.b&&b.c==s.c&&b.d===s.d&&A.cg(null,null)}, +gA(a){var s=this +return A.L(s.a,s.b,s.c,s.d,A.bJ(B.QR),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){return"IconData(U+"+B.d.r2(B.h.jK(this.a,16).toUpperCase(),5,"0")+")"}} +A.mu.prototype={ +c7(a){return!this.w.j(0,a.w)}, +oa(a,b){return A.EF(b,this.w,null)}} +A.Xi.prototype={ +$1(a){return A.EF(this.c,A.ajU(a).b9(this.b),this.a)}, +$S:367} +A.bj.prototype={ +q0(a,b,c,d,e,f,g,h){var s,r=this,q=g==null?r.a:g,p=b==null?r.b:b,o=h==null?r.c:h,n=c==null?r.d:c,m=e==null?r.e:e,l=a==null?r.f:a +if(d==null){s=r.r +s=s==null?null:A.D(s,0,1)}else s=d +return new A.bj(q,p,o,n,m,l,s,f==null?r.w:f)}, +bJ(a){return this.q0(a,null,null,null,null,null,null,null)}, +b9(a){var s=a.r +s=s==null?null:A.D(s,0,1) +return this.q0(a.f,a.b,a.d,s,a.e,a.w,a.a,a.c)}, +X(a){return this}, +j(a,b){var s,r,q=this +if(b==null)return!1 +if(J.O(b)!==A.r(q))return!1 +if(b instanceof A.bj)if(b.a==q.a)if(b.b==q.b)if(b.c==q.c)if(b.d==q.d)if(b.e==q.e)if(J.d(b.f,q.f)){s=b.r +s=s==null?null:A.D(s,0,1) +r=q.r +s=s==(r==null?null:A.D(r,0,1))&&A.cg(b.w,q.w)}else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gA(a){var s,r=this,q=r.r +q=q==null?null:A.D(q,0,1) +s=r.w +s=s==null?null:A.bJ(s) +return A.L(r.a,r.b,r.c,r.d,r.e,r.f,q,s,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Lc.prototype={} +A.lL.prototype={ +dl(a){var s=A.k5(this.a,this.b,a) +s.toString +return s}} +A.iB.prototype={ +dl(a){var s=A.Tq(this.a,this.b,a) +s.toString +return s}} +A.ue.prototype={ +dl(a){var s=A.Ue(this.a,this.b,a) +s.toString +return s}} +A.iD.prototype={ +dl(a){var s=A.cA(this.a,this.b,a) +s.toString +return s}} +A.lI.prototype={ +dl(a){return A.hA(this.a,this.b,a)}} +A.mI.prototype={ +dl(b0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4=new A.cY(new Float64Array(3)),a5=new A.cY(new Float64Array(3)),a6=A.akU(),a7=A.akU(),a8=new A.cY(new Float64Array(3)),a9=new A.cY(new Float64Array(3)) +this.a.LB(a4,a6,a8) +this.b.LB(a5,a7,a9) +s=1-b0 +r=a4.jP(s).M(0,a5.jP(b0)) +q=a6.jP(s).M(0,a7.jP(b0)) +p=new Float64Array(4) +o=new A.kM(p) +o.c2(q) +o.ab7() +n=a8.jP(s).M(0,a9.jP(b0)) +s=new Float64Array(16) +q=new A.aY(s) +m=p[0] +l=p[1] +k=p[2] +j=p[3] +i=m+m +h=l+l +g=k+k +f=m*i +e=m*h +d=m*g +c=l*h +b=l*g +a=k*g +a0=j*i +a1=j*h +a2=j*g +a3=r.a +s[0]=1-(c+a) +s[1]=e+a2 +s[2]=d-a1 +s[3]=0 +s[4]=e-a2 +s[5]=1-(f+a) +s[6]=b+a0 +s[7]=0 +s[8]=d+a1 +s[9]=b-a0 +s[10]=1-(f+c) +s[11]=0 +s[12]=a3[0] +s[13]=a3[1] +s[14]=a3[2] +s[15]=1 +q.bb(n) +return q}} +A.ns.prototype={ +dl(a){var s=A.aR(this.a,this.b,a) +s.toString +return s}} +A.EG.prototype={} +A.p9.prototype={ +gld(){var s,r=this,q=r.d +if(q===$){s=A.bC(null,r.a.d,null,null,r) +r.d!==$&&A.aK() +r.d=s +q=s}return q}, +gdu(){var s,r=this,q=r.e +if(q===$){s=r.gld() +q=r.e=A.cR(r.a.c,s,null)}return q}, +aH(){var s,r=this +r.aY() +s=r.gld() +s.bl() +s=s.cp$ +s.b=!0 +s.a.push(new A.Xs(r)) +r.FS() +r.Bf()}, +aG(a){var s,r=this +r.b1(a) +if(r.a.c!==a.c){r.gdu().m() +s=r.gld() +r.e=A.cR(r.a.c,s,null)}r.gld().e=r.a.d +if(r.FS()){r.jz(new A.Xr(r)) +s=r.gld() +s.sl(0) +s.bV() +r.Bf()}}, +m(){this.gdu().m() +this.gld().m() +this.SA()}, +a4N(a,b){if(a==null)return +a.sAw(a.aa(this.gdu().gl())) +a.snj(b)}, +FS(){var s={} +s.a=!1 +this.jz(new A.Xq(s,this)) +return s.a}, +Bf(){}} +A.Xs.prototype={ +$1(a){switch(a.a){case 3:this.a.a.toString +break +case 0:case 1:case 2:break}}, +$S:5} +A.Xr.prototype={ +$3(a,b,c){this.a.a4N(a,b) +return a}, +$S:144} +A.Xq.prototype={ +$3(a,b,c){var s +if(b!=null){if(a==null)a=c.$1(b) +s=a.b +if(!J.d(b,s==null?a.a:s))this.a.a=!0 +else if(a.b==null)a.snj(a.a)}else a=null +return a}, +$S:144} +A.od.prototype={ +aH(){this.QR() +var s=this.gld() +s.bl() +s=s.cd$ +s.b=!0 +s.a.push(this.gXQ())}, +XR(){this.ao(new A.RM())}} +A.RM.prototype={ +$0(){}, +$S:0} +A.t4.prototype={ +ah(){return new A.IS(null,null,B.k)}} +A.IS.prototype={ +jz(a){var s,r,q,p=this,o=null,n=p.CW +p.a.toString +s=t.ZU +p.CW=s.a(a.$3(n,o,new A.a5p())) +n=p.cx +p.a.toString +r=t.Om +p.cx=r.a(a.$3(n,o,new A.a5q())) +n=t.xG +p.cy=n.a(a.$3(p.cy,p.a.y,new A.a5r())) +q=p.db +p.a.toString +p.db=n.a(a.$3(q,o,new A.a5s())) +p.dx=t.YY.a(a.$3(p.dx,p.a.Q,new A.a5t())) +q=p.dy +p.a.toString +p.dy=r.a(a.$3(q,o,new A.a5u())) +q=p.fr +p.a.toString +p.fr=t.ka.a(a.$3(q,o,new A.a5v())) +q=p.fx +p.a.toString +p.fx=s.a(a.$3(q,o,new A.a5w()))}, +G(a){var s,r,q,p,o,n,m,l=this,k=null,j=l.gdu(),i=l.CW +i=i==null?k:i.aa(j.gl()) +s=l.cx +s=s==null?k:s.aa(j.gl()) +r=l.cy +r=r==null?k:r.aa(j.gl()) +q=l.db +q=q==null?k:q.aa(j.gl()) +p=l.dx +p=p==null?k:p.aa(j.gl()) +o=l.dy +o=o==null?k:o.aa(j.gl()) +n=l.fr +n=n==null?k:n.aa(j.gl()) +m=l.fx +m=m==null?k:m.aa(j.gl()) +return A.lV(i,l.a.r,B.C,k,p,r,q,k,o,s,n,m,k)}} +A.a5p.prototype={ +$1(a){return new A.k_(t.pC.a(a),null)}, +$S:145} +A.a5q.prototype={ +$1(a){return new A.iD(t.A0.a(a),null)}, +$S:80} +A.a5r.prototype={ +$1(a){return new A.iB(t.Hw.a(a),null)}, +$S:147} +A.a5s.prototype={ +$1(a){return new A.iB(t.Hw.a(a),null)}, +$S:147} +A.a5t.prototype={ +$1(a){return new A.lL(t.k.a(a),null)}, +$S:372} +A.a5u.prototype={ +$1(a){return new A.iD(t.A0.a(a),null)}, +$S:80} +A.a5v.prototype={ +$1(a){return new A.mI(t.xV.a(a),null)}, +$S:373} +A.a5w.prototype={ +$1(a){return new A.k_(t.pC.a(a),null)}, +$S:145} +A.t7.prototype={ +ah(){return new A.IV(null,null,B.k)}} +A.IV.prototype={ +jz(a){this.CW=t.Om.a(a.$3(this.CW,this.a.r,new A.a5z()))}, +G(a){var s=this.CW +s.toString +return new A.c6(J.arp(s.aa(this.gdu().gl()),B.at,B.jm),this.a.w,null)}} +A.a5z.prototype={ +$1(a){return new A.iD(t.A0.a(a),null)}, +$S:80} +A.t9.prototype={ +ah(){return new A.IX(null,null,B.k)}} +A.IX.prototype={ +jz(a){var s,r=this,q=null,p=t.ir +r.CW=p.a(a.$3(r.CW,r.a.w,new A.a5E())) +r.cx=p.a(a.$3(r.cx,r.a.x,new A.a5F())) +s=r.cy +r.a.toString +r.cy=p.a(a.$3(s,q,new A.a5G())) +s=r.db +r.a.toString +r.db=p.a(a.$3(s,q,new A.a5H())) +s=r.dx +r.a.toString +r.dx=p.a(a.$3(s,q,new A.a5I())) +s=r.dy +r.a.toString +r.dy=p.a(a.$3(s,q,new A.a5J()))}, +G(a){var s,r,q,p,o,n=this,m=null,l=n.CW +l=l==null?m:l.aa(n.gdu().gl()) +s=n.cx +s=s==null?m:s.aa(n.gdu().gl()) +r=n.cy +r=r==null?m:r.aa(n.gdu().gl()) +q=n.db +q=q==null?m:q.aa(n.gdu().gl()) +p=n.dx +p=p==null?m:p.aa(n.gdu().gl()) +o=n.dy +o=o==null?m:o.aa(n.gdu().gl()) +return A.agd(q,n.a.r,o,m,l,r,s,p)}} +A.a5E.prototype={ +$1(a){return new A.ak(A.io(a),null,t.Y)}, +$S:24} +A.a5F.prototype={ +$1(a){return new A.ak(A.io(a),null,t.Y)}, +$S:24} +A.a5G.prototype={ +$1(a){return new A.ak(A.io(a),null,t.Y)}, +$S:24} +A.a5H.prototype={ +$1(a){return new A.ak(A.io(a),null,t.Y)}, +$S:24} +A.a5I.prototype={ +$1(a){return new A.ak(A.io(a),null,t.Y)}, +$S:24} +A.a5J.prototype={ +$1(a){return new A.ak(A.io(a),null,t.Y)}, +$S:24} +A.t6.prototype={ +ah(){return new A.IU(null,null,B.k)}} +A.IU.prototype={ +jz(a){this.z=t.ir.a(a.$3(this.z,this.a.w,new A.a5y()))}, +Bf(){var s=this.gdu(),r=this.z +r.toString +this.Q=new A.al(t.m.a(s),r,A.l(r).i("al"))}, +G(a){var s=this.Q +s===$&&A.b() +return A.eX(!1,this.a.r,s)}} +A.a5y.prototype={ +$1(a){return new A.ak(A.io(a),null,t.Y)}, +$S:24} +A.t5.prototype={ +ah(){return new A.IT(null,null,B.k)}} +A.IT.prototype={ +jz(a){this.CW=t.Dh.a(a.$3(this.CW,this.a.w,new A.a5x()))}, +G(a){var s=null,r=this.CW +r.toString +r=r.aa(this.gdu().gl()) +return A.ke(this.a.r,s,s,B.ce,!0,r,s,s,B.b1)}} +A.a5x.prototype={ +$1(a){return new A.ns(t.em.a(a),null)}, +$S:374} +A.t8.prototype={ +ah(){return new A.IW(null,null,B.k)}} +A.IW.prototype={ +jz(a){var s=this,r=s.CW +s.a.toString +s.CW=t.eJ.a(a.$3(r,B.am,new A.a5A())) +s.cx=t.ir.a(a.$3(s.cx,s.a.z,new A.a5B())) +r=t.YJ +s.cy=r.a(a.$3(s.cy,s.a.Q,new A.a5C())) +s.db=r.a(a.$3(s.db,s.a.at,new A.a5D()))}, +G(a){var s,r,q,p,o=this,n=o.a,m=n.w +n=n.x +s=o.CW +s.toString +s=s.aa(o.gdu().gl()) +r=o.cx +r.toString +r=r.aa(o.gdu().gl()) +q=o.a.Q +p=o.db +p.toString +p=p.aa(o.gdu().gl()) +p.toString +return new A.FW(m,n,s,r,q,p,o.a.r,null)}} +A.a5A.prototype={ +$1(a){return new A.lI(t.m_.a(a),null)}, +$S:375} +A.a5B.prototype={ +$1(a){return new A.ak(A.io(a),null,t.Y)}, +$S:24} +A.a5C.prototype={ +$1(a){return new A.ep(t.n8.a(a),null)}, +$S:67} +A.a5D.prototype={ +$1(a){return new A.ep(t.n8.a(a),null)}, +$S:67} +A.rg.prototype={ +m(){var s=this,r=s.bQ$ +if(r!=null)r.I(s.ghT()) +s.bQ$=null +s.aM()}, +bL(){this.cL() +this.cn() +this.hU()}} +A.hM.prototype={ +cI(){return new A.uK(A.fp(null,null,null,t.h,t.X),this,B.P,A.l(this).i("uK"))}} +A.uK.prototype={ +Dc(a,b){var s=this.am,r=this.$ti,q=r.i("b3<1>?").a(s.h(0,a)),p=q==null +if(!p&&q.ga6(q))return +if(b==null)s.p(0,a,A.ck(r.c)) +else{p=p?A.ck(r.c):q +p.J(0,r.c.a(b)) +s.p(0,a,p)}}, +Ck(a,b){var s,r=this.$ti,q=r.i("b3<1>?").a(this.am.h(0,b)) +if(q==null)return +if(!q.ga6(q)){s=this.f +s.toString +s=r.i("hM<1>").a(s).OS(a,q) +r=s}else r=!0 +if(r)b.bo()}} +A.hN.prototype={ +c7(a){return a.f!==this.f}, +cI(){var s=new A.rh(A.fp(null,null,null,t.h,t.X),this,B.P,A.l(this).i("rh")) +this.f.T(s.gyZ()) +return s}} +A.rh.prototype={ +cD(a){var s,r,q=this,p=q.f +p.toString +s=q.$ti.i("hN<1>").a(p).f +r=a.f +if(s!==r){p=q.gyZ() +s.I(p) +r.T(p)}q.EE(a)}, +eM(){var s,r=this +if(r.cj){s=r.f +s.toString +r.Eu(r.$ti.i("hN<1>").a(s)) +r.cj=!1}return r.ED()}, +a_f(){this.cj=!0 +this.cs()}, +lR(a){this.Eu(a) +this.cj=!1}, +o7(){var s=this,r=s.f +r.toString +s.$ti.i("hN<1>").a(r).f.I(s.gyZ()) +s.rR()}} +A.cB.prototype={} +A.Xw.prototype={ +$1(a){var s,r,q +if(a.j(0,this.a))return!1 +if(a instanceof A.e9&&a.gaP() instanceof A.cB){s=t.og.a(a.gaP()) +r=A.r(s) +q=this.c +if(!q.n(0,r)){q.J(0,r) +this.d.push(s)}}return!0}, +$S:18} +A.CN.prototype={} +A.qZ.prototype={ +G(a){var s,r,q,p=this.d +for(s=this.c,r=s.length,q=0;qs.b?B.im:B.il}, +pZ(a,b,c,d,e){var s=this,r=c==null?s.c:c,q=b==null?s.f:b,p=e==null?s.r:e,o=d==null?s.e:d,n=a==null?s.ch:a +return new A.vp(s.a,s.b,r,s.d,o,q,p,s.w,!1,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,n)}, +AP(a){return this.pZ(null,null,a,null,null)}, +Lp(a){return this.pZ(null,a,null,null,null)}, +a6R(a,b){return this.pZ(null,a,null,null,b)}, +a6T(a,b){return this.pZ(null,null,null,a,b)}, +a6X(a,b,c,d){return this.pZ(a,b,null,c,d)}, +Oh(a,b,c,d){var s,r,q,p,o,n,m=this,l=null +if(!(b||d||c||a))return m +s=m.f +r=b?0:l +q=d?0:l +p=c?0:l +r=s.pW(a?0:l,r,p,q) +q=m.r +p=b?Math.max(0,q.a-s.a):l +o=d?Math.max(0,q.b-s.b):l +n=c?Math.max(0,q.c-s.c):l +return m.a6R(r,q.pW(a?Math.max(0,q.d-s.d):l,p,n,o))}, +Ol(a,b,c,d){var s,r,q,p,o,n,m=this,l=null +if(!b)!d +s=m.r +r=b?Math.max(0,s.a-m.e.a):l +q=d?Math.max(0,s.b-m.e.b):l +p=c?Math.max(0,s.c-m.e.c):l +o=m.e +n=Math.max(0,s.d-o.d) +s=s.pW(n,r,p,q) +r=b?0:l +q=d?0:l +p=c?0:l +return m.a6T(o.pW(0,r,p,q),s)}, +acn(a){return this.Ol(a,!1,!1,!1)}, +acl(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=a.c,f=a.a,e=a.d,d=a.b,c=h.a +if(new A.H(g-f,e-d).j(0,c)&&new A.i(f,d).j(0,B.f))return h +s=c.a-g +r=c.b-e +g=h.f +e=Math.max(0,g.a-f) +c=Math.max(0,g.b-d) +q=Math.max(0,g.c-s) +g=Math.max(0,g.d-r) +p=h.r +o=Math.max(0,p.a-f) +n=Math.max(0,p.b-d) +m=Math.max(0,p.c-s) +p=Math.max(0,p.d-r) +l=h.e +f=Math.max(0,l.a-f) +d=Math.max(0,l.b-d) +k=Math.max(0,l.c-s) +l=Math.max(0,l.d-r) +j=h.ch +i=A.a7(j).i("aZ<1>") +return h.a6X(A.ah(new A.aZ(j,new A.YL(a),i),!0,i.i("t.E")),new A.ao(e,c,q,g),new A.ao(f,d,k,l),new A.ao(o,n,m,p))}, +j(a,b){var s=this +if(b==null)return!1 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.vp&&b.a.j(0,s.a)&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.f.j(0,s.f)&&b.r.j(0,s.r)&&b.e.j(0,s.e)&&b.w.j(0,s.w)&&b.Q===s.Q&&b.as===s.as&&b.z===s.z&&b.y===s.y&&b.at===s.at&&b.ax===s.ax&&b.ay.j(0,s.ay)&&A.cg(b.ch,s.ch)}, +gA(a){var s=this +return A.L(s.a,s.b,s.c,s.d,s.f,s.r,s.e,!1,s.Q,s.as,s.z,s.y,s.at,s.ax,s.ay,A.bJ(s.ch),B.a,B.a,B.a,B.a)}, +k(a){var s=this +return"MediaQueryData("+B.b.bW(A.c(["size: "+s.a.k(0),"devicePixelRatio: "+B.c.a5(s.b,1),"textScaleFactor: "+B.c.a5(s.c,1),"platformBrightness: "+s.d.k(0),"padding: "+s.f.k(0),"viewPadding: "+s.r.k(0),"viewInsets: "+s.e.k(0),"systemGestureInsets: "+s.w.k(0),"alwaysUse24HourFormat: false","accessibleNavigation: "+s.y,"highContrast: "+s.Q,"disableAnimations: "+s.as,"invertColors: "+s.z,"boldText: "+s.at,"navigationMode: "+s.ax.b,"gestureSettings: "+s.ay.k(0),"displayFeatures: "+A.m(s.ch)],t.s),", ")+")"}} +A.YL.prototype={ +$1(a){return this.a.r1(a.gn0())}, +$S:124} +A.mK.prototype={ +c7(a){return!this.w.j(0,a.w)}, +OS(a6,a7){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5 +for(s=a7.ga3(a7),r=this.w,q=a6.w,p=r.ch!==q.ch,o=r.ay,n=q.ay,m=r.ax!==q.ax,l=r.at!==q.at,k=r.as!==q.as,j=r.Q!==q.Q,i=r.z!==q.z,h=r.y!==q.y,g=r.r,f=q.r,e=r.w,d=q.w,c=r.e,b=q.e,a=r.f,a0=q.f,a1=r.d!==q.d,a2=r.c!==q.c,a3=r.b!==q.b,r=r.a,q=q.a,a4=r.a,r=r.b;s.v();){a5=s.gF() +if(a5 instanceof A.ds)switch(a5.a){case 0:if(!(q.a===a4&&q.b===r))return!0 +break +case 1:a5=a4>r?B.im:B.il +if(a5!==(q.a>q.b?B.im:B.il))return!0 +break +case 2:if(a3)return!0 +break +case 3:if(a2)return!0 +break +case 4:if(a1)return!0 +break +case 5:if(!a.j(0,a0))return!0 +break +case 6:if(!c.j(0,b))return!0 +break +case 7:if(!e.j(0,d))return!0 +break +case 8:if(!g.j(0,f))return!0 +break +case 9:break +case 10:if(h)return!0 +break +case 11:if(i)return!0 +break +case 12:if(j)return!0 +break +case 13:if(k)return!0 +break +case 14:if(l)return!0 +break +case 15:if(m)return!0 +break +case 16:if(!o.j(0,n))return!0 +break +case 17:if(p)return!0 +break}}return!1}} +A.Zc.prototype={ +H(){return"NavigationMode."+this.b}} +A.zt.prototype={ +ah(){return new A.LM(B.k)}} +A.LM.prototype={ +aH(){this.aY() +$.af.bR$.push(this)}, +bo(){this.dh() +this.a4x() +this.px()}, +aG(a){var s,r=this +r.b1(a) +s=r.a +s.toString +if(r.e==null||a.c!==s.c)r.px()}, +a4x(){var s,r=this +r.a.toString +s=r.c +s.toString +s=A.c4(s,null) +r.d=s +r.e=null}, +px(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=null,c=e.a.c,b=e.d,a=c.gnW(),a0=c.x +if(a0==null){a0=self.window.devicePixelRatio +if(a0===0)a0=1}a0=a.hF(0,a0) +a=c.x +if(a==null){a=self.window.devicePixelRatio +if(a===0)a=1}s=b==null +r=s?d:b.c +if(r==null)r=c.b.a.e +q=s?d:b.d +if(q==null)q=c.b.a.d +c.glr() +p=c.x +if(p==null){p=self.window.devicePixelRatio +if(p===0)p=1}p=A.Ud(B.dV,p) +c.glr() +o=c.x +if(o==null){o=self.window.devicePixelRatio +if(o===0)o=1}o=A.Ud(B.dV,o) +n=c.f +m=c.x +if(m==null){m=self.window.devicePixelRatio +if(m===0)m=1}m=A.Ud(n,m) +c.glr() +n=c.x +if(n==null){n=self.window.devicePixelRatio +if(n===0)n=1}n=A.Ud(B.dV,n) +l=s?d:b.y +if(l==null)l=(c.b.a.a.a&1)!==0 +k=s?d:b.z +if(k==null)k=(c.b.a.a.a&2)!==0 +j=s?d:b.as +if(j==null)j=(c.b.a.a.a&4)!==0 +i=s?d:b.at +if(i==null)i=(c.b.a.a.a&8)!==0 +h=s?d:b.Q +if(h==null)h=(c.b.a.a.a&32)!==0 +g=s&&d +b=s?d:b.ax +if(b==null)b=B.eR +c.glr() +c.glr() +f=new A.vp(a0,a,r,q,m,p,o,n,g===!0,l,k,h,j,i,b,new A.DG(d),B.QP) +if(!f.j(0,e.e))e.ao(new A.a9j(e,f))}, +B5(){this.px()}, +LL(){if(this.d==null)this.px()}, +LK(){if(this.d==null)this.px()}, +m(){B.b.C($.af.bR$,this) +this.aM()}, +G(a){var s=this.e +s.toString +return A.pt(this.a.e,s,null)}} +A.a9j.prototype={ +$0(){this.a.e=this.b}, +$S:0} +A.Qe.prototype={} +A.Fs.prototype={ +G(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=null +switch(A.b6().a){case 1:case 3:case 5:s=!1 +break +case 0:case 2:case 4:s=!0 +break +default:s=h}r=i.d&&s +q=new A.YR(i,a) +p=r&&i.r!=null?q:h +o=r&&i.r!=null?q:h +n=r?i.r:h +if(r&&i.r!=null){m=a.ai(t.I) +m.toString +m=m.w}else m=h +l=i.c +k=A.bL(h,A.j1(new A.dg(B.jS,l==null?h:new A.lS(l,h,h),h),B.aR,h,h,h),!1,h,h,!1,!1,h,h,h,n,h,h,h,h,h,h,o,h,h,p,i.x,h,h,h,h,m,h) +j=!r||!1 +return A.arR(new A.kh(j,new A.LQ(k,q,h),h))}} +A.YR.prototype={ +$0(){if(this.a.d)A.akv(this.b) +else A.HM(B.Xl)}, +$S:0} +A.Cn.prototype={ +G(a){return A.ag3(!0,null,t.Bs.a(this.c).gl(),this.e,null,this.f,null)}} +A.qV.prototype={ +fY(a){if(this.am==null)return!1 +return this.mo(a)}, +MI(a){}, +vP(a,b){var s=this.am +if(s!=null)this.ce("onAnyTapUp",s)}, +nA(a,b,c){}} +A.J3.prototype={ +Li(){var s=t.S,r=A.ck(s) +return new A.qV(B.as,18,B.bA,A.A(s,t.o),r,null,null,A.rX(),A.A(s,t.A))}, +N1(a){a.am=this.a}} +A.LQ.prototype={ +G(a){return new A.h2(this.c,A.aD([B.a1S,new A.J3(this.d)],t.u,t.xR),B.aC,!1,null)}} +A.FB.prototype={ +G(a){var s,r,q=this,p=a.ai(t.I) +p.toString +s=A.c([],t.E) +r=q.c +if(r!=null)s.push(A.Yj(r,B.fQ)) +r=q.d +if(r!=null)s.push(A.Yj(r,B.fR)) +r=q.e +if(r!=null)s.push(A.Yj(r,B.fS)) +return new A.tZ(new A.ac5(q.f,q.r,p.w),s,null)}} +A.AX.prototype={ +H(){return"_ToolbarSlot."+this.b}} +A.ac5.prototype={ +NS(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +if(e.b.h(0,B.fQ)!=null){s=a.a +r=a.b +q=e.eP(B.fQ,new A.ar(0,s,r,r)).a +switch(e.f.a){case 0:p=s-q +break +case 1:p=0 +break +default:p=null}e.f3(B.fQ,new A.i(p,0))}else q=0 +if(e.b.h(0,B.fS)!=null){o=e.eP(B.fS,A.ty(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.f3(B.fS,new A.i(n,(a.b-o.b)/2))}else m=0 +if(e.b.h(0,B.fR)!=null){s=a.a +r=e.e +l=Math.max(s-q-m-r*2,0) +k=e.eP(B.fR,A.ty(a).pV(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}, +gaae(){var s=this.a +if(s==null)return!1 +s=s.Gr(A.ams(this)) +s=s==null?null:s.gNe() +return s===!0}} +A.a0N.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.geY() +if(r!=null)r.jI()}}, +$S:22} +A.a0M.prototype={ +$1(a){var s=this.a.a +if(s!=null){s=s.y.geY() +if(s!=null)s.jI()}}, +$S:22} +A.fb.prototype={ +k(a){var s=this.a +s=s==null?"none":'"'+s+'"' +return"RouteSettings("+s+", "+A.m(this.b)+")"}} +A.j4.prototype={ +k(a){return'Page("'+A.m(this.a)+'", '+this.c.k(0)+", "+A.m(this.b)+")"}} +A.kE.prototype={} +A.mr.prototype={ +c7(a){return a.f!=this.f}} +A.jd.prototype={} +A.I8.prototype={} +A.DC.prototype={ +acw(a,b,c){var s,r,q,p,o=A.c([],t.Fm),n=new A.Tz(a,c,o) +n.$2(null,b.length===0) +for(s=b.length,r=0;r=10)return +s.x=!0 +s.w=a +s.d=B.a3z}, +e8(a){return this.a6f(a,t.z)}, +m(){var s,r,q,p,o,n,m,l=this,k={} +l.d=B.a3w +s=l.a +r=s.gwx() +q=new A.aaJ() +p=new A.aZ(r,q,A.a7(r).i("aZ<1>")) +if(!p.ga3(p).v()){l.d=B.fI +s.m() +return}k.a=p.gD(p) +o=s.a +o.f.J(0,l) +for(s=B.b.ga3(r),q=new A.xS(s,q);q.v();){r=s.gF() +n=A.aX("listener") +m=new A.aaK(k,l,r,n,o) +n.b=m +r.d.T(m)}}, +gOW(){var s=this.d.a +return s<=7&&s>=1}, +gNe(){var s=this.d.a +return s<=10&&s>=1}} +A.aaL.prototype={ +$0(){var s=this.a +if(s.d===B.yl){s.d=B.cR +this.b.tk()}}, +$S:0} +A.aaJ.prototype={ +$1(a){return a.d.a!=null}, +$S:384} +A.aaK.prototype={ +$0(){var s=this,r=s.a;--r.a +s.c.d.I(s.d.aF()) +if(r.a===0)return A.dv(new A.aaI(s.b,s.e))}, +$S:0} +A.aaI.prototype={ +$0(){var s=this.a +if(!this.b.f.C(0,s))return +s.d=B.fI +s.a.m()}, +$S:0} +A.aaM.prototype={ +$1(a){return a.a===this.a}, +$S:59} +A.lm.prototype={} +A.rq.prototype={ +lQ(a){a.tL(this.b,this.a,B.c4,!1)}} +A.rp.prototype={ +lQ(a){var s=$.hv() +A.ul(a) +if(!s.a.get(a).cx.a)a.tL(this.a,this.b,B.c5,!1)}} +A.zB.prototype={ +lQ(a){}} +A.zC.prototype={ +lQ(a){var s=this.a,r=s.gnG() +if(r)a.tL(this.b,s,B.c4,!1)}} +A.fv.prototype={ +aH(){var s,r,q,p,o,n=this +n.aY() +for(s=n.a.x,r=s.length,q=0;qa5.c)break +j=a3.a.c[k] +if(!m.AD(j))break +i=m.a +if(i.b!==j){i.b=j +i.kl()}q.push(m) +a5.b=k+1 +l=n+1 +a5.a=l +k=l +o=m}h=A.c([],r) +k=s +while(!0){if(!(n<=k&&a5.b<=a5.c))break +c$1:{m=a3.e[k] +if(!m.c){h.push(m) +s=k-1 +a5.d=s +k=s +break c$1}i=a3.a.c +g=a5.c +if(!m.AD(i[g]))break +if(h.length!==0){p.bK(m,new A.Zg(h)) +B.b.a7(h)}s=k-1 +a5.d=s +a5.c=g-1 +k=s}}s=k+h.length +a5.d=s +k=t.Ez +f=A.A(t.f0,k) +e=A.ax(k) +for(k=t.pw;n<=s;){m=a3.e[n];++n +if(!m.c)continue +d=k.a(m.a.b) +i=m.d.a +if(!(i<=7&&i>=1)){e.J(0,m) +continue}f.p(0,d.c,m)}for(c=!1;i=a5.b,i<=a5.c;){b=a3.a.c[i] +a5.b=i+1 +i=b.c +i=!f.ak(i)||!f.h(0,i).AD(b) +if(i){a3.c.toString +i=A.ami(!0,b,b.$ti.c) +g=$.Rj() +q.push(new A.dt(i,a4,!0,B.yj,g,g,g)) +c=!0}else{i=f.C(0,b.c) +i.toString +g=i.a +if(g.b!==b){g.b=b +g.kl()}q.push(i)}}a=A.A(t.oV,t.N2) +for(;i=a5.a,i<=a5.d;){a0=a3.e[i] +a5.a=i+1 +if(!a0.c){J.fK(p.bK(o,new A.Zh()),a0) +if(o.y){i=a0.d.a +i=i<=7&&i>=1}else i=!1 +if(i)a0.y=!0 +continue}a1=k.a(a0.a.b) +if(f.ak(a1.c)||e.n(0,a0)){a.p(0,o,a0) +i=a0.d.a +if(i<=7&&i>=1)a0.y=!0}o=a0}a5.c=a3.a.c.length-1 +s=a3.e.length-1 +a5.d=s +k=i +while(!0){if(!(k<=s&&a5.b<=a5.c))break +c$4:{m=a3.e[k] +if(!m.c){J.fK(p.bK(o,new A.Zi()),m) +break c$4}i=a3.a.c +g=a5.b +j=i[g] +i=m.a +if(i.b!==j){i.b=j +i.kl()}q.push(m) +l=k+1 +a5.a=l +a5.b=g+1 +k=l +o=m}}if(c||a.a!==0){a3.a.toString +a2=B.z6.acw(a,q,p) +a2=new A.dx(a2,A.a7(a2).i("dx<1,dt>"))}else a2=q +a3.e=A.c([],r) +if(p.ak(a4)){r=a3.e +k=p.h(0,a4) +k.toString +B.b.P(r,k)}for(r=J.av(a2);r.v();){k=r.gF() +a3.e.push(k) +if(p.ak(k)){i=a3.e +k=p.h(0,k) +k.toString +B.b.P(i,k)}}a3.tk()}, +yK(a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a=null +b.ch=!0 +s=b.e +r=s.length-1 +q=s[r] +p=r>0?s[r-1]:a +o=A.c([],t.uD) +$label0$1:for(s=b.x,n=b.w,m=a,l=m,k=!1,j=!1;r>=0;){switch(q.d.a){case 1:i=b.k7(r-1,A.jZ()) +h=i>=0?b.e[i]:a +h=h==null?a:h.a +g=q.a +g.a=b +g.kH() +q.d=B.a3x +n.eH(new A.rq(g,h)) +continue $label0$1 +case 2:if(k||l==null){h=q.a +h.q9() +q.d=B.cR +if(l==null)h.qa(a) +continue $label0$1}break +case 3:case 4:case 6:h=p==null?a:p.a +i=b.k7(r-1,A.jZ()) +g=i>=0?b.e[i]:a +g=g==null?a:g.a +q.a95(l==null,b,h,g) +if(q.d===B.cR)continue $label0$1 +break +case 5:if(!j&&m!=null){q.a.nf(m) +q.f=m}j=!0 +break +case 7:if(!j&&m!=null){q.a.nf(m) +q.f=m}k=!0 +j=!0 +break +case 8:i=b.k7(r,A.C1()) +h=i>=0?b.e[i]:a +if(!q.a94(b,h==null?a:h.a))continue $label0$1 +if(!j){if(m!=null){q.a.nf(m) +q.f=m}m=q.a}h=q.a +i=b.k7(r,A.C1()) +g=i>=0?b.e[i]:a +s.eH(new A.rp(h,g==null?a:g.a)) +if(q.d===B.jo)continue $label0$1 +k=!0 +break +case 11:break +case 9:h=q.a +h=h.d.a +if((h.a&30)!==0)A.a1(A.aQ("Future already completed")) +h.hQ(a) +q.w=null +q.d=B.a3t +continue $label0$1 +case 10:if(!j){if(m!=null)q.a.nf(m) +m=a}i=b.k7(r,A.C1()) +h=i>=0?b.e[i]:a +h=h==null?a:h.a +q.d=B.a3v +if(q.x)s.eH(new A.zB(q.a,h)) +continue $label0$1 +case 12:if(!k&&l!=null)break +q.d=B.jo +continue $label0$1 +case 13:o.push(B.b.wL(b.e,r)) +q=l +break +case 14:case 15:case 0:break}--r +f=r>0?b.e[r-1]:a +l=q +q=p +p=f}b.X7() +b.X9() +if(b.a.as){e=b.mE(A.jZ()) +d=e==null?a:e.a.b.a +if(d!=null&&d!==b.ax){A.alB(!1,a,A.nB(d)) +b.ax=d}}for(s=o.length,c=0;c=0;){s=m.e[k] +r=s.d.a +if(!(r<=12&&r>=3)){--k +continue}q=m.XG(k+1,A.ao8()) +r=q==null +p=r?l:q.a +o=s.r +if(p!=o){if(!((r?l:q.a)==null&&s.f===o)){p=s.a +p.qa(r?l:q.a)}s.r=r?l:q.a}--k +n=m.k7(k,A.ao8()) +r=n>=0?m.e[n]:l +p=r==null +o=p?l:r.a +if(o!=s.e){o=s.a +o.B6(p?l:r.a) +s.e=p?l:r.a}}}, +GN(a,b){a=this.k7(a,b) +return a>=0?this.e[a]:null}, +k7(a,b){while(!0){if(!(a>=0&&!b.$1(this.e[a])))break;--a}return a}, +XG(a,b){var s +while(!0){s=this.e +if(!(a?") +q=r.a(this.a.r.$1(s)) +return q==null&&!b?r.a(this.a.w.$1(s)):q}, +zI(a,b,c){return this.u6(a,!1,b,c)}, +ac_(a){var s=A.amr(a,B.jp,!1,null) +this.e.push(s) +this.tk() +this.Fn() +return a.d.a}, +nX(a){return this.ac_(a,t.X)}, +qS(a){var s=0,r=A.a_(t.y),q,p=this,o,n +var $async$qS=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)$async$outer:switch(s){case 0:n=p.mE(A.jZ()) +if(n==null){q=!1 +s=1 +break}s=3 +return A.a5(n.a.hE(),$async$qS) +case 3:o=c +if(p.c==null){q=!0 +s=1 +break}if(n!==p.mE(A.jZ())){q=!0 +s=1 +break}switch(o.a){case 2:q=!1 +s=1 +break $async$outer +case 0:p.abU(a) +q=!0 +s=1 +break $async$outer +case 1:q=!0 +s=1 +break $async$outer}case 1:return A.Y(q,r)}}) +return A.Z($async$qS,r)}, +Ny(){return this.qS(null,t.X)}, +aaW(a){return this.qS(a,t.X)}, +NV(a){var s=this,r=B.b.aau(s.e,A.jZ()) +if(r.c){if(s.a.d.$2(r.a,a)&&r.d===B.cR)r.d=B.dY}else{r.w=a +r.d=B.dY}if(r.d===B.dY)s.yK(!1) +s.Fn()}, +abU(a){return this.NV(a,t.X)}, +eA(){return this.NV(null,t.X)}, +abV(a){var s=this.mE(A.jZ()) +for(;s!=null;){if(a.$1(s.a))return +this.eA() +s=this.mE(A.jZ())}}, +Mi(a){var s,r=this,q=B.b.a9X(r.e,A.ams(a)),p=r.e[q] +if(p.c&&p.d.a<8){s=r.GN(q-1,A.C1()) +s=s==null?null:s.a +r.x.eH(new A.rp(a,s))}p.d=B.jo +if(!r.ch)r.yK(!1)}, +sKj(a){this.CW=a +this.cx.sl(a>0)}, +a7D(){var s,r,q,p,o,n,m=this +m.sKj(m.CW+1) +if(m.CW===1){s=m.k7(m.e.length-1,A.C1()) +r=m.e[s].a +q=!r.gOX()&&s>0?m.GN(s-1,A.C1()).a:null +p=m.as +p===$&&A.b() +o=p.length +n=0 +for(;n7){h=i.a +h.c.sl(b) +continue}if(i.c){l=l||r.length!==J.bu(q) +if(r.length!==0){g=m==null?b:m.ge_() +p.p(0,g,r) +n.C(0,g)}k=i.ge_()!=null +h=i.a +f=k?i.ge_():b +h.c.sl(f) +if(k){r=A.c([],s) +h=c.y +h.toString +q=h.h(0,i.ge_()) +if(q==null)q=B.eA}else{r=B.eA +q=B.eA}m=i +continue}if(k){h=i.b +h=h==null?b:h.gNf() +k=h===!0}else k=!1 +h=i.a +f=k?i.ge_():b +h.c.sl(f) +if(k){h=i.b +f=h.b +h=f==null?h.b=h.v6():f +if(!l){f=J.b1(q) +e=f.gD(q) +d=r.length +l=e<=d||!J.d(f.h(q,d),h)}else l=!0 +B.b.J(r,h)}}l=l||r.length!==J.bu(q) +c.WY(r,m,p,n) +if(l||n.gbX(n)){c.y=p +c.ar()}}, +WY(a,b,c,d){var s +if(a.length!==0){s=b==null?null:b.ge_() +c.p(0,s,a) +d.C(0,s)}}, +a7(a){if(this.y==null)return +this.y=null +this.ar()}, +Or(a,b){var s,r,q,p,o,n=A.c([],t.uD) +if(this.y!=null)s=a!=null&&a.ge_()==null +else s=!0 +if(s)return n +s=this.y +s.toString +r=s.h(0,a==null?null:a.ge_()) +if(r==null)return n +for(s=J.av(r);s.v();){q=A.ayh(s.gF()) +p=q.Lw(b) +o=$.Rj() +n.push(new A.dt(p,q,!1,B.fH,o,o,o))}return n}, +vg(){return null}, +ny(a){a.toString +return t.f.a(a).qP(0,new A.a89(),t.ob,t.UX)}, +N_(a){this.y=a}, +o5(){return this.y}, +gni(){return this.y!=null}} +A.a89.prototype={ +$2(a,b){return new A.b9(A.cn(a),A.kA(t.j.a(b),!0,t.K),t.qE)}, +$S:389} +A.a9y.prototype={ +$2(a,b){if(!a.a)a.I(b)}, +$S:43} +A.zD.prototype={ +bL(){this.cL() +this.cn() +this.e7()}, +m(){var s=this,r=s.aV$ +if(r!=null)r.I(s.gdR()) +s.aV$=null +s.aM()}} +A.zE.prototype={ +aG(a){this.b1(a) +this.ng()}, +bo(){var s,r,q,p,o=this +o.dh() +s=o.bA$ +r=o.gkS() +q=o.c +q.toString +q=A.na(q) +o.fk$=q +p=o.lp(q,r) +if(r){o.ij(s,o.ec$) +o.ec$=!1}if(p)if(s!=null)s.m()}, +m(){var s,r=this +r.fj$.ac(0,new A.a9y()) +s=r.bA$ +if(s!=null)s.m() +r.bA$=null +r.SE()}} +A.FG.prototype={ +k(a){var s=A.c([],t.s) +this.da(s) +return"Notification("+B.b.bW(s,", ")+")"}, +da(a){}} +A.d4.prototype={ +cI(){return new A.zF(this,B.P,this.$ti.i("zF<1>"))}} +A.zF.prototype={ +NH(a){var s,r=this.f +r.toString +s=this.$ti +s.i("d4<1>").a(r) +if(s.c.b(a))return r.d.$1(a) +return!1}, +lR(a){}} +A.fr.prototype={} +A.Qh.prototype={} +A.j3.prototype={ +slS(a){var s +if(this.b===a)return +this.b=a +s=this.e +if(s!=null)s.G4()}, +slN(a){if(this.c)return +this.c=!0 +this.e.G4()}, +T(a){this.d.T(a)}, +I(a){this.d.I(a)}, +ej(a){var s,r=this.e +r.toString +this.e=null +if(r.c==null)return +B.b.C(r.d,this) +s=$.bx +if(s.ok$===B.iC)s.k2$.push(new A.Zr(r)) +else r.HH()}, +cs(){var s=this.f.gK() +if(s!=null)s.HI()}, +k(a){return"#"+A.aT(this)+"(opaque: "+this.b+"; maintainState: "+this.c+")"}, +$iT:1} +A.Zr.prototype={ +$1(a){this.a.HH()}, +$S:4} +A.jJ.prototype={ +ah(){return new A.zG(B.k)}} +A.zG.prototype={ +a18(a){var s,r,q,p=this.e +if(p==null)p=this.e=new A.mB(t.oM) +s=p.b===0?null:p.gaq(p) +r=a.a +while(!0){q=s==null +if(!(!q&&s.a>r))break +s=s.gO_()}if(q){p.z6(p.c,a,!0) +p.c=a}else s.hw$.z6(s.hx$,a,!1)}, +gpi(){var s,r=this,q=r.f +if(q===$){s=r.yu(!1) +r.f!==$&&A.aK() +r.f=s +q=s}return q}, +yu(a){return new A.fJ(this.W1(a),t.bm)}, +W1(a){var s=this +return function(){var r=a +var q=0,p=2,o,n,m,l +return function $async$yu(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.gaq(l):l.gU(l) +case 3:if(!(n!=null)){q=4 +break}m=n.d +n=r?n.gO_():n.glP() +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}}}}, +aH(){var s,r=this +r.aY() +r.a.c.d.sl(r) +s=r.c.nw(t.im) +s.toString +r.d=s}, +aG(a){var s,r=this +r.b1(a) +if(a.d!==r.a.d){s=r.c.nw(t.im) +s.toString +r.d=s}}, +m(){var s,r=this +r.a.c.d.sl(null) +s=r.a.c +if(s.r){s=s.d +s.Z$=$.au() +s.R$=0}r.e=null +r.aM()}, +G(a){var s=this.a,r=s.e,q=this.d +q===$&&A.b() +return new A.qz(r,new A.nW(q,this,s.c.a.$1(a),null),null)}, +HI(){this.ao(new A.a9I())}} +A.a9I.prototype={ +$0(){}, +$S:0} +A.pA.prototype={ +ah(){return new A.pC(A.c([],t.wi),null,null,B.k)}} +A.pC.prototype={ +aH(){this.aY() +this.N4(0,this.a.c)}, +z8(a,b){if(a!=null)return B.b.iQ(this.d,a) +return this.d.length}, +N3(a,b,c){b.e=this +this.ao(new A.Zw(this,c,null,b))}, +BZ(a,b){return this.N3(a,b,null)}, +N4(a,b){var s,r=b.length +if(r===0)return +for(s=0;s")),s=new A.dz(s,s.gD(s)),r=A.l(s).c,q=!0,p=0;s.v();){o=s.d +if(o==null)o=r.a(o) +if(q){++p +m.push(new A.jJ(o,n,!0,o.f)) +q=!o.b||!1}else if(o.c)m.push(new A.jJ(o,n,!1,o.f))}s=t.MV +return new A.AV(m.length-p,n.a.d,A.ah(new A.cx(m,s),!1,s.i("ba.E")),null)}} +A.Zw.prototype={ +$0(){var s=this,r=s.a +B.b.w_(r.d,r.z8(s.b,s.c),s.d)}, +$S:0} +A.Zv.prototype={ +$0(){var s=this,r=s.a +B.b.N5(r.d,r.z8(s.b,s.c),s.d)}, +$S:0} +A.Zx.prototype={ +$0(){var s,r,q=this,p=q.a,o=p.d +B.b.a7(o) +s=q.b +B.b.P(o,s) +r=q.c +r.Oe(s) +B.b.N5(o,p.z8(q.d,q.e),r)}, +$S:0} +A.Zu.prototype={ +$0(){}, +$S:0} +A.Zt.prototype={ +$0(){}, +$S:0} +A.AV.prototype={ +cI(){return new A.OU(A.ck(t.h),this,B.P)}, +aw(a){var s=a.ai(t.I) +s.toString +s=new A.lq(s.w,this.e,this.f,A.a4(),0,null,null,A.a4()) +s.au() +s.P(0,null) +return s}, +aE(a,b){var s=this.e +if(b.Y!==s){b.Y=s +b.a0()}s=a.ai(t.I) +s.toString +b.sbT(s.w) +s=this.f +if(s!==b.aB){b.aB=s +b.aA() +b.b5()}}} +A.OU.prototype={ +gW(){return t.im.a(A.f5.prototype.gW.call(this))}, +i6(a,b){var s,r +this.Ey(a,b) +s=a.b +s.toString +t.i9.a(s) +r=this.f +r.toString +s.at=t.KJ.a(t.f2.a(r).c[b.b]).c}, +ic(a,b,c){this.Ez(a,b,c)}} +A.nX.prototype={ +dM(a){if(!(a.b instanceof A.dp))a.b=new A.dp(null,null,B.f)}, +gjU(){return!0}, +bu(){var s,r,q,p,o,n,m,l=this,k="RenderBox was not laid out: ",j=l.oN(),i=j.ga3(j) +j=l.gV() +s=A.lJ(new A.H(A.D(1/0,j.a,j.b),A.D(1/0,j.c,j.d))) +j=l.gOz() +r=j.B +if(r==null)r=j.B=B.fT.X(j.a_) +for(j=t.B,q=t.Q;i.v();){p=i.gF() +o=p.b +o.toString +j.a(o) +if(!o.gw1()){p.bz(s,!0) +n=l.id +if(n==null)n=A.a1(A.aQ(k+A.r(l).k(0)+"#"+A.aT(l))) +m=p.id +o.a=r.ls(q.a(n.N(0,m==null?A.a1(A.aQ(k+A.r(p).k(0)+"#"+A.aT(p))):m)))}else{n=l.id +A.al1(p,o,n==null?A.a1(A.aQ(k+A.r(l).k(0)+"#"+A.aT(l))):n,r)}}}, +cl(a,b){var s,r,q,p=this.yg(),o=p.ga3(p) +p=t.B +s=!1 +while(!0){if(!(!s&&o.v()))break +r=o.gF() +q=r.b +q.toString +s=a.iB(new A.aau(r),p.a(q).a,b)}return s}, +an(a,b){var s,r,q,p,o,n +for(s=this.oN(),s=s.ga3(s),r=t.B,q=b.a,p=b.b;s.v();){o=s.gF() +n=o.b +n.toString +n=r.a(n).a +a.d_(o,new A.i(n.a+q,n.b+p))}}} +A.aau.prototype={ +$2(a,b){return this.a.bF(a,b)}, +$S:12} +A.rI.prototype={} +A.lq.prototype={ +gOz(){return this}, +dM(a){if(!(a.b instanceof A.rI))a.b=new A.rI(null,null,B.f)}, +ad(a){var s,r,q,p,o +this.TI(a) +s=this.a2$ +for(r=t.i9;s!=null;){q=s.b +q.toString +r.a(q) +p=q.at +o=p==null?null:new A.o0(p.d.a.gpi().a()) +if(o!=null)for(;o.v();)o.b.ad(a) +s=q.ab$}}, +a8(){var s,r,q,p +this.TJ() +s=this.a2$ +for(r=t.i9;s!=null;){q=s.b +q.toString +r.a(q) +p=q.at +if(p!=null)p.d.a.gpi().ac(0,A.aBP()) +s=q.ab$}}, +eC(){return this.aT(this.gCO())}, +sbT(a){var s=this +if(s.a_===a)return +s.a_=a +s.B=null +s.a0()}, +xV(a){this.aI=!0 +this.fN(a) +a.t.a0() +this.aI=!1}, +zA(a){this.aI=!0 +this.kw(a) +this.aI=!1}, +a0(){if(this.aI)return +this.oA()}, +gle(){var s,r,q,p,o=this +if(o.Y===A.a8.prototype.gv1.call(o))return null +s=A.a8.prototype.ga8m.call(o) +for(r=o.Y,q=t.B;r>0;--r){p=s.b +p.toString +s=q.a(p).ab$}return s}, +bh(a){return A.n9(this.gle(),new A.aay(a))}, +b6(a){return A.n9(this.gle(),new A.aaw(a))}, +bc(a){return A.n9(this.gle(),new A.aax(a))}, +bf(a){return A.n9(this.gle(),new A.aav(a))}, +eX(a){var s,r,q,p,o=this.gle() +for(s=t.B,r=null;o!=null;){q=o.b +q.toString +s.a(q) +p=o.kY(a) +if(p!=null){p+=q.a.b +r=r!=null?Math.min(r,p):p}o=q.ab$}return r}, +cb(a){return new A.H(A.D(1/0,a.a,a.b),A.D(1/0,a.c,a.d))}, +oN(){return new A.fJ(this.Vw(),t.bm)}, +Vw(){var s=this +return function(){var r=0,q=1,p,o,n,m,l,k +return function $async$oN(a,b,c){if(b===1){p=c +r=q}while(true)switch(r){case 0:k=s.gle() +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 +l=m==null?null:new A.o0(m.d.a.gpi().a()) +r=l!=null?5:6 +break +case 5:case 7:if(!l.v()){r=8 +break}r=9 +return a.b=l.b,1 +case 9:r=7 +break +case 8:case 6:k=n.ab$ +r=2 +break +case 3:return 0 +case 1:return a.c=p,3}}}}, +yg(){return new A.fJ(this.Vv(),t.bm)}, +Vv(){var s=this +return function(){var r=0,q=1,p,o,n,m,l,k,j,i,h +return function $async$yg(a,b,c){if(b===1){p=c +r=q}while(true)switch(r){case 0:i=s.Y===A.a8.prototype.gv1.call(s)?null:s.cO$ +h=s.dd$-s.Y +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.a +k=m.r +if(k===$){j=m.yu(!0) +m.r!==$&&A.aK() +m.r=j +k=j}l=new A.o0(k.a())}r=l!=null?4:5 +break +case 4:case 6:if(!l.v()){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.c0$ +r=2 +break +case 3:return 0 +case 1:return a.c=p,3}}}}, +an(a,b){var s,r,q=this,p=q.b_ +if(q.aB!==B.C){s=q.cx +s===$&&A.b() +r=q.gq() +p.sal(a.kQ(s,b,new A.y(0,0,0+r.a,0+r.b),A.nX.prototype.gei.call(q),q.aB,p.a))}else{p.sal(null) +q.SW(a,b)}}, +m(){this.b_.sal(null) +this.he()}, +aT(a){var s,r,q,p=this.a2$ +for(s=t.i9;p!=null;){a.$1(p) +r=p.b +r.toString +s.a(r) +q=r.at +if(q!=null)q.d.a.gpi().ac(0,a) +p=r.ab$}}, +f6(a){var s,r,q,p=this.gle() +for(s=t.i9;p!=null;){a.$1(p) +r=p.b +r.toString +s.a(r) +q=r.at +if(q!=null)q.d.a.gpi().ac(0,a) +p=r.ab$}}, +jv(a){var s +switch(this.aB.a){case 0:return null +case 1:case 2:case 3:s=this.gq() +return new A.y(0,0,0+s.a,0+s.b)}}} +A.aay.prototype={ +$1(a){return a.ag(B.S,this.a,a.gbg())}, +$S:8} +A.aaw.prototype={ +$1(a){return a.ag(B.a_,this.a,a.gbn())}, +$S:8} +A.aax.prototype={ +$1(a){return a.ag(B.ab,this.a,a.gbt())}, +$S:8} +A.aav.prototype={ +$1(a){return a.ag(B.aJ,this.a,a.gbM())}, +$S:8} +A.Zs.prototype={ +k(a){return"OverlayPortalController"+(this.a!=null?"":" DETACHED")}} +A.vK.prototype={ +ah(){return new A.Mh(B.k)}} +A.Mh.prototype={ +XB(a,b){var s,r,q=this,p=q.f,o=A.bX("marker",new A.a9J(q,!1)) +if(p!=null)if(q.e){s=o.aC() +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.ln(a,o.aC().r,o.aC().f)}, +aH(){this.aY() +this.J4(this.a.c)}, +J4(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}, +bo(){this.dh() +this.e=!0}, +aG(a){var s,r,q=this +q.b1(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.J4(r)}}, +m(){this.a.c.a=null +this.f=null +this.aM()}, +PV(a){this.ao(new A.a9L(this,a)) +this.f=null}, +lH(){this.ao(new A.a9K(this)) +this.f=null}, +G(a){var s,r,q=this,p=null,o=q.d +if(o==null)return new A.rs(p,q.a.e,p,p) +q.a.toString +s=q.XB(o,!1) +r=q.a +return new A.rs(new A.Kb(new A.e4(r.d,p),p),r.e,s,p)}} +A.a9J.prototype={ +$0(){var s=this.a.c +s.toString +return A.ayf(s,this.b)}, +$S:390} +A.a9L.prototype={ +$0(){this.a.d=this.b}, +$S:0} +A.a9K.prototype={ +$0(){this.a.d=null}, +$S:0} +A.ln.prototype={ +F3(a){var s,r=this +r.d=a +r.b.a18(r) +s=r.c +s.aA() +s.kJ() +s.b5()}, +Io(a){var s,r=this +r.d=null +s=r.b.e +if(s!=null)s.C(0,r) +s=r.c +s.aA() +s.kJ() +s.b5()}, +k(a){var s=A.aT(this) +return"_OverlayEntryLocation["+s+"] "}} +A.nW.prototype={ +c7(a){return a.f!==this.f||a.r!==this.r}} +A.rs.prototype={ +cI(){return new A.Mg(this,B.P)}, +aw(a){var s=new A.zY(null,A.a4()) +s.au() +s.saN(null) +return s}} +A.Mg.prototype={ +gW(){return t.SN.a(A.b5.prototype.gW.call(this))}, +eh(a,b){var s,r=this +r.ms(a,b) +s=r.f +s.toString +t.eU.a(s) +r.p2=r.dn(r.p2,s.d,null) +r.p1=r.dn(r.p1,s.c,s.e)}, +cD(a){var s=this +s.jZ(a) +s.p2=s.dn(s.p2,a.d,null) +s.p1=s.dn(s.p1,a.c,a.e)}, +i5(a){this.p2=null +this.jg(a)}, +aT(a){var s=this.p2,r=this.p1 +if(s!=null)a.$1(s) +if(r!=null)a.$1(r)}, +bL(){var s,r,q +this.xH() +s=this.p1 +if(s!=null){r=t.Kp.a(s.gW()) +if(r!=null){q=s.d +q.toString +t.Vl.a(q) +q.c.xV(r) +q.d=r}}}, +dT(){var s,r,q=this.p1 +if(q!=null){s=t.Kp.a(q.gW()) +if(s!=null){r=q.d +r.toString +t.Vl.a(r) +r.c.zA(s) +r.d=null}}this.Rz()}, +i6(a,b){var s=t.SN +if(b!=null){s=s.a(A.b5.prototype.gW.call(this)) +t.Lj.a(a) +s.t=a +b.F3(a) +b.c.xV(a)}else s.a(A.b5.prototype.gW.call(this)).saN(a)}, +ic(a,b,c){var s=b.c,r=c.c +if(s!==r){s.zA(a) +r.xV(a)}if(b.b!==c.b||b.a!==c.a){b.Io(a) +c.F3(a)}}, +j4(a,b){if(b==null){t.SN.a(A.b5.prototype.gW.call(this)).saN(null) +return}t.Lj.a(a) +b.Io(a) +b.c.zA(a) +t.SN.a(A.b5.prototype.gW.call(this)).t=null}} +A.Kb.prototype={ +aw(a){var s,r=a.nw(t.SN) +r.toString +s=new A.lp(r,null,A.a4()) +s.au() +s.saN(null) +return r.t=s}, +aE(a,b){}} +A.lp.prototype={ +oN(){var s=this.u$ +return s==null?B.zc:A.aud(1,new A.aah(s),t.x)}, +yg(){return this.oN()}, +gOz(){var s=this.d +return s instanceof A.lq?s:A.a1(A.ut(A.m(s)+" of "+this.k(0)+" is not a _RenderTheater"))}, +eC(){this.t.j3(this) +this.EP()}, +qQ(){var s=this +if(s.O)return +s.a9=s.O=!0 +s.oA() +s.t.a0() +s.O=!1}, +a0(){this.a9=!0 +this.oA()}, +aax(){var s,r=t.gW.a(this.d) +if(r==null||this.y==null)return +s=t.k.a(A.o.prototype.gV.call(r)) +this.xM(A.lJ(new A.H(A.D(1/0,s.a,s.b),A.D(1/0,s.c,s.d))),!1)}, +bz(a,b){var s,r=this,q=r.a9||!t.k.a(A.o.prototype.gV.call(r)).j(0,a) +r.bd=!0 +r.xM(a,b) +r.a9=r.bd=!1 +if(q){s=r.d +s.toString +t.im.a(s).C2(new A.aai(r),t.k)}}, +eO(a){return this.bz(a,!1)}, +nV(){var s=t.k.a(A.o.prototype.gV.call(this)) +this.id=new A.H(A.D(1/0,s.a,s.b),A.D(1/0,s.c,s.d))}, +bu(){var s=this +if(s.bd){s.a9=!1 +return}if(s.u$==null){s.a9=!1 +return}s.SX() +s.a9=!1}, +cG(a,b){var s,r=a.b +r.toString +s=t.q.a(r).a +b.bm(s.a,s.b)}} +A.aah.prototype={ +$1(a){return this.a}, +$S:391} +A.aai.prototype={ +$1(a){var s=this.a +s.a9=!0 +s.oA()}, +$S:392} +A.zY.prototype={ +eC(){this.EP() +var s=this.t +if(s!=null&&s.y!=null)this.j3(s)}, +bu(){this.oC() +var s=this.t +if(s!=null)s.aax()}} +A.Mi.prototype={ +bL(){this.cL() +this.cn() +this.e7()}, +m(){var s=this,r=s.aV$ +if(r!=null)r.I(s.gdR()) +s.aV$=null +s.aM()}} +A.Qs.prototype={} +A.Qt.prototype={} +A.BG.prototype={ +ad(a){var s,r,q +this.dO(a) +s=this.a2$ +for(r=t.B;s!=null;){s.ad(a) +q=s.b +q.toString +s=r.a(q).ab$}}, +a8(){var s,r,q +this.dP() +s=this.a2$ +for(r=t.B;s!=null;){s.a8() +q=s.b +q.toString +s=r.a(q).ab$}}} +A.Qw.prototype={} +A.uA.prototype={ +ah(){var s=t.y +return new A.z2(A.aD([!1,!0,!0,!0],s,s),null,null,B.k)}, +kK(a){return A.C4().$1(a)}} +A.z2.prototype={ +aH(){var s,r,q=this +q.aY() +s=q.a +r=s.f +q.d=A.amg(A.b_(s.e),r,q) +r=q.a +s=r.f +s=A.amg(A.b_(r.e),s,q) +q.e=s +r=q.d +r.toString +q.f=new A.nU(A.c([r,s],t.Eo))}, +aG(a){var s,r=this +r.b1(a) +if(!a.f.j(0,r.a.f)||A.b_(a.e)!==A.b_(r.a.e)){s=r.d +s.toString +s.saj(r.a.f) +s=r.d +s.toString +s.sKU(A.b_(r.a.e)) +s=r.e +s.toString +s.saj(r.a.f) +s=r.e +s.toString +s.sKU(A.b_(r.a.e))}}, +zt(a){var s,r,q,p,o,n,m,l,k,j,i=this +if(!i.a.kK(a))return!1 +s=a.a +r=s.e +if(A.b_(r)!==A.b_(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.hX){s=a.e +if(s<0)n=q +else if(s>0)n=o +else n=null +m=n===q +q=i.c +q.ea(new A.vL(m,0)) +q=i.w +q.p(0,m,!0) +q.h(0,m).toString +n.d=0 +i.w.h(0,m).toString +q=a.f +if(q!==0){s=n.c +if(s!=null)s.b4() +n.c=null +l=A.D(Math.abs(q),100,1e4) +s=n.f +if(n.a===B.fC)r=0.3 +else{r=n.r +r===$&&A.b() +r=r.b.aa(r.a.gl())}s.a=r +r.toString +s.b=A.D(l*0.00006,r,0.5) +r=n.w +s=n.x +s===$&&A.b() +r.a=s.b.aa(s.a.gl()) +r.b=Math.min(0.025+75e-8*l*l,1) +r=n.b +r===$&&A.b() +r.e=A.cv(0,B.c.aJ(0.15+l*0.02)) +r.iN(0) +n.as=0.5 +n.a=B.a2Q}else{q=a.d +if(q!=null){p=a.b.gW() +p.toString +t.x.a(p) +k=p.gq() +j=p.fu(q.d) +switch(A.b_(r).a){case 0:n.toString +r=k.b +n.O1(Math.abs(s),k.a,A.D(j.b,0,r),r) +break +case 1:n.toString +r=k.a +n.O1(Math.abs(s),k.b,A.D(j.a,0,r),r) +break}}}}else{if(!(a instanceof A.kT&&a.d!=null))s=a instanceof A.h7&&a.d!=null +else s=!0 +if(s){if(q.a===B.fD)q.li(B.c1) +s=i.e +if(s.a===B.fD)s.li(B.c1)}}i.r=A.r(a) +return!1}, +m(){this.d.m() +this.e.m() +this.Tz()}, +G(a){var s=this,r=null,q=s.a,p=s.d,o=s.e,n=q.e,m=s.f +return new A.d4(s.gzs(),new A.d7(A.er(new A.d7(q.w,r),new A.L1(p,o,n,m),r,r,B.o),r),r,t.WA)}} +A.rd.prototype={ +H(){return"_GlowState."+this.b}} +A.z1.prototype={ +saj(a){if(this.ax.j(0,a))return +this.ax=a +this.ar()}, +sKU(a){if(this.ay===a)return +this.ay=a +this.ar()}, +m(){var s=this,r=s.b +r===$&&A.b() +r.m() +r=s.y +r===$&&A.b() +r.w.cT$.C(0,r) +r.ER() +r=s.c +if(r!=null)r.b4() +s.d1()}, +O1(a,b,c,d){var s,r,q,p=this,o=p.c +if(o!=null)o.b4() +p.at=p.at+a/200 +o=p.f +s=p.r +s===$&&A.b() +r=s.b +s=s.a +o.a=r.aa(s.gl()) +o.b=Math.min(r.aa(s.gl())+a/b*0.8,0.5) +q=Math.min(b,d*0.20096189432249995) +s=p.w +r=p.x +r===$&&A.b() +o=r.b +r=r.a +s.a=o.aa(r.gl()) +s.b=Math.max(1-1/(0.7*Math.sqrt(p.at*q)),A.iq(o.aa(r.gl()))) +r=c/d +p.Q=r +if(r!==p.as){o=p.y +o===$&&A.b() +if(!o.gaao())o.ow()}else{o=p.y +o===$&&A.b() +o.eS() +p.z=null}o=p.b +o===$&&A.b() +o.e=B.cx +if(p.a!==B.fD){o.iN(0) +p.a=B.fD}else{o=o.r +if(!(o!=null&&o.a!=null))p.ar()}p.c=A.bN(B.cx,new A.a81(p))}, +yd(a){var s=this +if(a!==B.T)return +switch(s.a.a){case 1:s.li(B.c1) +break +case 3:s.a=B.fC +s.at=0 +break +case 2:case 0:break}}, +li(a){var s,r=this,q=r.a +if(q===B.yf||q===B.fC)return +q=r.c +if(q!=null)q.b4() +r.c=null +q=r.f +s=r.r +s===$&&A.b() +q.a=s.b.aa(s.a.gl()) +q.b=0 +q=r.w +s=r.x +s===$&&A.b() +q.a=s.b.aa(s.a.gl()) +q.b=0 +q=r.b +q===$&&A.b() +q.e=a +q.iN(0) +r.a=B.yf}, +a3Z(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)/$.apk().a) +r.ar()}if(A.C2(r.Q,r.as,0.001)){q=r.y +q===$&&A.b() +q.eS() +r.z=null}else r.z=a}, +an(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.r +j===$&&A.b() +if(J.d(j.b.aa(j.a.gl()),0))return +s=b.a +r=b.b +q=s>r?r/s:1 +p=s*3/2 +o=Math.min(r,s*0.20096189432249995) +r=k.x +r===$&&A.b() +r=r.b.aa(r.a.gl()) +n=k.as +m=$.S().aL() +l=k.ax +m.saj(A.z(B.c.aJ(255*j.b.aa(j.a.gl())),l.gl()>>>16&255,l.gl()>>>8&255,l.gl()&255)) +a.dq() +a.bm(0,k.d+k.e) +a.l2(1,r*q) +a.v2(new A.y(0,0,0+s,0+o)) +a.kv(new A.i(s/2*(0.5+n),o-p),p,m) +a.cm()}, +k(a){return"_GlowController(color: "+this.ax.k(0)+", axis: "+this.ay.b+")"}} +A.a81.prototype={ +$0(){return this.a.li(B.hA)}, +$S:0} +A.L1.prototype={ +I2(a,b,c,d,e){var s +if(c==null)return +switch(A.jU(d,e).a){case 0:c.an(a,b) +break +case 2:a.dq() +a.bm(0,b.b) +a.l2(1,-1) +c.an(a,b) +a.cm() +break +case 3:a.dq() +a.CV(1.5707963267948966) +a.l2(1,-1) +c.an(a,new A.H(b.b,b.a)) +a.cm() +break +case 1:a.dq() +s=b.a +a.bm(s,0) +a.CV(1.5707963267948966) +c.an(a,new A.H(b.b,s)) +a.cm() +break}}, +an(a,b){var s=this,r=s.d +s.I2(a,b,s.b,r,B.lK) +s.I2(a,b,s.c,r,B.lJ)}, +d9(a){return a.b!=this.b||a.c!=this.c}, +k(a){return"_GlowingOverscrollIndicatorPainter("+A.m(this.b)+", "+A.m(this.c)+")"}} +A.Om.prototype={ +H(){return"_StretchDirection."+this.b}} +A.xg.prototype={ +ah(){return new A.AK(null,null,B.k)}, +kK(a){return A.C4().$1(a)}} +A.AK.prototype={ +glm(){var s,r,q,p,o,n,m=this,l=null,k=m.d +if(k===$){s=t.Y +r=new A.ak(0,0,s) +q=new A.AJ(r,B.jv,B.cj,$.au()) +p=A.bC(l,l,l,l,m) +p.bl() +o=p.cp$ +o.b=!0 +o.a.push(q.gyc()) +q.a!==$&&A.bB() +q.a=p +n=A.cR(B.cq,p,l) +n.a.T(q.gez()) +t.m.a(n) +q.b!==$&&A.bB() +q.b=new A.al(n,r,s.i("al")) +m.d!==$&&A.aK() +m.d=q +k=q}return k}, +zt(a){var s,r,q,p,o,n,m=this +if(!m.a.kK(a))return!1 +s=a.a +if(A.b_(s.e)!==A.b_(m.a.c))return!1 +if(a instanceof A.hX){m.f=a +J.O(m.e) +r=a.e +q=m.c +q.ea(new A.vL(r<0,0)) +m.w=!0 +r=m.r+=r +q=a.f +if(q!==0){s=m.glm() +r=m.r +p=A.D(Math.abs(q),1,1e4) +q=s.c +o=s.b +o===$&&A.b() +q.a=o.b.aa(o.a.gl()) +q.b=Math.min(0.016+1.01/p,1) +q=s.a +q===$&&A.b() +q.e=A.cv(0,B.c.aJ(p*0.02)) +q.iN(0) +s.d=B.a3D +s.f=r>0?B.cj:B.ym}else if(a.d!=null){s=s.d +s.toString +n=A.D(Math.abs(r)/s,0,1) +m.glm().abZ(n,m.r)}}else if(a instanceof A.kT||a instanceof A.h7){m.r=0 +s=m.glm() +if(s.d===B.jw)s.li(B.ej)}m.e=a +return!1}, +Xl(a){switch(this.a.c.a){case 0:return a===B.cj?B.jA:B.jz +case 1:return a===B.cj?B.fV:B.bJ +case 2:return a===B.cj?B.jz:B.jA +case 3:return a===B.cj?B.bJ:B.fV}}, +m(){var s=this.glm(),r=s.a +r===$&&A.b() +r.m() +s.d1() +this.TQ()}, +G(a){var s={},r=A.bn(a,B.fE,t.w).w +s.a=null +return new A.d4(this.gzs(),A.hw(this.glm(),new A.abt(s,this,r.a),null),null,t.WA)}} +A.abt.prototype={ +$2(a,b){var s,r,q,p,o,n,m=this,l=m.b,k=l.glm().b +k===$&&A.b() +k=k.b.aa(k.a.gl()) +switch(A.b_(l.a.c).a){case 0:s=1+k +m.a.a=m.c.a +r=1 +break +case 1:r=1+k +m.a.a=m.c.b +s=1 +break +default:s=1 +r=1}q=l.Xl(l.glm().f) +p=l.f +if(p==null)o=null +else{p=p.a.d +p.toString +o=p}if(o==null)o=m.a.a +p=A.ps(s,r,1) +l=l.a +n=A.a4i(q,l.f,p,!0) +return A.aiR(n,k!==0&&o!==m.a.a?l.e:B.C)}, +$S:394} +A.rE.prototype={ +H(){return"_StretchState."+this.b}} +A.AJ.prototype={ +abZ(a,b){var s,r,q=this,p=b>0?B.cj:B.ym +if(q.f!==p&&q.d===B.jx)return +q.f=p +q.e=a +s=q.c +r=q.b +r===$&&A.b() +s.a=r.b.aa(r.a.gl()) +r=q.e +s.b=0.016*r+0.016*(1-Math.exp(-r*8.237217661997105)) +r=q.a +r===$&&A.b() +r.e=B.ej +if(q.d!==B.jw){r.iN(0) +q.d=B.jw}else{s=r.r +if(!(s!=null&&s.a!=null))q.ar()}}, +yd(a){var s=this +if(a!==B.T)return +switch(s.d.a){case 1:s.li(B.ej) +break +case 3:s.d=B.jv +s.e=0 +break +case 2:case 0:break}}, +li(a){var s,r=this,q=r.d +if(q===B.jx||q===B.jv)return +q=r.c +s=r.b +s===$&&A.b() +q.a=s.b.aa(s.a.gl()) +q.b=0 +q=r.a +q===$&&A.b() +q.e=a +q.iN(0) +r.d=B.jx}, +m(){var s=this.a +s===$&&A.b() +s.m() +this.d1()}, +k(a){return"_StretchController()"}} +A.vL.prototype={ +da(a){this.SI(a) +a.push("side: "+(this.a?"leading edge":"trailing edge"))}} +A.zJ.prototype={ +da(a){var s,r +this.xK(a) +s=this.fl$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.Bx.prototype={ +bL(){this.cL() +this.cn() +this.e7()}, +m(){var s=this,r=s.aV$ +if(r!=null)r.I(s.gdR()) +s.aV$=null +s.aM()}} +A.BK.prototype={ +bL(){this.cL() +this.cn() +this.e7()}, +m(){var s=this,r=s.aV$ +if(r!=null)r.I(s.gdR()) +s.aV$=null +s.aM()}} +A.AE.prototype={ +j(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.AE&&A.cg(b.a,this.a)}, +gA(a){return A.bJ(this.a)}, +k(a){return"StorageEntryIdentifier("+B.b.bW(this.a,":")+")"}} +A.vM.prototype={ +F9(a){var s=A.c([],t.g8) +if(A.akB(a,s))a.j7(new A.Zy(s)) +return s}, +acd(a){var s +if(this.a==null)return null +s=this.F9(a) +return s.length!==0?this.a.h(0,new A.AE(s)):null}} +A.Zy.prototype={ +$1(a){return A.akB(a,this.a)}, +$S:18} +A.pD.prototype={ +G(a){return this.c}} +A.h_.prototype={ +glS(){return!0}, +gpL(){return!1}, +AC(a){return a instanceof A.h_}, +L3(a){return a instanceof A.h_}, +gqu(){return this.by}} +A.YM.prototype={} +A.ZQ.prototype={} +A.DA.prototype={ +zg(a){return this.a09(a)}, +a09(a){var s=0,r=A.a_(t.H),q,p=this,o,n,m +var $async$zg=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:n=A.em(a.b) +m=p.a +if(!m.ak(n)){s=1 +break}m=m.h(0,n) +m.toString +o=a.a +if(o==="Menu.selectedCallback"){m.gadL().$0() +m.gabt() +o=$.af.a4$.f.c.e +o.toString +A.arF(o,m.gabt(),t.vz)}else if(o==="Menu.opened")m.gadK().$0() +else if(o==="Menu.closed")m.gadJ().$0() +case 1:return A.Y(q,r)}}) +return A.Z($async$zg,r)}} +A.pM.prototype={ +c7(a){return this.f!=a.f}} +A.kR.prototype={ +ah(){return new A.Ny(null,A.A(t.yb,t.M),null,!0,null,B.k)}} +A.Ny.prototype={ +ge_(){return this.a.d}, +ij(a,b){}, +G(a){return A.If(this.bA$,this.a.c)}} +A.xQ.prototype={ +c7(a){return a.f!=this.f}} +A.wx.prototype={ +ah(){return new A.A8(B.k)}} +A.A8.prototype={ +bo(){var s,r=this +r.dh() +s=r.c +s.toString +r.r=A.na(s) +r.za() +if(r.d==null){r.a.toString +r.d=!1}}, +aG(a){this.b1(a) +this.za()}, +gHz(){this.a.toString +return!1}, +za(){var s,r=this +if(r.gHz()&&!r.w){r.w=!0;++$.GL.aI$ +s=$.dQ.cz$ +s===$&&A.b() +s.gacE().c1(new A.aaD(r),t.P)}}, +a2f(){var s,r=this +r.e=!1 +r.f=null +s=$.dQ.cz$ +s===$&&A.b() +s.I(r.gzF()) +r.za()}, +m(){if(this.e){var s=$.dQ.cz$ +s===$&&A.b() +s.I(this.gzF())}this.aM()}, +G(a){var s,r,q=this,p=q.d +p.toString +if(p&&q.gHz())return B.a7 +p=q.r +if(p==null)p=q.f +s=q.a +r=s.d +return A.If(p,new A.kR(s.c,r,null))}} +A.aaD.prototype={ +$1(a){var s,r=this.a +r.w=!1 +if(r.c!=null){s=$.dQ.cz$ +s===$&&A.b() +s.T(r.gzF()) +r.ao(new A.aaC(r,a))}$.GL.KF()}, +$S:395} +A.aaC.prototype={ +$0(){var s=this.a +s.f=this.b +s.e=!0 +s.d=!1}, +$S:0} +A.cV.prototype={ +gni(){return!0}, +m(){var s=this,r=s.c +if(r!=null)r.a4j(s) +s.d1() +s.a=!0}} +A.h6.prototype={ +Bd(a){}, +m0(a,b){var s,r,q=this,p=q.bA$ +p=p==null?null:p.gkc().ak(b) +s=p===!0 +r=s?a.ny(q.bA$.gkc().h(0,b)):a.vg() +if(a.b==null){a.b=b +a.c=q +p=new A.a0H(q,a) +a.T(p) +q.fj$.p(0,a,p)}a.N_(r) +if(!s&&a.gni()&&q.bA$!=null)q.A4(a)}, +ng(){var s,r,q=this +if(q.fk$!=null){s=q.bA$ +s=s==null?null:s.e +s=s==q.ge_()||q.gkS()}else s=!0 +if(s)return +r=q.bA$ +if(q.lp(q.fk$,!1))if(r!=null)r.m()}, +gkS(){var s,r,q=this +if(q.ec$)return!0 +if(q.ge_()==null)return!1 +s=q.c +s.toString +r=A.na(s) +if(r!=q.fk$){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}, +lp(a,b){var s,r,q=this +if(q.ge_()==null||a==null)return q.J1(null,b) +if(b||q.bA$==null){s=q.ge_() +s.toString +return q.J1(a.a5Z(s,q),b)}s=q.bA$ +s.toString +r=q.ge_() +r.toString +s.aco(r) +r=q.bA$ +r.toString +a.fN(r) +return!1}, +J1(a,b){var s,r=this,q=r.bA$ +if(a==q)return!1 +r.bA$=a +if(!b){if(a!=null){s=r.fj$ +new A.b8(s,A.l(s).i("b8<1>")).ac(0,r.ga4y())}r.Bd(q)}return!0}, +A4(a){var s,r=a.gni(),q=this.bA$ +if(r){if(q!=null){r=a.b +r.toString +s=a.o5() +if(!J.d(q.gkc().h(0,r),s)||!q.gkc().ak(r)){q.gkc().p(0,r,s) +q.mG()}}}else if(q!=null){r=a.b +r.toString +q.aci(0,r,t.K)}}, +a4j(a){var s=this.fj$.C(0,a) +s.toString +a.I(s) +a.c=a.b=null}} +A.a0H.prototype={ +$0(){var s=this.a +if(s.bA$==null)return +s.A4(this.b)}, +$S:0} +A.acR.prototype={ +$2(a,b){if(!a.a)a.I(b)}, +$S:43} +A.Qx.prototype={ +aG(a){this.b1(a) +this.ng()}, +bo(){var s,r,q,p,o=this +o.dh() +s=o.bA$ +r=o.gkS() +q=o.c +q.toString +q=A.na(q) +o.fk$=q +p=o.lp(q,r) +if(r){o.ij(s,o.ec$) +o.ec$=!1}if(p)if(s!=null)s.m()}, +m(){var s,r=this +r.fj$.ac(0,new A.acR()) +s=r.bA$ +if(s!=null)s.m() +r.bA$=null +r.aM()}} +A.cc.prototype={ +sl(a){var s=this.y +if(a==null?s!=null:a!==s){this.y=a +this.Bg(s)}}, +N_(a){this.y=a}} +A.hn.prototype={ +vg(){return this.cy}, +Bg(a){this.ar()}, +ny(a){return A.l(this).i("hn.T").a(a)}, +o5(){var s=this.y +return s==null?A.l(this).i("cc.T").a(s):s}} +A.A7.prototype={ +ny(a){return this.T_(a)}, +o5(){var s=this.T0() +s.toString +return s}} +A.wu.prototype={} +A.wt.prototype={} +A.acS.prototype={ +$2(a,b){if(!a.a)a.I(b)}, +$S:43} +A.nd.prototype={ +gjM(){return this.b}} +A.GS.prototype={ +ah(){return new A.rB(new A.Nv($.au()),null,A.A(t.yb,t.M),null,!0,null,B.k,this.$ti.i("rB<1>"))}} +A.GQ.prototype={ +H(){return"RouteInformationReportingType."+this.b}} +A.rB.prototype={ +ge_(){return this.a.r}, +aH(){var s,r=this +r.aY() +s=r.a.c +if(s!=null)s.T(r.gty()) +r.a.f.a4Y(r.gyQ()) +r.a.e.T(r.gyV())}, +ij(a,b){var s,r,q=this,p=q.f +q.m0(p,"route") +s=p.y +r=s==null +if((r?A.l(p).i("cc.T").a(s):s)!=null){p=r?A.l(p).i("cc.T").a(s):s +p.toString +q.tX(p,new A.aaT(q))}else{p=q.a.c +if(p!=null)q.tX(p.a,new A.aaU(q))}}, +a2I(){var s=this +if(s.w||s.a.c==null)return +s.w=!0 +$.bx.k2$.push(s.ga2i())}, +a2j(a){var s,r,q,p,o=this +o.w=!1 +s=o.f +r=s.y +q=r==null +if((q?A.l(s).i("cc.T").a(r):r)!=null){s=q?A.l(s).i("cc.T").a(r):r +s.toString +r=o.a.c +r.toString +q=o.e +q.toString +if(q!==B.Vq)p=q===B.iB&&r.b.gjM().j(0,s.gjM()) +else p=!0 +B.eU.iS("selectMultiEntryHistory",t.H) +A.alB(p,s.c,s.gjM()) +r.b=r.a=s}o.e=B.iB}, +a2s(){this.a.e.gadF() +this.a.toString +return null}, +tJ(){var s=this +s.f.sl(s.a2s()) +if(s.e==null)s.e=B.iB +s.a2I()}, +bo(){var s,r=this +r.r=!0 +r.TK() +s=r.a.c +if(s!=null&&r.r)r.tX(s.a,new A.aaS(r)) +r.r=!1 +r.tJ()}, +aG(a){var s,r,q,p=this +p.TL(a) +s=p.a +r=a.c +q=s.c==r +if(q)s.f===a.f +p.d=new A.N() +if(!q){s=r==null +if(!s)r.I(p.gty()) +q=p.a.c +if(q!=null)q.T(p.gty()) +s=s?null:r.a +r=p.a.c +if(s!=(r==null?null:r.a))p.Hh()}s=a.f +if(p.a.f!==s){r=p.gyQ() +s.acj(r) +p.a.f.a4Y(r)}p.a.toString +s=p.gyV() +a.e.I(s) +p.a.e.T(s) +p.tJ()}, +m(){var s=this,r=s.a.c +if(r!=null)r.I(s.gty()) +s.a.f.acj(s.gyQ()) +s.a.e.I(s.gyV()) +s.d=null +s.TM()}, +tX(a,b){var s,r,q=this +q.r=!1 +q.d=new A.N() +s=q.a.d +s.toString +r=q.c +r.toString +s.adM(a,r).c1(q.a1W(q.d,b),t.H)}, +a1W(a,b){return new A.aaQ(this,a,b)}, +Hh(){var s=this +s.r=!0 +s.tX(s.a.c.a,new A.aaN(s))}, +XW(){var s=this +s.d=new A.N() +return s.a.e.adN().c1(s.Zj(s.d),t.y)}, +Zj(a){return new A.aaO(this,a)}, +Iy(){this.ao(new A.aaR()) +this.tJ() +return new A.cE(null,t.b6)}, +Zk(){this.ao(new A.aaP()) +this.tJ()}, +G(a){var s=this.bA$,r=this.a,q=r.c,p=r.f,o=r.d +r=r.e +return A.If(s,new A.ND(q,p,o,r,this,new A.e4(r.gadD(),null),null))}} +A.aaT.prototype={ +$0(){return this.a.a.e.gadt()}, +$S(){return this.a.$ti.i("as<~>(1)()")}} +A.aaU.prototype={ +$0(){return this.a.a.e.gads()}, +$S(){return this.a.$ti.i("as<~>(1)()")}} +A.aaS.prototype={ +$0(){return this.a.a.e.gPN()}, +$S(){return this.a.$ti.i("as<~>(1)()")}} +A.aaQ.prototype={ +$1(a){var s=0,r=A.a_(t.H),q,p=this,o,n +var $async$$1=A.W(function(b,c){if(b===1)return A.X(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.a5(p.c.$0().$1(a),$async$$1) +case 3:if(o.d==n)o.Iy() +case 1:return A.Y(q,r)}}) +return A.Z($async$$1,r)}, +$S(){return this.a.$ti.i("as<~>(1)")}} +A.aaN.prototype={ +$0(){return this.a.a.e.gPN()}, +$S(){return this.a.$ti.i("as<~>(1)()")}} +A.aaO.prototype={ +$1(a){var s=this.a +if(this.b!=s.d)return new A.cE(!0,t.d9) +s.Iy() +return new A.cE(a,t.d9)}, +$S:397} +A.aaR.prototype={ +$0(){}, +$S:0} +A.aaP.prototype={ +$0(){}, +$S:0} +A.ND.prototype={ +c7(a){if(this.f==a.f)this.r===a.r +return!0}} +A.Nv.prototype={ +vg(){return null}, +Bg(a){this.ar()}, +ny(a){var s,r +if(a==null)return null +t.Dn.a(a) +s=J.bZ(a) +r=A.cn(s.gU(a)) +if(r==null)return null +return new A.nd(A.nB(r),s.gaq(a))}, +o5(){var s,r=this,q=r.y,p=q==null +if((p?A.l(r).i("cc.T").a(q):q)==null)q=null +else{q=(p?A.l(r).i("cc.T").a(q):q).gjM().k(0) +s=r.y +q=[q,(s==null?A.l(r).i("cc.T").a(s):s).c]}return q}} +A.rO.prototype={ +aG(a){this.b1(a) +this.ng()}, +bo(){var s,r,q,p,o=this +o.dh() +s=o.bA$ +r=o.gkS() +q=o.c +q.toString +q=A.na(q) +o.fk$=q +p=o.lp(q,r) +if(r){o.ij(s,o.ec$) +o.ec$=!1}if(p)if(s!=null)s.m()}, +m(){var s,r=this +r.fj$.ac(0,new A.acS()) +s=r.bA$ +if(s!=null)s.m() +r.bA$=null +r.aM()}} +A.pB.prototype={ +gwx(){return this.e}, +kH(){var s,r=this,q=A.mS(r.gUY(),!1) +r.ok=q +r.glN() +s=A.mS(r.gV_(),!0) +r.p2=s +B.b.P(r.e,A.c([q,s],t.wi)) +r.RX()}, +kt(a){var s,r=this +r.RS(a) +s=r.at.Q +s===$&&A.b() +if(s===B.I&&!r.Q)r.a.Mi(r) +return!0}, +m(){var s,r,q,p,o +for(s=this.e,r=s.length,q=0;q"))}} +A.jI.prototype={ +aH(){var s,r,q=this +q.aY() +s=A.c([],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.nU(s)}, +aG(a){this.b1(a) +this.JY()}, +bo(){this.dh() +this.d=null +this.JY()}, +JY(){var s,r,q=this.a.c,p=q.fx +if(!(p!=null)){q.a.a.toString +p=B.a13}s=this.f +s.dy=p +if(q.gnG()){this.a.c.a.a.toString +r=!0}else r=!1 +if(r){r=q.a.y.geY() +if(r!=null)r.rA(s)}}, +Xf(){this.ao(new A.a9k(this))}, +m(){this.f.m() +this.aM()}, +gJ7(){var s=this.a.c.go +if((s==null?null:s.gbj())!==B.aK){s=this.a.c.a +s=s==null?null:s.cx.a +s=s===!0}else s=!0 +return s}, +G(a){var s,r,q=this,p=null,o=q.a.c,n=o.gnG(),m=q.a.c +if(!m.gMM()){m=m.hv$ +m=m!=null&&m.length!==0}else m=!0 +s=q.a.c +s=s.gMM()||s.ky$>0 +r=q.a.c +return A.hw(o.c,new A.a9o(q),new A.zw(n,m,s,o,new A.vI(r.fy,new A.pD(new A.e4(new A.a9p(q),p),r.k4,p),p),p))}} +A.a9k.prototype={ +$0(){this.a.d=null}, +$S:0} +A.a9o.prototype={ +$2(a,b){var s=this.a.a.c.c.a +b.toString +return new A.kR(b,s,null)}, +$S:398} +A.a9p.prototype={ +$1(a){var s,r=null,q=A.aD([B.j0,new A.Kk(a,new A.aJ(A.c([],t.g),t.b))],t.u,t.od),p=this.a,o=p.e +o===$&&A.b() +s=p.d +if(s==null)s=p.d=new A.d7(new A.e4(new A.a9m(p),r),p.a.c.k3) +return A.t1(q,new A.pM(p.r,B.az,B.Wc,A.ajE(!1,new A.d7(A.hw(o,new A.a9n(p),s),r),r,r,p.f),r))}, +$S:399} +A.a9n.prototype={ +$2(a,b){var s,r,q=this.a,p=q.a.c,o=p.go +o.toString +s=p.id +s.toString +r=p.a +r=r==null?null:r.cx +if(r==null)r=A.dW(!1) +return p.AA(a,o,s,A.hw(r,new A.a9l(q),b))}, +$S:81} +A.a9l.prototype={ +$2(a,b){var s=this.a,r=s.gJ7() +s.f.scH(!r) +return A.uH(b,r,null)}, +$S:400} +A.a9m.prototype={ +$1(a){var s,r=this.a.a.c,q=r.go +q.toString +s=r.id +s.toString +return r.L_(a,q,s)}, +$S:6} +A.eC.prototype={ +ao(a){var s,r=this.k2 +if(r.gK()!=null){r=r.gK() +if(r.a.c.gnG())if(!r.gJ7()){r.a.c.a.a.toString +s=!0}else s=!1 +else s=!1 +if(s){s=r.a.c.a.y.geY() +if(s!=null)s.rA(r.f)}r.ao(a)}else a.$0()}, +AA(a,b,c,d){return d}, +kH(){var s=this +s.Sl() +s.go=A.pO(A.dc.prototype.ghZ.call(s)) +s.id=A.pO(A.dc.prototype.gDO.call(s))}, +qc(){var s,r=this,q=r.k2 +if(q.gK()!=null){r.a.a.toString +s=!0}else s=!1 +if(s){s=r.a.y.geY() +if(s!=null)s.rA(q.gK().f)}return r.Sk()}, +q9(){var s,r=this,q=r.k2 +if(q.gK()!=null){r.a.a.toString +s=!0}else s=!1 +if(s){s=r.a.y.geY() +if(s!=null)s.rA(q.gK().f)}r.Si()}, +swe(a){var s,r=this +if(r.fy===a)return +r.ao(new A.YU(r,a)) +s=r.go +s.toString +s.saQ(r.fy?B.cX:A.dc.prototype.ghZ.call(r)) +s=r.id +s.toString +s.saQ(r.fy?B.bZ:A.dc.prototype.gDO.call(r)) +r.kl()}, +hE(){var s=0,r=A.a_(t.oj),q,p=this,o,n,m +var $async$hE=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:p.k2.gK() +o=A.ah(p.k1,!0,t.Ev),n=o.length,m=0 +case 3:if(!(m>>24&255)!==0&&!n.fy){s=n.go +s.toString +r=n.gpK().a +r=A.z(0,r>>>16&255,r>>>8&255,r&255) +q=n.gpK() +p=t.IC.i("cK") +t.m.a(s) +o=new A.Cn(n.gpL(),n.gAu(),!0,new A.al(s,new A.cK(new A.fP(B.aF),new A.ep(r,q),p),p.i("al")),m)}else o=A.ag3(!0,m,m,n.gpL(),m,n.gAu(),m) +o=A.uH(o,n.go.gbj()===B.aK||n.go.gbj()===B.I,m) +s=n.gpL() +return s?A.bL(m,o,!1,m,m,!1,!1,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,B.rB,m,m,m):o}, +V0(a){var s=this,r=null,q=s.p1 +return q==null?s.p1=A.bL(r,new A.ro(s,s.k2,A.l(s).i("ro<1>")),!1,r,r,!1,!1,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,B.Uj,r,r,r):q}, +k(a){return"ModalRoute("+this.b.k(0)+", animation: "+A.m(this.as)+")"}} +A.YU.prototype={ +$0(){this.a.fy=this.b}, +$S:0} +A.YS.prototype={ +$0(){}, +$S:0} +A.vT.prototype={ +glS(){return!1}, +glN(){return!0}} +A.vY.prototype={ +gpL(){return!0}, +gAu(){return this.cr}, +gpK(){return this.aX}, +gD6(){return this.dw}, +L_(a,b,c){var s=null +return A.bL(s,new A.DN(this.t,this.cU.$3(a,b,c),s),!1,s,s,!1,!0,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s)}, +AA(a,b,c,d){return this.dH.$4(a,b,c,d)}} +A.rn.prototype={ +hE(){var s=0,r=A.a_(t.oj),q,p=this,o +var $async$hE=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:o=p.hv$ +if(o!=null&&o.length!==0){q=B.wi +s=1 +break}q=p.RY() +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$hE,r)}, +kt(a){var s,r,q=this,p=q.hv$ +if(p!=null&&p.length!==0){s=p.pop() +s.b=null +s.adz() +r=s.c&&--q.ky$===0 +if(q.hv$.length===0||r)q.kl() +return!1}q.Sj(a) +return!0}} +A.GW.prototype={ +G(a){var s,r,q,p=t.w,o=A.bn(a,B.b2,p).w.f,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.c6(new A.ao(n,l,s,Math.max(q,0)),A.pt(this.x,A.bn(a,null,p).w.Oh(r,!0,!0,m),null),null)}} +A.H_.prototype={ +Oo(){}, +LR(a,b){if(b!=null)b.ea(new A.wH(null,a,b,0))}, +LS(a,b,c){b.ea(A.agn(b,null,null,a,c))}, +vs(a,b,c){b.ea(new A.hX(null,c,0,a,b,0))}, +LQ(a,b){b.ea(new A.kT(null,a,b,0))}, +pH(){}, +m(){}, +k(a){return"#"+A.aT(this)}} +A.kq.prototype={ +pH(){this.a.hK(0)}, +gje(){return!1}, +gia(){return!1}, +gft(){return 0}} +A.X_.prototype={ +gje(){return!1}, +gia(){return!1}, +gft(){return 0}, +m(){this.b.$0() +this.rW()}} +A.a1a.prototype={ +Uz(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.eP(a)}else return 0}}}, +cD(a){var s,r,q,p,o=this +o.x=a +s=a.c +s.toString +r=s===0 +if(!r)o.e=a.a +q=a.a +if(o.f)if(r)if(q!=null){r=o.e +r=q.a-r.a>2e4}else r=!0 +else r=!1 +else r=!1 +if(r)o.f=!1 +p=o.Uz(s,q) +if(p===0)return +s=o.a +if(A.R9(s.w.a.c))p=-p +s.Dh(p>0?B.iD:B.iE) +r=s.at +r.toString +s.xS(r-s.r.As(s,p))}, +m(){this.x=null +this.b.$0()}, +k(a){return"#"+A.aT(this)}} +A.Ub.prototype={ +LR(a,b){var s=t.uL.a(this.b.x) +if(b!=null)b.ea(new A.wH(s,a,b,0))}, +LS(a,b,c){b.ea(A.agn(b,null,t.zk.a(this.b.x),a,c))}, +vs(a,b,c){b.ea(new A.hX(t.zk.a(this.b.x),c,0,a,b,0))}, +LQ(a,b){var s=this.b.x +b.ea(new A.kT(s instanceof A.eV?s:null,a,b,0))}, +gje(){var s=this.b +return(s==null?null:s.w)!==B.aI}, +gia(){return!0}, +gft(){return 0}, +m(){this.b=null +this.rW()}, +k(a){return"#"+A.aT(this)+"("+A.m(this.b)+")"}} +A.Cy.prototype={ +Oo(){var s=this.a,r=this.b +r===$&&A.b() +s.hK(r.gft())}, +pH(){var s=this.a,r=this.b +r===$&&A.b() +s.hK(r.gft())}, +zM(){var s=this.b +s===$&&A.b() +s=s.x +s===$&&A.b() +if(!(Math.abs(this.a.xS(s))<1e-10)){s=this.a +s.hm(new A.kq(s))}}, +zK(){this.a.hK(0)}, +vs(a,b,c){var s=this.b +s===$&&A.b() +b.ea(new A.hX(null,c,s.gft(),a,b,0))}, +gia(){return!0}, +gft(){var s=this.b +s===$&&A.b() +return s.gft()}, +m(){var s=this.b +s===$&&A.b() +s.m() +this.rW()}, +k(a){var s=A.aT(this),r=this.b +r===$&&A.b() +return"#"+s+"("+r.k(0)+")"}, +gje(){return this.c}} +A.DR.prototype={ +zM(){var s=this.a,r=this.c +r===$&&A.b() +r=r.x +r===$&&A.b() +if(s.xS(r)!==0){s=this.a +s.hm(new A.kq(s))}}, +zK(){var s=this.a,r=this.c +r===$&&A.b() +s.hK(r.gft())}, +vs(a,b,c){var s=this.c +s===$&&A.b() +b.ea(new A.hX(null,c,s.gft(),a,b,0))}, +gje(){return!0}, +gia(){return!0}, +gft(){var s=this.c +s===$&&A.b() +return s.gft()}, +m(){var s=this.b +s===$&&A.b() +s.iG() +s=this.c +s===$&&A.b() +s.m() +this.rW()}, +k(a){var s=A.aT(this),r=this.c +r===$&&A.b() +return"#"+s+"("+r.k(0)+")"}} +A.Cl.prototype={ +H(){return"AndroidOverscrollIndicator."+this.b}} +A.H0.prototype={ +a7_(a,b,c,d,e,f,g){return new A.act(this,g,c,d,e,b,f,a)}, +a6Q(a,b){return this.a7_(null,null,a,null,null,null,b)}, +l_(a){return A.b6()}, +gqh(){return B.wO}, +gNU(){return A.bQ([B.aY,B.b7],t.r)}, +uY(a,b,c){var s=null +switch(this.l_(a).a){case 3:case 4:case 5:return A.avG(b,c.b,B.c0,s,s,A.C4(),B.t,s,s,s,s,B.c1,s) +case 0:case 1:case 2:return b}}, +uW(a,b,c){switch(this.l_(a).a){case 2:case 3:case 4:case 5:return b +case 0:switch(1){case 1:break}break +case 1:break}return A.ajM(c.a,b,B.i)}, +x3(a){switch(this.l_(a).a){case 2:return new A.a16() +case 4:return new A.a17() +case 0:case 1:case 3:case 5:return new A.a18()}}, +m9(a){switch(this.l_(a).a){case 2:return B.yL +case 4:return B.yM +case 0:case 1:case 3:case 5:return B.A4}}, +k(a){return"ScrollBehavior"}} +A.a16.prototype={ +$1(a){return A.au4(a.gcf())}, +$S:401} +A.a17.prototype={ +$1(a){var s=a.gcf(),r=t.av +return new A.pq(A.b4(20,null,!1,r),s,A.b4(20,null,!1,r))}, +$S:402} +A.a18.prototype={ +$1(a){return new A.hi(a.gcf(),A.b4(20,null,!1,t.av))}, +$S:152} +A.act.prototype={ +gqh(){var s=this.f +return s==null?B.wO:s}, +gNU(){var s=this.r +return s==null?A.bQ([B.aY,B.b7],t.r):s}, +uW(a,b,c){if(this.c)return this.a.uW(a,b,c) +return b}, +uY(a,b,c){if(this.b)return this.a.uY(a,b,c) +return b}, +m9(a){var s=this.a.m9(a) +return s}, +x3(a){return this.a.x3(a)}, +k(a){return"_WrappedScrollBehavior"}} +A.wB.prototype={ +c7(a){var s +if(A.r(this.f)===A.r(a.f))s=!1 +else s=!0 +return s}} +A.wC.prototype={ +iC(a,b,c){return this.a5k(a,b,c)}, +a5k(a,b,c){var s=0,r=A.a_(t.H),q=this,p,o,n +var $async$iC=A.W(function(d,e){if(d===1)return A.X(e,r) +while(true)switch(s){case 0:n=A.c([],t.mo) +for(p=q.f,o=0;o#"+A.aT(this)+"("+B.b.bW(s,", ")+")"}} +A.a2m.prototype={ +k(a){var s=A.c([],t.s) +this.da(s) +return"#"+A.aT(this)+"("+B.b.bW(s,", ")+")"}, +da(a){var s,r,q +try{s=this.b +if(s!=null)a.push("estimated child count: "+A.m(s))}catch(q){r=A.an(q) +a.push("estimated child count: EXCEPTION ("+J.O(r).k(0)+")")}}} +A.NE.prototype={} +A.Hq.prototype={ +a8i(a){return null}, +KW(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.an(o) +q=A.aE(o) +n=new A.bf(r,q,"widgets library",A.be("building"),k,!1) +A.ci(n) +s=A.Vt(n)}if(s==null)return k +if(s.a!=null){p=s.a +p.toString +m=new A.NE(p)}else m=k +p=s +s=new A.d7(p,k) +l=A.ani(s,b) +if(l!=null)s=new A.EI(l,s,k) +p=s +s=new A.tr(new A.Ar(p,k),k) +return new A.pj(s,m)}} +A.Ar.prototype={ +ah(){return new A.As(null,B.k)}} +A.As.prototype={ +grm(){return this.r}, +aaD(a){return new A.ab8(this,a)}, +uw(a,b){var s,r=this +if(b){s=r.d;(s==null?r.d=A.ax(t.x9):s).J(0,a)}else{s=r.d +if(s!=null)s.C(0,a)}s=r.d +s=s==null?null:s.a!==0 +s=s===!0 +if(r.r!==s){r.r=s +r.m5()}}, +bo(){var s,r,q,p=this +p.dh() +s=p.c +s.toString +r=A.H9(s) +s=p.f +if(s!=r){if(s!=null){q=p.e +if(q!=null)new A.b8(q,A.l(q).i("b8<1>")).ac(0,s.gCQ(s))}p.f=r +if(r!=null){s=p.e +if(s!=null)new A.b8(s,A.l(s).i("b8<1>")).ac(0,r.gkj(r))}}}, +J(a,b){var s,r=this,q=r.aaD(b) +b.T(q) +s=r.e;(s==null?r.e=A.A(t.x9,t.M):s).p(0,b,q) +r.f.J(0,b) +if(b.gl().c!==B.cK)r.uw(b,!0)}, +C(a,b){var s=this.e +if(s==null)return +s=s.C(0,b) +s.toString +b.I(s) +this.f.C(0,b) +this.uw(b,!1)}, +m(){var s,r,q=this,p=q.e +if(p!=null){for(p=A.iV(p,p.r);p.v();){s=p.d +q.f.C(0,s) +r=q.e.h(0,s) +r.toString +s.I(r)}q.e=null}q.d=null +q.aM()}, +G(a){var s=this +s.xE(a) +if(s.f==null)return s.a.c +return A.ale(s.a.c,s)}} +A.ab8.prototype={ +$0(){var s=this.b,r=this.a +if(s.gl().c!==B.cK)r.uw(s,!0) +else r.uw(s,!1)}, +$S:0} +A.QB.prototype={ +aH(){this.aY() +if(this.r)this.p_()}, +dT(){var s=this.fT$ +if(s!=null){s.ar() +s.d1() +this.fT$=null}this.oE()}} +A.je.prototype={ +js(){var s=this,r=null,q=s.gBS()?s.gh0():r,p=s.gBS()?s.gfZ():r,o=s.gMP()?s.gd7():r,n=s.gMS()?s.grl():r,m=s.gfP(),l=s.gne() +return new A.E7(q,p,o,n,m,l)}, +gCz(){var s=this +return s.gd7()s.gfZ()}, +gKR(){var s=this +return s.gd7()===s.gh0()||s.gd7()===s.gfZ()}, +glz(){var s=this +return s.grl()-A.D(s.gh0()-s.gd7(),0,s.grl())-A.D(s.gd7()-s.gfZ(),0,s.grl())}} +A.E7.prototype={ +gh0(){var s=this.a +s.toString +return s}, +gfZ(){var s=this.b +s.toString +return s}, +gBS(){return this.a!=null&&this.b!=null}, +gd7(){var s=this.c +s.toString +return s}, +gMP(){return this.c!=null}, +grl(){var s=this.d +s.toString +return s}, +gMS(){return this.d!=null}, +k(a){var s=this +return"FixedScrollMetrics("+B.c.a5(Math.max(s.gd7()-s.gh0(),0),1)+"..["+B.c.a5(s.glz(),1)+"].."+B.c.a5(Math.max(s.gfZ()-s.gd7(),0),1)+")"}, +gfP(){return this.e}, +gne(){return this.f}} +A.KL.prototype={} +A.eF.prototype={} +A.Iq.prototype={ +NH(a){if(t.rS.b(a))++a.fl$ +return!1}} +A.ec.prototype={ +da(a){this.T8(a) +a.push(this.a.k(0))}} +A.wH.prototype={ +da(a){var s +this.oD(a) +s=this.d +if(s!=null)a.push(s.k(0))}} +A.h7.prototype={ +da(a){var s +this.oD(a) +a.push("scrollDelta: "+A.m(this.e)) +s=this.d +if(s!=null)a.push(s.k(0))}} +A.hX.prototype={ +da(a){var s,r=this +r.oD(a) +a.push("overscroll: "+B.c.a5(r.e,1)) +a.push("velocity: "+B.c.a5(r.f,1)) +s=r.d +if(s!=null)a.push(s.k(0))}} +A.kT.prototype={ +da(a){var s +this.oD(a) +s=this.d +if(s!=null)a.push(s.k(0))}} +A.Ij.prototype={ +da(a){this.oD(a) +a.push("direction: "+this.d.k(0))}} +A.Ah.prototype={ +da(a){var s,r +this.xK(a) +s=this.fl$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.Ag.prototype={ +c7(a){return this.f!==a.f}} +A.lk.prototype={ +aaC(a){return this.a.$1(a)}} +A.wE.prototype={ +ah(){return new A.wF(new A.mB(t.z_),B.k)}} +A.wF.prototype={ +I(a){var s,r,q=this.d +q.toString +q=A.axI(q) +s=A.l(q).c +for(;q.v();){r=q.c +if(r==null)r=s.a(r) +if(J.d(r.a,a)){q=r.hw$ +q.toString +q.JI(A.l(r).i("f3.E").a(r)) +return}}}, +HS(a){var s,r,q,p,o,n,m,l,k=this.d +if(k.b===0)return +p=A.ah(k,!0,t.Sx) +for(k=p.length,o=0;o "+s.k(0)}} +A.Gc.prototype={ +pI(a){return new A.Gc(this.pO(a))}, +uJ(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.Mw((o-Math.abs(b))/s)}else{s.toString +m=this.Mw(o/s)}l=J.eP(b) +if(n&&this.b===B.wm)return l*Math.abs(b) +return l*A.arV(o,Math.abs(b),m)}, +pG(a,b){return 0}, +vf(a,b){var s,r,q,p,o,n,m,l=this.wW(a) +if(Math.abs(b)>=l.c||a.gCz()){switch(this.b.a){case 1:s=1400 +break +case 0:s=0 +break +default:s=null}r=this.gov() +q=a.at +q.toString +p=a.z +p.toString +o=a.Q +o.toString +n=new A.Sb(p,o,r,l) +if(qo){n.f=new A.nh(o,A.Oi(r,q-o,b),B.bH) +n.r=-1/0}else{q=n.e=A.atR(0.135,q,b,s) +m=q.gvH() +if(b>0&&m>o){p=q.OB(o) +n.r=p +n.f=new A.nh(o,A.Oi(r,o-o,Math.min(q.eu(p),5000)),B.bH)}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.SK(r,b,n) +p=$.aeP() +s=p*0.35*Math.pow(s/2223.8657884799995,1/(p-1)) +r.e=s +r.f=b*s/p +return r}} +A.t3.prototype={ +pI(a){return new A.t3(this.pO(a))}, +jT(a){return!0}} +A.ng.prototype={ +H(){return"ScrollPositionAlignmentPolicy."+this.b}} +A.jf.prototype={ +Ua(a,b,c,d,e){var s,r,q,p=this +if(d!=null)p.mQ(d) +if(p.at==null){s=p.w +r=s.c +r.toString +r=A.akD(r) +if(r==null)q=null +else{s=s.c +s.toString +q=r.acd(s)}if(q!=null)p.at=q}}, +gh0(){var s=this.z +s.toString +return s}, +gfZ(){var s=this.Q +s.toString +return s}, +gBS(){return this.z!=null&&this.Q!=null}, +gd7(){var s=this.at +s.toString +return s}, +gMP(){return this.at!=null}, +grl(){var s=this.ax +s.toString +return s}, +gMS(){return this.ax!=null}, +mQ(a){var s=this,r=a.z +if(r!=null&&a.Q!=null){r.toString +s.z=r +r=a.Q +r.toString +s.Q=r}r=a.at +if(r!=null)s.at=r +r=a.ax +if(r!=null)s.ax=r +s.fr=a.fr +a.fr=null +if(A.r(a)!==A.r(s))s.fr.Oo() +s.w.DY(s.fr.gje()) +s.dy.sl(s.fr.gia())}, +gne(){var s=this.w.f +s===$&&A.b() +return s}, +PO(a){var s,r,q,p=this,o=p.at +o.toString +if(a!==o){s=p.r.pG(p,a) +o=p.at +o.toString +r=a-s +p.at=r +if(r!==o){p.A6() +p.Ej() +r=p.at +r.toString +p.Be(r-o)}if(Math.abs(s)>1e-10){o=p.fr +o.toString +r=p.js() +q=$.af.a4$.z.h(0,p.w.Q) +q.toString +o.vs(r,q,s) +return s}}return 0}, +a70(a){var s=this.at +s.toString +this.at=s+a +this.ch=!0}, +Mt(a){var s=this +s.at.toString +s.at=a +s.A6() +s.Ej() +$.bx.k2$.push(new A.a1e(s))}, +uP(a){if(this.ax!==a){this.ax=a +this.ch=!0}return!0}, +uO(a,b){var s,r,q,p=this +if(!A.C2(p.z,a,0.001)||!A.C2(p.Q,b,0.001)||p.ch||p.db!==A.b_(p.gfP())){p.z=a +p.Q=b +p.db=A.b_(p.gfP()) +s=p.ay?p.js():null +p.ch=!1 +p.CW=!0 +if(p.ay){r=p.cx +r.toString +s.toString +r=!p.a71(r,s)}else r=!1 +if(r)return!1 +p.ay=!0}if(p.CW){p.S1() +p.w.PH(p.r.jT(p)) +p.CW=!1}s=p.js() +if(p.cx!=null){r=Math.max(s.gd7()-s.gh0(),0) +q=p.cx +if(r===Math.max(q.gd7()-q.gh0(),0))if(s.glz()===p.cx.glz()){r=Math.max(s.gfZ()-s.gd7(),0) +q=p.cx +r=r===Math.max(q.gfZ()-q.gd7(),0)&&s.e===p.cx.e}else r=!1 +else r=!1 +r=!r}else r=!0 +if(r){if(!p.cy){A.dv(p.ga7E()) +p.cy=!0}p.cx=p.js()}return!0}, +a71(a,b){var s=this,r=s.r.uJ(s.fr.gia(),b,a,s.fr.gft()),q=s.at +q.toString +if(r!==q){s.at=r +return!1}return!0}, +pH(){this.fr.pH() +this.A6()}, +A6(){var s,r,q,p,o,n=this,m=n.w +switch(m.a.c.a){case 0:s=B.dJ +r=B.dH +break +case 1:s=B.dK +r=B.dL +break +case 2:s=B.dH +r=B.dJ +break +case 3:s=B.dL +r=B.dK +break +default:s=null +r=null}q=A.ax(t._S) +p=n.at +p.toString +o=n.z +o.toString +if(p>o)q.J(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.cT(m,t.H) +if(e.a===B.t.a){n.dJ(o) +return A.cT(m,t.H)}return n.iC(o,d,e)}, +qV(a,b,c){var s,r=this.z +r.toString +s=this.Q +s.toString +a=A.D(a,r,s) +return this.Sn(a,b,c)}, +hm(a){var s,r,q=this,p=q.fr +if(p!=null){s=p.gje() +r=q.fr.gia() +if(r&&!a.gia())q.B8() +q.fr.m()}else{r=!1 +s=!1}q.fr=a +if(s!==a.gje())q.w.DY(q.fr.gje()) +q.dy.sl(q.fr.gia()) +if(!r&&q.fr.gia())q.Bc()}, +Bc(){var s=this.fr +s.toString +s.LR(this.js(),$.af.a4$.z.h(0,this.w.Q))}, +Be(a){var s,r,q=this.fr +q.toString +s=this.js() +r=$.af.a4$.z.h(0,this.w.Q) +r.toString +q.LS(s,r,a)}, +B8(){var s,r,q,p=this,o=p.fr +o.toString +s=p.js() +r=p.w +q=$.af.a4$.z.h(0,r.Q) +q.toString +o.LQ(s,q) +q=p.at +q.toString +r.r.sl(q) +q=$.dQ.cz$ +q===$&&A.b() +q.a8r() +o=r.c +o.toString +o=A.akD(o) +if(o!=null){s=r.c +s.toString +r=p.at +r.toString +if(o.a==null)o.a=A.A(t.K,t.z) +s=o.F9(s) +if(s.length!==0)o.a.p(0,new A.AE(s),r)}}, +a7F(){var s,r,q +this.cy=!1 +s=this.w.Q +if($.af.a4$.z.h(0,s)!=null){r=this.js() +q=$.af.a4$.z.h(0,s) +q.toString +s=$.af.a4$.z.h(0,s) +if(s!=null)s.ea(new A.nf(r,q,0))}}, +m(){var s=this,r=s.fr +if(r!=null)r.m() +s.fr=null +r=s.dy +r.Z$=$.au() +r.R$=0 +s.d1()}, +da(a){var s,r,q=this +q.Sm(a) +s=q.z +s=s==null?null:B.c.a5(s,1) +r=q.Q +r=r==null?null:B.c.a5(r,1) +a.push("range: "+A.m(s)+".."+A.m(r)) +r=q.ax +a.push("viewport: "+A.m(r==null?null:B.c.a5(r,1)))}} +A.a1e.prototype={ +$1(a){}, +$S:4} +A.nf.prototype={ +KO(){return A.agn(this.b,this.fl$,null,this.a,null)}, +da(a){this.T7(a) +a.push(this.a.k(0))}} +A.Af.prototype={ +da(a){var s,r +this.xK(a) +s=this.fl$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.NI.prototype={} +A.wG.prototype={ +gfP(){return this.w.a.c}, +mQ(a){var s,r=this +r.S0(a) +r.fr.a=r +r.k4=a.k4 +s=a.ok +if(s!=null){r.ok=s +s.a=r +a.ok=null}}, +hm(a){var s,r=this +r.k3=0 +r.S2(a) +s=r.ok +if(s!=null)s.m() +r.ok=null +if(!r.fr.gia())r.Dh(B.f9)}, +hK(a){var s,r,q,p=this,o=p.r.vf(p,a) +if(o!=null){s=p.fr +s=s==null?null:s.gje() +s=new A.Cy(s!==!1,p) +r=A.aiv(null,0,p.w) +r.bl() +q=r.cd$ +q.b=!0 +q.a.push(s.gzL()) +r.Aq(o).a.a.h8(s.gzJ()) +s.b=r +p.hm(s)}else p.hm(new A.kq(p))}, +Dh(a){var s,r,q,p=this +if(p.k4===a)return +p.k4=a +s=p.js() +r=p.w.Q +q=$.af.a4$.z.h(0,r) +q.toString +r=$.af.a4$.z.h(0,r) +if(r!=null)r.ea(new A.Ij(a,s,q,0))}, +iC(a,b,c){var s,r,q,p=this,o=p.at +o.toString +if(A.C2(a,o,p.r.wW(p).a)){p.dJ(a) +return A.cT(null,t.H)}o=p.at +o.toString +s=new A.DR(p) +r=new A.bk(new A.am($.ac,t.V),t.gR) +s.b=r +o=A.aiv("DrivenScrollActivity",o,p.w) +o.bl() +q=o.cd$ +q.b=!0 +q.a.push(s.gzL()) +o.z=B.al +o.ir(a,b,c).a.a.h8(s.gzJ()) +s.c!==$&&A.bB() +s.c=o +p.hm(s) +return r.a}, +dJ(a){var s,r,q=this +q.hm(new A.kq(q)) +s=q.at +s.toString +if(s!==a){q.Mt(a) +q.Bc() +r=q.at +r.toString +q.Be(r-s) +q.B8()}q.hK(0)}, +CE(a){var s,r,q,p,o=this +if(a===0){o.hK(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.hm(new A.kq(o)) +o.Dh(-a>0?B.iD:B.iE) +s=o.at +s.toString +o.dy.sl(!0) +o.Mt(p) +o.Bc() +r=o.at +r.toString +o.Be(r-s) +o.B8() +o.hK(0)}}, +m(){var s=this.ok +if(s!=null)s.m() +this.ok=null +this.S4()}} +A.Sb.prototype={ +zR(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}, +dL(a){return this.zR(a).dL(a-this.w)}, +eu(a){return this.zR(a).eu(a-this.w)}, +jB(a){return this.zR(a).jB(a-this.w)}, +k(a){return"BouncingScrollSimulation(leadingExtent: "+A.m(this.b)+", trailingExtent: "+A.m(this.c)+")"}} +A.SK.prototype={ +dL(a){var s,r=this.e +r===$&&A.b() +s=A.D(a/r,0,1) +r=this.f +r===$&&A.b() +return this.b+r*(1-Math.pow(1-s,$.aeP()))}, +eu(a){var s=this.e +s===$&&A.b() +return this.c*Math.pow(1-A.D(a/s,0,1),$.aeP()-1)}, +jB(a){var s=this.e +s===$&&A.b() +return a>=s}} +A.H5.prototype={ +H(){return"ScrollViewKeyboardDismissBehavior."+this.b}} +A.H4.prototype={ +a5H(a,b,c,d){return new A.xR(c,0,b,null,this.Q,this.ch,d,null)}, +G(a){var s,r,q,p=this,o=null,n=p.KX(a),m=A.c([new A.Hv(p.cx,n,o)],t.E),l=p.c,k=A.aek(a,l,!1),j=p.f +j=A.akL(a,l) +s=j?A.G7(a):p.e +r=A.ago(k,p.ch,s,p.at,!1,o,p.r,p.ay,o,p.as,new A.a1f(p,k,m)) +q=j&&s!=null?A.akK(r):r +if(p.ax===B.VB)return new A.d4(new A.a1g(a),q,o,t.kj) +else return q}} +A.a1f.prototype={ +$2(a,b){return this.a.a5H(a,b,this.b,this.c)}, +$S:406} +A.a1g.prototype={ +$1(a){var s=A.afC(this.a) +if(a.d!=null&&s.gbS())s.m4() +return!1}, +$S:407} +A.CG.prototype={} +A.F4.prototype={ +KX(a){return new A.Hu(this.R8,null)}} +A.Eu.prototype={ +KX(a){return new A.Hs(this.p3,this.p4,null)}} +A.ab2.prototype={ +$2(a,b){if(!a.a)a.I(b)}, +$S:43} +A.wI.prototype={ +ah(){var s=null,r=t.C +return new A.q1(new A.Nw($.au()),new A.bg(s,r),new A.bg(s,t.hA),new A.bg(s,r),B.rm,s,A.A(t.yb,t.M),s,!0,s,s,s,B.k)}, +adh(a,b){return this.f.$2(a,b)}} +A.a1n.prototype={ +$1(a){return null}, +$S:408} +A.Ai.prototype={ +c7(a){return this.r!==a.r}} +A.q1.prototype={ +gLF(){var s,r=this +switch(r.a.c.a){case 2:s=r.d.at +s.toString +return new A.i(0,s) +case 0:s=r.d.at +s.toString +return new A.i(0,-s) +case 3:s=r.d.at +s.toString +return new A.i(-s,0) +case 1:s=r.d.at +s.toString +return new A.i(s,0)}}, +goZ(){var s=this.a.d +if(s==null){s=this.x +s.toString}return s}, +ge_(){return this.a.z}, +K6(){var s,r,q,p=this,o=p.a.Q +if(o==null){o=p.c +o.toString +o=A.a19(o)}p.w=o +s=p.c +s.toString +s=o.m9(s) +p.e=s +o=p.a +r=o.e +if(r!=null)p.e=new A.t3(r.pO(s)) +else{o=o.Q +if(o!=null){s=p.c +s.toString +p.e=o.m9(s).pI(p.e)}}q=p.d +if(q!=null){p.goZ().q7(q) +A.dv(q.gdc())}p.goZ() +o=p.e +o.toString +s=new A.wG(B.f9,o,p,!0,null,A.dW(!1),$.au()) +s.Ua(p,null,!0,q,o) +if(s.at==null&&!0)s.at=0 +if(s.fr==null)s.hm(new A.kq(s)) +p.d=s +o=p.goZ() +s=p.d +s.toString +o.ad(s)}, +ij(a,b){var s,r,q,p=this.r +this.m0(p,"offset") +s=p.y +r=s==null +if((r?A.l(p).i("cc.T").a(s):s)!=null){q=this.d +q.toString +p=r?A.l(p).i("cc.T").a(s):s +p.toString +if(b)q.at=p +else q.dJ(p)}}, +aH(){if(this.a.d==null)this.x=A.H1() +this.aY()}, +bo(){var s=this,r=s.c +r.toString +r=A.c4(r,B.yi) +s.y=r==null?null:r.ay +r=s.c +r.toString +r=A.c4(r,B.bu) +r=r==null?null:r.b +if(r==null){r=s.c +r.toString +r=A.a4F(r).x +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}}s.f=r +s.K6() +s.Ta()}, +a3q(a){var s,r,q,p=this,o=null,n=p.a,m=n.e +if(m==null){n=n.Q +if(n==null)m=o +else{s=p.c +s.toString +s=n.m9(s) +m=s}}r=a.e +if(r==null){n=a.Q +if(n==null)r=o +else{s=p.c +s.toString +s=n.m9(s) +r=s}}do{n=m==null +s=n?o:A.r(m) +q=r==null +if(s!=(q?o:A.r(r)))return!0 +m=n?o:m.a +r=q?o:r.a}while(m!=null||r!=null) +n=p.a.d +n=n==null?o:A.r(n) +s=a.d +return n!=(s==null?o:A.r(s))}, +aG(a){var s,r,q=this +q.Tb(a) +s=a.d +if(q.a.d!=s){if(s==null){s=q.x +s.toString +r=q.d +r.toString +s.q7(r) +q.x.m() +q.x=null}else{r=q.d +r.toString +s.q7(r) +if(q.a.d==null)q.x=A.H1()}s=q.goZ() +r=q.d +r.toString +s.ad(r)}if(q.a3q(a))q.K6()}, +m(){var s,r=this,q=r.a.d +if(q!=null){s=r.d +s.toString +q.q7(s)}else{q=r.x +if(q!=null){s=r.d +s.toString +q.q7(s)}q=r.x +if(q!=null)q.m()}r.d.m() +r.r.m() +r.Tc()}, +PH(a){var s,r,q=this +if(a===q.ay)s=!a||A.b_(q.a.c)===q.ch +else s=!1 +if(s)return +if(!a){q.at=B.rm +q.IK()}else{switch(A.b_(q.a.c).a){case 1:q.at=A.aD([B.j6,new A.bw(new A.a1j(q),new A.a1k(q),t.ok)],t.u,t.xR) +break +case 0:q.at=A.aD([B.j5,new A.bw(new A.a1l(q),new A.a1m(q),t.Uv)],t.u,t.xR) +break}a=!0}q.ay=a +q.ch=A.b_(q.a.c) +s=q.Q +if(s.gK()!=null){s=s.gK() +s.zU(q.at) +if(!s.a.f){r=s.c.gW() +r.toString +t.Wx.a(r) +s.e.a5u(r)}}}, +DY(a){var s,r=this +if(r.ax===a)return +r.ax=a +s=r.as +if($.af.a4$.z.h(0,s)!=null){s=$.af.a4$.z.h(0,s).gW() +s.toString +t.f1.a(s).sMY(r.ax)}}, +Ye(a){var s=this.d,r=s.fr.gft(),q=new A.X_(this.gWn(),s) +s.hm(q) +s.k3=r +this.cx=q}, +a2Q(a){var s,r,q=this.d,p=q.r,o=p.AF(q.k3) +p=p.gBk() +s=p==null?null:0 +r=new A.a1a(q,this.gWl(),o,p,a.a,o!==0,s,a.d,a) +q.hm(new A.Ub(r,q)) +this.CW=q.ok=r}, +a2R(a){var s=this.CW +if(s!=null)s.cD(a)}, +a2P(a){var s,r,q,p,o=this.CW +if(o!=null){s=a.b +s.toString +r=-s +if(A.R9(o.a.w.a.c))r=-r +o.x=a +if(o.f){s=J.eP(r) +q=o.c +p=Math.abs(r)>Math.abs(q)*0.5 +if(s===J.eP(q)&&p)r+=q}o.a.hK(r)}}, +IK(){if($.af.a4$.z.h(0,this.Q)==null)return +var s=this.cx +if(s!=null)s.a.hK(0) +s=this.CW +if(s!=null)s.a.hK(0)}, +Wo(){this.cx=null}, +Wm(){this.CW=null}, +IP(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)}, +IO(a){var s,r,q=A.aX("delta"),p=$.dQ.cj$ +p===$&&A.b() +p=p.a.gbk() +s=A.f2(p,A.l(p).i("t.E")) +p=this.w +p===$&&A.b() +p=p.gNU() +r=s.fO(0,p.gfg(p))&&a.gcf()===B.aN +switch(A.b_(this.a.c).a){case 0:q.b=r?a.gl3().b:a.gl3().a +break +case 1:q.b=r?a.gl3().a:a.gl3().b +break}if(A.R9(this.a.c))q.b=q.aF()*-1 +return q.aF()}, +a21(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.jT(r) +s=r}else s=!1 +if(s)return +q=o.IO(a) +p=o.IP(q) +if(q!==0){s=o.d.at +s.toString +s=p!==s}else s=!1 +if(s)$.e7.br$.Oc(a,o.ga2S())}else if(t.xb.b(a))o.d.CE(0)}, +a2T(a){var s,r=this,q=r.IO(a),p=r.IP(q) +if(q!==0){s=r.d.at +s.toString +s=p!==s}else s=!1 +if(s)r.d.CE(q)}, +Zo(a){var s,r +if(a.fl$===0){s=$.af.a4$.z.h(0,this.z) +r=s==null?null:s.gW() +if(r!=null)r.b5()}return!1}, +G(a){var s,r,q,p,o,n,m,l=this,k=null,j=l.d +j.toString +s=l.at +r=l.a +q=r.w +p=l.ax +o=new A.Ai(l,j,A.va(B.bB,new A.h2(A.bL(k,A.uH(r.adh(a,j),p,l.as),!1,k,k,!1,!q,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k),s,B.aC,q,l.Q),k,k,k,l.ga20(),k),k) +j=l.a +if(!j.w){s=l.d +s.toString +l.e.toString +o=new A.d4(l.gZn(),new A.NJ(s,!0,j.x,o,l.z),k,t.ji)}j=j.c +s=l.goZ() +r=l.a.as +n=new A.H6(j,s,r) +j=l.w +j===$&&A.b() +o=j.uY(a,j.uW(a,o,n),n) +m=A.H9(a) +if(m!=null){j=l.d +j.toString +o=new A.Ak(l,j,o,m,k)}return o}} +A.a1j.prototype={ +$0(){var s=this.a.w +s===$&&A.b() +return A.am0(null,s.gqh())}, +$S:136} +A.a1k.prototype={ +$1(a){var s,r,q=this.a +a.ax=q.gH3() +a.ay=q.gIM() +a.ch=q.gIN() +a.CW=q.gIL() +a.cx=q.gIJ() +s=q.e +a.cy=s==null?null:s.gCf() +s=q.e +a.db=s==null?null:s.gwb() +s=q.e +a.dx=s==null?null:s.gqR() +s=q.w +s===$&&A.b() +r=q.c +r.toString +a.fr=s.x3(r) +a.at=q.a.y +a.b=q.y +a.c=q.w.gqh()}, +$S:137} +A.a1l.prototype={ +$0(){var s=this.a.w +s===$&&A.b() +return A.afK(null,s.gqh())}, +$S:138} +A.a1m.prototype={ +$1(a){var s,r,q=this.a +a.ax=q.gH3() +a.ay=q.gIM() +a.ch=q.gIN() +a.CW=q.gIL() +a.cx=q.gIJ() +s=q.e +a.cy=s==null?null:s.gCf() +s=q.e +a.db=s==null?null:s.gwb() +s=q.e +a.dx=s==null?null:s.gqR() +s=q.w +s===$&&A.b() +r=q.c +r.toString +a.fr=s.x3(r) +a.at=q.a.y +a.b=q.y +a.c=q.w.gqh()}, +$S:139} +A.Ak.prototype={ +ah(){return new A.NK(B.k)}} +A.NK.prototype={ +aH(){var s,r,q,p +this.aY() +s=this.a +r=s.c +s=s.d +q=t.x9 +p=t.i +q=new A.Aj(r,new A.Uc(r,30),s,A.A(q,p),A.A(q,p),A.c([],t.D1),A.ax(q),B.VL,$.au()) +s.T(q.gID()) +this.d=q}, +aG(a){var s,r +this.b1(a) +s=this.a.d +if(a.d!==s){r=this.d +r===$&&A.b() +r.sbp(s)}}, +m(){var s=this.d +s===$&&A.b() +s.m() +this.aM()}, +G(a){var s=this.a,r=s.f,q=this.d +q===$&&A.b() +return new A.q3(r,s.e,q,null)}} +A.Aj.prototype={ +sbp(a){var s,r=this.id +if(a===r)return +s=this.gID() +r.I(s) +this.id=a +a.T(s)}, +a2E(){if(this.fr)return +this.fr=!0 +$.bx.k2$.push(new A.ab_(this))}, +B7(){var s=this,r=s.b,q=A.v5(r,A.a7(r).c) +s.k1.CS(0,new A.ab0(q)) +s.k2.CS(0,new A.ab1(q)) +s.R4()}, +BP(a){var s,r,q,p,o,n=this +if(n.fy==null&&n.fx==null)n.go=n.GW(a.b) +s=A.R5(n.dx) +r=a.b +q=-s.a +p=-s.b +if(a.a===B.dD){r=n.fy=n.Hp(r) +a=new A.nj(new A.i(r.a+q,r.b+p),B.dD)}else{r=n.fx=n.Hp(r) +a=new A.nj(new A.i(r.a+q,r.b+p),B.wr)}o=n.Rd(a) +if(o===B.iG){n.dy.e=!1 +return o}if(n.go){r=n.dy +r.Qb(A.agj(a.b,0,0)) +if(r.e)return B.iG}return o}, +Hp(a){var s,r,q,p=this.dx,o=p.c.gW() +o.toString +t.x.a(o) +s=o.fu(a) +if(!this.go){r=s.b +if(r<0||s.a<0)return A.bp(o.ba(null),B.f) +if(r>o.gq().b||s.a>o.gq().a)return B.U1}q=A.R5(p) +return A.bp(o.ba(null),new A.i(s.a+q.a,s.b+q.b))}, +A0(a,b){var s,r,q,p=this,o=p.dx,n=A.R5(o) +o=o.c.gW() +o.toString +t.x.a(o) +s=o.ba(null) +r=p.d +if(r!==-1)q=p.fx==null||b +else q=!1 +if(q){r=p.b[r].gl().a +r.toString +p.fx=A.bp(s,A.bp(p.b[p.d].ba(o),r.a.M(0,new A.i(0,-r.b/2))).M(0,n))}r=p.c +if(r!==-1)q=!0 +else q=!1 +if(q){r=p.b[r].gl().b +r.toString +p.fy=A.bp(s,A.bp(p.b[p.c].ba(o),r.a.M(0,new A.i(0,-r.b/2))).M(0,n))}}, +JV(){return this.A0(!0,!0)}, +HA(a){var s,r,q,p,o,n,m,l,k=this,j=k.b +if(a){s=j[k.c] +r=s.gl().b +q=s.gl().b.b}else{s=j[k.d] +r=s.gl().a +j=s.gl().a +q=j==null?null:j.b}if(q==null||r==null)return +j=k.dx +p=j.c.gW() +p.toString +t.x.a(p) +o=A.bp(s.ba(p),r.a) +n=p.gq().a +p=p.gq().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.dJ(n+p-m) +return}if(l<0){j=k.id +p=j.at +p.toString +j.dJ(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.dJ(p+r-n) +return}if(r<0){j=k.id +p=j.at +p.toString +j.dJ(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.dJ(n+m-p) +return}if(l<0){j=k.id +p=j.at +p.toString +j.dJ(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.dJ(p+n-r) +return}if(r<0){j=k.id +p=j.at +p.toString +j.dJ(p+0-r)}return}}, +GW(a){var s,r=this.dx.c.gW() +r.toString +t.x.a(r) +s=r.fu(a) +return new A.y(0,0,0+r.gq().a,0+r.gq().b).n(0,s)}, +fi(a,b){var s,r,q=this +switch(b.a.a){case 0:s=q.dx.d.at +s.toString +q.k1.p(0,a,s) +q.vx(a) +break +case 1:s=q.dx.d.at +s.toString +q.k2.p(0,a,s) +q.vx(a) +break +case 5:case 6:q.vx(a) +s=q.dx +r=s.d.at +r.toString +q.k1.p(0,a,r) +s=s.d.at +s.toString +q.k2.p(0,a,s) +break +case 2:q.k2.C(0,a) +q.k1.C(0,a) +break +case 3:case 4:s=q.dx +r=s.d.at +r.toString +q.k2.p(0,a,r) +s=s.d.at +s.toString +q.k1.p(0,a,s) +break}return q.R5(a,b)}, +vx(a){var s,r,q,p,o,n=this,m=n.dx,l=m.d.at +l.toString +s=n.k1.h(0,a) +r=n.fx +if(r!=null)q=s==null||Math.abs(l-s)>1e-10 +else q=!1 +if(q){p=A.R5(m) +a.nh(new A.nj(new A.i(r.a+-p.a,r.b+-p.b),B.wr))}o=n.k2.h(0,a) +r=n.fy +if(r!=null)l=o==null||Math.abs(l-o)>1e-10 +else l=!1 +if(l){p=A.R5(m) +a.nh(new A.nj(new A.i(r.a+-p.a,r.b+-p.b),B.dD))}}, +m(){var s=this +s.k1.a7(0) +s.k2.a7(0) +s.fr=!1 +s.dy.e=!1 +s.R6()}} +A.ab_.prototype={ +$1(a){var s=this.a +if(!s.fr)return +s.fr=!1 +s.ux()}, +$S:4} +A.ab0.prototype={ +$2(a,b){return!this.a.n(0,a)}, +$S:156} +A.ab1.prototype={ +$2(a,b){return!this.a.n(0,a)}, +$S:156} +A.NJ.prototype={ +aw(a){var s=this.e,r=new A.Nn(s,!0,this.r,null,A.a4()) +r.au() +r.saN(null) +s.T(r.gNv()) +return r}, +aE(a,b){b.sa5h(!0) +b.sbp(this.e) +b.sPC(this.r)}} +A.Nn.prototype={ +sbp(a){var s,r=this,q=r.t +if(a===q)return +s=r.gNv() +q.I(s) +r.t=a +a.T(s) +r.b5()}, +sa5h(a){return}, +sPC(a){if(a==this.a9)return +this.a9=a +this.b5()}, +e9(a){var s,r,q=this +q.fz(a) +a.a=!0 +if(q.t.ay){a.bq(B.W1,!0) +s=q.t +r=s.at +r.toString +a.am=r +a.e=!0 +r=s.Q +r.toString +a.aO=r +s=s.z +s.toString +a.by=s +a.sPw(q.a9)}}, +mZ(a,b,c){var s,r,q,p,o,n,m,l=this +if(c.length!==0){s=B.b.gU(c).dy +s=!(s!=null&&s.n(0,B.wM))}else s=!0 +if(s){l.bd=null +l.EL(a,b,c) +return}s=l.bd +if(s==null)s=l.bd=A.wQ(null,l.gme()) +s.sC6(a.Q||a.y) +s.sb0(a.e) +s=l.bd +s.toString +r=t.W +q=A.c([s],r) +p=A.c([],r) +for(s=c.length,o=null,n=0;n#"+A.aT(r)+"("+B.b.bW(q,", ")+")"}, +gA(a){return A.L(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.O(b)!==A.r(r))return!1 +if(b instanceof A.H6)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.a1i.prototype={ +$2(a,b){if(b!=null)this.a.push(a+b.k(0))}, +$S:412} +A.Uc.prototype={ +zn(a,b){switch(b.a){case 0:return a.a +case 1:return a.b}}, +a3v(a,b){switch(b.a){case 0:return a.a +case 1:return a.b}}, +Qb(a){var s=this,r=s.a.gLF() +s.d=a.bm(r.a,r.b) +if(s.e)return +s.mK()}, +mK(){var s=0,r=A.a_(t.H),q,p=this,o,n,m,l,k,j,i,h,g,f,e,d,c +var $async$mK=A.W(function(a,b){if(a===1)return A.X(b,r) +while(true)switch(s){case 0:d=p.a +c=d.c.gW() +c.toString +t.x.a(c) +o=A.dM(c.ba(null),new A.y(0,0,0+c.gq().a,0+c.gq().b)) +c=p.e=!0 +n=d.gLF() +m=o.a +l=o.b +k=p.zn(new A.i(m+n.a,l+n.b),A.b_(d.a.c)) +j=k+p.a3v(new A.H(o.c-m,o.d-l),A.b_(d.a.c)) +l=p.d +l===$&&A.b() +i=p.zn(new A.i(l.a,l.b),A.b_(d.a.c)) +l=p.d +h=p.zn(new A.i(l.c,l.d),A.b_(d.a.c)) +switch(d.a.c.a){case 0:case 3:if(h>j){m=d.d +l=m.at +l.toString +m=m.z +m.toString +m=l>m}else m=!1 +if(m){g=Math.min(h-j,20) +m=d.d +l=m.z +l.toString +m=m.at +m.toString +f=Math.max(l,m-g)}else{if(im}else m=!1 +if(m){g=Math.min(k-i,20) +m=d.d +l=m.z +l.toString +m=m.at +m.toString +f=Math.max(l,m-g)}else{if(h>j){m=d.d +l=m.at +l.toString +m=m.Q +m.toString +m=l>>24&255)/255*this.r.gl())),r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255)) +return s}, +I4(a){var s,r,q=this +if(a){s=$.S().aL() +r=q.c +s.saj(A.z(B.c.aJ(255*((r.gl()>>>24&255)/255*q.r.gl())),r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255)) +s.sbY(B.aw) +s.sfw(1) +return s}s=$.S().aL() +r=q.b +s.saj(A.z(B.c.aJ(255*((r.gl()>>>24&255)/255*q.r.gl())),r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255)) +return s}, +a1j(){return this.I4(!1)}, +a1h(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=null +e.gu4() +switch(e.gu4().a){case 0:s=e.f +r=e.cy +r===$&&A.b() +q=new A.H(s,r) +s+=2*e.x +r=e.db.d +r.toString +p=e.dx +p=p===B.J||p===B.N +o=e.Q +n=new A.H(s,r-(p?o.gbE()+o.gbH():o.gd6())) +r=e.x +m=r+e.Q.a +o=e.cx +o===$&&A.b() +r=m-r +l=e.gtD() +k=new A.i(r,l) +j=k.M(0,new A.i(s,0)) +i=e.db.d +i.toString +p=e.dx +p=p===B.J||p===B.N +h=e.Q +p=p?h.gbE()+h.gbH():h.gd6() +g=new A.i(r+s,l+(i-p)) +f=o +break +case 1:s=e.f +r=e.cy +r===$&&A.b() +q=new A.H(s,r) +r=e.x +p=e.db.d +p.toString +o=e.dx +o=o===B.J||o===B.N +l=e.Q +o=o?l.gbE()+l.gbH():l.gd6() +n=new A.H(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.gtD() +k=new A.i(p,r) +s=e.db.d +s.toString +l=e.dx +l=l===B.J||l===B.N +i=e.Q +g=new A.i(p,r+(s-(l?i.gbE()+i.gbH():i.gd6()))) +j=k +f=o +break +case 2:s=e.cy +s===$&&A.b() +q=new A.H(s,e.f) +s=e.db.d +s.toString +r=e.dx +r=r===B.J||r===B.N +p=e.Q +r=r?p.gbE()+p.gbH():p.gd6() +p=e.f +o=e.x +p+=2*o +n=new A.H(s-r,p) +r=e.cx +r===$&&A.b() +f=o+e.Q.b +o=e.gtD() +s=f-e.x +k=new A.i(o,s) +j=k.M(0,new A.i(0,p)) +l=e.db.d +l.toString +i=e.dx +i=i===B.J||i===B.N +h=e.Q +g=new A.i(o+(l-(i?h.gbE()+h.gbH():h.gd6())),s+p) +m=r +break +case 3:s=e.cy +s===$&&A.b() +q=new A.H(s,e.f) +s=e.db.d +s.toString +r=e.dx +r=r===B.J||r===B.N +p=e.Q +r=r?p.gbE()+p.gbH():p.gd6() +p=e.f +o=e.x +n=new A.H(s-r,p+2*o) +r=e.cx +r===$&&A.b() +f=b.b-p-o-e.Q.d +o=e.gtD() +p=f-e.x +k=new A.i(o,p) +s=e.db.d +s.toString +l=e.dx +l=l===B.J||l===B.N +i=e.Q +g=new A.i(o+(s-(l?i.gbE()+i.gbH():i.gd6())),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.y(s,r,s+n.a,r+n.b) +e.CW=new A.y(m,f,m+q.a,f+q.b) +if(e.r.gl()!==0){s=e.ch +s.toString +a.d4(s,e.a1j()) +a.hu(j,g,e.I4(!0)) +s=e.y +if(s!=null){r=e.CW +r.toString +a.dF(A.kN(r,s),e.gI3()) +return}s=e.CW +s.toString +a.d4(s,e.gI3()) +return}}, +an(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.J||f===B.N +r=g.Q +f=f?r.gbE()+r.gbH():r.gd6() +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.glz() +s=g.dx +s=s===B.J||s===B.N +r=g.Q +s=s?r.gbE()+r.gbH():r.gd6() +r=g.db +q=r.b +q.toString +p=r.a +p.toString +r=r.d +r.toString +o=g.dx +o=o===B.J||o===B.N +n=g.Q +o=o?n.gbE()+n.gbH():n.gd6() +m=A.D((f-s)/(q-p+r-o),0,1) +o=g.db.d +o.toString +f=g.dx +f=f===B.J||f===B.N +s=g.Q +f=f?s.gbE()+s.gbH():s.gd6() +f=Math.min(o-f-2*g.w,g.at) +o=g.db.d +o.toString +s=g.dx +s=s===B.J||s===B.N +r=g.Q +s=s?r.gbE()+r.gbH():r.gd6() +l=Math.max(f,(o-s-2*g.w)*m) +s=g.db.glz() +o=g.db.d +o.toString +f=g.as +r=g.dx +r=r===B.J||r===B.N +q=g.Q +r=r?q.gbE()+q.gbH():q.gd6() +k=Math.min(f,o-r-2*g.w) +f=g.dx +f=f===B.N||f===B.bK +r=g.db +if((f?Math.max(r.gfZ()-r.gd7(),0):Math.max(r.gd7()-r.gh0(),0))>0){f=g.dx +f=f===B.N||f===B.bK +r=g.db +r=(f?Math.max(r.gd7()-r.gh0(),0):Math.max(r.gfZ()-r.gd7(),0))>0 +f=r}else f=!1 +j=f?k:k*(1-A.D(1-s/o,0,0.2)/0.2) +f=g.db.d +f.toString +s=g.dx +s=s===B.J||s===B.N +r=g.Q +s=s?r.gbE()+r.gbH():r.gd6() +s=A.D(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.D((r-q)/i,0,1)}else h=0 +r=g.dx +q=r===B.N +p=q||r===B.bK?1-h:h +f=f.d +f.toString +r=r===B.J||q +q=g.Q +r=r?q.gbE()+q.gbH():q.gd6() +g.cx=p*(f-r-2*g.w-s)+g.ga_P() +return g.a1h(a,b)}, +DF(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.J||r===B.N +q=o.Q +r=r?q.gbE()+q.gbH():q.gd6() +q=o.w +p=o.cy +p===$&&A.b() +return(m-s)*a/(n-r-2*q-p)}, +vW(a){var s,r,q=this +if(q.CW==null)return null +if(!q.ay)if(q.r.gl()!==0){s=q.db +r=s.a +r.toString +s=s.b +s.toString +s=r===s}else s=!0 +else s=!0 +if(s)return!1 +return q.ch.n(0,a)}, +MV(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.i3(A.h4(p.CW.gaZ(),24)) +if(p.r.gl()===0){if(c&&b===B.aN)return q.n(0,a) +return!1}switch(b.a){case 0:case 4:return q.n(0,a) +case 1:case 2:case 3:case 5:return o.n(0,a)}}, +a9N(a,b){return this.MV(a,b,!1)}, +MW(a,b){var s,r,q=this +if(q.CW==null)return!1 +if(q.ay)return!1 +if(q.r.gl()===0)return!1 +s=q.db +r=s.a +r.toString +s=s.b +s.toString +if(r===s)return!1 +switch(b.a){case 0:case 4:s=q.CW +return s.i3(A.h4(s.gaZ(),24)).n(0,a) +case 1:case 2:case 3:case 5:return q.CW.n(0,a)}}, +d9(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.d(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}, +E2(a){return!1}, +gDT(){return null}, +k(a){return"#"+A.aT(this)}, +m(){this.r.a.I(this.gez()) +this.d1()}} +A.a1r.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:413} +A.pT.prototype={ +ah(){return A.avH(t.jV)}, +kK(a){return this.cx.$1(a)}} +A.i0.prototype={ +glj(){var s=this.a.d +return s}, +gmg(){var s=this.a.e +return s===!0}, +gJ9(){if(this.gmg())this.a.toString +return!1}, +glx(){this.a.toString +return!0}, +aH(){var s,r,q,p,o=this,n=null +o.aY() +s=A.bC(n,o.a.ay,n,n,o) +s.bl() +r=s.cp$ +r.b=!0 +r.a.push(o.ga4P()) +o.x=s +s=o.y=A.cR(B.aG,s,n) +r=o.a +q=r.w +if(q==null)q=6 +p=r.r +r=r.db +r=new A.q2(B.ha,B.y,B.y,n,q,s,0,0,p,n,B.at,18,18,r,$.au()) +s.a.T(r.gez()) +o.at!==$&&A.bB() +o.at=r}, +bo(){this.dh()}, +a4Q(a){if(a!==B.I)if(this.glj()!=null)this.glx()}, +rj(){var s,r=this,q=r.at +q===$&&A.b() +r.a.toString +q.saj(B.ha) +r.a.toString +q.sad1(null) +if(r.gJ9()){r.a.toString +s=B.Aa}else s=B.y +q.sOI(s) +if(r.gJ9()){r.a.toString +s=B.B6}else s=B.y +q.sOH(s) +s=r.c.ai(t.I) +s.toString +q.sbT(s.w) +s=r.a.w +q.sCZ(s==null?6:s) +q.sr9(r.a.r) +r.a.toString +s=r.c +s.toString +s=A.bn(s,B.b2,t.w).w +q.sct(s.f) +q.sxg(r.a.db) +r.a.toString +q.sCc(0) +r.a.toString +q.sci(null) +r.a.toString +q.sAV(0) +r.a.toString +q.sCg(18) +r.a.toString +q.sNC(18) +q.sMX(!r.glx())}, +aG(a){var s,r=this +r.b1(a) +s=r.a.e +if(s!=a.e)if(s===!0){s=r.w +if(s!=null)s.b4() +s=r.x +s===$&&A.b() +s.z=B.al +s.ir(1,B.a0,null)}else{s=r.x +s===$&&A.b() +s.dK()}}, +a4B(a){var s,r,q,p,o,n=this,m=B.b.gbO(n.r.f),l=A.aX("primaryDeltaFromDragStart"),k=A.aX("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.aF() +q=n.f +q.toString +p=s.DF(r+q) +if(l.aF()>0){r=m.at +r.toString +r=pr}else r=!1 +else r=!0 +if(r){r=m.at +r.toString +p=r+s.DF(k.aF())}s=m.at +s.toString +if(p!==s){o=p-m.r.pG(m,p) +s=n.c +s.toString +s=A.a19(s) +r=n.c +r.toString +switch(s.l_(r).a){case 1:case 3:case 4:case 5:s=m.z +s.toString +r=m.Q +r.toString +o=A.D(o,s,r) +break +case 2:case 0:break}m.dJ(o)}}, +tK(){var s,r=this +if(!r.gmg()){s=r.w +if(s!=null)s.b4() +r.w=A.bN(r.a.ch,new A.a_v(r))}}, +l0(){var s=this.r.f +if(s.length!==0)return A.b_(B.b.gbO(s).gfP()) +return null}, +vQ(){if(this.l0()==null)return +var s=this.w +if(s!=null)s.b4()}, +vS(a){var s,r,q,p,o,n,m=this +m.r=m.glj() +if(m.l0()==null)return +s=m.w +if(s!=null)s.b4() +s=m.x +s===$&&A.b() +s.bV() +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.D(q/o,0,1)}else n=0 +r=r.d +r.toString +q=s.dx +q=q===B.J||q===B.N +p=s.Q +q=q?p.gbE()+p.gbH():p.gd6() +p=s.w +s=s.cy +s===$&&A.b() +m.f=n*(r-q-2*p-s) +m.as=!0}, +a9v(a){var s,r=this +if(J.d(r.e,a))return +s=B.b.gbO(r.r.f) +if(!s.r.jT(s))return +if(r.l0()==null)return +r.a4B(a) +r.e=a}, +vR(a,b){var s=this +s.as=!1 +if(s.l0()==null)return +s.tK() +s.r=s.f=s.e=s.d=null}, +a_c(a){var s,r,q,p,o,n=this,m=n.glj() +n.r=m +s=B.b.gbO(m.f) +if(!s.r.jT(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.J:B.N +break +case 3:case 1:r=n.at +r===$&&A.b() +r=r.cx +r===$&&A.b() +q=a.c.a>r?B.ck:B.bK +break +default:q=null}m=$.af.a4$.z.h(0,m.Q) +m.toString +p=A.fy(m) +p.toString +o=A.a15(p,new A.d8(q,B.dB)) +m=B.b.gbO(n.r.f) +r=B.b.gbO(n.r.f).at +r.toString +m.qV(r+o,B.ld,B.as)}, +zP(a){var s,r,q=this.glj() +if(q==null)return!0 +s=q.f +r=s.length +if(r>1)return!1 +return r===0||A.b_(B.b.gbO(s).gfP())===a}, +a2V(a){var s,r,q=this,p=q.a +p.toString +if(!p.kK(a.KO()))return!1 +if(q.gmg()){p=q.x +p===$&&A.b() +s=p.Q +s===$&&A.b() +if(s!==B.aT&&s!==B.T)p.bV()}r=a.a +p=r.e +if(q.zP(A.b_(p))){s=q.at +s===$&&A.b() +s.e1(r,p)}return!1}, +Zq(a){var s,r,q,p=this +if(!p.a.kK(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.I&&q!==B.aK)r.dK() +r=s.e +if(p.zP(A.b_(r))){q=p.at +q===$&&A.b() +q.e1(s,r)}return!1}if(a instanceof A.h7||a instanceof A.hX){r=p.x +r===$&&A.b() +q=r.Q +q===$&&A.b() +if(q!==B.aT&&q!==B.T)r.bV() +r=p.w +if(r!=null)r.b4() +r=s.e +if(p.zP(A.b_(r))){q=p.at +q===$&&A.b() +q.e1(s,r)}}else if(a instanceof A.kT)if(p.d==null)p.tK() +return!1}, +gXk(){var s=this,r=A.A(t.u,t.xR) +if(s.glj()==null||!s.glx())return r +r.p(0,B.a1V,new A.bw(new A.a_r(s),new A.a_s(s),t.fe)) +r.p(0,B.a1W,new A.bw(new A.a_t(s),new A.a_u(s),t.Bk)) +return r}, +Nd(a,b,c){var s,r=this.z +if($.af.a4$.z.h(0,r)==null)return!1 +s=A.ahh(r,a) +r=this.at +r===$&&A.b() +return r.MV(s,b,!0)}, +BH(a){var s,r=this +if(r.Nd(a.gbp(),a.gcf(),!0)){r.Q=!0 +s=r.x +s===$&&A.b() +s.bV() +s=r.w +if(s!=null)s.b4()}else if(r.Q){r.Q=!1 +r.tK()}}, +BI(a){this.Q=!1 +this.tK()}, +Ib(a){var s=A.b_(B.b.gbO(this.r.f).gfP())===B.aU?a.gl3().a:a.gl3().b +return A.R9(B.b.gbO(this.r.f).w.a.c)?s*-1:s}, +Jr(a){var s,r=B.b.gbO(this.r.f).at +r.toString +s=B.b.gbO(this.r.f).z +s.toString +s=Math.max(r+a,s) +r=B.b.gbO(this.r.f).Q +r.toString +return Math.min(s,r)}, +Za(a){var s,r,q,p=this +p.r=p.glj() +s=p.Ib(a) +r=p.Jr(s) +if(s!==0){q=B.b.gbO(p.r.f).at +q.toString +q=r!==q}else q=!1 +if(q)B.b.gbO(p.r.f).CE(s)}, +a2X(a){var s,r,q,p,o=this +o.r=o.glj() +s=o.at +s===$&&A.b() +s=s.vW(a.gcY()) +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.gbO(o.r.f) +if(t.Mj.b(a)){if(!r.r.jT(r))return +q=o.Ib(a) +p=o.Jr(q) +if(q!==0){s=r.at +s.toString +s=p!==s}else s=!1 +if(s)$.e7.br$.Oc(a,o.gZ9())}else if(t.xb.b(a)){s=r.at +s.toString +r.dJ(s)}}}, +m(){var s=this,r=s.x +r===$&&A.b() +r.m() +r=s.w +if(r!=null)r.b4() +r=s.at +r===$&&A.b() +r.r.a.I(r.gez()) +r.d1() +s.SJ()}, +G(a){var s,r,q=this,p=null +q.rj() +s=q.gXk() +r=q.at +r===$&&A.b() +return new A.d4(q.ga2U(),new A.d4(q.gZp(),new A.d7(A.va(B.bB,new A.h2(A.j1(A.er(new A.d7(q.a.c,p),r,q.z,p,B.o),B.bw,p,new A.a_w(q),new A.a_x(q)),s,p,!1,p),p,p,p,q.ga2W(),p),p),p,t.WA),p,t.ji)}} +A.a_v.prototype={ +$0(){var s=this.a,r=s.x +r===$&&A.b() +r.dK() +s.w=null}, +$S:0} +A.a_r.prototype={ +$0(){var s=this.a,r=s.a.CW,q=t.S,p=A.ck(q),o=A.ao4() +return new A.il(s.z,r,null,B.bA,A.A(q,t.o),p,s,null,o,A.A(q,t.A))}, +$S:414} +A.a_s.prototype={ +$1(a){var s=this.a +a.p2=s.gMJ() +a.p3=new A.a_o(s) +a.p4=new A.a_p(s) +a.RG=new A.a_q(s)}, +$S:415} +A.a_o.prototype={ +$1(a){return this.a.vS(a.b)}, +$S:54} +A.a_p.prototype={ +$1(a){return this.a.a9v(a.b)}, +$S:68} +A.a_q.prototype={ +$1(a){return this.a.vR(a.b,a.c)}, +$S:93} +A.a_t.prototype={ +$0(){var s=this.a,r=t.S,q=A.ck(r) +return new A.im(s.z,B.as,18,B.bA,A.A(r,t.o),q,s,null,A.rX(),A.A(r,t.A))}, +$S:417} +A.a_u.prototype={ +$1(a){a.am=this.a.ga_b()}, +$S:418} +A.a_w.prototype={ +$1(a){var s +switch(a.gcf().a){case 1:case 4:s=this.a +if(s.glx())s.BI(a) +break +case 2:case 3:case 5:case 0:break}}, +$S:40} +A.a_x.prototype={ +$1(a){var s +switch(a.gcf().a){case 1:case 4:s=this.a +if(s.glx())s.BH(a) +break +case 2:case 3:case 5:case 0:break}}, +$S:419} +A.il.prototype={ +fY(a){if(!this.z3(this.cz,a.gbp(),a.gcf()))return!1 +return this.R_(a)}, +z3(a,b,c){var s +if($.af.a4$.z.h(0,a)==null)return!1 +s=t.ip.a($.af.a4$.z.h(0,a).gaP()).f +s.toString +return t.sm.a(s).MW(A.ahh(a,b),c)}} +A.im.prototype={ +fY(a){if(!this.z3(this.f0,a.gbp(),a.gcf()))return!1 +return this.Sf(a)}, +z3(a,b,c){var s,r +if($.af.a4$.z.h(0,a)==null)return!1 +s=t.ip.a($.af.a4$.z.h(0,a).gaP()).f +s.toString +t.sm.a(s) +r=A.ahh(a,b) +return s.a9N(r,c)&&!s.MW(r,c)}} +A.rx.prototype={ +bL(){this.cL() +this.cn() +this.e7()}, +m(){var s=this,r=s.aV$ +if(r!=null)r.I(s.gdR()) +s.aV$=null +s.aM()}} +A.pv.prototype={ +J(a,b){this.Q.J(0,b) +this.IH()}, +C(a,b){var s,r,q=this +if(q.Q.C(0,b))return +s=B.b.iQ(q.b,b) +B.b.wL(q.b,s) +r=q.c +if(s<=r)q.c=r-1 +r=q.d +if(s<=r)q.d=r-1 +b.I(q.gyW()) +q.IH()}, +IH(){var s,r +if(!this.y){this.y=!0 +s=new A.Z5(this) +r=$.bx +if(r.ok$===B.wk)A.dv(s) +else r.k2$.push(s)}}, +X6(){var s,r,q,p,o,n,m,l,k=this,j=k.Q,i=A.ah(j,!0,A.l(j).c) +B.b.hM(i,k.gyn()) +s=k.b +k.b=A.c([],t.D1) +r=k.d +q=k.c +j=k.gyW() +p=0 +o=0 +while(!0){n=i.length +if(!(pMath.min(n,l))k.vx(m) +m.T(j) +B.b.J(k.b,m);++p}}k.c=q +k.d=r +k.Q=A.ax(t.x9)}, +B7(){this.ux()}, +ux(){var s=this,r=s.Pk() +if(!s.at.j(0,r)){s.at=r +s.ar()}s.a4p()}, +ga6d(){return this.gyn()}, +VH(a,b){var s=A.dM(a.ba(null),new A.y(0,0,0+a.gq().a,0+a.gq().b)),r=A.dM(b.ba(null),new A.y(0,0,0+b.gq().a,0+b.gq().b)),q=A.auK(s,r) +if(q!==0)return q +return A.auJ(s,r)}, +Zs(){if(this.x)return +this.ux()}, +Pk(){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.kV(c,c,B.cK,B.hU,d.b.length!==0) +if(!d.as){b=d.F7(d.d,b) +d.d=b +d.c=d.F7(d.c,b)}s=d.b[d.d].gl() +b=d.c +r=d.d +q=b>=r +while(!0){if(!(r!==d.c&&s.a==null))break +r+=q?1:-1 +s=d.b[r].gl()}b=s.a +if(b!=null){p=d.b[r] +o=d.a.gW() +o.toString +n=A.bp(p.ba(t.x.a(o)),b.a) +m=isFinite(n.a)&&isFinite(n.b)?new A.nk(n,b.b,b.c):c}else m=c +l=d.b[d.c].gl() +k=d.c +while(!0){if(!(k!==d.d&&l.b==null))break +k+=q?-1:1 +l=d.b[k].gl()}b=l.b +if(b!=null){p=d.b[k] +o=d.a.gW() +o.toString +j=A.bp(p.ba(t.x.a(o)),b.a) +i=isFinite(j.a)&&isFinite(j.b)?new A.nk(j,b.b,b.c):c}else i=c +h=A.c([],t.AO) +g=d.ga9y()?new A.y(0,0,0+d.gLj().a,0+d.gLj().b):c +for(f=d.d;f<=d.c;++f){e=d.b[f].gl().d +b=new A.ae(e,new A.Z6(d,f,g),A.a7(e).i("ae<1,y>")).Ew(0,new A.Z7()) +B.b.P(h,A.ah(b,!0,b.$ti.i("t.E")))}return new A.kV(m,i,!s.j(0,l)?B.iH:s.c,h,!0)}, +F7(a,b){var s=b>a +while(!0){if(!(a!==b&&this.b[a].gl().c!==B.iH))break +a+=s?1:-1}return a}, +j1(a,b){return}, +a4p(){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.j1(q,q) +r.f=null}n=r.w +if(n!=null){n.j1(q,q) +r.w=null}return}if(!J.d(r.b[n],r.f)){n=r.f +if(n!=null)n.j1(q,q)}if(!J.d(r.b[r.c],r.w)){n=r.w +if(n!=null)n.j1(q,q)}n=r.b +s=r.d +n=r.f=n[s] +if(s===r.c){r.w=n +n.j1(p,o) +return}n.j1(p,q) +n=r.b[r.c] +r.w=n +n.j1(q,o)}, +a9i(a){var s,r,q,p=this +for(s=p.b,r=s.length,q=0;q")).ac(0,new A.Z9(n)) +n.d=n.c=r}return B.ay}else if(s===B.aP){n.d=n.c=r-1 +return B.ay}}return B.ay}, +a8D(a){var s,r,q,p=this +for(s=p.b,r=s.length,q=0;q0&&r===B.aQ))break;--s +r=p.fi(p.b[s],a)}if(a.gi9())p.c=s +else p.d=s +return r}, +a8F(a){var s,r,q,p=this +if(p.d===-1)switch(a.gLM()){case B.fd:case B.dF:p.d=p.c=p.b.length +break +case B.fe:case B.dE:p.d=p.c=0 +break}s=a.gi9()?p.c:p.d +r=p.fi(p.b[s],a) +switch(a.gLM()){case B.fd:if(r===B.aQ)if(s>0){--s +r=p.fi(p.b[s],a.a6y(B.dF))}break +case B.fe:if(r===B.aP){q=p.b +if(s=0&&n==null))break +r=o.b=q.fi(s[p],a) +switch(r.a){case 2:case 3:case 4:n=r +break +case 0:if(m===!1){++p +n=B.ay}else if(p===q.b.length-1)n=r +else{++p +m=!0}break +case 1:if(m===!0){--p +n=B.ay}else if(p===0)n=r +else{--p +m=!1}break}}if(b)q.c=p +else q.d=p +n.toString +return n}, +a6e(a,b){return this.ga6d().$2(a,b)}} +A.Z5.prototype={ +$1(a){var s=this.a +if(!s.y)return +s.y=!1 +if(s.Q.a!==0)s.X6() +s.B7()}, +$0(){return this.$1(null)}, +$C:"$1", +$R:0, +$D(){return[null]}, +$S:125} +A.Z6.prototype={ +$1(a){var s,r=this.a,q=r.b[this.b] +r=r.a.gW() +r.toString +s=A.dM(q.ba(t.x.a(r)),a) +r=this.c +if(r!=null)return r.ef(s) +return s}, +$S:421} +A.Z7.prototype={ +$1(a){return a.gqG(a)&&!a.ga6(a)}, +$S:422} +A.Z8.prototype={ +$1(a){return a!==this.a.b[this.b]}, +$S:423} +A.Z9.prototype={ +$1(a){return this.a.fi(a,B.A5)}, +$S:53} +A.LV.prototype={} +A.q3.prototype={ +ah(){return new A.NS(A.ax(t.M),null,!1,B.k)}} +A.NS.prototype={ +aH(){var s,r,q,p=this +p.aY() +s=p.a +r=s.e +if(r!=null){q=p.c +q.toString +r.a=q +s=s.c +if(s!=null)p.sm1(s)}}, +aG(a){var s,r,q,p,o,n=this +n.b1(a) +s=a.e +if(s!=n.a.e){r=s==null +if(!r){s.a=null +n.d.ac(0,s.gOg())}q=n.a.e +if(q!=null){p=n.c +p.toString +q.a=p +n.d.ac(0,q.ga52())}s=r?null:s.at +r=n.a.e +if(!J.d(s,r==null?null:r.at))for(s=n.d,s=A.ah(s,!1,A.l(s).c),r=s.length,o=0;oq.gq().a||r+q.u$.gq().b>q.gq().b}else s=!0 +return s}}, +an(a,b){var s,r,q,p,o,n=this +if(n.u$!=null){s=n.a_.at +s.toString +r=n.ph(s) +s=new A.aao(n,r) +q=n.aB +if(n.J6(r)){p=n.cx +p===$&&A.b() +o=n.gq() +q.sal(a.kQ(p,b,new A.y(0,0,0+o.a,0+o.b),s,n.Y,q.a))}else{q.sal(null) +s.$2(a,b)}}}, +m(){this.aB.sal(null) +this.he()}, +cG(a,b){var s,r=this.a_.at +r.toString +s=this.ph(r) +b.bm(s.a,s.b)}, +jv(a){var s=this,r=s.a_.at +r.toString +r=s.J6(s.ph(r)) +if(r){r=s.gq() +return new A.y(0,0,0+r.a,0+r.b)}return null}, +cl(a,b){var s,r=this +if(r.u$!=null){s=r.a_.at +s.toString +return a.iB(new A.aan(r,b),r.ph(s),b)}return!1}, +m8(a,b,c){var s,r,q,p,o,n,m,l=this +if(c==null)c=a.giX() +if(!(a instanceof A.v)){s=l.a_.at +s.toString +return new A.nb(s,c)}r=A.dM(a.ba(l.u$),c) +q=l.u$.gq() +switch(l.B.a){case 0:p=l.gq().b +s=r.d +o=q.b-s +n=s-r.b +break +case 1:p=l.gq().a +o=r.a +n=r.c-o +break +case 2:p=l.gq().b +o=r.b +n=r.d-o +break +case 3:p=l.gq().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.nb(m,r.cE(l.ph(m)))}, +dN(a,b,c,d){this.EM(a,null,c,A.al2(a,b,c,this.a_,d,this))}, +ou(){return this.dN(B.aF,null,B.t,null)}, +l6(a){return this.dN(B.aF,null,B.t,a)}, +mf(a,b,c){return this.dN(a,null,b,c)}, +l7(a,b){return this.dN(B.aF,a,B.t,b)}, +B3(a){var s,r,q=this,p=q.gHL(),o=q.a_.at +o.toString +s=p-o +switch(q.B.a){case 0:q.gq() +q.gq() +p=q.gq() +o=q.gq() +r=q.a_.at +r.toString +return new A.y(0,0-s,0+p.a,0+o.b+r) +case 1:q.gq() +p=q.a_.at +p.toString +q.gq() +return new A.y(0-p,0,0+q.gq().a+s,0+q.gq().b) +case 2:q.gq() +q.gq() +p=q.a_.at +p.toString +return new A.y(0,0-p,0+q.gq().a,0+q.gq().b+s) +case 3:q.gq() +q.gq() +p=q.gq() +o=q.a_.at +o.toString +return new A.y(0-s,0,0+p.a+o,0+q.gq().b)}}, +$iGg:1} +A.aao.prototype={ +$2(a,b){var s=this.a.u$ +s.toString +a.d_(s,b.M(0,this.b))}, +$S:10} +A.aan.prototype={ +$2(a,b){return this.a.u$.bF(a,b)}, +$S:12} +A.BF.prototype={ +ad(a){var s +this.dO(a) +s=this.u$ +if(s!=null)s.ad(a)}, +a8(){this.dP() +var s=this.u$ +if(s!=null)s.a8()}} +A.QC.prototype={} +A.QD.prototype={} +A.Hw.prototype={} +A.l1.prototype={ +cI(){return A.alr(this,!1)}, +Bt(a,b,c,d,e){return null}} +A.Hu.prototype={ +cI(){return A.alr(this,!0)}, +aw(a){var s=new A.GH(t.Gt.a(a),A.A(t.S,t.x),0,null,null,A.a4()) +s.au() +return s}} +A.Hs.prototype={ +aw(a){var s=new A.GG(this.f,t.Gt.a(a),A.A(t.S,t.x),0,null,null,A.a4()) +s.au() +return s}, +aE(a,b){b.sPo(this.f)}, +Bt(a,b,c,d,e){var s +this.Sa(a,b,c,d,e) +s=this.f.Dv(a).Ld(this.d.b) +return s}} +A.qg.prototype={ +gW(){return t.Ss.a(A.b5.prototype.gW.call(this))}, +cD(a){var s,r,q=this.f +q.toString +t.M0.a(q) +this.jZ(a) +s=a.d +r=q.d +if(s!==r){A.r(s) +A.r(r) +q=!0}else q=!1 +if(q)this.j_()}, +j_(){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.EN() +a.p3=null +a1.a=!1 +try{i=t.S +s=A.alu(i,t.Dv) +r=A.fp(a0,a0,a0,i,t.i) +i=a.f +i.toString +q=t.M0.a(i) +p=new A.a2v(a1,a,s,q,r) +for(i=a.p2,h=i.$ti,h=h.i("@<1>").av(h.i("dZ<1,2>")).i("jM<1,2>"),h=A.ah(new A.jM(i,h),!0,h.i("t.E")),g=h.length,f=t.MR,e=a.p1,d=0;d").av(g.i("dZ<1,2>")).i("jM<1,2>")).ac(0,p) +if(!a1.a&&a.R8){b=i.Nl() +k=b==null?-1:b +j=k+1 +J.rZ(s,j,i.h(0,j)) +p.$1(j)}}finally{a.p4=null +a.gW()}}, +a75(a,b){this.r.uX(this,new A.a2s(this,b,a))}, +dn(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.QN(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}, +i5(a){this.p2.C(0,a.d) +this.jg(a)}, +Of(a){var s,r=this +r.gW() +s=a.b +s.toString +s=t.D.a(s).b +s.toString +r.r.uX(r,new A.a2w(r,s))}, +M6(a,b,c,d,e){var s,r=this.f +r.toString +t.M0.a(r) +d.toString +s=r.Bt(a,b,c,d,e) +return s==null?A.awj(b,c,d,e,r.d.b):s}, +gv1(){var s=this.f +s.toString +t.M0.a(s) +return s.d.b}, +qb(){var s=this.p2 +s.a8n() +s.Nl() +s=this.f +s.toString +t.M0.a(s)}, +B4(a){var s=a.b +s.toString +t.D.a(s).b=this.p4}, +i6(a,b){this.gW().xF(0,t.x.a(a),this.p3)}, +ic(a,b,c){this.gW().qU(t.x.a(a),this.p3)}, +j4(a,b){this.gW().C(0,t.x.a(a))}, +aT(a){var s=this.p2,r=s.$ti +r=r.i("@<1>").av(r.z[1]).i("nZ<1,2>") +r=A.bH(new A.nZ(s,r),r.i("t.E"),t.h) +B.b.ac(A.ah(r,!0,A.l(r).i("t.E")),a)}} +A.a2v.prototype={ +$1(a){var s,r,q,p,o=this,n=o.b +n.p4=a +q=n.p2 +if(q.h(0,a)!=null&&!J.d(q.h(0,a),o.c.h(0,a))){q.p(0,a,n.dn(q.h(0,a),null,a)) +o.a.a=!0}s=n.dn(o.c.h(0,a),o.d.d.KW(n,a),a) +if(s!=null){p=o.a +p.a=p.a||!J.d(q.h(0,a),s) +q.p(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.ak(a))r.a=q.h(0,a)}if(!r.c)n.p3=t.Qv.a(s.gW())}else{o.a.a=!0 +q.C(0,a)}}, +$S:46} +A.a2t.prototype={ +$0(){return null}, +$S:30} +A.a2u.prototype={ +$0(){return this.a.p2.h(0,this.b)}, +$S:429} +A.a2s.prototype={ +$0(){var s,r,q,p=this,o=p.a +o.p3=p.b==null?null:t.Qv.a(o.p2.h(0,p.c-1).gW()) +s=null +try{q=o.f +q.toString +r=t.M0.a(q) +q=o.p4=p.c +s=o.dn(o.p2.h(0,q),r.d.KW(o,q),q)}finally{o.p4=null}q=p.c +o=o.p2 +if(s!=null)o.p(0,q,s) +else o.C(0,q)}, +$S:0} +A.a2w.prototype={ +$0(){var s,r,q,p=this +try{r=p.a +q=r.p4=p.b +s=r.dn(r.p2.h(0,q),null,q)}finally{p.a.p4=null}p.a.p2.C(0,p.b)}, +$S:0} +A.uV.prototype={ +mV(a){var s,r,q=a.b +q.toString +t.Cl.a(q) +s=this.f +if(q.nu$!==s){q.nu$=s +r=a.gaQ() +if(r instanceof A.o&&!s)r.a0()}}} +A.x3.prototype={} +A.ha.prototype={ +cI(){var s=A.l(this),r=t.h +return new A.x4(A.A(s.i("ha.0"),r),A.A(t.D2,r),this,B.P,s.i("@").av(s.i("ha.1")).i("x4<1,2>"))}} +A.l3.prototype={ +eC(){B.b.ac(this.gkm(),this.gCO())}, +aT(a){B.b.ac(this.gkm(),a)}, +ud(a,b){var s=this.fU$,r=s.h(0,b) +if(r!=null){this.kw(r) +s.C(0,b)}if(a!=null){s.p(0,b,a) +this.fN(a)}}} +A.x4.prototype={ +gW(){return this.$ti.i("l3<1,2>").a(A.b5.prototype.gW.call(this))}, +aT(a){this.p1.gbk().ac(0,a)}, +i5(a){this.p1.C(0,a.d) +this.jg(a)}, +eh(a,b){this.ms(a,b) +this.JQ()}, +cD(a){this.jZ(a) +this.JQ()}, +JQ(){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.f +f.toString +s=g.$ti +s.i("ha<1,2>").a(f) +r=g.p2 +q=t.h +g.p2=A.A(t.D2,q) +p=g.p1 +s=s.c +g.p1=A.A(s,q) +for(o=0;o<11;++o){n=B.QD[o] +m=f.a5X(n) +l=m==null?null:m.a +k=p.h(0,n) +j=r.h(0,l) +if(j!=null)i=p.C(0,s.a(j.d)) +else i=(k==null?null:k.gaP().a)==null?p.C(0,n):null +h=g.dn(i,m,n) +if(h!=null){g.p1.p(0,n,h) +if(l!=null)g.p2.p(0,l,h)}}p.gbk().ac(0,g.ga7n())}, +i6(a,b){this.$ti.i("l3<1,2>").a(A.b5.prototype.gW.call(this)).ud(a,b)}, +j4(a,b){var s=this.$ti.i("l3<1,2>") +if(s.a(A.b5.prototype.gW.call(this)).fU$.h(0,b)===a)s.a(A.b5.prototype.gW.call(this)).ud(null,b)}, +ic(a,b,c){var s=this.$ti.i("l3<1,2>").a(A.b5.prototype.gW.call(this)) +if(s.fU$.h(0,b)===a)s.ud(null,b) +s.ud(a,c)}} +A.Ax.prototype={ +aE(a,b){return this.EO(a,b)}} +A.Hy.prototype={ +H(){return"SnapshotMode."+this.b}} +A.x7.prototype={ +suL(a){return}} +A.HA.prototype={ +aw(a){var s=new A.rA(A.bn(a,B.bu,t.w).w.b,this.w,this.e,this.f,!0,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){t.xL.a(b) +b.sa6p(this.e) +b.sab1(this.f) +b.sne(A.bn(a,B.bu,t.w).w.b) +b.slU(this.w) +b.sa5w(!0)}} +A.rA.prototype={ +sne(a){var s,r=this +if(a===r.t)return +r.t=a +s=r.dA +if(s==null)return +else{s.m() +r.dA=null +r.aA()}}, +slU(a){var s,r=this,q=r.O +if(a===q)return +s=r.gdm() +q.I(s) +r.O=a +if(A.r(q)!==A.r(r.O)||r.O.d9(q))r.aA() +if(r.y!=null)r.O.T(s)}, +sa6p(a){var s,r=this,q=r.a9 +if(a===q)return +s=r.gtS() +q.I(s) +r.a9=a +if(r.y!=null)a.T(s)}, +sab1(a){if(a===this.bd)return +this.bd=a +this.aA()}, +sa5w(a){return}, +ad(a){var s=this +s.a9.T(s.gtS()) +s.O.T(s.gdm()) +s.oG(a)}, +a8(){var s,r=this +r.f1=!1 +r.a9.I(r.gtS()) +r.O.I(r.gdm()) +s=r.dA +if(s!=null)s.m() +r.fV=r.dA=null +r.l9()}, +m(){var s,r=this +r.a9.I(r.gtS()) +r.O.I(r.gdm()) +s=r.dA +if(s!=null)s.m() +r.fV=r.dA=null +r.he()}, +a0U(){var s,r=this +r.f1=!1 +s=r.dA +if(s!=null)s.m() +r.fV=r.dA=null +r.aA()}, +an(a,b){var s=this,r=s.gq() +if(r.ga6(r)){r=s.dA +if(r!=null)r.m() +s.fV=s.dA=null +return}r=s.dA +if(r!=null)r.m() +s.fV=s.dA=null +s.O.NO(a,b,s.gq(),A.dC.prototype.gei.call(s)) +return}} +A.Hz.prototype={} +A.yD.prototype={ +T(a){}, +m(){}, +I(a){}, +$iT:1, +$iaw:1} +A.x8.prototype={ +a6Y(a,b,c,d){var s=this +if(!s.e)return B.dO +return new A.x8(c,s.b,s.c,s.d,!0)}, +a6H(a){return this.a6Y(null,null,a,null)}, +k(a){var s=this +return B.d.D7(" spell check enabled : "+s.e+"\n spell check service : "+A.m(s.a)+"\n misspelled text style : "+A.m(s.c)+"\n spell check suggestions toolbar builder: "+A.m(s.d)+"\n")}, +j(a,b){var s +if(b==null)return!1 +if(this===b)return!0 +if(b instanceof A.x8)if(b.a==this.a)s=b.e===this.e +else s=!1 +else s=!1 +return s}, +gA(a){var s=this +return A.L(s.a,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.yJ.prototype={ +H(){return"_DragState."+this.b}} +A.xl.prototype={} +A.xo.prototype={} +A.xn.prototype={} +A.xp.prototype={} +A.xm.prototype={} +A.AM.prototype={ +gqJ(){var s=this.vE$ +return s==null?A.ax(t.r):s}, +fW(a){var s,r,q=this +if(t.n2.b(a)){s=A.lA(a.gcf(),q.b) +r=q.vF$ +if(a.gbp().N(0,r.b).gcc()>s){q.tb() +q.qr$=q.qq$=null}}else if(t.oN.b(a)){q.nt$=a +if(q.jx$!=null){q.tb() +if(q.lD$==null)q.lD$=A.bN(B.c0,q.gVQ())}}else if(t.Ko.b(a))q.uo()}, +hC(a){this.uo()}, +a_k(a){var s=this.qq$ +s.toString +if(a===s)return!0 +else return!1}, +a_K(a){var s=this.qr$ +if(s==null)return!1 +return a.N(0,s).gcc()<=100}, +tb(){var s=this.lD$ +if(s!=null){s.b4() +this.lD$=null}}, +VR(){}, +uo(){var s=this +s.tb() +s.qr$=s.vF$=s.qq$=null +s.iJ$=0 +s.nt$=s.jx$=s.vE$=null}} +A.tu.prototype={ +Yi(){var s=this +if(s.cy!=null)s.ce("onDragUpdate",new A.S5(s)) +s.p2=s.p3=null}, +fY(a){var s=this +if(s.fy==null)switch(a.gd3()){case 1:if(s.ch==null&&s.cx==null&&s.cy==null&&s.db==null&&s.CW==null&&s.dx==null)return!1 +break +default:return!1}else if(a.gbx()!==s.fy)return!1 +return s.mo(a)}, +fM(a){var s,r=this +if(r.k1===B.dX){r.So(a) +r.fy=a.gbx() +r.ok=r.k4=0 +r.k1=B.jg +s=a.gbp() +r.k3=new A.dO(a.gcY(),s) +r.go=A.bN(B.as,new A.S6(r,a))}}, +nz(a){if(a.gd3()!==1)if(!this.fx)this.EA(a)}, +hV(a){var s,r=this +if(a!==r.fy)return +r.um() +r.p4.J(0,a) +s=r.jx$ +if(s!=null)r.Fx(s) +r.fx=!0 +s=r.k2 +if(s!=null)r.xU(s) +s=r.nt$ +if(s!=null)r.Fy(s)}, +qe(a){var s,r=this +switch(r.k1.a){case 0:r.Jn() +r.X(B.a5) +break +case 1:if(r.dy)if(r.fx){if(r.jx$!=null){if(!r.p4.C(0,a))r.wN(a,B.a5) +r.k1=B.fz +s=r.jx$ +s.toString +r.xU(s) +r.Ft()}}else{r.Jn() +r.X(B.a5)}else{s=r.nt$ +if(s!=null)r.Fy(s)}break +case 2:r.Ft() +break}r.um() +r.k1=B.dX +r.dy=!1}, +fW(a){var s,r,q,p,o,n,m=this +if(a.gbx()!==m.fy)return +m.Te(a) +if(t.n2.b(a)){s=A.lA(a.gcf(),m.b) +if(!m.dy){r=m.k3 +r===$&&A.b() +r=a.gbp().N(0,r.b).gcc()>s}else r=!0 +m.dy=r +r=m.k1 +if(r===B.fz)m.Fu(a) +else if(r===B.jg){if(m.k2==null){if(a.gbG()==null)q=null +else{r=a.gbG() +r.toString +q=A.mJ(r)}p=m.Jo(a.giU()) +r=m.k4 +r===$&&A.b() +o=A.pI(q,null,p,a.gcY()).gcc() +n=m.Jp(p) +m.k4=r+o*J.eP(n==null?1:n) +r=m.ok +r===$&&A.b() +m.ok=r+A.pI(q,null,a.giU(),a.gcY()).gcc()*B.h.gxv(1) +if(!m.Jq(a.gcf()))r=m.fx&&Math.abs(m.ok)>A.ahw(a.gcf(),m.b) +else r=!0 +if(r){m.k2=a +m.k1=B.fz +if(!m.fx)m.X(B.bz)}}r=m.k2 +if(r!=null)m.xU(r)}}else if(t.oN.b(a)){r=m.k1 +if(r===B.jg)m.xz(a) +else if(r===B.fz)m.zV(a.gbx())}else if(t.Ko.b(a)){m.k1=B.dX +m.zV(a.gbx())}}, +hC(a){var s=this +if(a!==s.fy)return +s.Tf(a) +s.um() +s.zV(a) +s.u3() +s.u2()}, +m(){this.um() +this.u2() +this.Sp()}, +xU(a){var s,r,q,p,o,n=this +if(!n.fx)return +if(n.at===B.ai){s=n.k3 +s===$&&A.b() +r=a.gnb() +n.k3=s.M(0,new A.dO(a.giU(),r))}n.Vk(a) +if(!a.giU().j(0,B.f)){if(a.gbG()!=null){s=a.gbG() +s.toString +q=A.mJ(s)}else q=null +s=n.k3 +s===$&&A.b() +p=s.a.M(0,a.giU()) +o=A.pI(q,null,a.giU(),p) +s=a.giU() +n.p1=n.k3.M(0,new A.dO(s,o)) +n.Fu(a) +n.p1=null}}, +Fx(a){var s,r,q,p,o,n=this +if(n.fr)return +s=a.gbp() +r=a.gcY() +q=n.e.h(0,a.gbx()) +q.toString +p=n.iJ$ +o=n.gqJ() +if(n.ch!=null)n.ce("onTapDown",new A.S3(n,new A.xl(s,r,q,p,o))) +n.fr=!0}, +Fy(a){var s,r,q,p,o,n=this +if(!n.fx)return +s=a.gcf() +r=a.gbp() +q=a.gcY() +p=n.iJ$ +o=n.gqJ() +if(n.CW!=null)n.ce("onTapUp",new A.S4(n,new A.xo(r,q,s,p,o))) +n.u3() +if(!n.p4.C(0,a.gbx()))n.wN(a.gbx(),B.a5)}, +Vk(a){var s,r,q,p=this +if(p.cx!=null){s=a.geE() +r=p.k3 +r===$&&A.b() +q=p.e.h(0,a.gbx()) +q.toString +p.ce("onDragStart",new A.S1(p,new A.xn(s,r.b,r.a,q,p.iJ$,p.gqJ())))}p.k2=null}, +Fu(a){var s,r,q,p,o,n,m,l=this,k=l.p1,j=k!=null?k.b:a.gbp() +k=l.p1 +s=k!=null?k.a:a.gcY() +k=a.geE() +r=a.giU() +q=l.e.h(0,a.gbx()) +q.toString +p=l.k3 +p===$&&A.b() +p=j.N(0,p.b) +o=s.N(0,l.k3.a) +n=l.iJ$ +m=l.gqJ() +if(l.cy!=null)l.ce("onDragUpdate",new A.S2(l,new A.xp(k,r,j,s,q,p,o,n,m)))}, +Ft(){var s,r=this,q=r.p3 +if(q!=null){q.b4() +r.Yi()}q=r.iJ$ +s=r.gqJ() +if(r.db!=null)r.ce("onDragEnd",new A.S0(r,new A.xm(0,q,s))) +r.u3() +r.u2()}, +Jn(){var s,r=this +if(!r.fr)return +s=r.dx +if(s!=null)r.ce("onCancel",s) +r.u2() +r.u3()}, +zV(a){this.hN(a) +if(!this.p4.C(0,a))this.wN(a,B.a5)}, +u3(){this.fx=this.fr=!1 +this.fy=null}, +u2(){return}, +um(){var s=this.go +if(s!=null){s.b4() +this.go=null}}} +A.S5.prototype={ +$0(){var s=this.a,r=s.cy +r.toString +s=s.p2 +s.toString +return r.$1(s)}, +$S:0} +A.S6.prototype={ +$0(){var s=this.a,r=s.jx$ +if(r!=null){s.Fx(r) +if(s.iJ$>1)s.X(B.bz)}return null}, +$S:0} +A.S3.prototype={ +$0(){return this.a.ch.$1(this.b)}, +$S:0} +A.S4.prototype={ +$0(){return this.a.CW.$1(this.b)}, +$S:0} +A.S1.prototype={ +$0(){return this.a.cx.$1(this.b)}, +$S:0} +A.S2.prototype={ +$0(){return this.a.cy.$1(this.b)}, +$S:0} +A.S0.prototype={ +$0(){return this.a.db.$1(this.b)}, +$S:0} +A.i5.prototype={ +Jq(a){var s=this.k4 +s===$&&A.b() +return Math.abs(s)>A.lA(a,this.b)}, +Jo(a){return new A.i(a.a,0)}, +Jp(a){return a.a}} +A.i6.prototype={ +Jq(a){var s=this.k4 +s===$&&A.b() +return Math.abs(s)>A.ahw(a,this.b)}, +Jo(a){return a}, +Jp(a){return null}} +A.yb.prototype={ +fM(a){var s,r=this +r.rT(a) +s=r.lD$ +if(s!=null&&s.b==null)r.uo() +r.nt$=null +if(r.jx$!=null)s=!(r.lD$!=null&&r.a_K(a.gbp())&&r.a_k(a.gd3())) +else s=!1 +if(s)r.iJ$=1 +else ++r.iJ$ +r.tb() +r.jx$=a +s=$.dQ.cj$ +s===$&&A.b() +s=s.a.gbk() +r.vE$=A.f2(s,A.l(s).i("t.E")) +r.qq$=a.gd3() +r.qr$=a.gbp() +r.vF$=new A.dO(a.gcY(),a.gbp())}, +m(){this.uo() +this.jX()}} +A.Ov.prototype={} +A.Ow.prototype={} +A.Ox.prototype={} +A.Oy.prototype={} +A.Oz.prototype={} +A.HP.prototype={ +aw(a){var s=new A.wr(new A.uk(new WeakMap()),A.ax(t.Cn),A.A(t.X,t.hh),B.bB,null,A.a4()) +s.au() +s.saN(null) +return s}, +aE(a,b){}} +A.wr.prototype={ +wZ(a){var s +this.dW.C(0,a) +s=this.bU +s.h(0,a.c5).C(0,a) +if(s.h(0,a.c5).a===0)s.C(0,a.c5)}, +bF(a,b){var s,r,q=this +if(!q.gq().n(0,b))return!1 +s=q.cl(a,b)||q.t===B.aC +if(s){r=new A.lM(b,q) +q.cw.p(0,r,a) +a.J(0,r)}return s}, +iO(a,b){var s,r,q,p,o,n,m,l,k=this +if(!t.d.b(a)||a.gd3()!==1)return +s=k.dW +if(s.a===0)return +A.ul(b) +r=k.cw.a.get(b) +if(r==null)return +q=k.XF(s,r.a) +p=t.Cn +o=A.awb(q,q.ga0s(),A.l(q).c,p).VC() +n=A.ax(p) +for(q=o.ga3(o),p=k.bU;q.v();){m=q.gF() +m=p.h(0,m.c5) +m.toString +n.P(0,m)}l=s.lw(n) +for(s=l.ga3(l);s.v();){q=s.gF().dW +if(q!=null)q.$1(a)}for(s=A.c8(n,n.r),q=A.l(s).c;s.v();){p=s.d +if(p==null)q.a(p)}}, +XF(a,b){var s,r,q,p,o=A.ax(t.zE) +for(s=b.length,r=this.dW,q=0;q")),s.i("Po<1>")),B.k,s.i("qI<1>"))}} +A.qI.prototype={ +ga3U(){var s=this.e +s===$&&A.b() +return s}, +gpv(){var s=this.a.r,r=this.x +if(r==null){s=$.au() +s=new A.xP(new A.aw(s),new A.aw(s),B.a28,s) +this.x=s}else s=r +return s}, +rh(){var s,r,q,p=this,o=p.d +if(o.gq3()==null)return +s=p.f +r=s==null +q=r?null:s.b!=null +if(q===!0){if(!r)s.b4() +p.A_(o.gq3())}else p.A_(o.rh()) +p.uy()}, +ra(){this.A_(this.d.ra()) +this.uy()}, +uy(){var s=this.gpv(),r=this.d,q=r.a,p=q.length!==0&&r.b>0 +s.sl(new A.qJ(p,r.gL2())) +if(A.b6()!==B.ar)return +s=$.ai_() +if(s.b===this){q=q.length!==0&&r.b>0 +r=r.gL2() +s=s.a +s===$&&A.b() +s.cA("UndoManager.setUndoState",A.aD(["canUndo",q,"canRedo",r],t.N,t.y),t.H)}}, +a4c(a){this.rh()}, +a25(a){this.ra()}, +A_(a){var s=this +if(a==null)return +if(J.d(a,s.w))return +s.w=a +s.r=!0 +try{s.a.e.$1(a)}finally{s.r=!1}}, +Id(){var s,r=this +if(J.d(r.a.c.a,r.w))return +if(r.r)return +s=r.a +s=s.d.$2(r.w,s.c.a) +if(!(s==null?!0:s))return +s=r.a.c.a +r.w=s +r.f=r.a3V(s)}, +H7(){if(!this.a.f.gbS())return +$.ai_().b=this +this.uy()}, +a92(a){switch(a.a){case 0:this.rh() +break +case 1:this.ra() +break}}, +aH(){var s,r=this +r.aY() +s=A.aAd(B.bO,new A.a4s(r),r.$ti.c) +r.e!==$&&A.bB() +r.e=s +r.Id() +r.a.c.T(r.gzx()) +r.H7() +r.a.f.T(r.gyS()) +r.gpv().w.T(r.gOJ()) +r.gpv().x.T(r.gOa())}, +aG(a){var s,r,q=this +q.b1(a) +s=a.c +if(q.a.c!==s){r=q.d +B.b.a7(r.a) +r.b=-1 +r=q.gzx() +s.I(r) +q.a.c.T(r)}s=a.f +if(q.a.f!==s){r=q.gyS() +s.I(r) +q.a.f.T(r)}q.a.toString}, +m(){var s,r=this +r.a.c.I(r.gzx()) +r.a.f.I(r.gyS()) +r.gpv().w.I(r.gOJ()) +r.gpv().x.I(r.gOa()) +s=r.x +if(s!=null)s.m() +s=r.f +if(s!=null)s.b4() +r.aM()}, +G(a){var s=t.g,r=t.b +return A.t1(A.aD([B.a1O,new A.c0(this.ga4b(),new A.aJ(A.c([],s),r),t._m).d2(a),B.a1B,new A.c0(this.ga24(),new A.aJ(A.c([],s),r),t.fN).d2(a)],t.u,t.od),this.a.w)}, +a3V(a){return this.ga3U().$1(a)}} +A.a4s.prototype={ +$1(a){var s=this.a +s.d.nX(a) +s.uy()}, +$S(){return this.a.$ti.i("~(1)")}} +A.qJ.prototype={ +k(a){return"UndoHistoryValue(canUndo: "+this.a+", canRedo: "+this.b+")"}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.qJ&&b.a===this.a&&b.b===this.b}, +gA(a){var s=this.a?519018:218159 +return A.L(s,this.b?519018:218159,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.xP.prototype={ +m(){var s=this.w,r=$.au() +s.Z$=r +s.R$=0 +s=this.x +s.Z$=r +s.R$=0 +this.d1()}} +A.Po.prototype={ +gq3(){var s=this.a +return s.length===0?null:s[this.b]}, +gL2(){var s=this.a.length +return s!==0&&this.b0?p:B.bF +if(o===B.aO)return o}else o=B.bF +return o}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +if(!s.Ev(0,b))return!1 +return b instanceof A.ho&&b.e.oy(0,s.e)&&b.b===s.b&&!0}, +gA(a){var s=this +return A.L(A.ex.prototype.gA.call(s,s),s.e,s.b,s.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.a4H.prototype={ +$1(a){var s,r=null +if(a instanceof A.ho){s=this.a.a++ +this.b.push(new A.Py(a,A.bL(r,new A.Jb(a,this.c,a.e,r),!1,r,r,!1,!1,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,new A.j5(s,"PlaceholderSpanIndexSemanticsTag("+s+")"),r,r),r))}return!0}, +$S:56} +A.Py.prototype={ +mV(a){var s=a.b +s.toString +t.l.a(s).b=this.f}} +A.Jb.prototype={ +aw(a){var s=this.e +s=new A.A3(this.f,s.b,s.c,null,A.a4()) +s.au() +return s}, +aE(a,b){var s=this.e +b.sjo(s.b) +b.siD(s.c) +b.sPp(this.f)}} +A.A3.prototype={ +sPp(a){if(a===this.B)return +this.B=a +this.a0()}, +sjo(a){if(this.a_===a)return +this.a_=a +this.a0()}, +siD(a){return}, +bf(a){var s=this.u$ +s=s==null?null:s.bf(a/this.B) +if(s==null)s=0 +return s*this.B}, +b6(a){var s=this.u$ +s=s==null?null:s.b6(a/this.B) +if(s==null)s=0 +return s*this.B}, +bc(a){var s=this.u$ +s=s==null?null:s.bc(a/this.B) +if(s==null)s=0 +return s*this.B}, +bh(a){var s=this.u$ +s=s==null?null:s.bh(a/this.B) +if(s==null)s=0 +return s*this.B}, +eX(a){var s=this.u$,r=s==null?null:s.kY(a) +$label0$0:{if(r==null){s=this.xL(a) +break $label0$0}s=this.B*r +break $label0$0}return s}, +cb(a){var s=this.u$,r=s==null?null:s.cb(new A.ar(0,a.b/this.B,0,1/0)) +if(r==null)r=B.o +return a.aU(r.a1(0,this.B))}, +bu(){var s,r=this,q=r.u$ +if(q==null)return +s=t.k +q.bz(new A.ar(0,s.a(A.o.prototype.gV.call(r)).b/r.B,0,1/0),!0) +r.id=s.a(A.o.prototype.gV.call(r)).aU(q.gq().a1(0,r.B))}, +cG(a,b){var s=this.B +b.l2(s,s)}, +an(a,b){var s,r,q,p=this,o=p.u$ +if(o==null){p.ch.sal(null) +return}s=p.B +if(s===1){a.d_(o,b) +p.ch.sal(null) +return}r=p.cx +r===$&&A.b() +q=p.ch +q.sal(a.r8(r,b,A.ps(s,s,1),new A.aam(o),t.zV.a(q.a)))}, +cl(a,b){var s,r=this.u$ +if(r==null)return!1 +s=this.B +return a.Am(new A.aal(r),b,A.ps(s,s,1))}} +A.aam.prototype={ +$2(a,b){return a.d_(this.a,b)}, +$S:10} +A.aal.prototype={ +$2(a,b){return this.a.bF(a,b)}, +$S:12} +A.Qu.prototype={ +ad(a){var s +this.dO(a) +s=this.u$ +if(s!=null)s.ad(a)}, +a8(){this.dP() +var s=this.u$ +if(s!=null)s.a8()}} +A.Gf.prototype={ +vL(a,b,c){return this.a8M(a,b,c)}, +a8M(a,b,c){var s=0,r=A.a_(t.H),q=1,p,o=[],n=this,m,l,k,j,i,h,g +var $async$vL=A.W(function(d,e){if(d===1){p=e +s=q}while(true)switch(s){case 0:h=null +q=3 +m=n.a.h(0,a) +s=m!=null?6:7 +break +case 6:s=8 +return A.a5(m.$1(b),$async$vL) +case 8:h=e +case 7:o.push(5) +s=4 +break +case 3:q=2 +g=p +l=A.an(g) +k=A.aE(g) +i=A.be("during a framework-to-plugin message") +A.ci(new A.bf(l,k,"flutter web plugins",i,null,!1)) +o.push(5) +s=4 +break +case 2:o=[1] +case 4:q=1 +if(c!=null)c.$1(h) +s=o.pop() +break +case 5:return A.Y(null,r) +case 1:return A.X(p,r)}}) +return A.Z($async$vL,r)}} +A.ZU.prototype={} +A.Ss.prototype={} +A.WS.prototype={ +j(a,b){var s,r +if(b==null)return!1 +if(!(b instanceof A.WS))return!1 +s=b.d +s===$&&A.b() +r=this.d +r===$&&A.b() +return s===r}, +gA(a){var s=this.d +s===$&&A.b() +return B.h.gA(s)}, +k(a){var s,r,q=this.a +q===$&&A.b() +q=B.h.k(B.c.aJ(q)) +s=this.b +s===$&&A.b() +s=B.c.aJ(s) +r=this.c +r===$&&A.b() +return"H"+q+" C"+s+" T"+B.h.k(B.c.aJ(r))}} +A.a4G.prototype={} +A.Dh.prototype={ +j(a,b){var s=this +if(b==null)return!1 +return b instanceof A.Dh&&s.a.j(0,b.a)&&s.b.j(0,b.b)&&s.c.j(0,b.c)&&s.d.j(0,b.d)&&s.e.j(0,b.e)&&s.f.j(0,b.f)}, +gA(a){var s=this +return A.L(s.a,s.b,s.c,s.d,s.e,s.f,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){var s=this +return"primary: "+s.a.k(0)+"\nsecondary: "+s.b.k(0)+"\ntertiary: "+s.c.k(0)+"\nneutral: "+s.d.k(0)+"\nneutralVariant: "+s.e.k(0)+"\nerror: "+s.f.k(0)+"\n"}} +A.jr.prototype={ +gKN(){var s=t.hv +return A.ah(new A.ae(B.Qt,new A.a42(this),s),!0,s.i("ba.E"))}, +aR(a){var s=this.b +if(a>=90)s=Math.min(s,40) +return this.c.bK(a,new A.a43(this,s,a))}, +j(a,b){var s +if(b==null)return!1 +if(b instanceof A.jr){s=!0 +if(s)return this.a===b.a&&this.b===b.b +else return new A.pm(B.k0,t.wO).ev(this.gKN(),b.gKN())}return!1}, +gA(a){var s=A.L(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a) +return s}, +k(a){return"TonalPalette.of("+A.m(this.a)+", "+A.m(this.b)+")"}} +A.a42.prototype={ +$1(a){return this.a.aR(a)}, +$S:47} +A.a43.prototype={ +$0(){var s=A.au3(this.a.a,this.b,this.c) +A.afe(s,$.Rh()) +A.ask(A.aiW(s)[1]/100) +return s}, +$S:62} +A.a13.prototype={} +A.a2b.prototype={} +A.abj.prototype={ +$1(a){return!1}, +$S:18} +A.l_.prototype={ +G(a){return this.a5I(a,this.c)}, +cI(){return A.awg(this)}} +A.wY.prototype={ +eM(){return this.Sc()}, +gaP(){return t.k7.a(A.at.prototype.gaP.call(this))}} +A.O8.prototype={ +eh(a,b){this.Ek(a,b)}, +bL(){this.xH() +this.j7(new A.abj(this))}} +A.Yo.prototype={ +gab9(){return $.aoJ()}, +gabN(){return $.aoM()}, +gabE(){return $.aoK()}, +gabF(){return $.aoL()}, +gaaI(){return $.aoI()}, +ga82(){return A.av0()}, +gacA(){return A.av3()}, +gPv(){return A.av4()}, +ga83(){return A.av1()}, +gadg(){return $.aoN()}, +gQg(){return A.aC2().gTY()}, +gQh(){return A.aC3().gTY()}, +gaaJ(){return A.av2()}} +A.ZL.prototype={ +hD(){var s=this +A.aD(["numberOfProcessors",s.gab9(),"pathSeparator",s.gabN(),"operatingSystem",s.gabE(),"operatingSystemVersion",s.gabF(),"localHostname",s.gaaI(),"environment",void 1,"executable",s.ga82(),"resolvedExecutable",s.gacA(),"script",s.gPv().k(0),"executableArguments",s.ga83(),"packageConfig",void 1,"version",s.gadg(),"stdinSupportsAnsi",s.gQg(),"stdoutSupportsAnsi",s.gQh(),"localeName",s.gaaJ()],t.N,t.z) +return void 1}} +A.ZP.prototype={ +U6(a){$.aeU().p(0,this,a)}} +A.tF.prototype={} +A.v9.prototype={} +A.Yn.prototype={ +$0(){var s=this.a +return s==null?null:s.I(this.b.gNu())}, +$S:0} +A.pa.prototype={ +cI(){return new A.z9(null,this,B.P)}, +a5I(a,b){return new A.dF(this,b,null,this.$ti.i("dF<1?>"))}} +A.z9.prototype={} +A.a1t.prototype={ +$1(a){var s=this,r=s.a +if(!r.b(a))throw A.h(A.agf(A.bl(r),A.r(s.b.gaP()))) +return!B.z3.ev(s.c.$1(a),s.d)}, +$S(){return this.a.i("E(0?)")}} +A.dF.prototype={ +c7(a){return!1}, +cI(){return new A.nQ(A.fp(null,null,null,t.h,t.X),this,B.P,this.$ti.i("nQ<1>"))}} +A.nM.prototype={} +A.nQ.prototype={ +gmx(){var s,r=this,q=r.ap +if(q===$){s=new A.ys(r.$ti.i("dF<1>").a(A.at.prototype.gaP.call(r)).f.e.$ti.i("ys<1>")) +s.a=r +r.ap!==$&&A.aK() +r.ap=s +q=s}return q}, +f8(a){var s={} +s.a=null +this.j7(new A.a8g(s,a)) +return s.a}, +eh(a,b){this.Ek(a,b)}, +gaP(){return this.$ti.i("dF<1>").a(A.at.prototype.gaP.call(this))}, +Dc(a,b){var s,r=this.am,q=r.h(0,a),p=q==null +if(!p&&!this.$ti.i("nM<1>").b(q))return +s=this.$ti +if(s.i("E(1)").b(b)){p=p?new A.nM(A.c([],s.i("C")),s.i("nM<1>")):q +s.i("nM<1>").a(p) +if(p.a){p.a=!1 +B.b.a7(p.c)}if(!p.b){p.b=!0 +A.atU(new A.a8h(p),t.P)}p.c.push(b) +r.p(0,a,p)}else r.p(0,a,B.h2)}, +Ck(a,b){var s,r,q,p,o=this.am.h(0,b),n=!1 +if(o!=null)if(this.$ti.i("nM<1>").b(o)){if(b.as)return +for(r=o.c,q=r.length,p=0;p") +r.a(A.at.prototype.gaP.call(s)) +s.gmx().Az(s.dG) +s.dG=!1 +if(s.cj){s.cj=!1 +s.lR(r.a(A.at.prototype.gaP.call(s)))}return s.ED()}, +o7(){var s,r,q,p=this.gmx() +p.St() +s=p.b +if(s!=null)s.$0() +if(p.c){s=p.a +s.toString +r=p.$ti +s=r.i("hl.D").a(s.$ti.i("dF<1>").a(A.at.prototype.gaP.call(s)).f.e) +q=p.a +q.toString +p=p.d +if(p==null)p=r.c.a(p) +s.f.$2(q,p)}this.rR()}, +aaQ(){if(!this.cP)return +this.cs() +this.cj=!0}, +ju(a,b){return this.rQ(a,b)}, +B1(a){return this.ju(a,null)}, +$iEJ:1} +A.a8g.prototype={ +$1(a){this.a.a=a.f8(this.b) +return!1}, +$S:18} +A.a8h.prototype={ +$0(){var s=this.a +s.b=!1 +s.a=!0}, +$S:30} +A.Ke.prototype={} +A.hl.prototype={ +m(){}, +Az(a){}} +A.r2.prototype={} +A.ys.prototype={ +gl(){var s,r,q,p,o,n,m=this,l=null,k=m.c +if(k&&m.f!=null){k=A.bl(m.$ti.c).k(0) +q=m.f +q=q==null?l:q.k(0) +throw A.h(A.aQ("Tried to read a provider that threw during the creation of its value.\nThe exception occurred during the creation of type "+k+".\n\n"+A.m(q)))}if(!k){m.c=!0 +k=m.a +k.toString +q=m.$ti.i("hl.D") +q.a(k.$ti.i("dF<1>").a(A.at.prototype.gaP.call(k)).f.e) +try{k=m.a +k.toString +k=q.a(k.$ti.i("dF<1>").a(A.at.prototype.gaP.call(k)).f.e) +p=m.a +p.toString +m.d=k.a.$1(p)}catch(o){s=A.an(o) +r=A.aE(o) +m.f=new A.bf(s,r,"provider",l,l,!1) +throw o}finally{}k=m.a +k.toString +q.a(k.$ti.i("dF<1>").a(A.at.prototype.gaP.call(k)).f.e)}k=m.a +k.cP=!1 +if(m.b==null){q=m.$ti +k=q.i("hl.D").a(A.l(k).i("dF<1>").a(A.at.prototype.gaP.call(k)).f.e) +p=m.a +p.toString +n=m.d +q=n==null?q.c.a(n):n +q=k.e.$2(p,q) +k=q +m.b=k}m.a.cP=!0 +k=m.d +return k==null?m.$ti.c.a(k):k}, +Az(a){var s,r=this +if(a)if(r.c){s=r.a +s.toString +r.$ti.i("hl.D").a(s.$ti.i("dF<1>").a(A.at.prototype.gaP.call(s)).f.e)}s=r.a +s.toString +r.e=r.$ti.i("hl.D").a(s.$ti.i("dF<1>").a(A.at.prototype.gaP.call(s)).f.e) +return r.Ss(a)}} +A.Gb.prototype={ +k(a){return"A provider for "+this.a.k(0)+" unexpectedly returned null."}, +$icH:1} +A.Ga.prototype={ +k(a){return"Provider<"+this.a.k(0)+"> not found for "+this.b.k(0)}, +$icH:1} +A.mH.prototype={ +c2(a){var s=a.a,r=this.a +r[8]=s[8] +r[7]=s[7] +r[6]=s[6] +r[5]=s[5] +r[4]=s[4] +r[3]=s[3] +r[2]=s[2] +r[1]=s[1] +r[0]=s[0]}, +k(a){return"[0] "+this.jN(0).k(0)+"\n[1] "+this.jN(1).k(0)+"\n[2] "+this.jN(2).k(0)+"\n"}, +h(a,b){return this.a[b]}, +j(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof A.mH){s=this.a +r=s[0] +q=b.a +s=r===q[0]&&s[1]===q[1]&&s[2]===q[2]&&s[3]===q[3]&&s[4]===q[4]&&s[5]===q[5]&&s[6]===q[6]&&s[7]===q[7]&&s[8]===q[8]}else s=!1 +return s}, +gA(a){return A.bJ(this.a)}, +jN(a){var s=new Float64Array(3),r=this.a +s[0]=r[a] +s[1]=r[3+a] +s[2]=r[6+a] +return new A.cY(s)}, +a1(a,b){var s=new Float64Array(9),r=new A.mH(s) +r.c2(this) +s[0]=s[0]*b +s[1]=s[1]*b +s[2]=s[2]*b +s[3]=s[3]*b +s[4]=s[4]*b +s[5]=s[5]*b +s[6]=s[6]*b +s[7]=s[7]*b +s[8]=s[8]*b +return r}, +M(a,b){var s,r=new Float64Array(9),q=new A.mH(r) +q.c2(this) +s=b.a +r[0]=r[0]+s[0] +r[1]=r[1]+s[1] +r[2]=r[2]+s[2] +r[3]=r[3]+s[3] +r[4]=r[4]+s[4] +r[5]=r[5]+s[5] +r[6]=r[6]+s[6] +r[7]=r[7]+s[7] +r[8]=r[8]+s[8] +return q}, +N(a,b){var s,r=new Float64Array(9),q=new A.mH(r) +q.c2(this) +s=b.a +r[0]=r[0]-s[0] +r[1]=r[1]-s[1] +r[2]=r[2]-s[2] +r[3]=r[3]-s[3] +r[4]=r[4]-s[4] +r[5]=r[5]-s[5] +r[6]=r[6]-s[6] +r[7]=r[7]-s[7] +r[8]=r[8]-s[8] +return q}} +A.aY.prototype={ +c2(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){var s=this +return"[0] "+s.jN(0).k(0)+"\n[1] "+s.jN(1).k(0)+"\n[2] "+s.jN(2).k(0)+"\n[3] "+s.jN(3).k(0)+"\n"}, +h(a,b){return this.a[b]}, +j(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof A.aY){s=this.a +r=s[0] +q=b.a +s=r===q[0]&&s[1]===q[1]&&s[2]===q[2]&&s[3]===q[3]&&s[4]===q[4]&&s[5]===q[5]&&s[6]===q[6]&&s[7]===q[7]&&s[8]===q[8]&&s[9]===q[9]&&s[10]===q[10]&&s[11]===q[11]&&s[12]===q[12]&&s[13]===q[13]&&s[14]===q[14]&&s[15]===q[15]}else s=!1 +return s}, +gA(a){return A.bJ(this.a)}, +xp(a,b){var s=b.a,r=this.a +r[a]=s[0] +r[4+a]=s[1] +r[8+a]=s[2] +r[12+a]=s[3]}, +jN(a){var s=new Float64Array(4),r=this.a +s[0]=r[a] +s[1]=r[4+a] +s[2]=r[8+a] +s[3]=r[12+a] +return new A.hh(s)}, +a1(a,b){var s=new A.aY(new Float64Array(16)) +s.c2(this) +s.rv(b,null,null) +return s}, +M(a,b){var s,r=new Float64Array(16),q=new A.aY(r) +q.c2(this) +s=b.a +r[0]=r[0]+s[0] +r[1]=r[1]+s[1] +r[2]=r[2]+s[2] +r[3]=r[3]+s[3] +r[4]=r[4]+s[4] +r[5]=r[5]+s[5] +r[6]=r[6]+s[6] +r[7]=r[7]+s[7] +r[8]=r[8]+s[8] +r[9]=r[9]+s[9] +r[10]=r[10]+s[10] +r[11]=r[11]+s[11] +r[12]=r[12]+s[12] +r[13]=r[13]+s[13] +r[14]=r[14]+s[14] +r[15]=r[15]+s[15] +return q}, +N(a,b){var s,r=new Float64Array(16),q=new A.aY(r) +q.c2(this) +s=b.a +r[0]=r[0]-s[0] +r[1]=r[1]-s[1] +r[2]=r[2]-s[2] +r[3]=r[3]-s[3] +r[4]=r[4]-s[4] +r[5]=r[5]-s[5] +r[6]=r[6]-s[6] +r[7]=r[7]-s[7] +r[8]=r[8]-s[8] +r[9]=r[9]-s[9] +r[10]=r[10]-s[10] +r[11]=r[11]-s[11] +r[12]=r[12]-s[12] +r[13]=r[13]-s[13] +r[14]=r[14]-s[14] +r[15]=r[15]-s[15] +return q}, +bm(a,b){var s=this.a,r=s[0],q=s[4],p=s[8],o=s[12],n=s[1],m=s[5],l=s[9],k=s[13],j=s[2],i=s[6],h=s[10],g=s[14],f=s[3],e=s[7],d=s[11],c=s[15] +s[12]=r*a+q*b+p*0+o +s[13]=n*a+m*b+l*0+k +s[14]=j*a+i*b+h*0+g +s[15]=f*a+e*b+d*0+c}, +Ou(a){var s=Math.cos(a),r=Math.sin(a),q=this.a,p=q[0],o=q[4],n=q[1],m=q[5],l=q[2],k=q[6],j=q[3],i=q[7],h=-r +q[0]=p*s+o*r +q[1]=n*s+m*r +q[2]=l*s+k*r +q[3]=j*s+i*r +q[4]=p*h+o*s +q[5]=n*h+m*s +q[6]=l*h+k*s +q[7]=j*h+i*s}, +rv(a,b,c){var s,r,q,p +if(a instanceof A.cY){s=a.a +r=s[0] +q=s[1] +p=s[2]}else{if(typeof a=="number"){q=b==null?a:b +p=c==null?a:c}else throw A.h(A.fE(null)) +r=a}s=this.a +s[0]=s[0]*r +s[1]=s[1]*r +s[2]=s[2]*r +s[3]=s[3]*r +s[4]=s[4]*q +s[5]=s[5]*q +s[6]=s[6]*q +s[7]=s[7]*q +s[8]=s[8]*p +s[9]=s[9]*p +s[10]=s[10]*p +s[11]=s[11]*p +s[12]=s[12] +s[13]=s[13] +s[14]=s[14] +s[15]=s[15]}, +bb(a){return this.rv(a,null,null)}, +l2(a,b){return this.rv(a,b,null)}, +E1(){var s=this.a +s[0]=0 +s[1]=0 +s[2]=0 +s[3]=0 +s[4]=0 +s[5]=0 +s[6]=0 +s[7]=0 +s[8]=0 +s[9]=0 +s[10]=0 +s[11]=0 +s[12]=0 +s[13]=0 +s[14]=0 +s[15]=0}, +dD(){var s=this.a +s[0]=1 +s[1]=0 +s[2]=0 +s[3]=0 +s[4]=0 +s[5]=1 +s[6]=0 +s[7]=0 +s[8]=0 +s[9]=0 +s[10]=1 +s[11]=0 +s[12]=0 +s[13]=0 +s[14]=0 +s[15]=1}, +LH(){var s=this.a,r=s[0],q=s[5],p=s[1],o=s[4],n=r*q-p*o,m=s[6],l=s[2],k=r*m-l*o,j=s[7],i=s[3],h=r*j-i*o,g=p*m-l*q,f=p*j-i*q,e=l*j-i*m +m=s[8] +i=s[9] +j=s[10] +l=s[11] +return-(i*e-j*f+l*g)*s[12]+(m*e-j*h+l*k)*s[13]-(m*f-i*h+l*n)*s[14]+(m*g-i*k+j*n)*s[15]}, +kp(b5){var s,r,q,p,o=b5.a,n=o[0],m=o[1],l=o[2],k=o[3],j=o[4],i=o[5],h=o[6],g=o[7],f=o[8],e=o[9],d=o[10],c=o[11],b=o[12],a=o[13],a0=o[14],a1=o[15],a2=n*i-m*j,a3=n*h-l*j,a4=n*g-k*j,a5=m*h-l*i,a6=m*g-k*i,a7=l*g-k*h,a8=f*a-e*b,a9=f*a0-d*b,b0=f*a1-c*b,b1=e*a0-d*a,b2=e*a1-c*a,b3=d*a1-c*a0,b4=a2*b3-a3*b2+a4*b1+a5*b0-a6*a9+a7*a8 +if(b4===0){this.c2(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}, +dB(b5){var s=this.a,r=s[0],q=s[4],p=s[8],o=s[12],n=s[1],m=s[5],l=s[9],k=s[13],j=s[2],i=s[6],h=s[10],g=s[14],f=s[3],e=s[7],d=s[11],c=s[15],b=b5.a,a=b[0],a0=b[4],a1=b[8],a2=b[12],a3=b[1],a4=b[5],a5=b[9],a6=b[13],a7=b[2],a8=b[6],a9=b[10],b0=b[14],b1=b[3],b2=b[7],b3=b[11],b4=b[15] +s[0]=r*a+q*a3+p*a7+o*b1 +s[4]=r*a0+q*a4+p*a8+o*b2 +s[8]=r*a1+q*a5+p*a9+o*b3 +s[12]=r*a2+q*a6+p*b0+o*b4 +s[1]=n*a+m*a3+l*a7+k*b1 +s[5]=n*a0+m*a4+l*a8+k*b2 +s[9]=n*a1+m*a5+l*a9+k*b3 +s[13]=n*a2+m*a6+l*b0+k*b4 +s[2]=j*a+i*a3+h*a7+g*b1 +s[6]=j*a0+i*a4+h*a8+g*b2 +s[10]=j*a1+i*a5+h*a9+g*b3 +s[14]=j*a2+i*a6+h*b0+g*b4 +s[3]=f*a+e*a3+d*a7+c*b1 +s[7]=f*a0+e*a4+d*a8+c*b2 +s[11]=f*a1+e*a5+d*a9+c*b3 +s[15]=f*a2+e*a6+d*b0+c*b4}, +Ci(a){var s=new A.aY(new Float64Array(16)) +s.c2(this) +s.dB(a) +return s}, +LB(a0,a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=$.aki +if(a==null)a=$.aki=new A.cY(new Float64Array(3)) +s=this.a +a.jd(s[0],s[1],s[2]) +r=Math.sqrt(a.gqK()) +a.jd(s[4],s[5],s[6]) +q=Math.sqrt(a.gqK()) +a.jd(s[8],s[9],s[10]) +p=Math.sqrt(a.gqK()) +if(this.LH()<0)r=-r +o=a0.a +o[0]=s[12] +o[1]=s[13] +o[2]=s[14] +n=1/r +m=1/q +l=1/p +k=$.akg +if(k==null)k=$.akg=new A.aY(new Float64Array(16)) +k.c2(this) +s=k.a +s[0]=s[0]*n +s[1]=s[1]*n +s[2]=s[2]*n +s[4]=s[4]*m +s[5]=s[5]*m +s[6]=s[6]*m +s[8]=s[8]*l +s[9]=s[9]*l +s[10]=s[10]*l +j=$.akh +if(j==null)j=$.akh=new A.mH(new Float64Array(9)) +i=j.a +i[0]=s[0] +i[1]=s[1] +i[2]=s[2] +i[3]=s[4] +i[4]=s[5] +i[5]=s[6] +i[6]=s[8] +i[7]=s[9] +i[8]=s[10] +s=i[0] +o=i[4] +h=i[8] +g=0+s+o+h +if(g>0){f=Math.sqrt(g+1) +s=a1.a +s[3]=f*0.5 +f=0.5/f +s[0]=(i[5]-i[7])*f +s[1]=(i[6]-i[2])*f +s[2]=(i[1]-i[3])*f}else{if(s0)s=a+(c-a)*b +else s=b<0?a+a*b:a +return B.c.eW(s,0,c)}, +$2(a,b){return this.$3(a,b,1)}, +$S:443} +A.Pn.prototype={} +A.ado.prototype={ +$1(a){return B.y}, +$S:3} +A.adm.prototype={ +$1(a){return A.azz(a,this.a)}, +$S:3} +A.adn.prototype={ +$1(a){return A.azA(a,this.a)}, +$S:3} +A.add.prototype={ +$1(a){return A.anf(a,this.a)}, +$S:3} +A.ade.prototype={ +$1(a){return A.azv(a,this.a)}, +$S:3} +A.adl.prototype={ +$1(a){return A.anf(a,this.a)}, +$S:3} +A.adp.prototype={ +$1(a){var s=this.a.db.a +return A.z(13,s>>>16&255,s>>>8&255,s&255)}, +$S:3} +A.adg.prototype={ +$1(a){return this.a}, +$S:3} +A.adj.prototype={ +$1(a){var s,r=this.a +if(B.b.n(B.aj,r.b)){s=r.fx +r=s==null?r.cx:s}else{s=r.db.a +s=A.z(B.c.aJ(255*(r.a===B.x?0.3:0.2)),s>>>16&255,s>>>8&255,s&255) +r=s}return new A.bd(A.e2(8),new A.ag(r,1,B.r,-1))}, +$S:444} +A.adi.prototype={ +$1(a){var s,r=this.a +if(B.b.n(B.aj,r.b)){s=r.fx +r=s==null?r.cx:s}else{s=r.db.a +s=A.z(B.c.aJ(255*(r.a===B.x?0.3:0.2)),s>>>16&255,s>>>8&255,s&255) +r=s}return new A.ag(r,1,B.r,-1)}, +$S:91} +A.adh.prototype={ +$1(a){return 1}, +$S:99} +A.adf.prototype={ +$1(a){return this.a}, +$S:3} +A.adk.prototype={ +$1(a){var s=null,r=this.a.db +if(a.n(0,B.O))r=new A.bj(s,s,s,s,s,r,s,s) +else{r=r.a +r=new A.bj(s,s,s,s,s,A.z(204,r>>>16&255,r>>>8&255,r&255),s,s)}return r}, +$S:445} +A.IF.prototype={} +A.PI.prototype={ +uZ(a,b,c,d,e){var s,r,q,p=$.apw(),o=$.apu(),n=p.$ti.i("cK"),m=t.m +m.a(c) +s=$.apv() +r=s.$ti.i("cK") +m.a(d) +m=$.apt() +q=A.l(m).i("al") +return new A.PH(new A.al(c,new A.cK(o,p,n),n.i("al")),new A.al(d,new A.cK(o,s,r),r.i("al")),new A.al(c,m,q),new A.al(d,m,q),e,null)}} +A.PH.prototype={ +G(a){var s,r=this,q=a.ai(t.I) +q.toString +s=q.w +q=A.c([],t.G) +return A.x0(A.eX(!1,A.x0(A.eX(!1,r.r,r.e),r.c,s,!0),new A.fa(r.f,new A.aJ(q,t.O),0)),r.d,s,!0)}} +A.PT.prototype={ +uZ(a,b,c,d,e){var s,r,q,p=$.apB(),o=$.apz(),n=p.$ti.i("cK"),m=t.m +m.a(c) +s=$.apA() +r=s.$ti.i("cK") +m.a(d) +m=$.apx() +q=$.apy() +return new A.PS(new A.al(c,new A.cK(o,p,n),n.i("al")),new A.al(d,new A.cK(o,s,r),r.i("al")),new A.al(c,m,A.l(m).i("al")),new A.al(d,q,A.l(q).i("al")),e,null)}} +A.PS.prototype={ +G(a){var s,r=this,q=a.ai(t.I) +q.toString +s=q.w +q=A.c([],t.G) +return A.x0(A.eX(!1,A.x0(A.eX(!1,r.r,r.e),r.c,s,!0),new A.fa(r.f,new A.aJ(q,t.O),0)),r.d,s,!0)}} +A.cy.prototype={ +H(){return"YaruVariant."+this.b}} +A.y1.prototype={ +ah(){return new A.PQ(B.k)}} +A.PQ.prototype={ +aH(){this.aY() +this.a.toString}, +m(){var s=this.f +if(s!=null)s.a.b4() +this.aM()}, +acy(){this.a.toString +var s=this.c +s.toString +s=A.c4(s,B.fF) +s=s==null?null:s.d +return(s==null?B.x:s)===B.R?B.xD:B.a0V}, +acz(a){var s,r=a.c===B.xD,q=a.b +q.toString +if(q)return r?$.aqP():$.aqQ() +s=a.a +if(s==null)s=B.jb +if(r){q=$.aid().h(0,s) +q.toString}else{q=$.aie().h(0,s) +q.toString}return A.ah8(q,a)}, +G(a){var s,r,q,p,o=this,n=null +if(o.e!=null&&o.f==null)return B.a7 +o.a.toString +s=o.d +r=o.c +r.toString +r=A.c4(r,B.jj) +r=r==null?n:r.Q +r=r===!0 +q=o.acy() +if(s==null)s=n +if(r==null)r=n +p=new A.nF(s,r,q,n,n,n,n) +s=o.a.c.$3(a,p,n) +if(s==null){s=o.acz(p) +o.a.toString +null.toString +s=A.aiu(null,B.a0,s,B.Z)}return A.amZ(s,p)}} +A.nF.prototype={ +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(b instanceof A.nF)if(b.a==r.a)if(b.b==r.b)if(b.c==r.c)if(B.Pw.gBs().$2(b.d,r.d))s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gA(a){var s=this +return A.L(s.a,s.b,s.c,s.d,s.e,s.f,s.r,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.PJ.prototype={ +c7(a){return!this.w.j(0,a.w)}, +oa(a,b){return A.amZ(b,this.w)}} +A.PP.prototype={} +A.F8.prototype={ +lt(a,b){var s=this.gCG()>=a?(this.gCG()-a)*(1/b):0 +return s<1?s:1}} +A.It.prototype={ +gq5(){return B.bO}, +gn9(){return B.ho}, +pN(a,b,c,d){return new A.Iu(c,this.a,d,b,null)}} +A.Iu.prototype={ +G(a){var s=null,r=this.c,q=A.G(a) +return A.qd(new A.d7(A.er(s,s,s,new A.PB(r,this.d===!0,q.ax.db,this.f.gl(),s),B.o),s),r)}} +A.PB.prototype={ +an(a,b){var s,r,q,p,o,n,m=this +m.a1g(a) +s=m.b +r=s/2 +q=(r-1)*20/24 +p=m.e +o=q*0.25*p +n=p<0.5?q-o:q*0.75+o +p=$.S() +o=p.b2() +o.hX(A.h4(new A.i(r,r),n)) +p=p.aL() +p.saj(m.d) +p.sbY(B.aw) +p.sfw(0.041666666666666664*s) +p.seV(B.bL) +a.cv(o,p)}, +a1g(a){var s=this.b/2 +a.dq() +a.bm(s,s) +a.CV(6.283185307179586*this.e) +s=-s +a.bm(s,s) +new A.acu(this).$1(a) +a.cm()}, +GI(){var s,r,q,p,o,n,m,l,k,j=$.S().b2() +j.sMg(B.rD) +s=this.b +r=s*0.7209583 +q=s*0.2790417 +j.cZ(r,q) +p=s*0.6298333 +o=s*0.31225 +n=s*0.5233333 +m=s*0.3662917 +l=s*0.465 +k=s*0.3970417 +j.di(p,o,n,m,l,k) +j.di(s*0.4503075,s*0.4042311,s*0.4372138,s*0.4143065,s*0.4265,s*0.4266667) +j.di(s*0.4142177,s*0.4373476,s*0.4042009,s*0.4503821,k,l) +j.di(m,n,o,p,q,r) +p=s*0.3722083 +o=s*0.6870417 +n=s*0.6307917 +m=s*0.6004167 +j.di(p,o,s*0.4827917,n,s*0.540125,m) +l=s*0.5734167 +j.di(s*0.5527302,s*0.5934542,s*0.5640017,s*0.5843128,l,l) +j.di(s*0.584312,s*0.5640333,s*0.593454,s*0.5527892,m,s*0.5402083) +j.di(n,s*0.482875,o,p,r,q) +j.bs() +q=s/2 +s=0.08333333333333333*s +j.hX(A.agj(new A.i(q,q),s,s)) +return j}, +d9(a){var s=this +return a.e!==s.e||a.b!==s.b||a.c!==s.c||!a.d.j(0,s.d)}} +A.acu.prototype={ +$1(a){var s,r,q,p,o=this.a +if(o.c){s=o.b/2 +r=o.e +q=r<0.5?0:(r-0.5)*2*((s-1)*20/24) +r=$.S() +p=r.b2() +p.hX(A.h4(new A.i(s,s),q)) +p=r.v3(B.Uq,p,o.GI()) +s=p}else s=o.GI() +r=$.S().aL() +r.saj(o.d) +r.sbY(B.aM) +r.seV(B.bL) +a.cv(s,r)}, +$S:87} +A.Iv.prototype={ +pN(a,b,c,d){return new A.Iw(c,this.a,d,b,null)}, +gq5(){return B.c1}, +gn9(){return B.ho}} +A.Iw.prototype={ +G(a){var s=null,r=this.c,q=A.G(a) +return A.qd(new A.d7(A.er(s,s,s,new A.PC(r,q.ax.db,this.d===!0,this.f.gl(),s),B.o),s),r)}} +A.PC.prototype={ +kZ(){var s,r,q,p,o,n,m,l,k=$.S().b2(),j=this.b,i=j*0.5000696,h=j*0.2653214 +k.cZ(i,h) +s=j*0.2038911 +r=j*0.1784415 +q=j*0.1904627 +k.di(j*0.4252717,s,j*0.356277,r,j*0.3001936,q) +p=j*0.2031987 +o=j*0.2556057 +n=j*0.3239365 +k.di(j*0.2407755,p,j*0.2012291,o,j*0.1907196,n) +m=j*0.6683053 +l=j*0.845496 +k.di(j*0.1697006,j*0.4605983,j*0.2522089,m,j*0.4883975,l) +k.b3(i,j*0.8542308) +k.b3(j*0.5117417,l) +k.di(j*0.7479304,m,j*0.8304387,j*0.4605982,j*0.8094196,n) +k.di(j*0.7989101,o,j*0.7593637,p,j*0.6999455,q) +k.di(j*0.6438623,r,j*0.5748676,s,i,h) +k.bs() +return k}} +A.a4O.prototype={ +H(){return"YaruAnimationMode."+this.b}} +A.nD.prototype={ +ah(){return new A.PD(null,null,B.k)}} +A.PD.prototype={ +aH(){var s,r=this +r.aY() +s=r.a.c.gq5() +r.d=A.bC(null,s,null,null,r) +r.Iz()}, +aG(a){var s,r=this,q=a.c +if(r.a.c!==q){s=r.d +s===$&&A.b() +s.sl(0)}s=r.a +if(s.w!==a.w||s.c!==q)r.Iz() +r.b1(a)}, +m(){var s=this.d +s===$&&A.b() +s.m() +this.TU()}, +Iz(){var s,r,q,p,o,n +switch(this.a.w.a){case 0:s=this.d +s===$&&A.b() +s.bV() +break +case 1:s=this.d +s===$&&A.b() +r=s.a +q=s.b +p=s.e +s.eS() +o=s.x +o===$&&A.b() +n=p.a/1e6 +o=q===r?0:o/(q-r)*n +s.zT(new A.aaz(r,q,!1,s.gWh(),n,o,B.bH)) +break}}, +G(a){var s=this.d +s===$&&A.b() +return A.hw(s,new A.acv(this),null)}} +A.acv.prototype={ +$2(a,b){var s,r=this.a,q=r.a.c,p=r.d +p===$&&A.b() +s=q.gn9() +return q.pN(a,A.cR(s,p,null),r.a.f,null)}, +$S:81} +A.a4M.prototype={ +gn9(){return B.a0}} +A.BM.prototype={ +m(){var s=this,r=s.bQ$ +if(r!=null)r.I(s.ghT()) +s.bQ$=null +s.aM()}, +bL(){this.cL() +this.cn() +this.hU()}} +A.a4N.prototype={ +gq5(){return B.ej}, +gn9(){return B.Bl}, +pN(a,b,c,d){return new A.Ix(c,d,b,null)}} +A.Ix.prototype={ +G(a){var s=null,r=this.c,q=A.G(a) +return A.qd(new A.d7(A.er(s,s,s,new A.PE(r,q.ax.db,this.e.gl(),s),B.o),s),r)}} +A.PE.prototype={ +an(a,b){var s,r,q,p,o,n=this,m=$.S() +a.h9(null,m.aL()) +s=m.b2() +r=n.b +s.cZ(r*0.6466471,r*0.6155599) +q=r*0.5 +s.di(r*0.605471,r*0.5812731,r*0.5535823,r*0.5624987,q,r*0.5625) +s.di(r*0.4464713,r*0.562625,r*0.3946749,r*0.5814829,r*0.353597,r*0.615804) +n.mz(a,0.4,n.p8(),s,0) +s=m.b2() +s.cZ(r*0.7352702,r*0.5269368) +p=r*0.4375 +s.di(r*0.6704428,r*0.4693235,r*0.5867288,p,q,p) +s.di(r*0.4133234,r*0.437625,r*0.3297026,r*0.469535,r*0.264974,r*0.527181) +n.mz(a,0.5,n.p8(),s,0.1) +s=m.b2() +s.cZ(r*0.8237305,r*0.4384766) +s.di(r*0.7353761,r*0.3574702,r*0.6198688,r*0.3125217,q,r*0.3125) +s.di(r*0.3802343,r*0.3127771,r*0.2649141,r*0.3578946,r*0.1767578,r*0.4389648) +n.mz(a,0.6,n.p8(),s,0.2) +s=m.b2() +s.cZ(r*0.9121094,r*0.3500977) +s.di(r*0.8002838,r*0.2456712,r*0.6530028,r*0.1875615,q,r*0.1875) +s.di(r*0.3471336,r*0.1879029,r*0.2001027,r*0.2462382,r*0.08854167,r*0.3507487) +n.mz(a,0.7,n.p8(),s,0.3) +s=m.b2() +s.cZ(r*0.1666667,r*0.125) +p=r*0.7916667 +s.b3(p,r*0.75) +n.mz(a,0.6,n.p8(),s,0.4) +s=m.b2() +s.cZ(r*0.19614,r*0.09552) +s.b3(r*0.82116,r*0.72055) +o=m.aL() +o.saj(B.j) +o.sbY(B.aw) +o.sfw(1/(24/r)) +o.seV(B.h_) +n.mz(a,0.6,o,s,0.4) +s=n.lt(0,0.5) +m=m.aL() +m.sbY(B.aM) +m.saj(n.c) +m.seV(B.bL) +a.kv(new A.i(q,p),r*0.08333333*s,m) +a.cm()}, +mz(a,b,c,d,e){var s=d.Le(),r=s.gbO(s) +a.cv(r.M9(0,r.gD(r)*this.lt(e,b)),c)}, +p8(){var s=$.S().aL() +s.sbY(B.aw) +s.saj(this.c) +s.sfw(1/(24/this.b)) +s.seV(B.bL) +return s}, +d9(a){return a.d!==this.d||a.b!==this.b||!a.c.j(0,this.c)}, +gCG(){return this.d}} +A.R0.prototype={} +A.Iy.prototype={ +gq5(){return B.bO}, +gn9(){return B.Bm}, +pN(a,b,c,d){return new A.Iz(c,this.a,d,b,null)}} +A.Iz.prototype={ +G(a){var s=null,r=this.c,q=A.G(a) +return A.qd(new A.d7(A.er(s,s,s,new A.PF(r,this.d,q.ax.db,this.f.gl(),s),B.o),s),r)}} +A.PF.prototype={ +an(a,b){var s,r,q,p,o,n,m=this,l=$.S() +a.h9(null,l.aL()) +s=m.b +r=s/2 +q=(r-1)*20/24 +p=m.e +o=q*0.25*p +n=p<0.5?q-o:q*0.75+o +p=l.b2() +p.hX(A.h4(new A.i(r,r),n)) +r=l.aL() +r.saj(m.d) +r.sbY(B.aw) +r.sfw(1/(24/s)) +r.seV(B.bL) +a.cv(p,r) +if(m.c){a.cv(m.yt(!1),m.yv()) +a.cv(m.FX(!1),m.yv()) +s=l.v3(B.Uo,m.FX(!0),m.yt(!0)) +l=l.aL() +l.saj(B.j) +l.sbY(B.aM) +l.seV(B.h_) +a.cv(s,l)}else a.cv(m.yt(!1),m.yv()) +a.cm()}, +yt(a){var s,r,q=$.S().b2(),p=this.b,o=p*0.354,n=p*0.477,m=p*0.31,l=p*0.521,k=p*0.643,j=new A.i(l,k),i=p*0.732,h=new A.i(l,i),g=a?new A.i(p*0.895,p*0.27):new A.i(p*0.865,p*0.299),f=a?new A.i(p*0.939,p*0.314):new A.i(p*0.892,p*0.36) +p=this.e +if(p<0.5){s=p*2 +p=A.hW(new A.i(o,n),j,s) +p.toString +k=A.hW(new A.i(m,l),h,s) +k.toString +q.cZ(o,n) +q.b3(p.a,p.b) +q.b3(k.a,k.b) +q.b3(m,l) +q.bs()}else{s=(p-0.5)*2 +p=A.hW(j,g,s) +p.toString +r=A.hW(h,f,s) +r.toString +q.cZ(o,n) +q.b3(l,k) +q.b3(p.a,p.b) +q.b3(r.a,r.b) +q.b3(l,i) +q.b3(m,l) +q.bs()}return q}, +FX(a){var s=this.b,r=s/2,q=this.e,p=q<0.5?0:(q-0.5)*2*((r-1)*20/24) +q=$.S().b2() +s=a?p+1/(24/s):p +q.hX(A.h4(new A.i(r,r),s)) +return q}, +yv(){var s=$.S().aL() +s.saj(this.d) +s.sbY(B.aM) +s.seV(B.bL) +return s}, +d9(a){var s=this +return a.e!==s.e||a.b!==s.b||a.c!==s.c||!a.d.j(0,s.d)}} +A.xW.prototype={ +pN(a,b,c,d){return new A.IA(c,this.a,this.b,d,b,null)}, +gq5(){return B.c1}, +gn9(){return B.ho}} +A.IA.prototype={ +G(a){var s=this,r=null,q=s.c,p=A.G(a),o=s.e +if(o==null)o=1 +return new A.d7(A.qd(A.er(r,r,r,new A.PG(o,q,p.ax.db,s.d===!0,s.r.gl(),r),B.o),q),r)}} +A.PG.prototype={ +kZ(){var s,r,q,p,o=$.S().b2(),n=this.b,m=n*0.5 +o.cZ(m,n*0.1243051) +s=n*0.3922266 +o.b3(n*0.4101923,s) +r=n*0.3948007 +o.b3(n*0.1276126,r) +q=n*0.5629756 +o.b3(n*0.3547775,q) +p=n*0.8325418 +o.b3(n*0.2699035,p) +o.b3(m,n*0.668514) +o.b3(n*0.7300965,p) +o.b3(n*0.6452225,q) +o.b3(n*0.8723874,r) +o.b3(n*0.5898077,s) +o.bs() +return o}, +Dq(){var s=$.S(),r=s.b2(),q=this.b,p=q*this.r +r.cZ(p,0) +r.b3(q,0) +r.b3(q,q) +r.b3(p,q) +r.bs() +return s.v3(B.Un,this.kZ(),r)}} +A.II.prototype={ +an(a,b){var s,r,q,p,o,n=this +if(n.e<0.5){s=n.kZ().Le() +r=s.gbO(s) +q=n.lt(0,0.5) +a.cv(r.M9(r.gD(r)/2-r.gD(r)/2*q,r.gD(r)/2+r.gD(r)/2*q),n.Kp())}else{s=n.b/2 +p=new A.i(s,s) +q=n.lt(0.5,0.5) +o=q<0.5?1-0.25*n.lt(0.5,0.25):0.75+0.25*n.lt(0.75,0.25) +A.am5(a,p,new A.a4X(n),new A.H(o,o)) +if(n.d&&q>=0.5){s=n.lt(0.75,0.25) +A.am5(a,p,new A.a4Y(n),new A.H(s,s))}}}, +Dq(){return null}, +Kp(){var s=$.S().aL() +s.sbY(B.aw) +s.saj(this.c) +s.sfw(1/(24/this.b)) +s.seV(B.bL) +return s}, +d9(a){var s=this +return a.b!==s.b||!a.c.j(0,s.c)||a.d!==s.d||a.e!==s.e}, +gCG(){return this.e}} +A.a4X.prototype={ +$1(a){var s=this.a +a.cv(s.kZ(),s.Kp())}, +$S:87} +A.a4Y.prototype={ +$1(a){var s,r=this.a,q=r.Dq() +if(q==null)q=r.kZ() +s=$.S().aL() +s.sbY(B.aM) +s.saj(r.c) +s.seV(B.bL) +a.cv(q,s)}, +$S:87} +A.PO.prototype={} +A.qP.prototype={ +G(a){var s=null,r=A.G(a).ax.a===B.x,q=r?B.AR:B.AE,p=r?B.B0:B.AJ,o=r?B.AT:B.ec +r=this.c +return new A.d7(this.UQ(A.er(s,s,s,new A.PM(r,q,p,o,s),r)),s)}, +UQ(a){return new A.D2(a,null)}} +A.PM.prototype={ +an(a,b){var s,r=this,q=r.b,p=$.S(),o=p.aL() +o.saj(r.c) +a.d4(new A.y(0,0,q.a,q.b),o) +s=p.b2() +s.cZ(r.is(131),r.it(0)) +s.b3(r.is(11),r.it(31.596)) +s.b3(r.is(40.583),r.it(0)) +s.bs() +o=p.aL() +q=r.d +o.saj(q) +a.cv(s,o) +s=p.b2() +s.cZ(r.is(40.583),r.it(0)) +s.b3(r.is(11),r.it(31.596)) +s.b3(r.is(23.834),r.it(0)) +s.bs() +o=p.aL() +o.saj(r.e) +a.cv(s,o) +s=p.b2() +s.cZ(r.is(23.834),r.it(0)) +s.b3(r.is(11),r.it(31.596)) +s.b3(r.is(0),r.it(51.496)) +s.b3(r.is(0),r.it(0)) +s.bs() +p=p.aL() +p.saj(q) +a.cv(s,p)}, +is(a){var s=this.b +return s.a-a/51.496*s.b}, +it(a){var s=this.b.b +return s-a/51.496*s}, +d9(a){var s=this +return!a.b.j(0,s.b)||!a.c.j(0,s.c)||!a.d.j(0,s.d)||!a.e.j(0,s.e)}} +A.IE.prototype={ +gD(a){return this.a}} +A.xX.prototype={ +ah(){return new A.Bl(B.k)}, +NN(a,b){return this.e.$2(a,b)}, +gD(a){return this.c}} +A.Bl.prototype={ +aH(){var s,r=this +r.aY() +s=A.H1() +r.d!==$&&A.bB() +r.d=s +r.a.toString +r.f!==$&&A.bB() +r.f=new A.bg(null,t.b7) +r.K2()}, +m(){var s=this,r=s.d +r===$&&A.b() +r.m() +r=s.e +r===$&&A.b() +r.I(s.gHZ()) +s.a.toString +r=s.e +r.Z$=$.au() +r.R$=0 +s.aM()}, +aG(a){var s +this.b1(a) +s=this.a +if(s.c!==a.c||!1)this.K2()}, +K2(){var s=this.a.c +s=new A.IE(s,-1,$.au()) +this.e=s +s.T(this.gHZ())}, +a1a(){this.ao(new A.acy())}, +G(a){var s,r,q,p=this,o=null,n=A.a4U(a) +if(p.a.c!==0)s=!1 +else s=!0 +if(s)s=B.a7 +else{s=A.G(a) +r=A.alc(a) +s=s.a6F(new A.ni(r.a,new A.aO(4,t.Ve),r.c,r.d,r.e,r.f,r.r,r.w,r.x,r.y,r.z,r.Q)) +r=p.e +r===$&&A.b() +q=Math.max(r.c,0) +q=A.c([new A.nt(s,new A.ID(r.a,p.a.d,q,p.ga0V(),o,o,o),o)],t.E) +if(n.c!==!1)q.push(B.a2b) +q.push(p.V3(a)) +s=A.kS(q,B.d7,B.au,B.c8)}return A.al8(o,n.d,s)}, +a0W(a){var s=this.e +s===$&&A.b() +s.c=a +s.ar() +this.a.toString +s=this.f +s===$&&A.b() +s=s.gK() +if(s!=null)s.abV(new A.acx())}, +V3(a){var s,r,q,p,o=this,n=null,m=A.a4U(a),l=o.e +l===$&&A.b() +s=Math.max(l.c,0) +l=A.G(a).a6D(m.b) +r=o.f +r===$&&A.b() +q=o.e +p=o.a +q=q.a>s?p.NN(a,s):p.NN(a,0) +q=A.c([new A.j_(q,new A.dE(s,t.f3),n,n,n,t.dJ)],t.rb) +o.a.toString +p=A.ah(B.ml,!0,t.Cm) +p.push(new A.p3(n,A.A(t.K,t.Qu))) +return A.E3(new A.nt(l,A.aks(B.a4,n,r,p,A.ao7(),n,new A.acw(),n,q,!1,n),n))}} +A.acy.prototype={ +$0(){}, +$S:0} +A.acx.prototype={ +$1(a){return a.gC5()}, +$S:447} +A.acw.prototype={ +$2(a,b){return a.kt(b)}, +$S:448} +A.i9.prototype={ +No(a,b){var s,r,q=null +t.lx.a(a) +s=a==null +r=s?q:a.a +r=A.cA(this.a,r,b) +if(b<0.5)s=this.b +else s=s?q:a.b +return new A.i9(r,s,q,q)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.i9&&J.d(b.a,this.a)&&J.d(b.b,this.b)}, +gA(a){return A.bJ([this.a,this.b])}} +A.PK.prototype={} +A.ID.prototype={ +G(a){var s,r,q,p,o,n,m=this,l=null +A.G(a) +s=A.a4U(a).a +if(s==null)s=B.at +r=t.E +q=A.c([],r) +r=A.c([],r) +for(p=m.c,o=m.e,n=0;n>>16&255,s>>>8&255,s&255)}else s=p +r=q.a.w===B.bt?5:2 +a=A.af7(A.fO(new A.c6(new A.ao(2,r,2,r),a,p),p,p),new A.c_(s,p,p,B.jK,p,p,B.an),B.ei)}s=q.a.w===B.bt&&!q.gti()?10:5 +r=q.a.w===B.bt&&!q.gti()?8:5 +return A.kC(B.Z,p,A.Xx(!1,!0,new A.c6(new A.ao(r,s,r,s),a,p),p,!0,p,p,p,p,p,p,p,p,p,new A.acz(q,b),p,p,p,p),B.C,c.d,0,p,p,p,p,p,B.dn)}, +UR(a){if(this.a.w===B.bt)return A.kS(a,B.aE,B.au,B.b8) +return A.lT(a,B.aE,B.au,B.b8)}, +UX(a){var s,r,q=this,p=null,o=new A.c6(B.C6,q.a.d,p) +if(!q.gti()){q.a.toString +s=A.e2(100) +if(q.gIS()){r=A.G(a).ax.db.a +r=A.z(B.c.aJ(25.5),r>>>16&255,r>>>8&255,r&255)}else r=p +return A.af7(o,new A.c_(r,p,p,s,p,p,B.an),B.ei)}else return o}, +UW(){if(this.a.w===B.bt)return B.WZ +return B.X1}} +A.acz.prototype={ +$0(){var s=this.b.ai(t._J) +if(s!=null)s.w.$0() +this.a.a.toString}, +$S:0} +A.xY.prototype={ +c7(a){return this.r!==a.r||this.f!==a.f}} +A.IC.prototype={ +vn(a){var s=null,r=A.G(a).ax,q=t.T +return A.k7(s,s,new A.b0(new A.a4R(r),q),s,s,new A.aO(new A.H(20,20),t.VY),new A.b0(new A.a4S(r),q),s,s,s,s,s,new A.b0(new A.a4T(r),q),s,s,s,s,s,s,s,s,s)}, +G(a){var s=this,r=null +return A.uE(B.Q,!1,r,r,!0,r,s.w,s.y,r,s.Q,B.at,s.at,r,s.vn(a).b9(s.ay),r,r)}} +A.a4S.prototype={ +$1(a){var s,r=this +if(a.n(0,B.O)){if(a.n(0,B.q)){s=r.a.b +return A.z(97,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}return r.a.b}if(a.n(0,B.q)){s=r.a.db.a +return A.z(97,s>>>16&255,s>>>8&255,s&255)}s=r.a.db.a +return A.z(204,s>>>16&255,s>>>8&255,s&255)}, +$S:3} +A.a4R.prototype={ +$1(a){var s +if(a.n(0,B.O)){s=this.a.db.a +return A.z(B.c.aJ(25.5),s>>>16&255,s>>>8&255,s&255)}return null}, +$S:61} +A.a4T.prototype={ +$1(a){var s,r,q=this +if(a.n(0,B.O)){if(a.n(0,B.K)){s=q.a.db.a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.A)){s=q.a.db.a +return A.z(20,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.z)){s=q.a.db.a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}}if(a.n(0,B.K)){s=q.a +r=s.dy +s=(r==null?s.db:r).a +return A.z(31,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.A)){s=q.a +r=s.dy +s=(r==null?s.db:r).a +return A.z(20,s>>>16&255,s>>>8&255,s&255)}if(a.n(0,B.z)){s=q.a +r=s.dy +s=(r==null?s.db:r).a +return A.z(20,s>>>16&255,s>>>8&255,s&255)}return null}, +$S:61} +A.y_.prototype={ +ah(){return new A.Bm(B.k)}} +A.Bm.prototype={ +aH(){var s,r=this +r.aY() +s=A.awD(r.a.c) +r.d=s +r.a.toString +s=A.Ee(!0,null,!0,!0,null,null,!1) +r.e=s}, +aG(a){this.b1(a) +this.a.toString}, +m(){var s,r=this +r.a.toString +s=r.d +s===$&&A.b() +s.Z$=$.au() +s.R$=0 +s=r.e +s===$&&A.b() +s.m() +r.aM()}, +G(a){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=null,e=A.G(a),d=e.ax +if(g.a.Q===B.fv)d=B.n +else{s=d.fr +if(s==null)s=d.cx +s=A.dX(s,0,d.a===B.x?-0.1:0.1,0) +d=s +d=new A.ag(d,1,B.r,-1)}s=g.a +r=s.z +q=new A.dm(4,A.lH(r),d) +p=new A.bs(B.u,r,B.u,r) +r=g.e +r===$&&A.b() +d=s.w +o=s.e +n=s.f +m=g.d +m===$&&A.b() +l=s.Q +k=s.x +s=s.d +j=e.CW +i=A.dX(j,0,0.1,0) +g.a.toString +h=g.d.a.a +if(h.length===0)h=f +else{h=A.mt(f,f,f,f,f,f,f,f,f,f,f,f,f,f,new A.bd(p,B.n),f,f,f) +h=A.uE(f,!1,f,f,f,f,A.aiP(p,B.Pi,B.be),f,f,g.gVA(g),f,f,f,h,f,f)}h=A.ajY(f,q,f,k,f,f,f,f,!0,q,f,q,f,f,f,j,l!==B.a2p,f,f,f,f,q,f,f,f,f,f,f,s,f,i,f,f,!1,f,f,f,f,f,f,f,f,f,f,f,f,h,f,B.yR,f,f) +return new A.EW(r,new A.acA(g),A.dR(new A.xv(m,h,B.xy,e.p3.z,B.Xg,B.Xo,!0,B.xg,B.xh,n,o,1,!0,f),d,f),f)}, +FE(a){var s +this.a.r.$0() +s=this.d +s===$&&A.b() +s.oF(B.Xr)}} +A.acA.prototype={ +$1(a){if(a.b.j(0,B.cC))this.a.FE(0)}, +$S:449} +A.y0.prototype={ +ah(){return new A.PN(B.k)}} +A.PN.prototype={ +aH(){this.aY() +this.d=this.a.c}, +aG(a){this.b1(a) +this.d=this.a.c}, +G(a){var s,r,q=this,p=null,o=q.a.e,n=A.lH(B.iw),m=A.c([],t.E),l=q.d +l===$&&A.b() +s=q.a +if(l){l=s.e +r=s.Q +m.push(A.fO(A.dR(new A.y_(p,p,p,s.z,r,l,B.Ci,!0,B.iw,B.fv,p,p,p,p),34,p),p,p))}else m.push(new A.c6(B.Ch,new A.fm(B.bJ,p,p,s.d,p),p)) +q.a.toString +m.push(new A.IG(q.d,new A.acC(q),B.iw,B.fv,p,p,p)) +return A.dR(A.aiP(n,A.xc(B.bJ,m,B.a4,B.dP),B.be),p,o)}} +A.acC.prototype={ +$0(){var s=this.a +return s.ao(new A.acB(s))}, +$S:0} +A.acB.prototype={ +$0(){var s=this.a,r=s.d +r===$&&A.b() +s.d=!r +s.a.as.$0()}, +$S:0} +A.IG.prototype={ +G(a){var s,r=this,q=null,p=A.G(a).ax,o=A.lH(r.f) +if(r.r===B.fv)s=B.n +else{s=p.fr +if(s==null)s=p.cx +s=A.dX(s,0,p.a===B.x?-0.1:0.1,0) +s=new A.ag(s,1,B.r,-1)}s=A.mt(q,q,q,q,q,q,q,q,q,q,q,q,q,q,new A.bd(o,s),q,q,q) +p=p.db +o=A.Xe(B.et,p,q,16) +p=A.Xe(B.et,p,q,16) +return A.fO(A.dR(new A.IC(p,r.c,r.d,o,s,q),34,34),q,1)}} +A.IH.prototype={ +H(){return"YaruSearchFieldStyle."+this.b}} +A.qQ.prototype={ +G(a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a=null,a0=A.am7(a2),a1=b.Q +if(a1===B.ja)return B.a7 +s=A.G(a2) +r=s.ax +q=r.a===B.x +p=B.b.n(B.aj,r.b) +o=A.ax(t.ui) +if(b.as!==!1)o.J(0,B.z) +n=t._ +m=A.bI(b.x,o,n) +if(m==null){m=a0.r +m=m==null?a:m.X(o) +l=m}else l=m +if(l==null)l=new A.a51(s,q).$1(o) +n=A.bI(b.w,o,n) +if(n==null){n=a0.f +o=n==null?a:n.X(o) +k=o}else k=n +if(k==null)k=r.db +r=s.RG.at +if(r==null){r=s.p3.r +r.toString}j=r.a6U(k,14,B.F).b9(a0.w) +if(q)r=A.z(B.c.aJ(255*(p?1:0.1)),0,0,0) +else r=A.z(B.c.aJ(255*(p?1:0.06)),255,255,255) +i=new A.ag(r,1,B.r,-1) +r=a0.y +if(r==null)r=i +o=b.y +if(o==null)o=a0.x +if(o==null)o=B.jO +h=new A.cu(B.n,B.n,r,B.n).M(0,o) +g=a0.d +if(g==null)g=14 +f=a0.e +if(f==null)f=B.C5 +r=new A.a50(b) +o=b.ax===!0?new A.a52(b,a2):a +n=r.$1(b.d) +m=r.$1(b.c) +e=t.E +d=A.c([],e) +c=b.e +if(c!=null)B.b.P(d,c) +if(a1===B.xO)c=b.ch===!0||b.CW===!0||b.ay===!0||b.at===!0 +else c=!1 +if(c){c=A.c([],t.yO) +if(b.ch===!0)c.push(A.a5b(k,b.dx!=null?new A.a53(b,a2):a,B.fw,B.a2s)) +if(b.CW===!0)c.push(A.a5b(k,b.dy!=null?new A.a54(b,a2):a,B.fw,B.fx)) +if(b.ay===!0)c.push(A.a5b(k,b.db!=null?new A.a55(b,a2):a,B.fw,B.dW)) +if(b.at===!0)c.push(A.a5b(k,new A.a56(b,a2),B.fw,B.y6)) +d.push(new A.c6(f,A.kS(A.axJ(c,g),B.aE,B.au,B.b8),a))}r=r.$1(A.kS(d,B.aE,B.au,B.c8)) +r.toString +e=A.c([new A.a59(b,a2).$1$child(r)],e) +return A.xw(new A.IJ(o,new A.a57(b,a2),new A.a58(b,a2),new A.tl(n,!1,m,e,a0.a,h,l,k,a0.b,a0.c,new A.MR(46,a,1/0,46),46,j,a),a),a,a)}} +A.a51.prototype={ +$1(a){if(!a.n(0,B.z))return this.a.ax.CW +return this.b?B.B_:B.hf}, +$S:3} +A.a50.prototype={ +$1(a){if(a==null)return null +return A.arK(a,B.a0,B.as,this.a.as===!0?1:0.75)}, +$S:450} +A.a59.prototype={ +$1$child(a){var s=this.b.BC(t.rA) +if(s!=null)return a +return A.ajP(a,this.a.fx)}, +$S:451} +A.a52.prototype={ +$1(a){var s=this.a.cy.$1(this.b) +return s}, +$S:35} +A.a57.prototype={ +$0(){var s=this.a +if(s.ay===!0){s=s.db +s=s==null?null:s.$1(this.b)}else if(s.CW===!0){s=s.dy +s=s==null?null:s.$1(this.b)}else s=null +return s}, +$S:0} +A.a58.prototype={ +$0(){return this.a.fr.$1(this.b)}, +$S:0} +A.a53.prototype={ +$0(){return this.a.dx.$1(this.b)}, +$S:0} +A.a54.prototype={ +$0(){return this.a.dy.$1(this.b)}, +$S:0} +A.a55.prototype={ +$0(){return this.a.db.$1(this.b)}, +$S:0} +A.a56.prototype={ +$0(){return this.a.cx.$1(this.b)}, +$S:0} +A.a8Y.prototype={ +$1(a){return new A.fJ(this.P4(a),t.A5)}, +P4(a){var s=this +return function(){var r=a +var q=0,p=1,o +return function $async$$1(b,c,d){if(c===1){o=d +q=p}while(true)switch(q){case 0:q=2 +return b.b=A.dR(null,null,s.a),1 +case 2:q=3 +return b.b=r,1 +case 3:return 0 +case 1:return b.c=o,3}}}}, +$S:452} +A.y3.prototype={ +G(a){var s,r=A.am7(a),q=this.Q,p=q==null?r.z:q +if(p==null)p=B.a2q +if(p===B.ja)return B.a7 +s=A.nG(0) +q=s.mk() +return new A.xf(new A.a5i(this,s,p),$.agL.h(0,s),q,null,t.sH)}} +A.a5j.prototype={ +$1(a){return $.it().vT(a.a)}, +$S:453} +A.a5i.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=null,k=b.b,j=k==null +if(!j)$.agL.p(0,this.b,k) +s=this.a +r=s.as +r=j?l:k.a +q=s.at +if(q==null)if(j)q=l +else{q=k.b +if(q==null)q=l +else A.G(a)}p=s.ax +p=j?l:k.w +o=s.ay +if(o==null)if(j)o=l +else{o=k.d +if(o==null)o=l +else A.G(a)}n=s.ch +if(n==null)if(j)n=l +else{n=k.f +if(n==null)n=l +else A.G(a)}m=s.CW +if(m==null)if(j)k=l +else{k=k.x +if(k==null)k=l +else A.G(a)}else k=m +return new A.qQ(s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,this.c,r,q,p,o,n,k,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,s.go,s.id,l)}, +$S:454} +A.IB.prototype={} +A.IJ.prototype={ +G(a){var s=A.c4(a,null),r=s==null?null:s.ay +return new A.h2(this.r,A.aD([B.dU,new A.bw(A.aBM(),new A.a4Z(this,r),t.YC),B.a1U,new A.bw(A.aCo(),new A.a5_(this,r),t.mF)],t.u,t.xR),B.bf,!1,null)}} +A.a4Z.prototype={ +$1(a){a.ay=this.a.c +a.b=this.b +return a}, +$S:82} +A.a5_.prototype={ +$1(a){var s=this.a +a.f0=s.d +a.b7=s.e +a.b=this.b +return a}, +$S:455} +A.ie.prototype={ +Uf(){this.aO=new A.a9M() +this.bB=new A.a9N()}, +vP(a,b){var s,r,q,p,o,n,m=this +m.Se(a,b) +if(m.f0!=null&&m.cr!=null&&m.aX!=null&&a.gd3()===1){s=a.geE() +r=m.cr.geE() +q=a.geE() +p=m.aX.geE() +o=m.cr.gbp().N(0,m.aX.gbp()).gcc() +n=m.cr.gbp().N(0,a.gbp()).gcc() +if(s.a-r.a<3e5&&q.a-p.a>=4e4&&o<=18&&n<=100){s=m.f0 +s.toString +m.ce("onDoubleTap",s) +m.aX=m.cr=null +return}}m.cr=a +m.aX=b}, +nA(a,b,c){this.Sd(a,b,c) +this.aX=this.cr=null}} +A.a9M.prototype={ +$1(a){}, +$S:42} +A.a9N.prototype={ +$0(){}, +$S:0} +A.y2.prototype={ +H(){return"YaruTitleBarStyle."+this.b}} +A.ia.prototype={ +No(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=null +t.lc.a(a) +s=a==null +r=s?f:a.a +r=A.M(g.a,r,b) +q=b<0.5 +if(q)p=g.b +else p=s?f:a.b +o=s?f:a.c +o=A.M(g.c,o,b) +n=s?f:a.d +n=A.M(g.d,n,b) +m=s?f:a.e +m=A.cA(g.e,m,b) +l=s?f:a.f +k=t._ +l=A.ay(g.f,l,b,A.bh(),k) +j=s?f:a.r +k=A.ay(g.r,j,b,A.bh(),k) +j=s?f:a.w +j=A.aR(g.w,j,b) +i=s?f:a.x +i=A.cl(g.x,i,b) +h=s?f:a.y +h=A.axe(g.y,h,b) +if(q)s=g.z +else s=s?f:a.z +return new A.ia(r,p,o,n,m,l,k,j,i,h,s)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.ia&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&J.d(b.e,s.e)&&b.f==s.f&&b.r==s.r&&J.d(b.w,s.w)&&J.d(b.x,s.x)&&J.d(b.y,s.y)&&!0}, +gA(a){var s=this +return A.L(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.PR.prototype={} +A.qS.prototype={ +H(){return"YaruWindowControlType."+this.b}} +A.a5c.prototype={ +H(){return"YaruWindowControlPlatform."+this.b}} +A.qR.prototype={ +ah(){return new A.PV(null,null,B.k)}} +A.PV.prototype={ +gbY(){var s=this.a.d +return s}, +aH(){var s,r=this +r.aY() +s=A.bC(null,B.C0,null,r.a.c===B.dW?0:1,r) +r.w=s +r.r=A.cR(B.a0,s,null)}, +aG(a){var s,r,q=this +q.b1(a) +s=a.c +r=q.a.c +if(s!==r)if(s===B.dW&&r===B.fx){s=q.w +s===$&&A.b() +s.bV()}else if(s===B.fx&&r===B.dW){s=q.w +s===$&&A.b() +s.dK()}else if(r===B.fx){s=q.w +s===$&&A.b() +s.sl(0)}else if(r===B.dW){s=q.w +s===$&&A.b() +s.sl(1)}}, +m(){var s=this.w +s===$&&A.b() +s.m() +this.TV()}, +Ha(a){if(this.d===a)return +this.ao(new A.acI(this,a))}, +GZ(a){if(this.e===a)return +this.ao(new A.acH(this,a))}, +UV(a){var s=this,r=null +return A.j1(A.p1(r,a,B.ai,!1,r,r,r,r,r,r,r,r,r,r,r,r,r,r,s.a.e,r,new A.acD(s),new A.acE(s)),B.bw,new A.acF(s),new A.acG(s),r)}, +Gx(a){var s=this +s.a.toString +switch(s.gbY().a){case 0:return s.XL(a) +case 1:return s.XK(a)}}, +XL(a){var s,r,q,p=a.db +if(this.a.e==null){s=p.a +return A.z(13,s>>>16&255,s>>>8&255,s&255)}if(this.e){s=p.a +s=A.z(51,s>>>16&255,s>>>8&255,s&255)}else{s=p.a +r=s>>>16 +q=s>>>8 +s&=255 +s=this.d?A.z(38,r&255,q&255,s):A.z(B.c.aJ(25.5),r&255,q&255,s)}return s}, +XK(a){var s,r,q=this +if(q.a.e==null)return B.y +s=q.c +s.toString +r=A.G(s).ax.db +if(q.a.c===B.y6){if(q.e)s=0.5 +else s=q.d?1:0 +return A.z(B.c.aJ(255*s),232,17,35)}if(q.e){s=r.a +s=A.z(38,s>>>16&255,s>>>8&255,s&255)}else if(q.d){s=r.a +s=A.z(B.c.aJ(25.5),s>>>16&255,s>>>8&255,s&255)}else s=B.y +return s}, +XA(a){var s=this.a.f +return s}, +ga_p(){switch(this.gbY().a){case 0:return 8 +case 1:return 10}}, +UP(a,b){var s,r,q=null +switch(this.gbY().a){case 0:s=this.Gx(b) +if(B.b.n(B.aj,b.b)){r=b.fx +r=A.afb(r==null?b.cx:r,1)}else r=q +return A.af7(A.qd(a,24),new A.c_(s,q,r,q,q,q,B.jW),B.cw) +case 1:s=this.Gx(b) +if(B.b.n(B.aj,b.b)){r=b.fx +r=A.afb(r==null?b.cx:r,1)}else r=q +return A.m1(A.Hl(a,B.WR),new A.c_(s,q,r,q,q,q,B.an),B.bx)}}, +G(a){var s=this,r=null,q=A.G(a).ax,p=s.r +p===$&&A.b() +return s.UV(new A.d7(s.UP(A.fO(A.hw(p,new A.acJ(s,q),r),r,r),q),r))}} +A.acI.prototype={ +$0(){var s=this.a,r=this.b +s.d=r +if(!r)s.e=!1}, +$S:0} +A.acH.prototype={ +$0(){this.a.e=this.b}, +$S:0} +A.acF.prototype={ +$1(a){return this.a.Ha(!0)}, +$S:51} +A.acG.prototype={ +$1(a){return this.a.Ha(!1)}, +$S:40} +A.acD.prototype={ +$1(a){return this.a.GZ(!0)}, +$S:28} +A.acE.prototype={ +$1(a){return this.a.GZ(!1)}, +$S:42} +A.acJ.prototype={ +$2(a,b){var s=null,r=this.a,q=r.ga_p(),p=r.a.c,o=r.gbY(),n=r.XA(this.b) +r=r.r +r===$&&A.b() +return A.er(s,s,s,new A.PU(p,o,n,r.gl(),s),new A.H(q,q))}, +$S:456} +A.PU.prototype={ +an(a,b){var s=this,r=0.5+(b.a-1),q=0.5+(b.b-1),p=new A.y(0.5,0.5,r,q) +switch(s.b.a){case 0:a.hu(new A.i(0.5,0.5),new A.i(r,q),s.mB()) +a.hu(new A.i(r,0.5),new A.i(0.5,q),s.mB()) +break +case 3:s.Wv(a,p) +break +case 2:case 1:s.Ww(a,p) +break}}, +Ww(a,b){var s,r,q,p,o,n,m,l,k=this +switch(k.c.a){case 0:s=k.e +r=b.a +q=b.b +p=2*B.c.eW(s*2,0,1) +o=b.c +n=b.d +a.d4(new A.y(r,q+p,o-p,n),k.mB()) +if(s>=0.5){m=$.S().b2() +m.cZ(r+1.5,q) +m.b3(o,q) +m.b3(o,n-1.5) +a.cv(m,k.yM(A.dX(k.d,-1+0.5*((s-0.5)*2),0,0)))}break +case 1:s=k.e +r=b.a +q=b.b +p=2*B.c.eW(s*2,0,1) +o=b.c +n=b.d +l=new A.y(r,q+p,o-p,n) +if(s>=0.5){p=$.S() +a.h9(B.iy,p.aL()) +a.d4(new A.y(r+2,q,o,n-2),k.yM(A.dX(k.d,-1+(s-0.5)*2,0,0))) +p=p.aL() +p.sbY(B.aM) +p.saj(B.j) +p.seV(B.h_) +a.d4(l,p) +a.cm()}a.d4(l,k.mB()) +break}}, +Wv(a,b){var s +switch(this.c.a){case 0:s=b.d-1 +a.hu(new A.i(b.a,s),new A.i(b.c,s),this.mB()) +break +case 1:a.hu(new A.i(b.a,b.gL5().b-0.5),new A.i(b.c,b.ga5R().b-0.5),this.mB()) +break}}, +yM(a){var s=$.S().aL() +s.sbY(B.aw) +s.sfw(1) +s.saj(a==null?this.d:a) +s.sxB(B.Xe) +return s}, +mB(){return this.yM(null)}, +d9(a){var s=this +return a.b!==s.b||a.c!==s.c||a.e!==s.e||!a.d.j(0,s.d)}} +A.BN.prototype={ +bL(){this.cL() +this.cn() +this.e7()}, +m(){var s=this,r=s.aV$ +if(r!=null)r.I(s.gdR()) +s.aV$=null +s.aM()}} +A.qT.prototype={ +mk(){var $async$mk=A.W(function(a,b){switch(a){case 2:n=q +s=n.pop() +break +case 1:o=b +s=p}while(true)switch(s){case 0:l=m.a +s=4 +return A.R1($.it().rL(l),$async$mk,r) +case 4:s=3 +q=[1] +return A.R1(A.axE(b),$async$mk,r) +case 3:s=5 +q=[1] +return A.R1(A.axF($.it().Eb(l)),$async$mk,r) +case 5:case 1:return A.R1(null,0,r) +case 2:return A.R1(o,1,r)}}) +var s=0,r=A.azY($async$mk,t.Uy),q,p=2,o,n=[],m=this,l +return A.aAa(r)}} +A.a5d.prototype={ +vX(a){return B.bE.eI("init",A.c([a],t.t),!1,t.H)}, +n4(a){return B.bE.eI("close",A.c([a],t.t),!1,t.H)}, +vu(a){return B.bE.eI("drag",A.c([a],t.t),!1,t.H)}, +vT(a){return B.bE.eI("hideTitle",A.c([a],t.t),!1,t.H)}, +wa(a){return B.bE.eI("maximize",A.c([a],t.t),!1,t.H)}, +wd(a){return B.bE.eI("minimize",A.c([a],t.t),!1,t.H)}, +wO(a){return B.bE.eI("restore",A.c([a],t.t),!1,t.H)}, +rG(a){return B.bE.eI("showMenu",A.c([a],t.t),!1,t.H)}, +rL(a){return this.a_G("state",A.c([a],t.t)).c1(A.aok(),t.Uy)}, +Eb(a){var s=this.a2_(a,"state") +return new A.nT(A.aok(),s,s.$ti.i("nT"))}, +a_G(a,b){return B.bE.qF(a,b,t.N,t.z).c1(new A.a5e(),t.a)}, +a2_(a,b){var s,r=this.c +if(r==null){r=B.zf.acf() +r=this.c=new A.tD(r,A.l(r).i("tD>"))}s=r.$ti.i("Bc") +return new A.nT(new A.a5f(),new A.Bc(new A.a5g(a,b),r,s),s.i("nT>"))}} +A.a5e.prototype={ +$1(a){a.toString +return a}, +$S:457} +A.a5g.prototype={ +$1(a){return J.d(a.h(0,"id"),this.a)&&J.d(a.h(0,"type"),this.b)}, +$S:458} +A.a5f.prototype={ +$1(a){return a.jr(0,t.N,t.z)}, +$S:459} +A.a5h.prototype={} +A.fj.prototype={ +hD(){var s=this +return A.aD(["active",s.a,"closable",s.b,"fullscreen",s.c,"maximizable",s.d,"maximized",s.e,"minimizable",s.f,"minimized",s.r,"movable",s.w,"restorable",s.x,"title",s.y,"visible",s.z],t.N,t.z)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.fj&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&b.f==s.f&&b.r==s.r&&b.w==s.w&&b.x==s.x&&b.y==s.y&&b.z==s.z}, +gA(a){var s=this +return A.L(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a){var s=this +return"YaruWindowState(isActive: "+A.m(s.a)+", isClosable: "+A.m(s.b)+", isFullscreen: "+A.m(s.c)+", isMaximizable: "+A.m(s.d)+", isMaximized: "+A.m(s.e)+", isMinimizable: "+A.m(s.f)+", isMinimized: "+A.m(s.r)+", isMovable: "+A.m(s.w)+", isRestorable: "+A.m(s.x)+", title: "+A.m(s.y)+", isVisible: "+A.m(s.z)+")"}} +A.a5a.prototype={ +vX(a){return this.a9Z(a)}, +a9Z(a){var s=0,r=A.a_(t.H) +var $async$vX=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:return A.Y(null,r)}}) +return A.Z($async$vX,r)}, +n4(a){return this.a6b(a)}, +a6b(a){var s=0,r=A.a_(t.H) +var $async$n4=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:return A.Y(null,r)}}) +return A.Z($async$n4,r)}, +vu(a){return this.a7L(a)}, +a7L(a){var s=0,r=A.a_(t.H) +var $async$vu=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:return A.Y(null,r)}}) +return A.Z($async$vu,r)}, +vT(a){return this.a9G(a)}, +a9G(a){var s=0,r=A.a_(t.H) +var $async$vT=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:return A.Y(null,r)}}) +return A.Z($async$vT,r)}, +wa(a){return this.aaV(a)}, +aaV(a){var s=0,r=A.a_(t.H) +var $async$wa=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:return A.Y(null,r)}}) +return A.Z($async$wa,r)}, +wd(a){return this.ab_(a)}, +ab_(a){var s=0,r=A.a_(t.H) +var $async$wd=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:return A.Y(null,r)}}) +return A.Z($async$wd,r)}, +wO(a){return this.acB(a)}, +acB(a){var s=0,r=A.a_(t.H) +var $async$wO=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:return A.Y(null,r)}}) +return A.Z($async$wO,r)}, +rG(a){return this.Q_(a)}, +Q_(a){var s=0,r=A.a_(t.H) +var $async$rG=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:return A.Y(null,r)}}) +return A.Z($async$rG,r)}, +rL(a){return this.Qf(a)}, +Qf(a){var s=0,r=A.a_(t.Uy),q +var $async$rL=A.W(function(b,c){if(b===1)return A.X(c,r) +while(true)switch(s){case 0:q=B.a2t +s=1 +break +case 1:return A.Y(q,r)}}) +return A.Z($async$rL,r)}, +Eb(a){return B.zS}} +A.aeF.prototype={ +$0(){return A.aeD()}, +$S:0} +A.aeE.prototype={ +$0(){var s=$.aqK(),r=$.ai0(),q=new A.a5a() +$.aeU().p(0,q,r) +A.av_(q,r,!1) +$.axf=q +$.aoe=s.ga8L()}, +$S:0};(function aliases(){var s=A.oF.prototype +s.QD=s.jG +s=A.G6.prototype +s.jY=s.cK +s.oz=s.m +s=A.u2.prototype +s.xG=s.nF +s.QJ=s.De +s.QH=s.i0 +s.QI=s.Bo +s=J.uN.prototype +s.QT=s.E +s=J.kx.prototype +s.QY=s.k +s=A.qY.prototype +s.Sq=s.lc +s.Sr=s.jh +s=A.jF.prototype +s.Sw=s.oV +s.Sx=s.Gw +s.Sz=s.IX +s.Sy=s.jl +s=A.aV.prototype +s.QZ=s.dr +s=A.tT.prototype +s.QG=s.a8A +s=A.AL.prototype +s.Td=s.bs +s=A.t.prototype +s.Ew=s.j8 +s=A.N.prototype +s.oy=s.j +s.mp=s.k +s=A.n.prototype +s.Qx=s.j +s.Qy=s.k +s=A.bz.prototype +s.xC=s.wU +s=A.vP.prototype +s.Rj=s.aa +s=A.td.prototype +s.xD=s.m +s=A.Bt.prototype +s.Tv=s.m +s=A.Bu.prototype +s.Tw=s.m +s=A.Bv.prototype +s.Tx=s.m +s=A.BE.prototype +s.TE=s.ad +s.TF=s.a8 +s=A.CA.prototype +s.Qr=s.fX +s.Qs=s.lJ +s.Qt=s.Db +s=A.aw.prototype +s.Qv=s.T +s.Qw=s.I +s.d1=s.m +s.Ej=s.ar +s=A.dV.prototype +s.oF=s.sl +s=A.U.prototype +s.QK=s.cC +s=A.hD.prototype +s.QL=s.cC +s=A.p0.prototype +s.xJ=s.a9M +s.QP=s.a7G +s=A.eB.prototype +s.R_=s.fY +s=A.c3.prototype +s.QQ=s.Af +s.mo=s.fY +s.Et=s.m +s=A.vJ.prototype +s.rT=s.fM +s.EA=s.nz +s.EB=s.X +s.jX=s.m +s.Rf=s.rK +s=A.pL.prototype +s.Rk=s.fM +s.EC=s.hV +s.Rl=s.hC +s=A.ef.prototype +s.Sf=s.fY +s.Se=s.vP +s.Sd=s.nA +s=A.Br.prototype +s.Tu=s.m +s=A.Bz.prototype +s.TC=s.aH +s.TB=s.dT +s=A.Bq.prototype +s.Tt=s.m +s=A.By.prototype +s.TA=s.m +s=A.BA.prototype +s.TD=s.m +s=A.hO.prototype +s.jW=s.m +s=A.BO.prototype +s.TW=s.m +s=A.BP.prototype +s.TX=s.m +s=A.Ab.prototype +s.T2=s.m +s=A.Ac.prototype +s.T3=s.m +s=A.Ad.prototype +s.T5=s.aG +s.T4=s.bo +s.T6=s.m +s=A.Bw.prototype +s.Ty=s.m +s=A.BL.prototype +s.TS=s.aG +s.TR=s.bo +s.TT=s.m +s=A.AY.prototype +s.Th=s.m +s=A.tv.prototype +s.Eh=s.rN +s.Eg=s.J +s=A.bq.prototype +s.rX=s.cW +s.rY=s.cX +s=A.cC.prototype +s.mq=s.cW +s.mr=s.cX +s=A.eU.prototype +s.Em=s.cW +s.En=s.cX +s=A.CF.prototype +s.Ei=s.m +s=A.bU.prototype +s.Eo=s.J +s=A.ex.prototype +s.Ev=s.j +s=A.fc.prototype +s.S7=s.j +s=A.HE.prototype +s.Sb=s.dL +s=A.pY.prototype +s.RI=s.BJ +s.RK=s.BR +s.RJ=s.BM +s.RH=s.Bm +s=A.ar.prototype +s.Qu=s.j +s=A.e3.prototype +s.rO=s.k +s=A.v.prototype +s.xL=s.eX +s.oA=s.a0 +s.xM=s.bz +s.Rs=s.nV +s.hO=s.bF +s.Rr=s.cG +s=A.zQ.prototype +s.SK=s.ad +s.SL=s.a8 +s=A.zS.prototype +s.SM=s.ad +s.SN=s.a8 +s=A.zT.prototype +s.SO=s.ad +s.SP=s.a8 +s=A.zU.prototype +s.SQ=s.m +s=A.dj.prototype +s.QU=s.p5 +s.Ex=s.m +s.QX=s.x0 +s.QV=s.ad +s.QW=s.a8 +s=A.dH.prototype +s.l8=s.fn +s.QB=s.ad +s.QC=s.a8 +s=A.hV.prototype +s.Re=s.fn +s=A.bR.prototype +s.rU=s.a8 +s=A.o.prototype +s.he=s.m +s.EK=s.fN +s.dO=s.ad +s.dP=s.a8 +s.Rw=s.a0 +s.Rv=s.bz +s.Rx=s.aA +s.Rt=s.cG +s.fz=s.e9 +s.xN=s.n3 +s.oB=s.f6 +s.EL=s.mZ +s.Ru=s.iO +s.Ry=s.cC +s.EM=s.dN +s=A.aj.prototype +s.EP=s.eC +s=A.a8.prototype +s.xF=s.C_ +s.QF=s.C +s.QE=s.qU +s.El=s.eC +s.rP=s.aT +s=A.pU.prototype +s.EJ=s.t_ +s=A.ej.prototype +s.SB=s.uH +s=A.A_.prototype +s.SR=s.ad +s.SS=s.a8 +s=A.AR.prototype +s.Tg=s.a8 +s=A.dC.prototype +s.xR=s.bh +s.xP=s.b6 +s.xQ=s.bc +s.xO=s.bf +s.RB=s.cb +s.oC=s.bu +s.rV=s.cl +s.RA=s.cG +s.hP=s.an +s=A.wn.prototype +s.RC=s.bF +s=A.A1.prototype +s.oG=s.ad +s.l9=s.a8 +s=A.A2.prototype +s.ST=s.eX +s=A.n7.prototype +s.RE=s.an +s.RD=s.cl +s=A.A4.prototype +s.ET=s.ad +s.EU=s.a8 +s=A.x2.prototype +s.S8=s.k +s=A.ed.prototype +s.S9=s.k +s=A.A6.prototype +s.SU=s.ad +s.SV=s.a8 +s=A.wp.prototype +s.RF=s.bu +s=A.ii.prototype +s.SY=s.ad +s.SZ=s.a8 +s=A.fi.prototype +s.Sn=s.qV +s.Sm=s.da +s=A.dn.prototype +s.RZ=s.BG +s=A.qy.prototype +s.ER=s.m +s=A.Cr.prototype +s.Qq=s.nJ +s=A.q9.prototype +s.S5=s.qw +s.S6=s.kE +s=A.mM.prototype +s.R0=s.eI +s=A.aU.prototype +s.Ef=s.es +s.Qo=s.jC +s.Qn=s.Ae +s.Qp=s.wK +s=A.lG.prototype +s.xE=s.G +s=A.zZ.prototype +s.ES=s.eh +s=A.Be.prototype +s.Ti=s.fX +s.Tj=s.Db +s=A.Bf.prototype +s.Tk=s.fX +s.Tl=s.lJ +s=A.Bg.prototype +s.Tm=s.fX +s.Tn=s.lJ +s=A.Bh.prototype +s.Tp=s.fX +s.To=s.qw +s=A.Bi.prototype +s.Tq=s.fX +s=A.Bj.prototype +s.Tr=s.fX +s.Ts=s.lJ +s=A.yM.prototype +s.Su=s.aH +s=A.yN.prototype +s.Sv=s.m +s=A.Eg.prototype +s.mn=s.aa7 +s.QO=s.AH +s=A.a3.prototype +s.aY=s.aH +s.b1=s.aG +s.oE=s.dT +s.cL=s.bL +s.aM=s.m +s.dh=s.bo +s=A.a9.prototype +s.EO=s.aE +s=A.at.prototype +s.QN=s.dn +s.Es=s.eh +s.rS=s.cD +s.QM=s.A7 +s.Er=s.qz +s.jg=s.i5 +s.xH=s.bL +s.Ep=s.dT +s.rR=s.o7 +s.rQ=s.ju +s.Eq=s.bo +s.xI=s.j_ +s=A.tQ.prototype +s.Ek=s.eh +s.Qz=s.yI +s.QA=s.j_ +s=A.qi.prototype +s.Sc=s.eM +s=A.vW.prototype +s.ED=s.eM +s.EE=s.cD +s.Rm=s.rk +s=A.e9.prototype +s.QS=s.rk +s.Eu=s.lR +s=A.b5.prototype +s.ms=s.eh +s.jZ=s.cD +s.EN=s.j_ +s.Rz=s.dT +s=A.f5.prototype +s.Ey=s.i6 +s.Ez=s.ic +s.R2=s.j4 +s.R1=s.eh +s.R3=s.cD +s=A.p9.prototype +s.QR=s.aH +s=A.rg.prototype +s.SA=s.m +s=A.bA.prototype +s.RX=s.kH +s.RU=s.qc +s.RP=s.q9 +s.RV=s.Ba +s.RY=s.hE +s.RS=s.kt +s.RT=s.nf +s.RQ=s.qa +s.RR=s.B6 +s.RO=s.kl +s.RN=s.v0 +s.RW=s.m +s=A.Nx.prototype +s.T1=s.v6 +s=A.zD.prototype +s.SD=s.bL +s.SE=s.m +s=A.zE.prototype +s.SG=s.aG +s.SF=s.bo +s.SH=s.m +s=A.FG.prototype +s.xK=s.da +s=A.nX.prototype +s.SX=s.bu +s.SW=s.an +s=A.BG.prototype +s.TI=s.ad +s.TJ=s.a8 +s=A.zJ.prototype +s.SI=s.da +s=A.Bx.prototype +s.Tz=s.m +s=A.BK.prototype +s.TQ=s.m +s=A.cV.prototype +s.adx=s.m +s=A.h6.prototype +s.RM=s.Bd +s=A.cc.prototype +s.RL=s.sl +s=A.hn.prototype +s.T_=s.ny +s.T0=s.o5 +s=A.rO.prototype +s.TL=s.aG +s.TK=s.bo +s.TM=s.m +s=A.pB.prototype +s.Ri=s.kH +s.Rg=s.kt +s.Rh=s.m +s=A.dc.prototype +s.Sl=s.kH +s.Sk=s.qc +s.Si=s.q9 +s.Sj=s.kt +s=A.rn.prototype +s.SC=s.hE +s=A.H_.prototype +s.rW=s.m +s=A.ec.prototype +s.oD=s.da +s=A.Ah.prototype +s.T8=s.da +s=A.q0.prototype +s.S_=s.uJ +s=A.jf.prototype +s.S0=s.mQ +s.xS=s.PO +s.S1=s.pH +s.S2=s.hm +s.S4=s.m +s.S3=s.da +s=A.Af.prototype +s.T7=s.da +s=A.Al.prototype +s.T9=s.m +s=A.Am.prototype +s.Tb=s.aG +s.Ta=s.bo +s.Tc=s.m +s=A.i0.prototype +s.EI=s.aH +s.Rn=s.bo +s.Rq=s.vQ +s.EH=s.vS +s.EG=s.vR +s.Ro=s.BH +s.Rp=s.BI +s.EF=s.m +s=A.rx.prototype +s.SJ=s.m +s=A.pv.prototype +s.R4=s.B7 +s.Rb=s.a9i +s.Rc=s.a9j +s.R7=s.a8D +s.Ra=s.a8N +s.R9=s.a8F +s.Rd=s.BP +s.R6=s.m +s.R5=s.fi +s=A.BH.prototype +s.TN=s.m +s=A.BF.prototype +s.TG=s.ad +s.TH=s.a8 +s=A.l1.prototype +s.Sa=s.Bt +s=A.AM.prototype +s.Te=s.fW +s.Tf=s.hC +s=A.yb.prototype +s.So=s.fM +s.Sp=s.m +s=A.xD.prototype +s.EQ=s.nP +s.Sh=s.nR +s.Sg=s.nQ +s=A.BI.prototype +s.TO=s.m +s=A.BJ.prototype +s.TP=s.m +s=A.hl.prototype +s.St=s.m +s.Ss=s.Az +s=A.BM.prototype +s.TU=s.m +s=A.BN.prototype +s.TV=s.m})();(function installTearOffs(){var s=hunkHelpers._static_2,r=hunkHelpers._static_1,q=hunkHelpers._instance_0u,p=hunkHelpers._instance_1u,o=hunkHelpers._instance_1i,n=hunkHelpers._static_0,m=hunkHelpers._instance_2u,l=hunkHelpers.installInstanceTearOff,k=hunkHelpers.installStaticTearOff,j=hunkHelpers._instance_0i +s(A,"azm","aAC",461) +r(A,"azl","aA1",23) +r(A,"R4","azk",31) +q(A.Ck.prototype,"gzW","a4_",0) +var i +p(i=A.Ey.prototype,"ga28","a29",46) +p(i,"ga_u","a_v",46) +p(A.CW.prototype,"ga4Z","a5_",300) +p(i=A.jl.prototype,"gVU","VV",2) +p(i,"gVS","VT",2) +p(A.HK.prototype,"ga2b","a2c",358) +p(A.Ed.prototype,"ga0c","a0d",329) +o(i=A.E5.prototype,"gkj","J",368) +q(i,"gQc","mj",34) +p(A.EV.prototype,"ga0P","a0Q",88) +p(A.vu.prototype,"gCu","Cv",7) +p(A.wZ.prototype,"gCu","Cv",7) +p(A.Ex.prototype,"ga0L","a0M",2) +q(i=A.DW.prototype,"gdc","m",0) +p(i,"gK_","a4q",19) +p(A.G2.prototype,"gzq","a0R",276) +p(i=A.Dd.prototype,"gY3","Y4",2) +p(i,"gY5","Y6",2) +p(i,"gY1","Y2",2) +p(i=A.u2.prototype,"gqv","MA",2) +p(i,"gvK","a8C",2) +p(i,"gqT","aaX",2) +p(A.Dr.prototype,"gUM","UN",350) +p(A.Eo.prototype,"ga16","a17",2) +s(J,"ahj","aue",130) +p(A.tE.prototype,"ga0A","a0B",7) +o(A.ib.prototype,"gfg","n",29) +n(A,"azS","avr",62) +o(A.eS.prototype,"gfg","n",29) +o(A.di.prototype,"gfg","n",29) +r(A,"aAq","axr",48) +r(A,"aAr","axs",48) +r(A,"aAs","axt",48) +n(A,"anD","aA9",0) +r(A,"aAt","aA2",31) +s(A,"aAu","aA4",63) +n(A,"ahq","aA3",0) +q(i=A.qX.prototype,"gtR","ka",0) +q(i,"gtT","kb",0) +o(A.yf.prototype,"gkj","J",7) +m(A.am.prototype,"gVI","fC",63) +o(i=A.AH.prototype,"gkj","J",7) +p(i,"gUH","lc",7) +m(i,"gUo","jh",63) +q(i,"gVD","oO",0) +q(i=A.r0.prototype,"gtR","ka",0) +q(i,"gtT","kb",0) +q(i=A.qY.prototype,"gtR","ka",0) +q(i,"gtT","kb",0) +q(A.yE.prototype,"ga37","kd",0) +q(i=A.z_.prototype,"gtR","ka",0) +q(i,"gtT","kb",0) +p(i,"gY7","Y8",7) +m(i,"gYr","Ys",192) +q(i,"gYa","Yb",0) +s(A,"anF","azf",64) +r(A,"anG","azg",96) +s(A,"aAF","azj",130) +o(A.lf.prototype,"gfg","n",29) +l(i=A.eH.prototype,"ga0s",0,0,null,["$1$0","$0"],["HQ","a0t"],200,0,0) +o(i,"gfg","n",29) +o(A.qh.prototype,"gfg","n",29) +r(A,"anI","azh",78) +q(A.zi.prototype,"ga6a","bs",0) +r(A,"aAO","aBv",96) +s(A,"aAN","aBu",64) +s(A,"anJ","aso",463) +r(A,"aAL","ax5",77) +n(A,"aAM","ayI",464) +s(A,"anK","aAi",465) +o(A.t.prototype,"gfg","n",29) +k(A,"C7",3,null,["$3"],["a2e"],466,0) +k(A,"C8",3,null,["$3"],["M"],467,0) +k(A,"bh",3,null,["$3"],["u"],468,0) +p(A.AF.prototype,"gN7","dj",23) +q(A.jA.prototype,"gGd","Wu",0) +m(A.mw.prototype,"gBs","ev",64) +m(i=A.Dw.prototype,"gBs","ev",64) +p(i,"ga9A","ex",96) +p(i,"gaap","aaq",29) +q(i=A.dL.prototype,"gacU","acV",0) +q(i,"ga9T","a9U",0) +q(i,"ga7t","a7u",0) +q(i,"gOG","acW",0) +p(i,"gabn","abo",163) +l(i=A.oe.prototype,"gOs",0,0,null,["$1$from","$0"],["Ot","dK"],292,0,0) +p(i,"gWh","Wi",293) +p(i,"gy6","UA",4) +p(A.fa.prototype,"gmP","uj",5) +p(A.tX.prototype,"gJS","JT",5) +p(i=A.ny.prototype,"gmP","uj",5) +q(i,"gAa","a4R",0) +p(i=A.oC.prototype,"gHN","a07",5) +q(i,"gHM","a06",0) +q(A.lE.prototype,"gez","ar",0) +p(A.k0.prototype,"gNF","qX",5) +p(i=A.yu.prototype,"ga_4","a_5",28) +p(i,"ga_8","a_9",42) +q(i,"ga_2","a_3",0) +p(i=A.yv.prototype,"ga0E","a0F",51) +p(i,"ga0G","a0H",40) +q(A.yx.prototype,"gzd","HG",0) +p(i=A.r4.prototype,"ga2v","a2w",35) +p(i,"ga2x","a2y",17) +p(i,"ga2t","a2u",39) +q(i,"gYc","Yd",0) +p(i,"gZ4","Z5",55) +q(A.yw.prototype,"gMJ","vQ",0) +k(A,"aC9",4,null,["$4"],["asw"],469,0) +p(i=A.yA.prototype,"ga0N","a0O",39) +q(i,"gYW","He",0) +q(i,"gZh","Hg",0) +p(i,"guk","a3M",5) +p(i=A.yy.prototype,"ga0Z","a1_",28) +p(i,"ga10","a11",42) +q(i,"ga0X","a0Y",0) +k(A,"aAo",1,null,["$2$forceReport","$1"],["ajD",function(a){return A.ajD(a,!1)}],470,0) +p(i=A.aw.prototype,"ga52","T",48) +p(i,"gOg","I",48) +q(i,"gdc","m",0) +q(i,"gez","ar",0) +r(A,"aC1","awp",471) +p(i=A.p0.prototype,"gZ2","Z3",385) +p(i,"gWd","We",386) +p(i,"ga5O","a5P",46) +q(i,"gX8","yL",0) +p(i,"gZ6","Hf",16) +q(i,"gZl","Zm",0) +k(A,"aG0",3,null,["$3"],["ajJ"],472,0) +p(A.fT.prototype,"glF","fW",16) +r(A,"ao4","auq",33) +r(A,"ahI","ath",152) +r(A,"ahJ","ati",33) +k(A,"aBM",0,function(){return{allowedButtonsFilter:null,debugOwner:null,supportedDevices:null}},["$3$allowedButtonsFilter$debugOwner$supportedDevices","$0"],["akF",function(){return A.akF(null,null,null)}],473,0) +p(A.ud.prototype,"glF","fW",16) +r(A,"aBN","atg",33) +q(A.JO.prototype,"ga12","a13",0) +p(i=A.fR.prototype,"gtO","a0l",16) +p(i,"ga27","pk",405) +q(i,"ga0m","lh",0) +r(A,"rX","atV",33) +p(A.pL.prototype,"glF","fW",16) +m(i=A.zp.prototype,"ga_B","a_C",434) +m(i,"ga00","a01",81) +p(A.y8.prototype,"gy7","UC",476) +p(i=A.zW.prototype,"gbg","bh",1) +p(i,"gbt","bc",1) +p(i,"gbn","b6",1) +p(i,"gbM","bf",1) +q(A.yg.prototype,"glG","BQ",0) +p(i=A.zX.prototype,"gbg","bh",1) +p(i,"gbt","bc",1) +p(i,"gbn","b6",1) +p(i,"gbM","bf",1) +k(A,"aB_",4,null,["$4"],["ayS"],474,0) +p(i=A.zO.prototype,"gbg","bh",1) +p(i,"gbt","bc",1) +p(A.ks.prototype,"gXO","XP",5) +p(A.uL.prototype,"ga_w","a_x",5) +p(A.uM.prototype,"ga_y","a_z",5) +p(i=A.pb.prototype,"gPi","Pj",193) +p(i,"ga7o","a7p",194) +l(i=A.zb.prototype,"gE6",0,0,function(){return[null]},["$1","$0"],["E7","Q2"],195,0,0) +q(i,"glG","BQ",0) +p(i,"gMC","a8I",196) +p(i,"ga8J","a8K",19) +p(i,"ga9p","a9q",28) +p(i,"ga9r","a9s",42) +p(i,"ga9e","a9f",28) +p(i,"ga9g","a9h",42) +q(i,"ga9m","MH",0) +q(i,"ga9n","a9o",0) +q(i,"ga9a","a9b",0) +q(i,"ga9c","a9d",0) +p(i,"ga8W","a8X",51) +p(i,"ga8Y","a8Z",40) +q(A.z6.prototype,"gz4","z5",0) +p(i=A.zR.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +p(i,"gVr","Vs",121) +m(i,"ga1e","a1f",10) +q(A.zf.prototype,"gz4","z5",0) +q(A.AQ.prototype,"gyz","G2",0) +q(i=A.rN.prototype,"gnO","abd",0) +p(i,"gnN","abc",5) +p(i=A.Bn.prototype,"gpf","zr",31) +q(i,"gdc","m",0) +p(i=A.Bo.prototype,"gpf","zr",31) +q(i,"gdc","m",0) +p(i=A.yV.prototype,"gZf","Zg",5) +q(i,"ga0S","a0T",0) +q(A.q_.prototype,"gZY","ZZ",0) +k(A,"aoi",3,null,["$3"],["azT"],475,0) +s(A,"aC_","aw4",109) +p(i=A.NR.prototype,"gCq","nP",32) +p(i,"gCp","qZ",32) +p(i,"gNJ","Cw",68) +p(i,"gCy","nR",76) +p(i,"gCx","nQ",54) +q(i=A.Ao.prototype,"gHU","a0x",0) +m(i,"ga3_","a30",100) +q(i,"ga31","a32",0) +s(A,"aC8","awG",109) +p(i=A.OG.prototype,"gCq","nP",32) +p(i,"gCp","qZ",32) +p(i,"gCy","nR",76) +p(i,"gCx","nQ",54) +q(i=A.AO.prototype,"gJv","a3P",0) +m(i,"gZt","Zu",100) +q(i,"gZz","ZA",0) +s(A,"aCa","awQ",477) +p(i=A.qB.prototype,"ga45","a46",5) +p(i,"ga43","a44",55) +p(i,"gH8","Yy",16) +q(i,"ga_6","a_7",0) +q(i,"ga41","a42",0) +q(i,"gZd","Ze",0) +p(i,"gHc","YK",51) +p(i,"gHd","YL",40) +p(i,"gV8","V9",6) +k(A,"ahs",3,null,["$3"],["akA"],478,0) +k(A,"ahz",3,null,["$3"],["cA"],479,0) +m(A.qO.prototype,"ga3y","a3z",239) +k(A,"C5",3,null,["$3"],["aR"],480,0) +p(i=A.En.prototype,"gado","dL",1) +p(i,"gBn","eu",1) +q(i=A.pY.prototype,"gZI","ZJ",0) +p(i,"gZM","ZN",245) +q(i,"gZK","ZL",0) +p(i,"ga_h","a_i",4) +p(i,"gYZ","Z_",4) +q(A.yc.prototype,"gdc","m",0) +p(i=A.v.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +q(i,"gw8","a0",0) +m(A.cD.prototype,"ga7w","na",10) +p(i=A.wb.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +p(i=A.wc.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +q(i=A.n5.prototype,"gdm","aA",0) +q(i,"gug","a3s",0) +p(i,"gZQ","ZR",83) +p(i,"gZO","ZP",250) +p(i,"gYQ","YR",19) +p(i,"gYM","YN",19) +p(i,"gYS","YT",19) +p(i,"gYO","YP",19) +p(i,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +p(i,"gWB","WC",28) +q(i,"ga_0","a_1",0) +q(i,"gYC","YD",0) +m(i,"gWD","Gh",10) +p(i=A.we.prototype,"gbn","b6",1) +p(i,"gbM","bf",1) +p(i=A.wf.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +p(i=A.wi.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +r(A,"ao9","avO",13) +r(A,"aoa","avP",13) +q(A.vR.prototype,"ga4K","Kc",0) +p(i=A.o.prototype,"gCO","j3",13) +q(i,"gdm","aA",0) +l(i,"gei",0,2,null,["$2"],["an"],10,0,1) +q(i,"gNv","b5",0) +l(i,"gHK",0,1,null,["$2$isMergeUp","$1"],["tI","a0_"],258,0,0) +l(i,"gme",0,0,null,["$4$curve$descendant$duration$rect","$0","$1$rect","$3$curve$duration$rect","$2$descendant$rect"],["dN","ou","l6","mf","l7"],94,0,0) +p(i=A.a8.prototype,"ga5V","a5W","a8.0?(N?)") +p(i,"ga5T","a5U","a8.0?(N?)") +q(A.pU.prototype,"gu8","a2K",0) +p(i=A.wm.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +p(i,"gVt","Vu",121) +p(i=A.dC.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +l(i,"gei",0,2,null,["$2"],["an"],10,0,1) +p(i=A.wa.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +p(i=A.w8.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +p(i=A.wh.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +q(A.w6.prototype,"guv","A3",0) +q(A.rz.prototype,"gtG","mF",0) +p(i=A.wk.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +q(i=A.jb.prototype,"ga1D","a1E",0) +q(i,"ga1F","a1G",0) +q(i,"ga1H","a1I",0) +q(i,"ga1B","a1C",0) +q(i=A.wo.prototype,"ga1K","a1L",0) +q(i,"ga1x","a1y",0) +q(i,"ga1v","a1w",0) +q(i,"ga1p","a1q",0) +q(i,"ga1r","a1s",0) +q(i,"ga1z","a1A",0) +q(i,"ga1t","a1u",0) +q(A.Hb.prototype,"gIU","IV",0) +p(i=A.n7.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +l(i,"gei",0,2,null,["$2"],["an"],10,0,1) +p(i=A.wl.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +p(i=A.wd.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +l(A.cr.prototype,"ga9K",0,1,null,["$3$crossAxisPosition$mainAxisPosition"],["MT"],264,0,0) +p(i=A.wq.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +m(i,"gabK","abL",10) +p(i=A.pX.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +m(i,"ga1c","I0",10) +l(i,"gme",0,0,null,["$4$curve$descendant$duration$rect","$0","$1$rect","$3$curve$duration$rect","$2$descendant$rect"],["dN","ou","l6","mf","l7"],94,0,0) +s(A,"aAx","avT",481) +k(A,"aAy",0,null,["$2$priority$scheduler"],["aAV"],482,0) +p(i=A.dn.prototype,"gWR","WS",112) +q(i,"ga2A","a2B",0) +p(i,"gXX","XY",4) +q(i,"gYj","Yk",0) +q(i,"gWp","Wq",0) +p(A.qy.prototype,"gur","a3X",4) +q(i=A.Hc.prototype,"gWf","Wg",0) +q(i,"gZH","Hi",0) +p(i,"gZF","ZG",271) +p(A.bM.prototype,"gIk","a23",272) +q(A.wR.prototype,"gdc","m",0) +p(A.h8.prototype,"ga5b","Al",279) +r(A,"aAp","arO",483) +r(A,"aAw","awa",484) +q(i=A.q9.prototype,"gUr","Us",282) +p(i,"gYA","yU",283) +p(i,"gZ0","tw",74) +p(i=A.EU.prototype,"ga8O","a8P",88) +p(i,"ga98","BO",286) +p(i,"gVW","VX",287) +p(A.wv.prototype,"ga0a","zh",118) +p(i=A.cw.prototype,"gWy","Wz",119) +p(i,"gIi","Ij",119) +p(A.HX.prototype,"ga_Y","tE",74) +p(A.Ic.prototype,"ga_d","yY",74) +p(A.y5.prototype,"gGY","XN",301) +p(i=A.Bd.prototype,"ga0J","a0K",302) +p(i,"ga14","a15",303) +p(A.ya.prototype,"gUm","Un",304) +q(A.uW.prototype,"gdc","m",0) +q(i=A.xU.prototype,"ga8S","a8T",0) +p(i,"gYU","YV",74) +q(i,"gXZ","Y_",0) +q(i=A.Bk.prototype,"ga8V","BJ",0) +q(i,"ga9u","BR",0) +q(i,"ga91","BM",0) +p(i,"ga8B","BG",460) +p(A.yK.prototype,"gy5","Fc",5) +q(i=A.kf.prototype,"gHT","a0w",0) +q(i,"ga0I","HW",0) +q(i,"ga2o","a2p",0) +q(i,"gpw","a4e",0) +q(i,"ga0C","a0D",0) +q(i,"ga0y","a0z",0) +q(i,"gHV","zp",0) +q(i,"gtd","G5",0) +q(i,"gyB","WE",0) +p(i,"gVJ","VK",311) +l(i,"ga2G",0,0,function(){return[null]},["$1","$0"],["IF","IE"],125,0,0) +p(i,"gabQ","abR",83) +l(i,"ga0g",0,3,null,["$3"],["a0h"],126,0,0) +l(i,"ga0i",0,3,null,["$3"],["a0j"],126,0,0) +q(i,"gVj","Fp",58) +q(i,"ga0u","a0v",58) +q(i,"ga_S","a_T",58) +q(i,"ga1m","a1n",58) +q(i,"gWr","Ws",58) +p(i,"ga49","a4a",315) +p(i,"ga2g","Ir",316) +p(i,"ga2N","a2O",317) +p(i,"ga2L","a2M",318) +p(i,"gWV","WW",319) +p(i,"ga4C","a4D",320) +p(i,"ga_n","a_o",321) +p(i,"gWb","Wc",55) +q(A.c2.prototype,"gdc","m",0) +q(i=A.uu.prototype,"gdc","m",0) +q(i,"gUE","UF",0) +p(i=A.L3.prototype,"gMF","BN",16) +p(i,"gME","a8Q",496) +q(A.r8.prototype,"gyT","Yx",0) +k(A,"aBc",1,null,["$5$alignment$alignmentPolicy$curve$duration","$1","$2$alignmentPolicy"],["afD",function(a){return A.afD(a,null,null,null,null)},function(a,b){return A.afD(a,null,b,null,null)}],485,0) +r(A,"aeg","axD",11) +s(A,"aef","ats",486) +r(A,"anW","atr",11) +p(i=A.Ld.prototype,"ga4g","JK",11) +q(i,"ga4h","a4i",0) +p(A.at.prototype,"ga7n","vl",11) +p(i=A.pR.prototype,"gXi","Xj",55) +p(i,"gZ7","Z8",359) +p(i,"ga4I","a4J",360) +p(i=A.jG.prototype,"gV1","V2",6) +p(i,"gXS","H_",5) +q(i,"gNK","abB",0) +p(i=A.p3.prototype,"gYu","Yv",363) +l(i,"gW9",0,5,null,["$5"],["Wa"],364,0,0) +k(A,"ao0",3,null,["$3"],["iO"],487,0) +q(A.od.prototype,"gXQ","XR",0) +q(A.rh.prototype,"gyZ","a_f",0) +s(A,"ao7","auT",488) +r(A,"jZ","ayi",59) +r(A,"ao8","ayj",59) +r(A,"C1","ayk",59) +p(A.rq.prototype,"gqW","lQ",70) +p(A.rp.prototype,"gqW","lQ",70) +p(A.zB.prototype,"gqW","lQ",70) +p(A.zC.prototype,"gqW","lQ",70) +p(i=A.fv.prototype,"ga0p","a0q",55) +p(i,"gZb","Zc",16) +r(A,"aBP","ayg",13) +l(A.nX.prototype,"gei",0,2,null,["$2"],["an"],10,0,1) +p(i=A.lq.prototype,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +p(A.z2.prototype,"gzs","zt",49) +q(i=A.z1.prototype,"gdc","m",0) +p(i,"gyc","yd",5) +p(i,"ga3Y","a3Z",4) +p(A.AK.prototype,"gzs","zt",49) +p(i=A.AJ.prototype,"gyc","yd",5) +q(i,"gdc","m",0) +p(A.DA.prototype,"ga08","zg",118) +q(A.A8.prototype,"gzF","a2f",0) +q(A.cV.prototype,"gdc","m",0) +p(A.h6.prototype,"ga4y","A4",396) +p(i=A.rB.prototype,"ga2i","a2j",4) +q(i,"gty","Hh",0) +q(i,"gyQ","XW",157) +q(i,"gyV","Zk",0) +p(A.dc.prototype,"gHj","a__",5) +p(i=A.eC.prototype,"gUY","UZ",6) +p(i,"gV_","V0",6) +q(i=A.Cy.prototype,"gzL","zM",0) +q(i,"gzJ","zK",0) +q(i=A.DR.prototype,"gzL","zM",0) +q(i,"gzJ","zK",0) +q(A.wC.prototype,"gdc","m",0) +s(A,"aG9","ani",489) +o(i=A.As.prototype,"gkj","J",53) +o(i,"gCQ","C",53) +r(A,"C4","aAW",49) +q(i=A.jf.prototype,"ga7E","a7F",0) +q(i,"gdc","m",0) +q(A.wG.prototype,"gdc","m",0) +p(i=A.q1.prototype,"gH3","Ye",409) +p(i,"gIM","a2Q",35) +p(i,"gIN","a2R",17) +p(i,"gIL","a2P",39) +q(i,"gIJ","IK",0) +q(i,"gWn","Wo",0) +q(i,"gWl","Wm",0) +p(i,"ga20","a21",155) +p(i,"ga2S","a2T",16) +p(i,"gZn","Zo",97) +q(i=A.Aj.prototype,"gID","a2E",0) +q(i,"gdc","m",0) +q(A.q2.prototype,"gdc","m",0) +p(i=A.i0.prototype,"ga4P","a4Q",5) +q(i,"gMJ","vQ",0) +p(i,"ga_b","a_c",28) +p(i,"ga2U","a2V",97) +p(i,"gZp","Zq",49) +p(i,"gZ9","Za",16) +p(i,"ga2W","a2X",155) +o(i=A.pv.prototype,"gkj","J",53) +o(i,"gCQ","C",53) +m(i,"gyn","VH",420) +q(i,"gyW","Zs",0) +q(i,"gdc","m",0) +m(A.Aw.prototype,"gYX","YY",141) +q(A.wW.prototype,"gdc","m",0) +q(A.Av.prototype,"gJ5","a3n",0) +q(i=A.A5.prototype,"gtA","a_l",0) +p(i,"gbg","bh",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbM","bf",1) +l(i,"gme",0,0,null,["$4$curve$descendant$duration$rect","$0","$1$rect","$3$curve$duration$rect","$2$descendant$rect"],["dN","ou","l6","mf","l7"],94,0,0) +p(A.qg.prototype,"gack","Of",428) +q(A.rA.prototype,"gtS","a0U",0) +q(A.yD.prototype,"gdc","m",0) +p(i=A.AM.prototype,"glF","fW",16) +q(i,"gVQ","VR",0) +p(A.tu.prototype,"glF","fW",16) +q(i=A.I0.prototype,"gKe","A8",0) +p(i,"gZv","Zw",35) +p(i,"gZx","Zy",17) +p(i,"gZB","ZC",35) +p(i,"gZD","ZE",17) +p(i,"gXT","XU",39) +p(i=A.Ha.prototype,"gZU","ZV",35) +p(i,"gZW","ZX",17) +p(i,"gZS","ZT",39) +p(i,"gYn","Yo",35) +p(i,"gYp","Yq",17) +p(i,"gYl","Ym",39) +p(i,"gV4","V5",6) +p(i,"gUT","UU",6) +p(i,"gV6","V7",6) +q(A.At.prototype,"gus","zX",0) +q(A.Aq.prototype,"gz_","z0",0) +p(i=A.xD.prototype,"gabz","abA",72) +p(i,"gCq","nP",32) +p(i,"gCp","qZ",32) +p(i,"gCy","nR",76) +q(i,"gabw","abx",0) +p(i,"gCx","nQ",54) +p(i,"gNJ","Cw",68) +p(i,"gabu","abv",93) +q(i,"gabp","abq",0) +p(i,"gabr","abs",28) +p(i,"gabe","abf",72) +p(i,"gabC","abD",72) +p(i,"gabi","abj",160) +p(i,"gabk","abl",161) +p(i,"gabg","abh",162) +p(i=A.AS.prototype,"gJx","a3R",72) +p(i,"gJy","a3S",76) +q(i,"gJw","a3Q",0) +p(i,"gH5","Yg",160) +p(i,"gH6","Yh",161) +p(i,"gH4","Yf",162) +p(i,"gXd","Xe",32) +p(i,"gXb","Xc",32) +p(i,"gYI","YJ",54) +p(i,"gYG","YH",68) +p(i,"gYE","YF",93) +q(A.tP.prototype,"gdc","m",0) +q(A.fd.prototype,"ghT","hU",0) +q(A.cJ.prototype,"gdR","e7",0) +q(A.y6.prototype,"gyR","Y0",0) +q(i=A.qI.prototype,"gOJ","rh",0) +q(i,"gOa","ra",0) +p(i,"ga4b","a4c",440) +p(i,"ga24","a25",441) +q(i,"gzx","Id",0) +q(i,"gyS","H7",0) +q(A.xP.prototype,"gdc","m",0) +p(i=A.A3.prototype,"gbM","bf",1) +p(i,"gbn","b6",1) +p(i,"gbt","bc",1) +p(i,"gbg","bh",1) +l(A.Gf.prototype,"ga8L",0,3,null,["$3"],["vL"],442,0,0) +s(A,"aAD","as4",490) +s(A,"aBG","aup",491) +q(A.nQ.prototype,"gNu","aaQ",0) +q(i=A.Bl.prototype,"gHZ","a1a",0) +p(i,"ga0V","a0W",46) +j(A.Bm.prototype,"gVA","FE",0) +r(A,"aCn","axb",36) +n(A,"aCo","axR",493) +r(A,"aCj","axj",36) +r(A,"aor","axk",36) +r(A,"aCk","axl",36) +r(A,"aCl","axm",36) +r(A,"aCm","axn",36) +r(A,"aos","axo",36) +r(A,"aok","axg",494) +k(A,"aBL",2,null,["$1$2","$2"],["ahH",function(a,b){return A.ahH(a,b,t.Ci)}],495,1) +k(A,"ahK",1,null,["$2$wrapWidth","$1"],["anS",function(a){return A.anS(a,null)}],330,0) +n(A,"aBW","ana",0) +s(A,"lB","as7",65) +s(A,"o6","as8",65)})();(function inheritance(){var s=hunkHelpers.mixin,r=hunkHelpers.mixinHard,q=hunkHelpers.inherit,p=hunkHelpers.inheritMany +q(A.N,null) +p(A.N,[A.Ck,A.RO,A.k9,A.a7z,A.eR,A.CK,A.Ey,A.kF,A.fY,A.t,A.DS,A.i8,A.Hm,A.n4,A.lc,A.mk,A.a2f,A.CU,A.eb,A.a_6,A.ZA,A.EZ,A.Yf,A.Yg,A.We,A.T8,A.SF,A.CW,A.Zb,A.ei,A.os,A.tH,A.SD,A.CS,A.SI,A.D_,A.lQ,A.a_e,A.CM,A.Hg,A.xj,A.jl,A.D0,A.HK,A.CY,A.tJ,A.tI,A.CX,A.CV,A.SG,A.bm,A.D7,A.SU,A.SV,A.Vy,A.Vz,A.VN,A.EB,A.X5,A.EA,A.Ez,A.DP,A.ub,A.Km,A.Kn,A.DO,A.Ed,A.W0,A.E5,A.p_,A.ml,A.ux,A.Cs,A.EN,A.hQ,A.EV,A.hK,A.Y1,A.YV,A.Sg,A.K,A.iy,A.Za,A.Ex,A.ZO,A.Io,A.G1,A.ZR,A.ZT,A.a0Q,A.G2,A.a_3,A.zm,A.a6c,A.Px,A.ij,A.nJ,A.rw,A.ZV,A.age,A.a_h,A.Ru,A.G6,A.jc,A.Cf,A.oS,A.V4,A.Hf,A.He,A.nm,A.Vn,A.a1M,A.a1I,A.Ka,A.aV,A.ft,A.XK,A.XM,A.a2E,A.a2I,A.a4J,A.Ge,A.a3e,A.ui,A.Se,A.Dd,A.Vb,A.Vc,A.xs,A.V5,A.Cu,A.qt,A.oP,A.XA,A.a3h,A.a34,A.X6,A.UR,A.Uf,A.F9,A.fX,A.TF,A.KA,A.a6U,A.mh,A.Ip,A.afS,J.uN,J.k1,A.cm,A.tE,A.CO,A.b2,A.a20,A.dz,A.dk,A.xS,A.E1,A.HN,A.Hn,A.Ho,A.DT,A.Ei,A.qM,A.un,A.Ig,A.jn,A.eI,A.vh,A.oE,A.rj,A.fA,A.uR,A.a4o,A.FI,A.uj,A.AD,A.aaA,A.Yk,A.v4,A.EQ,A.rl,A.a5o,A.qj,A.Oo,A.a6O,A.a8i,A.fx,A.KY,A.AZ,A.abv,A.vb,A.AW,A.J7,A.J9,A.zh,A.o0,A.Ct,A.qY,A.yf,A.Ju,A.id,A.am,A.J8,A.AH,A.Ja,A.IP,A.Kd,A.a7s,A.rv,A.yE,A.Ol,A.acK,A.z4,A.lg,A.a8X,A.lj,A.zl,A.f3,A.LC,A.Pq,A.yG,A.Kp,A.Lw,A.Oh,A.Og,A.ik,A.HI,A.Db,A.tT,A.Je,A.So,A.CR,A.O4,A.a8U,A.a8R,A.a6Q,A.abu,A.Pt,A.Ba,A.hC,A.aM,A.FP,A.xd,A.KC,A.kn,A.b9,A.bb,A.Op,A.xe,A.a0O,A.ce,A.B8,A.a4u,A.O5,A.uk,A.kX,A.a41,A.FH,A.DU,A.a6P,A.AF,A.jA,A.Sy,A.FJ,A.y,A.az,A.h1,A.ez,A.n,A.vi,A.afM,A.kY,A.ko,A.kB,A.q7,A.hY,A.vS,A.cd,A.bV,A.a1Z,A.fo,A.km,A.xt,A.xx,A.dT,A.aW,A.br,A.kG,A.Sr,A.Es,A.RX,A.Sh,A.WO,A.xh,A.ix,A.ts,A.Dy,A.mw,A.pm,A.rK,A.rk,A.vg,A.Dw,A.Ew,A.Kg,A.Oj,A.kp,A.aw,A.T,A.a28,A.tg,A.vP,A.te,A.td,A.lE,A.k0,A.a6,A.qE,A.Ll,A.a3S,A.Lc,A.eA,A.Dx,A.yt,A.K8,A.CF,A.Nk,A.JX,A.AU,A.vE,A.K_,A.JY,A.dh,A.KO,A.CA,A.a9z,A.U,A.hD,A.ey,A.ah2,A.fs,A.vQ,A.acd,A.a4K,A.w1,A.hb,A.cE,A.cj,A.Ep,A.rc,A.Wr,A.aaB,A.p0,A.iC,A.hI,A.hJ,A.eV,A.Mt,A.cL,A.IL,A.Jy,A.JI,A.JD,A.JB,A.JC,A.JA,A.JE,A.JM,A.JK,A.JL,A.JJ,A.JG,A.JH,A.JF,A.Jz,A.mm,A.DG,A.eY,A.rJ,A.iM,A.pp,A.ve,A.po,A.jQ,A.agX,A.a_4,A.F1,A.JO,A.rF,A.a__,A.a_2,A.dO,A.qo,A.qp,A.fG,A.nC,A.zM,A.hi,A.IN,A.H0,A.a29,A.J4,A.jC,A.Jd,A.LD,A.Ji,A.Jj,A.Jk,A.Jl,A.Jm,A.Lt,A.LS,A.Jn,A.Jo,A.Jp,A.Jr,A.Jt,A.K2,A.K4,A.bA,A.Kh,A.Kl,A.Kq,A.Kr,A.aI,A.Kz,A.jE,A.KE,A.KI,A.a7i,A.KM,A.VM,A.VC,A.VB,A.VL,A.Lb,A.hO,A.pe,A.bq,A.Eb,A.K6,A.aac,A.EL,A.Lg,A.Lx,A.Dz,A.Jh,A.OS,A.zj,A.b0,A.aO,A.Fi,A.LP,A.LN,A.LO,A.Lv,A.LZ,A.M_,A.M0,A.Me,A.mF,A.fb,A.h0,A.Mj,A.rN,A.MQ,A.MS,A.MW,A.a0T,A.GX,A.Ta,A.Z2,A.IO,A.NL,A.NM,A.Lu,A.NN,A.NO,A.xD,A.Oa,A.a2l,A.Of,A.Or,A.Ou,A.OE,A.OJ,A.OT,A.cX,A.OV,A.rf,A.KF,A.Pw,A.OX,A.OY,A.P_,A.Pk,A.en,A.a30,A.FR,A.tv,A.SN,A.mp,A.bU,A.Xo,A.uI,A.Cg,A.iP,A.Oq,A.pG,A.fg,A.abL,A.abP,A.nS,A.nN,A.I_,A.a2B,A.a6V,A.a9H,A.acg,A.I7,A.pY,A.bR,A.zg,A.cD,A.Tn,A.nr,A.a4E,A.a8W,A.tj,A.Cp,A.Lr,A.EY,A.v_,A.LT,A.Qg,A.vR,A.aj,A.cQ,A.a8,A.pU,A.ab9,A.NV,A.h9,A.Gv,A.Qy,A.dC,A.w6,A.d9,A.Hb,A.a1u,A.kV,A.nk,A.Ob,A.a0l,A.a2p,A.a2q,A.a2n,A.fW,A.a0r,A.a_C,A.In,A.nb,A.ra,A.ZF,A.dn,A.qy,A.nv,A.xI,A.Hc,A.a1L,A.or,A.CQ,A.c9,A.NT,A.NW,A.jy,A.hp,A.jO,A.h8,A.NX,A.a1J,A.Cr,A.tq,A.S8,A.q9,A.Sf,A.ow,A.Lp,A.WN,A.uY,A.EU,A.Yc,A.Lq,A.hT,A.pH,A.vr,A.a2N,A.XL,A.XN,A.a2F,A.a2J,A.YW,A.vs,A.k3,A.mM,A.Vu,A.MX,A.MY,A.a_l,A.cf,A.cw,A.l4,A.x9,A.Tt,A.RW,A.i4,A.OF,A.l6,A.LW,A.abA,A.xz,A.a3i,A.a_f,A.c7,A.a3T,A.a3g,A.nl,A.a3j,A.HX,A.xy,A.Ql,A.Ic,A.a4t,A.Lk,A.IM,A.rt,A.dw,A.FG,A.lG,A.fH,A.xU,A.d2,A.Dg,A.xL,A.eG,A.aaY,A.L2,A.Jc,A.VU,A.KS,A.KQ,A.L3,A.r9,A.KW,A.r6,A.Ki,A.TG,A.Qp,A.Qo,A.Ld,A.Sj,A.vF,A.a9B,A.a0I,A.kr,A.mo,A.a1K,A.a84,A.jG,A.kE,A.a,A.CN,A.ru,A.DD,A.iZ,A.HZ,A.mC,A.vp,A.jd,A.I8,A.lm,A.Nx,A.j3,A.nX,A.Zs,A.AE,A.vM,A.YM,A.ZQ,A.h6,A.nd,A.F7,A.H_,A.a1a,A.act,A.a2m,A.je,A.KL,A.eF,A.Iq,A.q0,A.H8,A.H6,A.Uc,A.O6,A.PZ,A.O0,A.O3,A.ha,A.l3,A.yD,A.x8,A.Ov,A.Oy,A.Ox,A.Oz,A.Ow,A.AM,A.I0,A.Ha,A.hf,A.xF,A.fd,A.cJ,A.yp,A.qJ,A.Po,A.Ss,A.WS,A.a4G,A.Dh,A.jr,A.a13,A.a2b,A.ZL,A.ZP,A.nM,A.Ke,A.hl,A.Gb,A.Ga,A.mH,A.aY,A.kM,A.cY,A.hh,A.PP,A.F8,A.a4M,A.qT,A.fj]) +p(A.k9,[A.D9,A.RU,A.RQ,A.Da,A.SC,A.ad9,A.adw,A.adv,A.X3,A.X4,A.X0,A.X1,A.X2,A.ae9,A.ae8,A.a2k,A.ady,A.adC,A.SZ,A.T_,A.SX,A.SY,A.SW,A.U0,A.U2,A.adZ,A.VS,A.VT,A.aeN,A.aeM,A.W1,A.W2,A.W3,A.W4,A.W5,A.W6,A.W9,A.Wa,A.aec,A.aed,A.aee,A.aeb,A.aet,A.XH,A.XG,A.aeh,A.aei,A.adE,A.adF,A.adG,A.adH,A.adI,A.adJ,A.adK,A.adL,A.XX,A.XY,A.XZ,A.Y0,A.Y7,A.Yb,A.Z4,A.a2c,A.a2d,A.Vk,A.Vg,A.Vh,A.Vi,A.Vj,A.Vf,A.Vd,A.Vm,A.a0R,A.a6d,A.a9R,A.a9T,A.a9U,A.a9V,A.a9W,A.a9X,A.a9Y,A.ac8,A.ac9,A.aca,A.acb,A.acc,A.a9r,A.a9s,A.a9t,A.a9u,A.a9v,A.a9w,A.a_i,A.a_j,A.a_n,A.Rx,A.Ry,A.Xu,A.Xv,A.a1p,A.a1q,A.a1R,A.Vp,A.TB,A.YP,A.a3_,A.a38,A.a39,A.a3a,A.a3c,A.V8,A.V6,A.V7,A.Tu,A.Tv,A.Tw,A.Tx,A.Xc,A.Xd,A.Xa,A.RL,A.VH,A.VI,A.X7,A.Ug,A.Ti,A.Tl,A.Jx,A.Wj,A.Su,A.EM,A.HR,A.XR,A.XQ,A.aep,A.aer,A.abw,A.a5X,A.a5W,A.ad5,A.ad4,A.Wo,A.a7T,A.a8_,A.a2K,A.aaH,A.a82,A.a7d,A.Yz,A.a2z,A.a8Q,A.ack,A.adr,A.ads,A.aez,A.aeJ,A.aeK,A.ae6,A.XW,A.ae2,A.WR,A.WP,A.a9x,A.RV,A.a5P,A.a5Q,A.a5R,A.a5S,A.a5T,A.a5U,A.SL,A.Xj,A.Xk,A.Xl,A.Xm,A.Xn,A.a6X,A.a6W,A.a70,A.a71,A.a73,A.aa8,A.aa6,A.aa9,A.aaa,A.Th,A.Zm,A.a7c,A.VP,A.VQ,A.VR,A.ae7,A.a2C,A.a2Q,A.a80,A.ZX,A.ZY,A.a_5,A.RH,A.RI,A.RJ,A.a91,A.YD,A.a6J,A.a6K,A.a6L,A.a6m,A.a6n,A.a6o,A.a6z,A.a6C,A.a6D,A.a6E,A.a6F,A.a6G,A.a6H,A.a6I,A.a6p,A.a6q,A.a6r,A.a6A,A.a6k,A.a6B,A.a6j,A.a6s,A.a6t,A.a6u,A.a6v,A.a6w,A.a6x,A.a6y,A.TE,A.a8d,A.a8a,A.a8c,A.a8b,A.a7C,A.a7D,A.a7F,A.a7E,A.a7G,A.a7H,A.a7J,A.a7I,A.a9C,A.a9D,A.a9F,A.a9G,A.a9E,A.a8n,A.a8k,A.aae,A.a8w,A.a8y,A.a8u,A.a8v,A.a8s,A.a8t,A.a8x,A.a8z,A.a8A,A.a8H,A.a8E,A.a8C,A.a8J,A.a8K,A.a8L,A.a8I,A.a8F,A.a8G,A.a8D,A.a3C,A.a9i,A.a93,A.a94,A.a95,A.a96,A.YH,A.acN,A.acO,A.acP,A.acQ,A.Zz,A.a0S,A.a9b,A.a98,A.a9a,A.a99,A.a97,A.abx,A.abz,A.aby,A.abJ,A.abK,A.adQ,A.adR,A.aap,A.aaq,A.aas,A.aat,A.a5L,A.a3Y,A.a6S,A.a6T,A.SO,A.SP,A.SQ,A.Xz,A.Xy,A.abg,A.abh,A.abi,A.a3R,A.a3M,A.a3L,A.a3U,A.Wh,A.a0z,A.Sc,A.a_M,A.a_L,A.a_J,A.a01,A.a02,A.a_Y,A.a_Z,A.a0_,A.a00,A.a_W,A.a_X,A.YZ,A.YY,A.a09,A.a0a,A.a05,A.a06,A.a07,A.a_D,A.a0g,A.a0h,A.a0c,A.a0m,A.a0o,A.a0q,A.a0p,A.a0v,A.a0t,A.a0u,A.a0s,A.a0y,A.a0x,A.a0Z,A.a0Y,A.a4_,A.a1P,A.a1N,A.abe,A.abd,A.abb,A.abc,A.ada,A.a1T,A.a1S,A.a1A,A.a1E,A.a1C,A.a1F,A.a1D,A.a1G,A.a1H,A.ZN,A.a22,A.a7f,A.S7,A.YN,A.Vv,A.a0F,A.a0G,A.a0E,A.VE,A.a36,A.a3x,A.a3w,A.a3y,A.a9P,A.adD,A.RC,A.RF,A.RD,A.RE,A.RG,A.aco,A.acp,A.abo,A.a65,A.a6a,A.acf,A.ace,A.ST,A.acs,A.acr,A.Tb,A.Ts,A.TY,A.TZ,A.UI,A.UN,A.UJ,A.UL,A.Ui,A.Uq,A.UK,A.Uu,A.Up,A.UQ,A.Uh,A.Ux,A.aaZ,A.VW,A.adz,A.VZ,A.VY,A.aa3,A.TI,A.TJ,A.TL,A.TM,A.TH,A.TT,A.TU,A.TV,A.TW,A.aa0,A.aa1,A.a9Z,A.a_B,A.a8f,A.UY,A.UW,A.UV,A.UZ,A.V0,A.UT,A.UX,A.UU,A.ZE,A.Z3,A.Wx,A.WC,A.WE,A.WG,A.WI,A.Wz,A.WB,A.a7k,A.a7l,A.a7m,A.a7p,A.a7q,A.a7r,A.WY,A.WW,A.WV,A.Xi,A.Xs,A.Xr,A.Xq,A.a5p,A.a5q,A.a5r,A.a5s,A.a5t,A.a5u,A.a5v,A.a5w,A.a5z,A.a5E,A.a5F,A.a5G,A.a5H,A.a5I,A.a5J,A.a5y,A.a5x,A.a5A,A.a5B,A.a5C,A.a5D,A.Xw,A.adN,A.adO,A.adP,A.a9_,A.a90,A.Yv,A.Yx,A.Yu,A.a3B,A.Yy,A.YL,A.a0N,A.a0M,A.Zk,A.aaJ,A.aaM,A.Zj,A.Ze,A.Zr,A.aay,A.aaw,A.aax,A.aav,A.aah,A.aai,A.Zy,A.aaD,A.aaQ,A.aaO,A.a4n,A.a4k,A.a9p,A.a9m,A.a16,A.a17,A.a18,A.a1c,A.a1d,A.a1e,A.a1g,A.a1n,A.a1k,A.a1m,A.ab_,A.a1r,A.a_s,A.a_o,A.a_p,A.a_q,A.a_u,A.a_w,A.a_x,A.Z5,A.Z6,A.Z7,A.Z8,A.Z9,A.a2v,A.Ty,A.a1x,A.a1z,A.a1y,A.a1w,A.a1v,A.ab7,A.abR,A.abT,A.abV,A.abX,A.abZ,A.a4s,A.adY,A.a4H,A.a42,A.abj,A.a1t,A.a8g,A.a4Q,A.ado,A.adm,A.adn,A.add,A.ade,A.adl,A.adp,A.adg,A.adj,A.adi,A.adh,A.adf,A.adk,A.acu,A.a4X,A.a4Y,A.acx,A.a4W,A.a4S,A.a4R,A.a4T,A.acA,A.a51,A.a50,A.a59,A.a52,A.a8Y,A.a5j,A.a4Z,A.a5_,A.a9M,A.acF,A.acG,A.acD,A.acE,A.a5e,A.a5g,A.a5f]) +p(A.D9,[A.RT,A.RS,A.RR,A.a2g,A.a2h,A.a2i,A.a2j,A.Wf,A.Wg,A.St,A.SJ,A.W8,A.W7,A.VD,A.aev,A.aew,A.ad8,A.Y8,A.Y9,A.Ya,A.Y3,A.Y4,A.Y5,A.Vl,A.aey,A.ZS,A.a9S,A.ZW,A.a_k,A.a_m,A.Rv,A.a0L,A.Rw,A.a1o,A.Vo,A.Vr,A.Vq,A.YQ,A.a3b,A.a3d,A.a0P,A.Xb,A.VG,A.a35,A.V9,A.Va,A.Sw,A.aeI,A.a_a,A.a5Y,A.a5Z,A.ac3,A.ac2,A.ad3,A.a60,A.a61,A.a63,A.a64,A.a62,A.a6_,A.Wn,A.Wm,A.Wl,A.a7P,A.a7W,A.a7V,A.a7S,A.a7R,A.a7Q,A.a7Z,A.a7Y,A.a7X,A.a2L,A.abs,A.abr,A.a5m,A.a6i,A.a6h,A.a9O,A.adU,A.aaG,A.a4C,A.a4B,A.Sz,A.SA,A.XV,A.ae3,A.Si,A.WQ,A.SM,A.a6Y,A.a6Z,A.a77,A.a76,A.a75,A.Te,A.Tf,A.a74,A.a7b,A.aa7,A.a79,A.a7a,A.a78,A.adW,A.ad7,A.VO,A.S9,A.Sx,A.Wt,A.Ws,A.Wu,A.Wv,A.Wd,A.Wb,A.Wc,A.Ys,A.Yr,A.Yq,A.U4,A.U9,A.Ua,A.U5,A.U6,A.U7,A.U8,A.a_1,A.a_8,A.a2U,A.a2V,A.a2W,A.a2X,A.a2Y,A.RN,A.a5O,A.YC,A.a6M,A.a6l,A.adB,A.adA,A.a8m,A.a8o,A.a8j,A.a8l,A.a83,A.a8M,A.abN,A.abM,A.abO,A.YF,A.YG,A.a7K,A.a0V,A.a0U,A.a9h,A.a9g,A.a9f,A.a9d,A.a9e,A.a9c,A.ab4,A.ab3,A.ab5,A.abB,A.abD,A.abC,A.abF,A.abG,A.abE,A.ac0,A.ac_,A.a3Z,A.a4a,A.a4b,A.a4c,A.a4d,A.a4e,A.a4f,A.a4h,A.a4g,A.a48,A.a49,A.a45,A.a46,A.a47,A.a3E,A.a3G,A.a3F,A.a3H,A.a3I,A.a3J,A.a3K,A.a3O,A.a3P,A.a3Q,A.a3N,A.a_E,A.a_G,A.a_I,A.a_H,A.a_K,A.Yh,A.Yi,A.Z1,A.Z0,A.Z_,A.ZD,A.ZC,A.ZB,A.a08,A.a0b,A.a0d,A.a0n,A.a10,A.a11,A.a12,A.a21,A.Vx,A.Vw,A.a_g,A.a0C,A.a0D,A.a0B,A.a2S,A.a3z,A.a3A,A.a5l,A.acq,A.abn,A.abl,A.abp,A.abm,A.a69,A.a67,A.a68,A.a66,A.a4I,A.a03,A.a04,A.Um,A.Uz,A.UA,A.UB,A.UC,A.UD,A.UE,A.UF,A.UG,A.UH,A.Un,A.Uo,A.Uj,A.Ul,A.UM,A.UO,A.UP,A.Ur,A.Us,A.Ut,A.Uv,A.a7L,A.a7M,A.a7N,A.a7O,A.Sk,A.T6,A.T7,A.Ww,A.Wy,A.WD,A.WF,A.WH,A.WJ,A.WA,A.a7o,A.a7n,A.a88,A.a87,A.a86,A.RM,A.a8Z,A.a9j,A.YR,A.aaL,A.aaK,A.aaI,A.Zf,A.Zg,A.Zh,A.Zi,A.Zd,A.a9I,A.Zw,A.Zv,A.Zx,A.Zu,A.Zt,A.a9J,A.a9L,A.a9K,A.a81,A.aaC,A.a0H,A.aaT,A.aaU,A.aaS,A.aaN,A.aaR,A.aaP,A.a4l,A.a4m,A.a9k,A.YU,A.YS,A.ab8,A.a1b,A.a1j,A.a1l,A.a_v,A.a_r,A.a_t,A.a24,A.a26,A.a27,A.a2t,A.a2u,A.a2s,A.a2w,A.S5,A.S6,A.S3,A.S4,A.S1,A.S2,A.S0,A.ab6,A.abQ,A.abS,A.abU,A.abW,A.abY,A.a5K,A.adX,A.a43,A.Yn,A.a8h,A.acy,A.a4V,A.acz,A.acC,A.acB,A.a57,A.a58,A.a53,A.a54,A.a55,A.a56,A.a9N,A.acI,A.acH,A.aeF,A.aeE]) +p(A.Da,[A.RP,A.a2P,A.ae5,A.aeu,A.XE,A.XF,A.aej,A.Y6,A.Y2,A.Ve,A.a2G,A.aeL,A.X8,A.Tj,A.Sv,A.T9,A.a_9,A.XP,A.aeq,A.ad6,A.ae0,A.Wp,A.a7U,A.a5n,A.aaF,A.Yl,A.YA,A.a2A,A.a8V,A.a8S,A.Zo,A.a4v,A.a4w,A.a4x,A.acj,A.aci,A.adq,A.a5V,A.Xg,A.Xh,A.adV,A.acU,A.acV,A.acW,A.acX,A.acY,A.acZ,A.ad_,A.ad0,A.ad1,A.ad2,A.ae_,A.Td,A.aab,A.aa5,A.a_0,A.YB,A.a92,A.aaj,A.aak,A.aag,A.aaf,A.aad,A.acL,A.acM,A.a0W,A.aaW,A.abH,A.abI,A.acT,A.ac1,A.aar,A.a3X,A.a6R,A.a0A,A.a_F,A.a_N,A.a_R,A.a_P,A.a_Q,A.a_O,A.YX,A.ZI,A.ZH,A.ZJ,A.ZK,A.a_U,A.a0f,A.a0e,A.a0i,A.a0j,A.a0w,A.a_T,A.a_S,A.a0k,A.a1_,A.aba,A.a1U,A.a1V,A.a1B,A.a7g,A.a2H,A.abq,A.Uk,A.Uw,A.Uy,A.TO,A.TQ,A.TP,A.TR,A.TS,A.TK,A.TN,A.aa2,A.aa_,A.a_z,A.a_A,A.V_,A.WX,A.a85,A.WU,A.Ye,A.Tz,A.a89,A.a9y,A.aau,A.abt,A.acR,A.acS,A.a9o,A.a9n,A.a9l,A.a1f,A.ab2,A.ab0,A.ab1,A.a1i,A.a25,A.a2a,A.aao,A.aan,A.aam,A.aal,A.acv,A.acw,A.a5i,A.acJ]) +p(A.a7z,[A.tz,A.j2,A.mN,A.oo,A.uO,A.m0,A.to,A.yj,A.hZ,A.nc,A.Rz,A.mn,A.wT,A.uh,A.v3,A.qr,A.xN,A.SR,A.FV,A.pF,A.uX,A.xi,A.HJ,A.FT,A.oi,A.ot,A.Sa,A.mg,A.hy,A.tm,A.Tm,A.j6,A.fw,A.pJ,A.kI,A.he,A.xr,A.a33,A.HY,A.nq,A.xq,A.CE,A.Sd,A.a40,A.om,A.hx,A.qU,A.Co,A.P3,A.nK,A.u3,A.hF,A.cI,A.Er,A.nO,A.yI,A.DQ,A.uz,A.xG,A.r1,A.Sn,A.Sm,A.yW,A.a8e,A.lh,A.ur,A.dq,A.kD,A.bo,A.eJ,A.x5,A.Hx,A.rH,A.mG,A.a14,A.w9,A.Cv,A.Ik,A.og,A.CC,A.CH,A.xB,A.a3W,A.xb,A.pV,A.ri,A.E9,A.Fc,A.Fb,A.lX,A.uD,A.Dv,A.kW,A.wO,A.qu,A.q4,A.wP,A.xE,A.Ev,A.HG,A.Sp,A.wD,A.ne,A.To,A.pi,A.ET,A.mz,A.f4,A.HL,A.Fp,A.a2x,A.a2y,A.eg,A.a32,A.uq,A.fz,A.Ib,A.oD,A.lW,A.hR,A.Id,A.kk,A.VV,A.l9,A.I9,A.abk,A.r7,A.p4,A.FO,A.ds,A.Zc,A.AX,A.pZ,A.du,A.A9,A.rd,A.Om,A.rE,A.GQ,A.Cl,A.H2,A.ng,A.H5,A.H3,A.wJ,A.Hy,A.yJ,A.ox,A.cy,A.a4O,A.xZ,A.IH,A.y2,A.qS,A.a5c]) +p(A.t,[A.vv,A.CZ,A.dr,A.jD,A.ib,A.ad,A.dA,A.aZ,A.fS,A.np,A.ji,A.x_,A.iJ,A.jw,A.nR,A.On,A.fJ,A.mB,A.uc,A.dS,A.aJ,A.p2]) +p(A.CU,[A.yk,A.yl]) +p(A.eb,[A.oF,A.FY]) +p(A.oF,[A.GO,A.Cx,A.D3,A.D6,A.D5,A.FM,A.xM]) +q(A.FK,A.xM) +q(A.CT,A.Hg) +p(A.bm,[A.CL,A.kl,A.f1,A.js,A.ER,A.Ie,A.K1,A.GU,A.KB,A.uU,A.lF,A.fL,A.FF,A.Ih,A.qK,A.hc,A.De,A.KP]) +p(A.kl,[A.El,A.Ej,A.Ek]) +p(A.Sg,[A.vu,A.wZ]) +q(A.DW,A.ZO) +p(A.a6c,[A.Qm,A.ac7,A.Qf]) +q(A.a9Q,A.Qm) +q(A.a9q,A.Qf) +p(A.G6,[A.SB,A.DK,A.Xp,A.Xt,A.a1h,A.Wq,A.Sl,A.a37]) +p(A.jc,[A.GR,A.Eh,A.EX,A.F6,A.HQ]) +p(A.a1I,[A.TA,A.YO]) +q(A.u2,A.Ka) +p(A.u2,[A.a1Y,A.Et,A.GV]) +p(A.aV,[A.lr,A.qL]) +q(A.Lj,A.lr) +q(A.Ia,A.Lj) +q(A.mA,A.a3e) +p(A.Vb,[A.Zn,A.Vs,A.U3,A.WK,A.Zl,A.a_7,A.a1s,A.a2_]) +p(A.Vc,[A.Zp,A.a3u,A.Zq,A.Tp,A.ZG,A.V1,A.a4y,A.Fu]) +p(A.Et,[A.X9,A.RK,A.VF]) +p(A.a3h,[A.a3o,A.a3v,A.a3q,A.a3t,A.a3p,A.a3s,A.a3f,A.a3l,A.a3r,A.a3n,A.a3m,A.a3k]) +p(A.TF,[A.Dr,A.Eo]) +q(A.V2,A.KA) +p(A.V2,[A.Tk,A.Wi]) +q(A.Hj,A.mh) +q(A.DV,A.Hj) +q(A.DX,A.DV) +p(J.uN,[J.uQ,J.uS,J.aC,J.kv,J.iR]) +p(J.aC,[J.kx,J.C,A.vw,A.vA]) +p(J.kx,[J.G0,J.ju,J.iS]) +q(J.XO,J.C) +p(J.kv,[J.pg,J.uT]) +p(A.cm,[A.tD,A.AI,A.yR,A.yZ]) +p(A.ib,[A.lN,A.Bs,A.lP]) +q(A.yP,A.lN) +q(A.yi,A.Bs) +q(A.dx,A.yi) +p(A.b2,[A.lO,A.f0,A.jF,A.Lm]) +q(A.lR,A.qL) +p(A.ad,[A.ba,A.e6,A.b8,A.nP,A.zo,A.jM,A.nZ,A.Ay]) +p(A.ba,[A.ff,A.ae,A.cx,A.v6,A.Ln,A.z0]) +q(A.m8,A.dA) +q(A.ug,A.np) +q(A.oQ,A.ji) +q(A.uf,A.iJ) +p(A.eI,[A.N0,A.N1,A.N2]) +p(A.N0,[A.ih,A.ry,A.N3]) +p(A.N1,[A.N4,A.N5,A.N6]) +q(A.zN,A.N2) +q(A.B5,A.vh) +q(A.nA,A.B5) +q(A.lU,A.nA) +p(A.oE,[A.bi,A.cq]) +p(A.fA,[A.tR,A.rC]) +p(A.tR,[A.eS,A.di]) +q(A.pd,A.EM) +q(A.vG,A.js) +p(A.HR,[A.HH,A.ol]) +q(A.mx,A.f0) +p(A.vA,[A.vx,A.pw]) +p(A.pw,[A.zx,A.zz]) +q(A.zy,A.zx) +q(A.vz,A.zy) +q(A.zA,A.zz) +q(A.f6,A.zA) +p(A.vz,[A.Fv,A.Fw]) +p(A.f6,[A.Fx,A.vy,A.Fy,A.Fz,A.FA,A.vB,A.mP]) +q(A.B_,A.KB) +q(A.ic,A.AI) +q(A.jz,A.ic) +p(A.qY,[A.r0,A.z_]) +q(A.qX,A.r0) +q(A.y9,A.yf) +q(A.bk,A.Ju) +q(A.qW,A.AH) +q(A.Ok,A.IP) +p(A.Kd,[A.nL,A.r5]) +p(A.yZ,[A.Bc,A.nT]) +q(A.aaE,A.acK) +p(A.jF,[A.li,A.yC]) +p(A.rC,[A.lf,A.eH]) +p(A.yG,[A.yF,A.yH]) +p(A.Oh,[A.ek,A.dZ]) +p(A.Og,[A.Az,A.AA]) +q(A.xa,A.Az) +p(A.ik,[A.jN,A.AC,A.nY]) +q(A.AB,A.AA) +q(A.qh,A.AB) +q(A.AL,A.HI) +q(A.zi,A.AL) +p(A.Db,[A.RZ,A.V3,A.XS]) +p(A.tT,[A.S_,A.KZ,A.XU,A.XT,A.a4D,A.a4A]) +p(A.So,[A.a6b,A.a6N,A.Pu]) +q(A.acl,A.a6b) +q(A.ES,A.uU) +q(A.a8P,A.CR) +q(A.Lo,A.a8U) +q(A.Qc,A.Lo) +q(A.a8T,A.Qc) +q(A.a4z,A.V3) +q(A.QX,A.Pt) +q(A.acm,A.QX) +p(A.fL,[A.pQ,A.uJ]) +q(A.K3,A.B8) +p(A.FJ,[A.i,A.H]) +q(A.qa,A.rK) +q(A.TD,A.Kg) +p(A.TD,[A.f,A.at,A.ex,A.a1W]) +p(A.f,[A.aa,A.V,A.a9,A.M5,A.aG,A.M8]) +p(A.aa,[A.LX,A.tL,A.p5,A.ED,A.EE,A.uG,A.p7,A.Di,A.Dl,A.Dm,A.Dp,A.Dq,A.Cj,A.DE,A.oK,A.DJ,A.Hh,A.u7,A.Il,A.Ea,A.EC,A.pb,A.Fa,A.Au,A.PY,A.Jf,A.H7,A.I1,A.OK,A.ON,A.I3,A.nt,A.OZ,A.M6,A.G4,A.pj,A.e4,A.Df,A.M7,A.DB,A.DN,A.Eq,A.e8,A.qZ,A.EW,A.w_,A.LB,A.Fs,A.LQ,A.FB,A.pD,A.GW,A.H4,A.Hi,A.M9,A.jo,A.I6,A.Im,A.l_,A.PH,A.PS,A.Iu,A.Iw,A.Ix,A.Iz,A.IA,A.qP,A.ID,A.IC,A.IG,A.qQ,A.y3,A.IJ]) +p(A.V,[A.tk,A.tU,A.lY,A.tW,A.r3,A.pT,A.yz,A.kb,A.mD,A.tl,A.w0,A.tB,A.An,A.zc,A.ye,A.z5,A.mv,A.xA,A.vk,A.EG,A.lt,A.lu,A.wz,A.yU,A.wy,A.wN,A.xv,A.AT,A.nw,A.iv,A.ta,A.xT,A.i2,A.tr,A.oN,A.oO,A.Ae,A.mi,A.uv,A.h2,A.mq,A.vc,A.zt,A.tc,A.vD,A.jJ,A.pA,A.vK,A.uA,A.xg,A.kR,A.wx,A.GS,A.ro,A.Ar,A.wE,A.wI,A.Ak,A.q3,A.wU,A.no,A.wV,A.jL,A.Ap,A.xC,A.qz,A.qH,A.y1,A.nD,A.xX,A.nE,A.y_,A.y0,A.qR]) +q(A.a3,A.Oj) +p(A.a3,[A.J6,A.Bt,A.yv,A.Bu,A.r4,A.rx,A.Bv,A.yy,A.zp,A.y8,A.Qn,A.Br,A.NQ,A.Bz,A.Bq,A.By,A.BA,A.AQ,A.Qd,A.rg,A.BO,A.BP,A.Ab,A.Bw,A.Ac,A.Ao,A.BL,A.QF,A.AY,A.y5,A.Q_,A.R_,A.AG,A.ya,A.yK,A.yM,A.NH,A.r8,A.KV,A.pR,A.re,A.Lz,A.Qe,A.zD,A.zG,A.Mi,A.Mh,A.Bx,A.BK,A.Qx,A.A8,A.rO,A.jI,A.QB,A.wF,A.Al,A.NK,A.QA,A.NZ,A.Aw,A.Av,A.BJ,A.BI,A.AS,A.OW,A.y6,A.B0,A.PQ,A.BM,A.Bl,A.PL,A.Bm,A.PN,A.BN]) +p(A.aw,[A.dL,A.dV,A.zd,A.Hz,A.NF,A.yc,A.kP,A.Ft,A.fi,A.wR,A.wv,A.uW,A.cV,A.z1,A.AJ,A.wC,A.q2,A.x7,A.IE]) +p(A.T,[A.bz,A.Ds,A.nU,A.Os,A.tY]) +p(A.bz,[A.J0,A.IQ,A.IR,A.MT,A.Nz,A.K0,A.P0,A.ym,A.Bp]) +q(A.J1,A.J0) +q(A.J2,A.J1) +q(A.oe,A.J2) +p(A.a28,[A.a8N,A.aaz,A.En,A.HE,A.a7v,A.Sb,A.SK]) +q(A.MU,A.MT) +q(A.MV,A.MU) +q(A.vV,A.MV) +q(A.NA,A.Nz) +q(A.fa,A.NA) +q(A.tX,A.K0) +q(A.P1,A.P0) +q(A.P2,A.P1) +q(A.ny,A.P2) +q(A.yn,A.ym) +q(A.yo,A.yn) +q(A.oC,A.yo) +p(A.oC,[A.tf,A.y7]) +q(A.eq,A.vP) +p(A.eq,[A.zk,A.hP,A.I4,A.cG,A.xH,A.kj,A.K5]) +q(A.al,A.Bp) +p(A.a6,[A.cK,A.ak,A.fP,A.xO]) +p(A.ak,[A.ww,A.ep,A.Hk,A.w3,A.kt,A.vn,A.ze,A.nn,A.nu,A.k_,A.lL,A.iB,A.ue,A.iD,A.lI,A.mI,A.ns]) +q(A.yu,A.Bt) +p(A.n,[A.JR,A.ka,A.Fh]) +q(A.cb,A.JR) +p(A.a3S,[A.Tc,A.Tg,A.TC,A.YJ]) +q(A.Q0,A.Tc) +q(A.JQ,A.Q0) +q(A.bj,A.Lc) +q(A.JS,A.bj) +q(A.Dk,A.JS) +p(A.eA,[A.JT,A.LF,A.PA]) +q(A.yx,A.Bu) +q(A.eU,A.K8) +p(A.eU,[A.hk,A.c_,A.fc]) +p(A.CF,[A.a72,A.a6e,A.abf]) +p(A.pT,[A.oH,A.rm]) +q(A.i0,A.rx) +p(A.i0,[A.yw,A.LG]) +p(A.Ds,[A.OI,A.JP,A.Ly,A.Lf,A.NY,A.OH,A.L1,A.PB,A.PO,A.R0,A.PF,A.PM,A.PU]) +q(A.JU,A.Tg) +q(A.Do,A.JU) +p(A.a9,[A.aH,A.yB,A.Ax,A.dN,A.n6,A.F0,A.rs,A.Hw]) +p(A.aH,[A.JW,A.J5,A.Lh,A.Li,A.Jq,A.Le,A.OP,A.vt,A.IY,A.th,A.FL,A.Cw,A.m_,A.ov,A.D4,A.D2,A.ou,A.FW,A.FX,A.nz,A.oB,A.Dc,A.Em,A.c6,A.fm,A.iA,A.fB,A.dg,A.F2,A.vI,A.Cq,A.EO,A.Hv,A.F5,A.d7,A.p8,A.Ce,A.q6,A.Fr,A.CB,A.kh,A.EI,A.lS,A.u1,A.Jv,A.L0,A.LA,A.Kb,A.NJ,A.rD,A.HA,A.HP,A.HO,A.E4,A.Jb]) +q(A.o,A.Nk) +p(A.o,[A.v,A.cr,A.Nu]) +p(A.v,[A.A4,A.BE,A.Qr,A.A1,A.Qv,A.zQ,A.zS,A.Nc,A.we,A.Nf,A.Nh,A.A_,A.Nr,A.ii,A.BG,A.BF,A.Qu]) +q(A.n7,A.A4) +p(A.n7,[A.Na,A.Gh,A.zW,A.zX,A.wl,A.wd]) +q(A.yA,A.Bv) +p(A.JP,[A.Ls,A.NB]) +p(A.at,[A.b5,A.M4,A.tQ,A.M3]) +p(A.b5,[A.JV,A.f5,A.wX,A.zZ,A.F_,A.Mg,A.qg,A.x4]) +q(A.Qq,A.BE) +q(A.nV,A.Qq) +q(A.oI,A.JX) +p(A.aG,[A.aS,A.cU,A.d4]) +p(A.aS,[A.z8,A.up,A.cB,A.zL,A.Aa,A.NG,A.y4,A.Pm,A.hN,A.hM,A.zn,A.mr,A.nW,A.pM,A.xQ,A.ND,A.zw,A.wB,A.Ag,A.Ai,A.q5,A.O2,A.yO,A.Bb,A.dF,A.xY]) +q(A.JZ,A.vE) +q(A.oJ,A.JZ) +q(A.a7h,A.oI) +p(A.dh,[A.es,A.u4,A.DI]) +q(A.le,A.es) +p(A.le,[A.oT,A.E_,A.DY]) +q(A.bf,A.KO) +q(A.oW,A.KP) +p(A.u4,[A.KN,A.DH,A.NU]) +p(A.ey,[A.iY,A.hL]) +p(A.iY,[A.lb,A.dE]) +q(A.v2,A.fs) +p(A.acd,[A.KX,A.ld,A.z3]) +q(A.us,A.bf) +q(A.aP,A.Mt) +q(A.QK,A.IL) +q(A.QL,A.QK) +q(A.P8,A.QL) +p(A.aP,[A.Ml,A.MG,A.Mw,A.Mr,A.Mu,A.Mp,A.My,A.MO,A.dP,A.MC,A.ME,A.MA,A.Mn]) +q(A.Mm,A.Ml) +q(A.mU,A.Mm) +p(A.P8,[A.QG,A.QS,A.QN,A.QJ,A.QM,A.QI,A.QO,A.QW,A.QU,A.QV,A.QT,A.QQ,A.QR,A.QP,A.QH]) +q(A.P4,A.QG) +q(A.MH,A.MG) +q(A.mZ,A.MH) +q(A.Pf,A.QS) +q(A.Mx,A.Mw) +q(A.j8,A.Mx) +q(A.Pa,A.QN) +q(A.Ms,A.Mr) +q(A.kJ,A.Ms) +q(A.P7,A.QJ) +q(A.Mv,A.Mu) +q(A.kK,A.Mv) +q(A.P9,A.QM) +q(A.Mq,A.Mp) +q(A.j7,A.Mq) +q(A.P6,A.QI) +q(A.Mz,A.My) +q(A.mW,A.Mz) +q(A.Pb,A.QO) +q(A.MP,A.MO) +q(A.n1,A.MP) +q(A.Pj,A.QW) +p(A.dP,[A.MK,A.MM,A.MI]) +q(A.ML,A.MK) +q(A.n_,A.ML) +q(A.Ph,A.QU) +q(A.MN,A.MM) +q(A.n0,A.MN) +q(A.Pi,A.QV) +q(A.MJ,A.MI) +q(A.G3,A.MJ) +q(A.Pg,A.QT) +q(A.MD,A.MC) +q(A.j9,A.MD) +q(A.Pd,A.QQ) +q(A.MF,A.ME) +q(A.mY,A.MF) +q(A.Pe,A.QR) +q(A.MB,A.MA) +q(A.mX,A.MB) +q(A.Pc,A.QP) +q(A.Mo,A.Mn) +q(A.mV,A.Mo) +q(A.P5,A.QH) +q(A.L_,A.cj) +q(A.c3,A.L_) +p(A.c3,[A.vJ,A.fR]) +p(A.vJ,[A.fT,A.pL,A.ud,A.yb]) +p(A.rJ,[A.zs,A.rr]) +p(A.pL,[A.eB,A.Cz]) +p(A.ud,[A.hj,A.fU,A.f7]) +p(A.Cz,[A.ef,A.qV]) +q(A.ms,A.hi) +q(A.pq,A.ms) +q(A.Ch,A.IN) +q(A.YE,A.H0) +p(A.a29,[A.ac4,A.ac6,A.DF,A.I2]) +q(A.MR,A.H) +p(A.Gh,[A.N8,A.zO,A.Gj,A.GD]) +q(A.of,A.J4) +p(A.of,[A.a5M,A.a5N]) +q(A.pr,A.w3) +q(A.oh,A.Jd) +q(A.vl,A.LD) +q(A.oj,A.Ji) +q(A.ok,A.Jj) +q(A.tw,A.Jk) +q(A.MZ,A.Qn) +q(A.tA,A.Jl) +q(A.b7,A.Jm) +q(A.yg,A.Br) +q(A.c5,A.LS) +p(A.c5,[A.Fj,A.Kc,A.i3]) +p(A.Fj,[A.LR,A.Kv,A.yS]) +q(A.CI,A.Jn) +q(A.tC,A.Jo) +q(A.oq,A.Jp) +q(A.tG,A.Jr) +q(A.oy,A.Jt) +q(A.Ff,A.ka) +q(A.u_,A.K2) +q(A.u0,A.K4) +q(A.Q1,A.TC) +q(A.Kf,A.Q1) +p(A.bA,[A.pB,A.M2]) +q(A.dc,A.pB) +q(A.rn,A.dc) +q(A.eC,A.rn) +p(A.eC,[A.vT,A.h_]) +q(A.vY,A.vT) +q(A.u5,A.vY) +q(A.m5,A.Kh) +p(A.m5,[A.a7t,A.a7u]) +q(A.m6,A.Kl) +p(A.m6,[A.a7w,A.a7x]) +q(A.oL,A.Kq) +q(A.oM,A.Kr) +p(A.aI,[A.Q2,A.Q5,A.Q3,A.Q4,A.Q8,A.Qa,A.Q9,A.L6,A.L8,A.Qb,A.Qi,A.Qk,A.Qj,A.AN,A.OC,A.QE]) +q(A.yQ,A.Q2) +q(A.Ky,A.Q5) +q(A.Kw,A.Q3) +q(A.Kx,A.Q4) +q(A.oR,A.Kz) +q(A.um,A.KE) +q(A.yT,A.Q8) +q(A.KH,A.Qa) +q(A.KG,A.Q9) +q(A.oU,A.KI) +q(A.oV,A.KM) +p(A.oV,[A.a7A,A.a7B]) +q(A.a2D,A.VM) +q(A.Q6,A.a2D) +q(A.Q7,A.Q6) +q(A.a7y,A.Q7) +q(A.aaX,A.VL) +p(A.tB,[A.La,A.HS]) +q(A.L7,A.Qb) +p(A.b7,[A.L9,A.KJ,A.KK,A.Mf,A.OD]) +q(A.iN,A.Lb) +p(A.cB,[A.uF,A.za,A.kc,A.mu,A.kd,A.PJ]) +q(A.iQ,A.hO) +p(A.iQ,[A.ks,A.uL,A.uM,A.FE]) +p(A.pe,[A.a8p,A.a8q,A.a9A]) +q(A.zb,A.Bz) +q(A.EK,A.pb) +p(A.bq,[A.eZ,A.cC,A.fI,A.CD]) +p(A.eZ,[A.M1,A.hg,A.dm]) +q(A.Jg,A.Bq) +q(A.z6,A.By) +q(A.zR,A.Qr) +q(A.x3,A.Ax) +q(A.K9,A.x3) +q(A.zf,A.BA) +q(A.pc,A.Lg) +p(A.pc,[A.a8r,A.a8B]) +q(A.v7,A.Lx) +q(A.LH,A.Qd) +q(A.A2,A.A1) +q(A.GE,A.A2) +p(A.GE,[A.zV,A.OQ,A.wn,A.wc,A.wa,A.Gx,A.w8,A.wh,A.Gz,A.N7,A.Gk,A.rz,A.Gq,A.GJ,A.Gt,A.GF,A.wg,A.wk,A.w5,A.wo,A.Gl,A.Gy,A.Gr,A.Gu,A.Gw,A.Gs,A.w7,A.N9,A.Nj,A.Qs,A.zY,A.Nn,A.rA]) +p(A.EG,[A.zq,A.tb,A.t4,A.t7,A.t9,A.t6,A.t5,A.t8]) +q(A.p9,A.rg) +p(A.p9,[A.od,A.IU]) +p(A.od,[A.LE,A.J_,A.IS,A.IV,A.IX,A.IT,A.IW]) +q(A.LJ,A.Fh) +q(A.ag,A.Jh) +q(A.Fg,A.ag) +q(A.LI,A.Fg) +q(A.k,A.OS) +p(A.k,[A.Fk,A.Pn]) +q(A.LK,A.Fk) +p(A.dV,[A.Fl,A.xu,A.Js,A.xP]) +q(A.mL,A.LP) +q(A.Fq,A.mL) +q(A.pu,A.LN) +q(A.vq,A.LO) +q(A.px,A.LZ) +q(A.vC,A.M_) +q(A.py,A.M0) +q(A.Mb,A.Qi) +q(A.Md,A.Qk) +q(A.Mc,A.Qj) +q(A.pz,A.Me) +p(A.h_,[A.zr,A.BD]) +q(A.mE,A.zr) +q(A.j4,A.fb) +q(A.j_,A.j4) +q(A.zK,A.BD) +q(A.PW,A.BO) +q(A.PX,A.BP) +p(A.h0,[A.IK,A.Dn,A.PI,A.PT]) +q(A.vN,A.Mj) +p(A.Hz,[A.Bn,A.Bo]) +q(A.pK,A.MQ) +q(A.pN,A.MS) +q(A.pP,A.MW) +q(A.GY,A.Ab) +p(A.Ta,[A.ar,A.l0]) +q(A.yd,A.ar) +p(A.Z2,[A.aaV,A.ac5]) +q(A.yV,A.Bw) +q(A.Ad,A.Ac) +q(A.q_,A.Ad) +q(A.aU,A.IO) +p(A.aU,[A.DM,A.ch,A.c0,A.Ir,A.u8,A.yr,A.GM,A.FD,A.G5,A.u6]) +p(A.DM,[A.Kj,A.Kk]) +q(A.ni,A.NL) +q(A.wK,A.NM) +q(A.wL,A.NN) +q(A.wM,A.NO) +q(A.OR,A.xu) +p(A.xD,[A.NR,A.OG]) +q(A.x1,A.Oa) +p(A.a2l,[A.a0K,A.a0J]) +q(A.x6,A.Of) +q(A.ql,A.Or) +q(A.qn,A.Ou) +q(A.OB,A.QE) +q(A.qq,A.OE) +q(A.AO,A.BL) +q(A.LL,A.YJ) +q(A.Fm,A.LL) +q(A.qw,A.OJ) +q(A.OO,A.QF) +p(A.dN,[A.OL,A.tZ,A.F3,A.HF,A.E8,A.GN,A.yL,A.AV,A.xR]) +p(A.f5,[A.OM,A.OU,A.QY]) +q(A.Nt,A.Qv) +q(A.cs,A.OT) +q(A.fD,A.OV) +q(A.Fe,A.oJ) +q(A.jv,A.Pw) +q(A.xJ,A.OX) +q(A.xK,A.OY) +q(A.KD,A.vt) +p(A.wn,[A.wj,A.GC,A.jb,A.zP,A.wr,A.pW]) +q(A.Ne,A.wj) +q(A.qB,A.AY) +q(A.qC,A.P_) +q(A.qF,A.Pk) +p(A.en,[A.d_,A.eQ,A.zu]) +p(A.tv,[A.bs,A.k4,A.zv]) +p(A.CD,[A.cu,A.dG]) +q(A.d1,A.kY) +p(A.cC,[A.cP,A.bd,A.dY,A.ee,A.e_,A.e0]) +p(A.bU,[A.ao,A.dJ,A.ll]) +p(A.ex,[A.G_,A.l7]) +q(A.qk,A.Oq) +p(A.fg,[A.qO,A.Pr,A.op,A.pk,A.vO,A.ua]) +q(A.nh,A.HE) +p(A.iM,[A.k6,A.qf]) +p(A.eY,[A.lM,A.Ht]) +p(A.bR,[A.e3,A.AR,A.x2,A.l2]) +q(A.yq,A.e3) +q(A.tS,A.yq) +p(A.tS,[A.fu,A.ev,A.hS,A.dp,A.dU]) +q(A.Nb,A.zQ) +q(A.wb,A.Nb) +q(A.zT,A.zS) +q(A.Nd,A.zT) +q(A.n5,A.Nd) +p(A.kP,[A.AP,A.yh,A.r_]) +q(A.Ng,A.Nf) +q(A.zU,A.Ng) +q(A.wf,A.zU) +q(A.dj,A.Lr) +p(A.dj,[A.FZ,A.dH]) +p(A.dH,[A.hV,A.tO,A.tN,A.tM,A.tt,A.v1,A.uw,A.ti]) +p(A.hV,[A.qD,A.FN]) +q(A.Ni,A.Nh) +q(A.wi,A.Ni) +q(A.LU,A.Qg) +q(A.pE,A.SN) +p(A.ab9,[A.Jw,A.ej]) +p(A.ej,[A.NC,A.z7,A.o_]) +q(A.j5,A.h9) +q(A.fC,A.AR) +q(A.Nl,A.A_) +q(A.Nm,A.Nl) +q(A.wm,A.Nm) +q(A.Qz,A.Qy) +q(A.jK,A.Qz) +q(A.Gi,A.N7) +p(A.tY,[A.kZ,A.K7,A.Ko]) +p(A.rz,[A.Gp,A.Go,A.Gm,A.Gn,A.A0]) +p(A.A0,[A.GA,A.GB]) +p(A.a1u,[A.tK,A.nj]) +q(A.Hr,A.Ob) +q(A.Oe,A.l2) +q(A.jk,A.Oe) +q(A.a2r,A.a2q) +q(A.a2o,A.a2n) +q(A.Oc,A.x2) +q(A.Od,A.Oc) +q(A.ed,A.Od) +q(A.qe,A.ed) +p(A.cr,[A.A6,A.No]) +q(A.Np,A.A6) +q(A.Nq,A.Np) +q(A.n8,A.Nq) +p(A.n8,[A.GG,A.GH]) +q(A.wp,A.No) +q(A.GI,A.wp) +q(A.Ns,A.Nr) +q(A.wq,A.Ns) +q(A.GK,A.Nu) +q(A.pX,A.ii) +q(A.ws,A.pX) +q(A.Hd,A.NT) +q(A.bM,A.NW) +q(A.q8,A.NX) +q(A.mR,A.q8) +p(A.a1J,[A.a44,A.Yt,A.a2Z]) +q(A.Sq,A.Cr) +q(A.ZM,A.Sq) +p(A.S8,[A.a7e,A.Gf]) +q(A.fq,A.Lp) +p(A.fq,[A.my,A.kw,A.uZ]) +q(A.Yd,A.Lq) +p(A.Yd,[A.e,A.j]) +q(A.Ot,A.vs) +q(A.fZ,A.mM) +q(A.vZ,A.MX) +q(A.h3,A.MY) +p(A.h3,[A.i_,A.pS]) +q(A.Gd,A.vZ) +q(A.eh,A.br) +q(A.l5,A.OF) +p(A.l5,[A.HU,A.HT,A.HV,A.qs]) +q(A.E6,A.l6) +q(A.Mk,A.Ql) +q(A.aN,A.Lk) +q(A.RA,A.IM) +p(A.aN,[A.oc,A.on,A.et,A.ja,A.mQ,A.n3,A.d8,A.u9,A.DL,A.jh,A.hB,A.kH,A.kO,A.h5,A.la,A.fF,A.l8]) +p(A.ch,[A.G9,A.BB,A.BC,A.jB,A.B6,A.B7,A.NP,A.JN,A.wA]) +q(A.zH,A.BB) +q(A.zI,A.BC) +q(A.IZ,A.Q_) +q(A.Bd,A.R_) +q(A.xf,A.i2) +p(A.FG,[A.ph,A.fr,A.zJ,A.Af]) +p(A.tQ,[A.vW,A.qi,A.eD]) +p(A.vW,[A.e9,A.mT,A.Qh]) +p(A.e9,[A.Pl,A.uK,A.rh,A.nQ]) +q(A.fn,A.Pm) +q(A.CP,A.fm) +p(A.cU,[A.v0,A.n2,A.uo,A.uV,A.Py]) +p(A.wX,[A.Ma,A.QC]) +p(A.E8,[A.GT,A.oA]) +q(A.E2,A.uo) +q(A.kQ,A.zZ) +q(A.Be,A.CA) +q(A.Bf,A.Be) +q(A.Bg,A.Bf) +q(A.Bh,A.Bg) +q(A.Bi,A.Bh) +q(A.Bj,A.Bi) +q(A.Bk,A.Bj) +q(A.Is,A.Bk) +q(A.Ks,A.yM) +q(A.yN,A.Ks) +q(A.Kt,A.yN) +q(A.Ku,A.Kt) +q(A.kf,A.Ku) +q(A.qN,A.G_) +q(A.ho,A.qN) +q(A.KT,A.KS) +q(A.c2,A.KT) +p(A.c2,[A.mj,A.yY]) +q(A.KR,A.KQ) +q(A.uu,A.KR) +q(A.Ef,A.mi) +q(A.KU,A.r8) +q(A.yX,A.hN) +q(A.Eg,A.KW) +q(A.cM,A.Qp) +q(A.ig,A.Qo) +q(A.N_,A.Eg) +q(A.a_y,A.N_) +p(A.hL,[A.bg,A.iL]) +q(A.E0,A.F0) +p(A.mo,[A.bw,A.J3]) +q(A.a7j,A.a1K) +q(A.p3,A.kE) +q(A.vf,A.fc) +p(A.hM,[A.mK,A.O_]) +q(A.LM,A.Qe) +p(A.tc,[A.Cn,A.Hp,A.GZ,A.GP,A.Du,A.v8]) +q(A.DC,A.I8) +q(A.dt,A.jd) +p(A.lm,[A.rq,A.rp,A.zB,A.zC]) +q(A.zE,A.zD) +q(A.fv,A.zE) +p(A.Nx,[A.LY,A.agM]) +p(A.cV,[A.L5,A.cc]) +q(A.zF,A.Qh) +q(A.pC,A.Mi) +q(A.rI,A.dp) +q(A.Qw,A.BG) +q(A.lq,A.Qw) +p(A.f3,[A.ln,A.lk]) +q(A.Qt,A.Qs) +q(A.lp,A.Qt) +q(A.z2,A.Bx) +q(A.AK,A.BK) +q(A.vL,A.zJ) +q(A.DA,A.ZQ) +q(A.Ny,A.Qx) +p(A.cc,[A.hn,A.Nv,A.Nw]) +q(A.A7,A.hn) +p(A.A7,[A.wu,A.wt]) +q(A.rB,A.rO) +p(A.H_,[A.kq,A.X_,A.Ub,A.Cy,A.DR]) +q(A.NE,A.dE) +q(A.Hq,A.a2m) +q(A.As,A.QB) +q(A.E7,A.KL) +q(A.Ah,A.fr) +q(A.ec,A.Ah) +p(A.ec,[A.wH,A.h7,A.hX,A.kT,A.Ij]) +p(A.q0,[A.Gc,A.tx,A.D1,A.t3]) +q(A.NI,A.fi) +q(A.jf,A.NI) +q(A.nf,A.Af) +q(A.wG,A.jf) +q(A.CG,A.H4) +p(A.CG,[A.F4,A.Eu]) +q(A.Am,A.Al) +q(A.q1,A.Am) +q(A.LV,A.H8) +q(A.pv,A.LV) +q(A.Aj,A.pv) +q(A.il,A.eB) +p(A.ef,[A.im,A.ie]) +q(A.BH,A.QA) +q(A.NS,A.BH) +q(A.O7,A.O6) +q(A.aq,A.O7) +q(A.nH,A.PZ) +q(A.O1,A.O0) +q(A.qc,A.O1) +q(A.wW,A.O3) +q(A.QD,A.QC) +q(A.O9,A.QD) +q(A.A5,A.BF) +q(A.l1,A.Hw) +p(A.l1,[A.Hu,A.Hs]) +q(A.xl,A.Ov) +q(A.xo,A.Oy) +q(A.xn,A.Ox) +q(A.xp,A.Oz) +q(A.xm,A.Ow) +q(A.tu,A.yb) +p(A.tu,[A.i5,A.i6]) +q(A.HW,A.HO) +p(A.DL,[A.m2,A.m4,A.m3,A.dI,A.jg]) +p(A.dI,[A.iF,A.iH,A.mf,A.ma,A.mb,A.eW,A.ki,A.iI,A.md,A.me,A.iG]) +q(A.At,A.BJ) +q(A.Aq,A.BI) +q(A.tP,A.Js) +q(A.Pz,A.qy) +q(A.Cm,A.v8) +q(A.qI,A.B0) +q(A.QZ,A.QY) +q(A.Pv,A.QZ) +q(A.A3,A.Qu) +q(A.ZU,A.Gf) +q(A.O8,A.qi) +q(A.wY,A.O8) +q(A.Yo,A.ZL) +q(A.pa,A.l_) +q(A.v9,A.pa) +q(A.tF,A.v9) +q(A.z9,A.wY) +q(A.r2,A.Ke) +q(A.ys,A.hl) +q(A.IF,A.vN) +q(A.nF,A.PP) +p(A.a4M,[A.It,A.Iv,A.a4N,A.Iy,A.xW]) +q(A.II,A.PO) +p(A.II,[A.PC,A.PG]) +q(A.PD,A.BM) +q(A.PE,A.R0) +p(A.cX,[A.PK,A.PR]) +q(A.i9,A.PK) +q(A.IB,A.y3) +q(A.ia,A.PR) +q(A.PV,A.BN) +q(A.a5h,A.ZP) +p(A.a5h,[A.a5d,A.a5a]) +s(A.Ka,A.Dd) +s(A.KA,A.a6U) +s(A.Qf,A.Px) +s(A.Qm,A.Px) +s(A.qL,A.Ig) +s(A.Bs,A.aV) +s(A.zx,A.aV) +s(A.zy,A.un) +s(A.zz,A.aV) +s(A.zA,A.un) +s(A.qW,A.Ja) +s(A.Az,A.b2) +s(A.AA,A.t) +s(A.AB,A.fA) +s(A.B5,A.Pq) +s(A.Qc,A.a8R) +s(A.QX,A.HI) +s(A.J0,A.td) +s(A.J1,A.lE) +s(A.J2,A.k0) +s(A.ym,A.te) +s(A.yn,A.lE) +s(A.yo,A.k0) +s(A.K0,A.tg) +s(A.MT,A.te) +s(A.MU,A.lE) +s(A.MV,A.k0) +s(A.Nz,A.te) +s(A.NA,A.k0) +s(A.P0,A.td) +s(A.P1,A.lE) +s(A.P2,A.k0) +s(A.Bp,A.tg) +r(A.Bt,A.fd) +s(A.JR,A.U) +s(A.Q0,A.hf) +s(A.JS,A.U) +r(A.Bu,A.fd) +s(A.JU,A.hf) +r(A.Bv,A.cJ) +r(A.BE,A.a8) +s(A.Qq,A.cD) +s(A.JX,A.U) +s(A.JZ,A.U) +s(A.KP,A.hD) +s(A.KO,A.U) +s(A.Kg,A.U) +s(A.Ml,A.cL) +s(A.Mm,A.Jy) +s(A.Mn,A.cL) +s(A.Mo,A.Jz) +s(A.Mp,A.cL) +s(A.Mq,A.JA) +s(A.Mr,A.cL) +s(A.Ms,A.JB) +s(A.Mt,A.U) +s(A.Mu,A.cL) +s(A.Mv,A.JC) +s(A.Mw,A.cL) +s(A.Mx,A.JD) +s(A.My,A.cL) +s(A.Mz,A.JE) +s(A.MA,A.cL) +s(A.MB,A.JF) +s(A.MC,A.cL) +s(A.MD,A.JG) +s(A.ME,A.cL) +s(A.MF,A.JH) +s(A.MG,A.cL) +s(A.MH,A.JI) +s(A.MI,A.cL) +s(A.MJ,A.JJ) +s(A.MK,A.cL) +s(A.ML,A.JK) +s(A.MM,A.cL) +s(A.MN,A.JL) +s(A.MO,A.cL) +s(A.MP,A.JM) +s(A.QG,A.Jy) +s(A.QH,A.Jz) +s(A.QI,A.JA) +s(A.QJ,A.JB) +s(A.QK,A.U) +s(A.QL,A.cL) +s(A.QM,A.JC) +s(A.QN,A.JD) +s(A.QO,A.JE) +s(A.QP,A.JF) +s(A.QQ,A.JG) +s(A.QR,A.JH) +s(A.QS,A.JI) +s(A.QT,A.JJ) +s(A.QU,A.JK) +s(A.QV,A.JL) +s(A.QW,A.JM) +s(A.L_,A.hD) +s(A.IN,A.U) +s(A.J4,A.U) +s(A.Jd,A.U) +s(A.LD,A.U) +s(A.Ji,A.U) +s(A.Jj,A.U) +s(A.Jk,A.U) +s(A.Qn,A.Fi) +s(A.Jl,A.U) +s(A.Jm,A.U) +r(A.Br,A.cJ) +s(A.Jn,A.U) +s(A.Jo,A.U) +s(A.Jp,A.U) +s(A.Jr,A.U) +s(A.Jt,A.U) +s(A.K2,A.U) +s(A.K4,A.U) +s(A.Q1,A.hf) +s(A.Kh,A.U) +s(A.Kl,A.U) +s(A.Kq,A.U) +s(A.Kr,A.U) +s(A.Q2,A.U) +s(A.Q3,A.U) +s(A.Q4,A.U) +s(A.Q5,A.U) +s(A.Kz,A.U) +s(A.KE,A.U) +s(A.Q8,A.U) +s(A.Q9,A.U) +s(A.Qa,A.U) +s(A.KI,A.U) +s(A.Q6,A.VB) +s(A.Q7,A.VC) +s(A.KM,A.U) +s(A.Qb,A.U) +s(A.Lb,A.U) +r(A.Bz,A.lG) +s(A.Lg,A.U) +r(A.Bq,A.cJ) +r(A.By,A.fd) +r(A.BA,A.cJ) +r(A.Qr,A.l3) +s(A.Lx,A.U) +r(A.Qd,A.cJ) +s(A.LN,A.U) +s(A.LO,A.U) +s(A.LP,A.U) +s(A.LZ,A.U) +s(A.M_,A.U) +s(A.M0,A.U) +s(A.Qi,A.U) +s(A.Qj,A.U) +s(A.Qk,A.U) +s(A.Me,A.U) +s(A.zr,A.mF) +s(A.BD,A.mF) +s(A.Mj,A.U) +r(A.BO,A.rN) +r(A.BP,A.rN) +s(A.MQ,A.U) +s(A.MS,A.U) +s(A.MW,A.U) +r(A.Ab,A.cJ) +r(A.Ac,A.cJ) +r(A.Ad,A.h6) +r(A.Bw,A.cJ) +s(A.NL,A.U) +s(A.NM,A.U) +s(A.NN,A.U) +s(A.NO,A.U) +s(A.Oa,A.U) +s(A.Of,A.U) +s(A.Or,A.U) +s(A.Ou,A.U) +s(A.QE,A.U) +s(A.OE,A.U) +r(A.BL,A.h6) +s(A.LL,A.hf) +s(A.OJ,A.U) +r(A.Qv,A.a8) +r(A.QF,A.cJ) +s(A.OT,A.U) +s(A.OV,A.U) +s(A.Pw,A.U) +s(A.OX,A.U) +s(A.OY,A.U) +r(A.AY,A.fd) +s(A.P_,A.U) +s(A.Pk,A.U) +s(A.Jh,A.U) +s(A.K8,A.U) +s(A.Oq,A.U) +s(A.OS,A.U) +r(A.yq,A.cQ) +r(A.zQ,A.a8) +s(A.Nb,A.cD) +r(A.zS,A.pU) +r(A.zT,A.a8) +s(A.Nd,A.Gv) +r(A.Nf,A.a8) +s(A.Ng,A.cD) +r(A.zU,A.Tn) +s(A.Lr,A.hD) +r(A.Nh,A.a8) +s(A.Ni,A.cD) +s(A.Qg,A.U) +s(A.Nk,A.hD) +r(A.A_,A.a8) +s(A.Nl,A.Gv) +r(A.Nm,A.pU) +r(A.AR,A.cQ) +s(A.Qy,A.d9) +s(A.Qz,A.aw) +r(A.N7,A.w6) +r(A.A1,A.aj) +r(A.A2,A.dC) +r(A.A4,A.aj) +s(A.Ob,A.U) +r(A.Oe,A.cQ) +r(A.A6,A.a8) +s(A.Np,A.a0l) +s(A.Nq,A.a0r) +r(A.Oc,A.cQ) +s(A.Od,A.fW) +r(A.No,A.aj) +r(A.Nr,A.a8) +s(A.Ns,A.cD) +r(A.Nu,A.aj) +r(A.ii,A.a8) +s(A.NT,A.U) +s(A.NW,A.hD) +s(A.NX,A.U) +s(A.Lp,A.U) +s(A.Lq,A.U) +s(A.LS,A.U) +s(A.MY,A.U) +s(A.MX,A.U) +s(A.OF,A.U) +s(A.Ql,A.xy) +s(A.IO,A.U) +s(A.IM,A.U) +s(A.Lk,A.U) +r(A.BB,A.rt) +r(A.BC,A.rt) +r(A.Q_,A.fd) +s(A.R_,A.fH) +r(A.zZ,A.a0I) +r(A.Be,A.p0) +r(A.Bf,A.dn) +r(A.Bg,A.q9) +r(A.Bh,A.FR) +r(A.Bi,A.Hc) +r(A.Bj,A.pY) +r(A.Bk,A.xU) +r(A.yM,A.lG) +s(A.Ks,A.fH) +r(A.yN,A.cJ) +s(A.Kt,A.a3T) +s(A.Ku,A.a3g) +s(A.KQ,A.hD) +s(A.KR,A.aw) +s(A.KS,A.hD) +s(A.KT,A.aw) +s(A.KW,A.U) +r(A.N_,A.TG) +s(A.Qo,A.U) +s(A.Qp,A.U) +s(A.Oj,A.U) +s(A.Lc,A.U) +r(A.rg,A.fd) +s(A.Qe,A.fH) +r(A.zD,A.cJ) +r(A.zE,A.h6) +s(A.Qh,A.vF) +r(A.Mi,A.cJ) +s(A.Qs,A.nX) +s(A.Qt,A.f3) +r(A.BG,A.a8) +s(A.Qw,A.nX) +r(A.zJ,A.eF) +r(A.Bx,A.cJ) +r(A.BK,A.cJ) +r(A.Qx,A.h6) +r(A.rO,A.h6) +r(A.rn,A.F7) +r(A.QB,A.lG) +s(A.KL,A.je) +r(A.Ah,A.eF) +r(A.Af,A.eF) +s(A.NI,A.je) +r(A.Al,A.cJ) +r(A.Am,A.h6) +r(A.rx,A.cJ) +s(A.LV,A.aw) +s(A.QA,A.d9) +r(A.BH,A.Hb) +s(A.O0,A.U) +s(A.O1,A.aw) +s(A.O3,A.aw) +s(A.O6,A.U) +s(A.O7,A.YM) +s(A.PZ,A.U) +r(A.BF,A.aj) +s(A.QC,A.vF) +s(A.QD,A.Iq) +r(A.Ax,A.ha) +r(A.yb,A.AM) +s(A.Ov,A.U) +s(A.Ow,A.U) +s(A.Ox,A.U) +s(A.Oy,A.U) +s(A.Oz,A.U) +s(A.Js,A.fH) +r(A.BI,A.fd) +r(A.BJ,A.fd) +s(A.B0,A.a4t) +s(A.QY,A.vF) +s(A.QZ,A.Iq) +r(A.Qu,A.aj) +r(A.O8,A.a2b) +s(A.PP,A.U) +r(A.BM,A.fd) +s(A.R0,A.F8) +s(A.PO,A.F8) +s(A.PK,A.U) +s(A.PR,A.U) +r(A.BN,A.cJ)})() +var v={typeUniverse:{eC:new Map(),tR:{},eT:{},tPV:{},sEA:[]},mangledGlobalNames:{p:"int",I:"double",co:"num",B:"String",E:"bool",bb:"Null",P:"List"},mangledNames:{},types:["~()","I(I)","~(aC)","n(b3)","~(aM)","~(hx)","f(Q)","~(N?)","I(v)","E()","~(pE,i)","~(at)","E(k6,i)","~(o)","bb(aC)","k(b3)","~(aP)","~(hJ)","E(at)","~(E)","E(c2)","nD(Q,I)","bb(~)","~(bO?)","ak(@)","P()","bb(@)","E(hK)","~(qo)","E(N?)","bb()","~(@)","~(mm)","E(p)","as<~>()","~(hI)","as<~>(Q)","E(K)","p(c2,c2)","~(eV)","~(kK)","I(v,I)","~(qp)","~(cV,~())","E(dL)","B()","~(p)","p(p)","~(~())","E(ec)","aI?(b7?)","~(kJ)","i3(b3)","~(d9)","~(pp)","~(j7)","E(ex)","E(e9)","fg()","E(dt)","I()","n?(b3)","p()","~(N,fe)","E(N?,N?)","H(v,ar)","~(N?,N?)","ep(@)","~(ve)","P

()","~(kE)","E(B)","~(xl)","aC()","as<@>(hT)","p(o,o)","~(xo)","B(B)","@(@)","bb(E)","iD(@)","f(Q,f?)","~(f7)","~(B)","n(n)","bb(N,fe)","aI?(b7?)","~(aff)","E(ez)","as()","p(bM,bM)","ag(b3)","E(bM)","~(po)","~({curve:eq,descendant:o?,duration:aM,rect:y?})","dT(dT)","p(N?)","E(nf)","~(@,@)","I(b3)","~(eh,fz?)","I(dL)","i8?(p)","jA()","nq()","P()","lu(Q,bz,f?)","lt(Q,bz,f?)","ej(h8)","f(Q,kf)","E(k6)","~(l0)","~(P)","N?(N?)","P(hp)","~(i7,B,p)","@()","as(bO?)","as<~>(hT)","~(cw)","aF()","or(P)","y()","E(@)","E(TX)","~([aM?])","aW(aW,E,fg)","~(I)","~(I5)","ez()","p(@,@)","p(cM,cM)","ef()","~(ef)","eB()","~(eB)","hj()","~(hj)","fU()","~(fU)","f7()","hR(c2,h3)","fT()","~(fT)","ak<@>?(ak<@>?,@,ak<@>(@))","k_(@)","aC([aC?])","iB(@)","@(B)","~(B,@)","cI()","n?(n?)","hi(aP)","~(nm)","as()","~(dP)","E(d9,I)","as()","jL(Q)","~(b9)","~(xn)","~(xp)","~(xm)","~(B?)","aI?(b7?)","~(mn)","I(jC)","ml(@)","0^?(0^?(b7?))","0^?(aI<0^>?(b7?))","bb(@,fe)","aI?(b7?)","~(p,@)","aI?(b7?)","am<@>?()","aI?(b7?)","aI?(b7?)","c5?(b3)","c5?(b7?)","p_(@)","n?(b7?)","jv?(b7?)","mG?(b7?)","aM?(b7?)","E?(b7?)","en?(b7?)","pe?(b7?)","f(Q,bz,bz)","E(n?)","as(B,aF)","am<@>(@)","ag?(b3)","~(@,fe)","y()?(v)","E(Q)","~([aN?])","~(kk)","E(ks?)","n(lh)","~(aC,aC)","b3<0^>()","~(v?)","bb(N?)","as<~>(aC,aC)","V?(Q,mC,dV)","E(fr)","~(xk,@)","~(B,p)","nn(@)","~(B,p?)","p(p,p)","h0?(cI)","iv(Q,f?)","~(B,B?)","E(b3)","~(p,p,p)","i7(@,@)","p(kF)","lc()","bb(B)","B(p)","mv(Q,f?)","q6(Q,f?)","nu(@)","fD()","b9>(N,cX<@>)","E(b9>)","as<~>([aC?])","k()","c_()","om()","cs()","bU(bU,bq)","bq(bq)","B(bq)","~(N)","FQ(d1)","y(d1)","FU(d1)","E(p,E)","n4?(CJ,B,B)","he()","~(p,E(hK))","i()","ky(ky)","~(agq)","iM(i,p)","B(I,I,B)","H()","I?()","~(eh)","E(iP)","y(y?,dT)","mD(Q,nF,f?)","c5(hU)","~(hU,aY)","E(hU)","dL(Q)","~(P{isMergeUp:E})","E(p,p)","~(P,aC)","~(jK)","E(jK)","nE(Q,p,E)","E(qf{crossAxisPosition!I,mainAxisPosition!I})","p7(Q,p)","p5(Q)","E(v)","E(cr)","nw(Q,p)","~(p,ra)","~(q7)","~(bM)","oA(Q,p)","bM(jO)","e8(Q,I)","~(t)","p(bM)","bM(p)","~(h9)","~(cd,~(N?))","bO(bO?)","cm()","as(B?)","qP(Q,I)","as<~>(bO?,~(bO?))","as>(@)","~(h3)","B(dL)","as(bO?)","vZ()","E(kp)","nv({from:I?})","~(qU)","P()","P(P)","I(co)","P<@>(B)","P(nl)","nJ()","~(eR)","~(aU)","bA<@>?(fb)","bA<@>(fb)","E(ph)","rw()","ou(Q)","as<~>(@)","kc(Q)","B(N?)","y(TX)","~(dj)","B(B,n)","bb(P,aC)","hC()","~(l8)","~(h5)","~(jg)","~(d8)","~(VA)","~(fF)","N?(et)","c7(c7,l6)","B?(B)","as<~>(kH)","~(c7)","E(c7?,c7)","oB(Q,fi)","E(eY)","~(H?)","~(B?{wrapWidth:p?})","~(r9)","E(r6)","~(B,aC)","E(l9)","b3(cM)","~(oP?,qt?)","P(Q)","y(cM)","p(ig,ig)","P(cM,t)","E(cM)","es(at)","at?(at)","N?(p,at?)","bb(ei)","I(@)","fR()","~(fR)","as<~>(~)","~(H)","~(P,aC)","H(aC)","eR(lQ)","E(xj,eR)","cI?()","P()","oT(B)","~(jl)","~(j9)","~(jb)","~(eD,N)","n2(Q,f?)","~(jG)","f(Q,bz,p4,Q,Q)","E(jG)","mK(Q,f?)","mu(Q)","~(K)","@(@,B)","B(cj)","rc()","lL(@)","mI(@)","ns(@)","lI(@)","hR(c2,fq)","as<@>(ru)","aF(P<@>)","aF(aF)","bb(aF)","bb(Q,mC,dV)","~(jd?,E)","E(bA<@>?)","E(j3)","~(vS)","I?(p)","dt(bA<@>)","~(P)","b9>(@,@)","nW()","v(p)","~(ar)","E(hY)","ov(Q,f?)","bb(cw?)","~(cV)","cE(E)","kR(Q,f?)","iv(Q)","p8(Q,f?)","ms(aP)","pq(aP)","cL?(hY)","B(I)","~(rF)","f(Q,fi)","E(h7)","bb(P<~>)","~(iC)","aF<~(aP),aY?>()","~(~(aP),aY?)","~(B,N?)","E(je?)","il()","~(il)","kb(d2)","im()","~(im)","~(j8)","p(d9,d9)","y(y)","E(y)","E(d9)","~(qb,aN)","P()","N?()","rD(Q,fi)","~(v)","at?()","kd(Q)","oK(d2)","lY(d2)","pr(y?,y?)","f(Q,~())","b9(b9)","i5()","~(i5)","i6()","~(i6)","~(la)","~(kO)","as<~>(B,bO?,~(bO?)?)","I(I,I[I])","bd(b3)","bj(b3)","mE<0^>(fb,f(Q))","E(bA<@>)","E(bA<@>,@)","~(fq)","f?(f?)","f({child!f})","t(f)","as<~>(qT)","qQ(Q,dw)","~(ie)","m_(Q,f?)","aF(aF?)","E(aF<@,@>)","aF(aF<@,@>)","~(hy)","B(B,B)","bb(~())","p(ca<@>,ca<@>)","P()","P(B,P)","H?(H?,H?,I)","I?(co?,co?,I)","n?(n?,n?,I)","f(Q,i,E,f)","~(bf{forceReport:E})","hb?(B)","I(I,I,I)","f7({allowedButtonsFilter:E(p)?,debugOwner:N?,supportedDevices:b3?})","f(Q,bz,bz,f)","E?(E?,E?,I)","~(ec)","f(Q,f)","cC?(cC?,cC?,I)","bU?(bU?,bU?,I)","k?(k?,k?,I)","p(OA<@>,OA<@>)","E({priority!p,scheduler!dn})","B(bO)","P(B)","~(c2{alignment:I?,alignmentPolicy:ng?,curve:eq?,duration:aM?})","p(at,at)","bj(bj?,bj?,I)","P>(fv,B)","p(f,p)","~(Q,aw?)","~()(EJ,T?)","~(i7)","ie()","fj(aF)","0^(0^,0^)","E(uY)"],interceptorsByTag:null,leafTags:null,arrayRti:Symbol("$ti"),rttc:{"2;":(a,b)=>c=>c instanceof A.ih&&a.b(c.a)&&b.b(c.b),"2;cacheSize,maxTextLength":(a,b)=>c=>c instanceof A.ry&&a.b(c.a)&&b.b(c.b),"2;key,value":(a,b)=>c=>c instanceof A.N3&&a.b(c.a)&&b.b(c.b),"3;breaks,graphemes,words":(a,b,c)=>d=>d instanceof A.N4&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"3;large,medium,small":(a,b,c)=>d=>d instanceof A.N5&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"3;x,y,z":(a,b,c)=>d=>d instanceof A.N6&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"4;domBlurListener,domFocusListener,element,semanticsNodeId":a=>b=>b instanceof A.zN&&A.aBQ(a,b.a)}} +A.ayC(v.typeUniverse,JSON.parse('{"G0":"kx","ju":"kx","iS":"kx","kl":{"bm":[]},"CK":{"aff":[]},"vv":{"t":["fY"],"t.E":"fY"},"CU":{"SE":[]},"yk":{"SE":[]},"yl":{"SE":[]},"oF":{"eb":[]},"GO":{"eb":[]},"Cx":{"eb":[],"aiy":[]},"D3":{"eb":[],"aiO":[]},"D6":{"eb":[],"aiS":[]},"D5":{"eb":[],"aiQ":[]},"FM":{"eb":[],"akz":[]},"xM":{"eb":[],"agG":[]},"FK":{"eb":[],"agG":[],"akx":[]},"FY":{"eb":[]},"os":{"FQ":[]},"tH":{"FU":[]},"CZ":{"t":["aga"],"t.E":"aga"},"CS":{"aga":[]},"Hg":{"afh":[]},"CT":{"afh":[]},"CV":{"ky":[]},"CL":{"bm":[]},"EB":{"ajR":[]},"EA":{"cH":[]},"Ez":{"cH":[]},"dr":{"t":["1"],"t.E":"1"},"jD":{"t":["1"],"t.E":"1"},"El":{"kl":[],"bm":[]},"Ej":{"kl":[],"bm":[]},"Ek":{"kl":[],"bm":[]},"GR":{"jc":[]},"Eh":{"jc":[]},"EX":{"jc":[]},"F6":{"jc":[]},"Hf":{"agq":[]},"HQ":{"jc":[]},"lr":{"aV":["1"],"P":["1"],"ad":["1"],"t":["1"]},"Lj":{"lr":["p"],"aV":["p"],"P":["p"],"ad":["p"],"t":["p"]},"Ia":{"lr":["p"],"aV":["p"],"P":["p"],"ad":["p"],"t":["p"],"t.E":"p","aV.E":"p","lr.E":"p"},"ui":{"ky":[]},"DV":{"mh":[]},"DX":{"mh":[]},"uQ":{"E":[],"bG":[]},"uS":{"bb":[],"bG":[]},"kx":{"aC":[]},"C":{"P":["1"],"aC":[],"ad":["1"],"t":["1"],"dy":["1"],"t.E":"1"},"XO":{"C":["1"],"P":["1"],"aC":[],"ad":["1"],"t":["1"],"dy":["1"],"t.E":"1"},"kv":{"I":[],"co":[],"ca":["co"]},"pg":{"I":[],"p":[],"co":[],"ca":["co"],"bG":[]},"uT":{"I":[],"co":[],"ca":["co"],"bG":[]},"iR":{"B":[],"ca":["B"],"dy":["@"],"bG":[]},"tD":{"cm":["2"],"cm.T":"2"},"ib":{"t":["2"]},"lN":{"ib":["1","2"],"t":["2"],"t.E":"2"},"yP":{"lN":["1","2"],"ib":["1","2"],"ad":["2"],"t":["2"],"t.E":"2"},"yi":{"aV":["2"],"P":["2"],"ib":["1","2"],"ad":["2"],"t":["2"]},"dx":{"yi":["1","2"],"aV":["2"],"P":["2"],"ib":["1","2"],"ad":["2"],"t":["2"],"t.E":"2","aV.E":"2"},"lP":{"b3":["2"],"ib":["1","2"],"ad":["2"],"t":["2"],"t.E":"2"},"lO":{"b2":["3","4"],"aF":["3","4"],"b2.V":"4","b2.K":"3"},"f1":{"bm":[]},"lR":{"aV":["p"],"P":["p"],"ad":["p"],"t":["p"],"t.E":"p","aV.E":"p"},"ad":{"t":["1"]},"ba":{"ad":["1"],"t":["1"]},"ff":{"ba":["1"],"ad":["1"],"t":["1"],"t.E":"1","ba.E":"1"},"dA":{"t":["2"],"t.E":"2"},"m8":{"dA":["1","2"],"ad":["2"],"t":["2"],"t.E":"2"},"ae":{"ba":["2"],"ad":["2"],"t":["2"],"t.E":"2","ba.E":"2"},"aZ":{"t":["1"],"t.E":"1"},"fS":{"t":["2"],"t.E":"2"},"np":{"t":["1"],"t.E":"1"},"ug":{"np":["1"],"ad":["1"],"t":["1"],"t.E":"1"},"ji":{"t":["1"],"t.E":"1"},"oQ":{"ji":["1"],"ad":["1"],"t":["1"],"t.E":"1"},"x_":{"t":["1"],"t.E":"1"},"e6":{"ad":["1"],"t":["1"],"t.E":"1"},"iJ":{"t":["1"],"t.E":"1"},"uf":{"iJ":["1"],"ad":["1"],"t":["1"],"t.E":"1"},"jw":{"t":["1"],"t.E":"1"},"qL":{"aV":["1"],"P":["1"],"ad":["1"],"t":["1"]},"cx":{"ba":["1"],"ad":["1"],"t":["1"],"t.E":"1","ba.E":"1"},"jn":{"xk":[]},"lU":{"nA":["1","2"],"aF":["1","2"]},"oE":{"aF":["1","2"]},"bi":{"oE":["1","2"],"aF":["1","2"]},"nR":{"t":["1"],"t.E":"1"},"cq":{"oE":["1","2"],"aF":["1","2"]},"tR":{"fA":["1"],"b3":["1"],"ad":["1"],"t":["1"]},"eS":{"fA":["1"],"b3":["1"],"ad":["1"],"t":["1"],"t.E":"1"},"di":{"fA":["1"],"b3":["1"],"ad":["1"],"t":["1"],"t.E":"1"},"EM":{"iK":[]},"pd":{"iK":[]},"vG":{"js":[],"bm":[]},"ER":{"bm":[]},"Ie":{"bm":[]},"FI":{"cH":[]},"AD":{"fe":[]},"k9":{"iK":[]},"D9":{"iK":[]},"Da":{"iK":[]},"HR":{"iK":[]},"HH":{"iK":[]},"ol":{"iK":[]},"K1":{"bm":[]},"GU":{"bm":[]},"f0":{"b2":["1","2"],"aF":["1","2"],"b2.V":"2","b2.K":"1"},"b8":{"ad":["1"],"t":["1"],"t.E":"1"},"mx":{"f0":["1","2"],"b2":["1","2"],"aF":["1","2"],"b2.V":"2","b2.K":"1"},"rl":{"agk":[],"vj":[]},"qj":{"vj":[]},"On":{"t":["vj"],"t.E":"vj"},"vw":{"aC":[],"CJ":[],"bG":[]},"vA":{"aC":[]},"vx":{"aC":[],"bO":[],"bG":[]},"pw":{"f_":["1"],"aC":[],"dy":["1"]},"vz":{"aV":["I"],"f_":["I"],"P":["I"],"aC":[],"ad":["I"],"dy":["I"],"t":["I"]},"f6":{"aV":["p"],"f_":["p"],"P":["p"],"aC":[],"ad":["p"],"dy":["p"],"t":["p"]},"Fv":{"aV":["I"],"VJ":[],"f_":["I"],"P":["I"],"aC":[],"ad":["I"],"dy":["I"],"t":["I"],"bG":[],"t.E":"I","aV.E":"I"},"Fw":{"aV":["I"],"VK":[],"f_":["I"],"P":["I"],"aC":[],"ad":["I"],"dy":["I"],"t":["I"],"bG":[],"t.E":"I","aV.E":"I"},"Fx":{"f6":[],"aV":["p"],"XB":[],"f_":["p"],"P":["p"],"aC":[],"ad":["p"],"dy":["p"],"t":["p"],"bG":[],"t.E":"p","aV.E":"p"},"vy":{"f6":[],"aV":["p"],"XC":[],"f_":["p"],"P":["p"],"aC":[],"ad":["p"],"dy":["p"],"t":["p"],"bG":[],"t.E":"p","aV.E":"p"},"Fy":{"f6":[],"aV":["p"],"XD":[],"f_":["p"],"P":["p"],"aC":[],"ad":["p"],"dy":["p"],"t":["p"],"bG":[],"t.E":"p","aV.E":"p"},"Fz":{"f6":[],"aV":["p"],"a4q":[],"f_":["p"],"P":["p"],"aC":[],"ad":["p"],"dy":["p"],"t":["p"],"bG":[],"t.E":"p","aV.E":"p"},"FA":{"f6":[],"aV":["p"],"qG":[],"f_":["p"],"P":["p"],"aC":[],"ad":["p"],"dy":["p"],"t":["p"],"bG":[],"t.E":"p","aV.E":"p"},"vB":{"f6":[],"aV":["p"],"a4r":[],"f_":["p"],"P":["p"],"aC":[],"ad":["p"],"dy":["p"],"t":["p"],"bG":[],"t.E":"p","aV.E":"p"},"mP":{"f6":[],"aV":["p"],"i7":[],"f_":["p"],"P":["p"],"aC":[],"ad":["p"],"dy":["p"],"t":["p"],"bG":[],"t.E":"p","aV.E":"p"},"AZ":{"fh":[]},"KB":{"bm":[]},"B_":{"js":[],"bm":[]},"am":{"as":["1"]},"AW":{"I5":[]},"fJ":{"t":["1"],"t.E":"1"},"Ct":{"bm":[]},"jz":{"ic":["1"],"cm":["1"],"cm.T":"1"},"y9":{"yf":["1"]},"bk":{"Ju":["1"]},"qW":{"AH":["1"]},"ic":{"cm":["1"],"cm.T":"1"},"AI":{"cm":["1"]},"yR":{"cm":["1"],"cm.T":"1"},"yZ":{"cm":["2"]},"Bc":{"cm":["1"],"cm.T":"1"},"nT":{"cm":["2"],"cm.T":"2"},"jF":{"b2":["1","2"],"aF":["1","2"],"b2.V":"2","b2.K":"1"},"li":{"jF":["1","2"],"b2":["1","2"],"aF":["1","2"],"b2.V":"2","b2.K":"1"},"yC":{"jF":["1","2"],"b2":["1","2"],"aF":["1","2"],"b2.V":"2","b2.K":"1"},"nP":{"ad":["1"],"t":["1"],"t.E":"1"},"lf":{"rC":["1"],"fA":["1"],"b3":["1"],"ad":["1"],"t":["1"],"t.E":"1"},"eH":{"rC":["1"],"fA":["1"],"aum":["1"],"b3":["1"],"ad":["1"],"t":["1"],"t.E":"1"},"mB":{"t":["1"],"t.E":"1"},"aV":{"P":["1"],"ad":["1"],"t":["1"]},"b2":{"aF":["1","2"]},"zo":{"ad":["2"],"t":["2"],"t.E":"2"},"vh":{"aF":["1","2"]},"nA":{"aF":["1","2"]},"yF":{"yG":["1"],"ajs":["1"]},"yH":{"yG":["1"]},"uc":{"ad":["1"],"t":["1"],"t.E":"1"},"v6":{"ba":["1"],"ad":["1"],"t":["1"],"t.E":"1","ba.E":"1"},"fA":{"b3":["1"],"ad":["1"],"t":["1"]},"rC":{"fA":["1"],"b3":["1"],"ad":["1"],"t":["1"]},"xa":{"b2":["1","2"],"aF":["1","2"],"b2.V":"2","b2.K":"1"},"jM":{"ad":["1"],"t":["1"],"t.E":"1"},"nZ":{"ad":["2"],"t":["2"],"t.E":"2"},"Ay":{"ad":["b9<1,2>"],"t":["b9<1,2>"],"t.E":"b9<1,2>"},"jN":{"ik":["1","2","1"],"ik.T":"1"},"AC":{"ik":["1","dZ<1,2>","2"],"ik.T":"2"},"nY":{"ik":["1","dZ<1,2>","b9<1,2>"],"ik.T":"b9<1,2>"},"qh":{"fA":["1"],"b3":["1"],"ad":["1"],"t":["1"],"t.E":"1"},"Lm":{"b2":["B","@"],"aF":["B","@"],"b2.V":"@","b2.K":"B"},"Ln":{"ba":["B"],"ad":["B"],"t":["B"],"t.E":"B","ba.E":"B"},"uU":{"bm":[]},"ES":{"bm":[]},"hC":{"ca":["hC"]},"I":{"co":[],"ca":["co"]},"aM":{"ca":["aM"]},"p":{"co":[],"ca":["co"]},"P":{"ad":["1"],"t":["1"]},"co":{"ca":["co"]},"agk":{"vj":[]},"b3":{"ad":["1"],"t":["1"]},"B":{"ca":["B"]},"lF":{"bm":[]},"js":{"bm":[]},"fL":{"bm":[]},"pQ":{"bm":[]},"uJ":{"bm":[]},"FF":{"bm":[]},"Ih":{"bm":[]},"qK":{"bm":[]},"hc":{"bm":[]},"De":{"bm":[]},"FP":{"bm":[]},"xd":{"bm":[]},"KC":{"cH":[]},"kn":{"cH":[]},"z0":{"ba":["1"],"ad":["1"],"t":["1"],"t.E":"1","ba.E":"1"},"Op":{"fe":[]},"B8":{"Ii":[]},"O5":{"Ii":[]},"K3":{"Ii":[]},"FH":{"cH":[]},"XD":{"P":["p"],"ad":["p"],"t":["p"]},"i7":{"P":["p"],"ad":["p"],"t":["p"]},"a4r":{"P":["p"],"ad":["p"],"t":["p"]},"XB":{"P":["p"],"ad":["p"],"t":["p"]},"a4q":{"P":["p"],"ad":["p"],"t":["p"]},"XC":{"P":["p"],"ad":["p"],"t":["p"]},"qG":{"P":["p"],"ad":["p"],"t":["p"]},"VJ":{"P":["I"],"ad":["I"],"t":["I"]},"VK":{"P":["I"],"ad":["I"],"t":["I"]},"Hj":{"mh":[]},"dS":{"t":["B"],"t.E":"B"},"qa":{"rK":["1","b3<1>"],"rK.E":"1"},"LX":{"aa":[],"f":[]},"tk":{"V":[],"f":[]},"J6":{"a3":["tk"]},"tL":{"aa":[],"f":[]},"p5":{"aa":[],"f":[]},"ED":{"aa":[],"f":[]},"EE":{"aa":[],"f":[]},"uG":{"aa":[],"f":[]},"p7":{"aa":[],"f":[]},"dL":{"aw":[],"T":[]},"bz":{"T":[]},"oe":{"bz":["I"],"T":[]},"IQ":{"bz":["I"],"T":[]},"IR":{"bz":["I"],"T":[]},"vV":{"bz":["I"],"T":[]},"fa":{"bz":["I"],"T":[]},"tX":{"bz":["I"],"T":[]},"ny":{"bz":["I"],"T":[]},"oC":{"bz":["1"],"T":[]},"tf":{"bz":["1"],"T":[]},"zk":{"eq":[]},"hP":{"eq":[]},"I4":{"eq":[]},"cG":{"eq":[]},"xH":{"eq":[]},"kj":{"eq":[]},"K5":{"eq":[]},"ak":{"a6":["1"],"ak.T":"1","a6.T":"1"},"ep":{"ak":["n?"],"a6":["n?"],"ak.T":"n?","a6.T":"n?"},"al":{"bz":["1"],"T":[]},"cK":{"a6":["1"],"a6.T":"1"},"ww":{"ak":["1"],"a6":["1"],"ak.T":"1","a6.T":"1"},"Hk":{"ak":["H?"],"a6":["H?"],"ak.T":"H?","a6.T":"H?"},"w3":{"ak":["y?"],"a6":["y?"],"ak.T":"y?","a6.T":"y?"},"kt":{"ak":["p"],"a6":["p"],"ak.T":"p","a6.T":"p"},"fP":{"a6":["I"],"a6.T":"I"},"xO":{"a6":["1"],"a6.T":"1"},"tU":{"V":[],"f":[]},"yu":{"a3":["tU"]},"cb":{"n":[]},"JQ":{"hf":[]},"Di":{"aa":[],"f":[]},"lY":{"V":[],"f":[]},"yv":{"a3":["lY"]},"Dk":{"bj":[]},"JT":{"eA":["tV"],"eA.T":"tV"},"Dx":{"tV":[]},"tW":{"V":[],"f":[]},"yx":{"a3":["tW"]},"Dl":{"aa":[],"f":[]},"r3":{"V":[],"f":[]},"Dm":{"aa":[],"f":[]},"r4":{"a3":["r3<1>"]},"hk":{"eU":[]},"oH":{"V":[],"f":[]},"yw":{"i0":["oH"],"a3":["oH"]},"OI":{"T":[]},"Do":{"hf":[]},"yz":{"V":[],"f":[]},"Dp":{"aa":[],"f":[]},"JW":{"aH":[],"a9":[],"f":[]},"Na":{"v":[],"aj":["v"],"o":[],"a2":[]},"yA":{"a3":["yz"]},"Ls":{"T":[]},"NB":{"T":[]},"JP":{"T":[]},"yB":{"a9":[],"f":[]},"JV":{"b5":[],"at":[],"Q":[]},"nV":{"cD":["v","dU"],"v":[],"a8":["v","dU"],"o":[],"a2":[],"a8.1":"dU","cD.1":"dU","a8.0":"v"},"M4":{"at":[],"Q":[]},"M5":{"f":[]},"kb":{"V":[],"f":[]},"yy":{"a3":["kb"]},"Ly":{"T":[]},"z8":{"aS":[],"aG":[],"f":[]},"Dq":{"aa":[],"f":[]},"le":{"es":["P"],"dh":[]},"oT":{"le":[],"es":["P"],"dh":[]},"E_":{"le":[],"es":["P"],"dh":[]},"DY":{"le":[],"es":["P"],"dh":[]},"oW":{"lF":[],"bm":[]},"KN":{"dh":[]},"aw":{"T":[]},"dV":{"aw":[],"T":[]},"nU":{"T":[]},"es":{"dh":[]},"u4":{"dh":[]},"DH":{"dh":[]},"DI":{"dh":[]},"iY":{"ey":[]},"dE":{"iY":[],"ey":[],"dE.T":"1"},"lb":{"iY":[],"ey":[]},"v2":{"fs":[]},"aJ":{"t":["1"],"t.E":"1"},"p2":{"t":["1"],"t.E":"1"},"cE":{"as":["1"]},"p0":{"a2":[]},"us":{"bf":[]},"cL":{"aP":[]},"j8":{"aP":[]},"kJ":{"aP":[]},"kK":{"aP":[]},"j7":{"aP":[]},"dP":{"aP":[]},"j9":{"aP":[]},"IL":{"aP":[]},"P8":{"aP":[]},"mU":{"aP":[]},"P4":{"mU":[],"aP":[]},"mZ":{"aP":[]},"Pf":{"mZ":[],"aP":[]},"Pa":{"j8":[],"aP":[]},"P7":{"kJ":[],"aP":[]},"P9":{"kK":[],"aP":[]},"P6":{"j7":[],"aP":[]},"mW":{"aP":[]},"Pb":{"mW":[],"aP":[]},"n1":{"aP":[]},"Pj":{"n1":[],"aP":[]},"n_":{"dP":[],"aP":[]},"Ph":{"n_":[],"dP":[],"aP":[]},"n0":{"dP":[],"aP":[]},"Pi":{"n0":[],"dP":[],"aP":[]},"G3":{"dP":[],"aP":[]},"Pg":{"dP":[],"aP":[]},"Pd":{"j9":[],"aP":[]},"mY":{"aP":[]},"Pe":{"mY":[],"aP":[]},"mX":{"aP":[]},"Pc":{"mX":[],"aP":[]},"mV":{"aP":[]},"P5":{"mV":[],"aP":[]},"fT":{"c3":[],"cj":[]},"zs":{"rJ":[]},"rr":{"rJ":[]},"eB":{"c3":[],"cj":[]},"hj":{"c3":[],"cj":[]},"fU":{"c3":[],"cj":[]},"f7":{"c3":[],"cj":[]},"ud":{"c3":[],"cj":[]},"fR":{"c3":[],"cj":[]},"c3":{"cj":[]},"vJ":{"c3":[],"cj":[]},"pL":{"c3":[],"cj":[]},"ef":{"c3":[],"cj":[]},"Cz":{"c3":[],"cj":[]},"ms":{"hi":[]},"pq":{"hi":[]},"Cj":{"aa":[],"f":[]},"mD":{"V":[],"f":[]},"zp":{"a3":["mD"]},"tl":{"V":[],"f":[]},"MR":{"H":[]},"y8":{"a3":["tl"]},"J5":{"aH":[],"a9":[],"f":[]},"N8":{"v":[],"aj":["v"],"o":[],"a2":[]},"pr":{"ak":["y?"],"a6":["y?"],"ak.T":"y?","a6.T":"y?"},"vn":{"ak":["i"],"a6":["i"],"ak.T":"i","a6.T":"i"},"auw":{"cB":[],"aS":[],"aG":[],"f":[]},"w0":{"V":[],"f":[]},"MZ":{"a3":["w0"]},"Lh":{"aH":[],"a9":[],"f":[]},"zW":{"v":[],"aj":["v"],"o":[],"a2":[]},"Lt":{"aI":["ag?"]},"tB":{"V":[],"f":[]},"yg":{"a3":["tB"]},"LR":{"c5":[],"aI":["c5"]},"Li":{"aH":[],"a9":[],"f":[]},"zX":{"v":[],"aj":["v"],"o":[],"a2":[]},"Ff":{"ka":["p"],"n":[],"ka.T":"p"},"Kf":{"hf":[]},"DE":{"aa":[],"f":[]},"oK":{"aa":[],"f":[]},"DJ":{"aa":[],"f":[]},"Hh":{"aa":[],"f":[]},"u5":{"eC":["1"],"dc":["1"],"bA":["1"]},"u7":{"aa":[],"f":[]},"Il":{"aa":[],"f":[]},"at3":{"cB":[],"aS":[],"aG":[],"f":[]},"yQ":{"aI":["n?"]},"Ky":{"aI":["n?"]},"Kw":{"aI":["I"]},"Kx":{"aI":["c5?"]},"yT":{"aI":["n?"]},"KH":{"aI":["n?"]},"KG":{"aI":["c5?"]},"up":{"aS":[],"aG":[],"f":[]},"Ea":{"aa":[],"f":[]},"Kv":{"c5":[],"aI":["c5"]},"Jq":{"aH":[],"a9":[],"f":[]},"zO":{"v":[],"aj":["v"],"o":[],"a2":[]},"y7":{"bz":["1"],"T":[]},"An":{"V":[],"f":[]},"EC":{"aa":[],"f":[]},"NQ":{"a3":["An"]},"La":{"V":[],"f":[]},"L6":{"aI":["n?"]},"L8":{"aI":["n?"]},"L7":{"aI":["c5?"]},"L9":{"b7":[]},"KJ":{"b7":[]},"KK":{"b7":[]},"Mf":{"b7":[]},"uF":{"cB":[],"aS":[],"aG":[],"f":[]},"ks":{"iQ":[],"hO":[]},"uL":{"iQ":[],"hO":[]},"uM":{"iQ":[],"hO":[]},"iQ":{"hO":[]},"zL":{"aS":[],"aG":[],"f":[]},"zc":{"V":[],"f":[]},"pb":{"aa":[],"f":[]},"zb":{"a3":["zc"],"agY":[]},"EK":{"aa":[],"f":[]},"eZ":{"bq":[]},"M1":{"eZ":[],"bq":[]},"hg":{"eZ":[],"bq":[]},"dm":{"eZ":[],"bq":[]},"ye":{"V":[],"f":[]},"z5":{"V":[],"f":[]},"mv":{"V":[],"f":[]},"zd":{"aw":[],"T":[]},"ze":{"ak":["eZ"],"a6":["eZ"],"ak.T":"eZ","a6.T":"eZ"},"Lf":{"T":[]},"Jg":{"a3":["ye"]},"z6":{"a3":["z5"]},"zR":{"v":[],"l3":["dq","v"],"o":[],"a2":[]},"K9":{"ha":["dq","v"],"a9":[],"f":[],"ha.0":"dq","ha.1":"v"},"zf":{"a3":["mv"]},"xA":{"V":[],"f":[]},"AQ":{"a3":["xA"]},"Fa":{"aa":[],"f":[]},"vk":{"V":[],"f":[]},"zV":{"v":[],"aj":["v"],"o":[],"a2":[]},"nn":{"ak":["bq?"],"a6":["bq?"],"ak.T":"bq?","a6.T":"bq?"},"zq":{"V":[],"f":[]},"LH":{"a3":["vk"]},"Le":{"aH":[],"a9":[],"f":[]},"LE":{"a3":["zq"]},"Au":{"aa":[],"f":[]},"NY":{"T":[]},"LF":{"eA":["vm"],"eA.T":"vm"},"Dz":{"vm":[]},"Fh":{"n":[],"aI":["n"]},"LJ":{"n":[],"aI":["n"]},"Fj":{"c5":[],"aI":["c5"]},"yS":{"c5":[],"aI":["c5"]},"Fg":{"ag":[],"aI":["ag?"]},"LI":{"ag":[],"aI":["ag?"]},"Fk":{"k":[],"aI":["k"]},"LK":{"k":[],"aI":["k"]},"zj":{"aI":["1?"]},"b0":{"aI":["1"]},"aO":{"aI":["1"]},"Fl":{"dV":["b3"],"aw":[],"T":[]},"Lv":{"aI":["ag?"]},"FE":{"iQ":[],"hO":[]},"Mb":{"aI":["n?"]},"Md":{"aI":["n?"]},"Mc":{"aI":["c5?"]},"mE":{"mF":["1"],"eC":["1"],"dc":["1"],"bA":["1"]},"j_":{"j4":["1"],"fb":[]},"zK":{"mF":["1"],"eC":["1"],"dc":["1"],"bA":["1"]},"lt":{"V":[],"f":[]},"lu":{"V":[],"f":[]},"PY":{"aa":[],"f":[]},"PW":{"a3":["lt"]},"PX":{"a3":["lu"]},"IK":{"h0":[]},"Dn":{"h0":[]},"Bn":{"aw":[],"T":[]},"Bo":{"aw":[],"T":[]},"wz":{"V":[],"f":[]},"Aa":{"aS":[],"aG":[],"f":[]},"yU":{"V":[],"f":[]},"wy":{"V":[],"f":[]},"q_":{"a3":["wy"]},"aym":{"V":[],"f":[]},"GY":{"a3":["wz"]},"NF":{"aw":[],"T":[]},"yd":{"ar":[]},"Jf":{"aa":[],"f":[]},"yV":{"a3":["yU"]},"Kj":{"aU":["et"],"aU.T":"et"},"NG":{"aS":[],"aG":[],"f":[]},"rm":{"V":[],"f":[]},"H7":{"aa":[],"f":[]},"LG":{"i0":["rm"],"a3":["rm"]},"avX":{"cB":[],"aS":[],"aG":[],"f":[]},"Lu":{"aI":["ag?"]},"wN":{"V":[],"f":[]},"OR":{"dV":["c7"],"aw":[],"T":[]},"Ao":{"a3":["wN"]},"awk":{"V":[],"f":[]},"HS":{"V":[],"f":[]},"AN":{"aI":["n?"]},"OC":{"aI":["n?"]},"OB":{"aI":["c5?"]},"OD":{"b7":[]},"awA":{"cB":[],"aS":[],"aG":[],"f":[]},"xv":{"V":[],"f":[]},"AO":{"a3":["xv"]},"Fm":{"hf":[]},"OH":{"T":[]},"awI":{"cB":[],"aS":[],"aG":[],"f":[]},"AT":{"V":[],"f":[]},"I1":{"aa":[],"f":[]},"OO":{"a3":["AT"]},"OP":{"aH":[],"a9":[],"f":[]},"OQ":{"v":[],"aj":["v"],"o":[],"a2":[]},"OL":{"dN":[],"a9":[],"f":[]},"OM":{"b5":[],"at":[],"Q":[]},"Nt":{"v":[],"a8":["v","dU"],"o":[],"a2":[],"a8.1":"dU","a8.0":"v"},"OK":{"aa":[],"f":[]},"ON":{"aa":[],"f":[]},"I3":{"aa":[],"f":[]},"za":{"cB":[],"aS":[],"aG":[],"f":[]},"nu":{"ak":["fD"],"a6":["fD"],"ak.T":"fD","a6.T":"fD"},"tb":{"V":[],"f":[]},"nt":{"aa":[],"f":[]},"J_":{"a3":["tb"]},"nw":{"V":[],"f":[]},"qB":{"a3":["nw"]},"KD":{"aH":[],"a9":[],"f":[]},"Ne":{"v":[],"aj":["v"],"o":[],"hU":[],"a2":[]},"OZ":{"aa":[],"f":[]},"awY":{"cB":[],"aS":[],"aG":[],"f":[]},"d_":{"en":[]},"eQ":{"en":[]},"zu":{"en":[]},"FR":{"dn":[]},"Os":{"T":[]},"cC":{"bq":[]},"fI":{"bq":[]},"CD":{"bq":[]},"cu":{"bq":[]},"dG":{"bq":[]},"c_":{"eU":[]},"d1":{"kY":[]},"cP":{"cC":[],"bq":[]},"ka":{"n":[]},"ao":{"bU":[]},"dJ":{"bU":[]},"ll":{"bU":[]},"G_":{"ex":[]},"bd":{"cC":[],"bq":[]},"dY":{"cC":[],"bq":[]},"fc":{"eU":[]},"ee":{"cC":[],"bq":[]},"e_":{"cC":[],"bq":[]},"e0":{"cC":[],"bq":[]},"qO":{"fg":[]},"Pr":{"fg":[]},"l7":{"ex":[],"hU":[],"a2":[]},"Gj":{"v":[],"aj":["v"],"o":[],"a2":[]},"pY":{"dn":[],"a2":[]},"yc":{"aw":[],"T":[]},"k6":{"iM":[]},"v":{"o":[],"a2":[]},"lM":{"eY":["v"]},"e3":{"bR":[]},"tS":{"e3":[],"cQ":["1"],"bR":[]},"fu":{"e3":[],"cQ":["v"],"bR":[]},"wb":{"cD":["v","fu"],"v":[],"a8":["v","fu"],"o":[],"a2":[],"a8.1":"fu","cD.1":"fu","a8.0":"v"},"Ds":{"T":[]},"wc":{"v":[],"aj":["v"],"o":[],"a2":[]},"kP":{"aw":[],"T":[]},"n5":{"v":[],"a8":["v","fC"],"o":[],"a2":[],"a8.1":"fC","a8.0":"v"},"Nc":{"v":[],"o":[],"a2":[]},"AP":{"kP":[],"aw":[],"T":[]},"yh":{"kP":[],"aw":[],"T":[]},"r_":{"kP":[],"aw":[],"T":[]},"we":{"v":[],"o":[],"a2":[]},"ev":{"e3":[],"cQ":["v"],"bR":[]},"wf":{"cD":["v","ev"],"v":[],"a8":["v","ev"],"o":[],"a2":[],"a8.1":"ev","cD.1":"ev","a8.0":"v"},"dH":{"dj":[]},"tO":{"dH":[],"dj":[]},"tM":{"dH":[],"dj":[]},"qD":{"hV":[],"dH":[],"dj":[]},"FN":{"hV":[],"dH":[],"dj":[]},"FZ":{"dj":[]},"hV":{"dH":[],"dj":[]},"tN":{"dH":[],"dj":[]},"tt":{"dH":[],"dj":[]},"v1":{"dH":[],"dj":[]},"uw":{"dH":[],"dj":[]},"ti":{"dH":[],"dj":[]},"hS":{"e3":[],"cQ":["v"],"bR":[]},"wi":{"cD":["v","hS"],"v":[],"a8":["v","hS"],"o":[],"a2":[],"a8.1":"hS","cD.1":"hS","a8.0":"v"},"Ft":{"aw":[],"T":[]},"o":{"a2":[]},"cQ":{"bR":[]},"NC":{"ej":[]},"z7":{"ej":[]},"o_":{"ej":[]},"j5":{"h9":[]},"fC":{"cQ":["v"],"bR":[]},"jK":{"d9":[],"aw":[],"T":[]},"wm":{"v":[],"a8":["v","fC"],"o":[],"a2":[],"a8.1":"fC","a8.0":"v"},"kZ":{"T":[]},"w5":{"v":[],"aj":["v"],"o":[],"a2":[]},"jb":{"v":[],"aj":["v"],"o":[],"a2":[]},"GE":{"v":[],"aj":["v"],"o":[],"a2":[]},"wn":{"v":[],"aj":["v"],"o":[],"a2":[]},"wa":{"v":[],"aj":["v"],"o":[],"a2":[]},"Gx":{"v":[],"aj":["v"],"o":[],"a2":[]},"w8":{"v":[],"aj":["v"],"o":[],"a2":[]},"wh":{"v":[],"aj":["v"],"o":[],"a2":[]},"Gz":{"v":[],"aj":["v"],"o":[],"a2":[]},"Gi":{"v":[],"aj":["v"],"o":[],"a2":[]},"Gk":{"v":[],"aj":["v"],"o":[],"a2":[]},"tY":{"T":[]},"rz":{"v":[],"aj":["v"],"o":[],"a2":[]},"Gp":{"v":[],"aj":["v"],"o":[],"a2":[]},"Go":{"v":[],"aj":["v"],"o":[],"a2":[]},"Gm":{"v":[],"aj":["v"],"o":[],"a2":[]},"Gn":{"v":[],"aj":["v"],"o":[],"a2":[]},"A0":{"v":[],"aj":["v"],"o":[],"a2":[]},"GA":{"v":[],"aj":["v"],"o":[],"a2":[]},"GB":{"v":[],"aj":["v"],"o":[],"a2":[]},"Gq":{"v":[],"aj":["v"],"o":[],"a2":[]},"GJ":{"v":[],"aj":["v"],"o":[],"a2":[]},"Gt":{"v":[],"aj":["v"],"o":[],"a2":[]},"GC":{"v":[],"aj":["v"],"o":[],"a2":[]},"wj":{"v":[],"aj":["v"],"o":[],"hU":[],"a2":[]},"GF":{"v":[],"aj":["v"],"o":[],"a2":[]},"wg":{"v":[],"aj":["v"],"o":[],"a2":[]},"wk":{"v":[],"aj":["v"],"o":[],"a2":[]},"wo":{"v":[],"aj":["v"],"o":[],"a2":[]},"Gl":{"v":[],"aj":["v"],"o":[],"a2":[]},"Gy":{"v":[],"aj":["v"],"o":[],"a2":[]},"Gr":{"v":[],"aj":["v"],"o":[],"a2":[]},"Gu":{"v":[],"aj":["v"],"o":[],"a2":[]},"Gw":{"v":[],"aj":["v"],"o":[],"a2":[]},"Gs":{"v":[],"aj":["v"],"o":[],"a2":[]},"w7":{"v":[],"aj":["v"],"o":[],"a2":[]},"d9":{"T":[]},"n7":{"v":[],"aj":["v"],"o":[],"a2":[]},"wl":{"v":[],"aj":["v"],"o":[],"a2":[]},"Gh":{"v":[],"aj":["v"],"o":[],"a2":[]},"GD":{"v":[],"aj":["v"],"o":[],"a2":[]},"wd":{"v":[],"aj":["v"],"o":[],"a2":[]},"qf":{"iM":[]},"jk":{"l2":[],"cQ":["cr"],"bR":[]},"cr":{"o":[],"a2":[]},"Ht":{"eY":["cr"]},"x2":{"bR":[]},"l2":{"bR":[]},"qe":{"ed":[],"cQ":["v"],"fW":[],"bR":[]},"GG":{"n8":[],"cr":[],"a8":["v","ed"],"o":[],"a2":[],"a8.1":"ed","a8.0":"v"},"GH":{"n8":[],"cr":[],"a8":["v","ed"],"o":[],"a2":[],"a8.1":"ed","a8.0":"v"},"fW":{"bR":[]},"ed":{"cQ":["v"],"fW":[],"bR":[]},"n8":{"cr":[],"a8":["v","ed"],"o":[],"a2":[]},"wp":{"cr":[],"aj":["cr"],"o":[],"a2":[]},"GI":{"cr":[],"aj":["cr"],"o":[],"a2":[]},"dp":{"e3":[],"cQ":["v"],"bR":[]},"wq":{"cD":["v","dp"],"v":[],"a8":["v","dp"],"o":[],"a2":[],"a8.1":"dp","cD.1":"dp","a8.0":"v"},"k_":{"ak":["en?"],"a6":["en?"],"ak.T":"en?","a6.T":"en?"},"GK":{"aj":["v"],"o":[],"a2":[]},"pX":{"ii":["1"],"v":[],"a8":["cr","1"],"Gg":[],"o":[],"a2":[]},"ws":{"ii":["jk"],"v":[],"a8":["cr","jk"],"Gg":[],"o":[],"a2":[],"a8.1":"jk","ii.0":"jk","a8.0":"cr"},"fi":{"aw":[],"T":[]},"nv":{"as":["~"]},"xI":{"cH":[]},"jy":{"ca":["jy"]},"hp":{"ca":["hp"]},"jO":{"ca":["jO"]},"q8":{"ca":["q8"]},"NU":{"dh":[]},"wR":{"aw":[],"T":[]},"mR":{"ca":["q8"]},"q9":{"dn":[]},"my":{"fq":[]},"kw":{"fq":[]},"uZ":{"fq":[]},"pH":{"cH":[]},"vr":{"cH":[]},"i3":{"c5":[]},"Kc":{"c5":[]},"Ot":{"vs":[]},"i_":{"h3":[]},"pS":{"h3":[]},"wv":{"aw":[],"T":[]},"op":{"fg":[]},"pk":{"fg":[]},"vO":{"fg":[]},"ua":{"fg":[]},"HU":{"l5":[]},"HT":{"l5":[]},"HV":{"l5":[]},"qs":{"l5":[]},"E6":{"l6":[]},"Mk":{"xy":[]},"iv":{"V":[],"f":[]},"y4":{"aS":[],"aG":[],"f":[]},"agH":{"aN":[]},"at6":{"aN":[]},"at5":{"aN":[]},"oc":{"aN":[]},"on":{"aN":[]},"et":{"aN":[]},"ja":{"aN":[]},"ch":{"aU":["1"]},"c0":{"aU":["1"],"aU.T":"1"},"y5":{"a3":["iv"]},"Ir":{"aU":["agH"],"aU.T":"agH"},"u8":{"aU":["aN"],"aU.T":"aN"},"DM":{"aU":["et"]},"G9":{"ch":["ja"],"aU":["ja"],"aU.T":"ja","ch.T":"ja"},"zH":{"BB":["1"],"ch":["1"],"rt":["1"],"aU":["1"],"aU.T":"1","ch.T":"1"},"zI":{"BC":["1"],"ch":["1"],"rt":["1"],"aU":["1"],"aU.T":"1","ch.T":"1"},"yr":{"aU":["1"],"aU.T":"1"},"ta":{"V":[],"f":[]},"IZ":{"a3":["ta"]},"IY":{"aH":[],"a9":[],"f":[]},"th":{"aH":[],"a9":[],"f":[]},"xT":{"V":[],"f":[]},"Bd":{"a3":["xT"],"fH":[]},"i2":{"V":[],"f":[]},"AG":{"a3":["i2<1,2>"]},"xf":{"i2":["1","dw<1>"],"V":[],"f":[],"i2.T":"1","i2.S":"dw<1>"},"tr":{"V":[],"f":[]},"ya":{"a3":["tr"]},"uW":{"aw":[],"T":[]},"M6":{"aa":[],"f":[]},"fn":{"aS":[],"aG":[],"f":[]},"m_":{"aH":[],"a9":[],"f":[]},"ov":{"aH":[],"a9":[],"f":[]},"ou":{"aH":[],"a9":[],"f":[]},"oB":{"aH":[],"a9":[],"f":[]},"v0":{"cU":["fu"],"aG":[],"f":[],"cU.T":"fu"},"n2":{"cU":["dp"],"aG":[],"f":[],"cU.T":"dp"},"oA":{"dN":[],"a9":[],"f":[]},"asJ":{"aS":[],"aG":[],"f":[]},"p8":{"aH":[],"a9":[],"f":[]},"q6":{"aH":[],"a9":[],"f":[]},"Pl":{"e9":[],"at":[],"Q":[]},"Pm":{"aS":[],"aG":[],"f":[]},"FL":{"aH":[],"a9":[],"f":[]},"Cw":{"aH":[],"a9":[],"f":[]},"D4":{"aH":[],"a9":[],"f":[]},"D2":{"aH":[],"a9":[],"f":[]},"FW":{"aH":[],"a9":[],"f":[]},"FX":{"aH":[],"a9":[],"f":[]},"nz":{"aH":[],"a9":[],"f":[]},"Dc":{"aH":[],"a9":[],"f":[]},"Em":{"aH":[],"a9":[],"f":[]},"c6":{"aH":[],"a9":[],"f":[]},"fm":{"aH":[],"a9":[],"f":[]},"CP":{"aH":[],"a9":[],"f":[]},"iA":{"aH":[],"a9":[],"f":[]},"tZ":{"dN":[],"a9":[],"f":[]},"fB":{"aH":[],"a9":[],"f":[]},"dg":{"aH":[],"a9":[],"f":[]},"F2":{"aH":[],"a9":[],"f":[]},"vI":{"aH":[],"a9":[],"f":[]},"Ma":{"b5":[],"at":[],"Q":[]},"Cq":{"aH":[],"a9":[],"f":[]},"EO":{"aH":[],"a9":[],"f":[]},"Hv":{"aH":[],"a9":[],"f":[]},"F3":{"dN":[],"a9":[],"f":[]},"HF":{"dN":[],"a9":[],"f":[]},"G4":{"aa":[],"f":[]},"E8":{"dN":[],"a9":[],"f":[]},"GT":{"dN":[],"a9":[],"f":[]},"uo":{"cU":["ev"],"aG":[],"f":[],"cU.T":"ev"},"E2":{"cU":["ev"],"aG":[],"f":[],"cU.T":"ev"},"GN":{"dN":[],"a9":[],"f":[]},"F5":{"aH":[],"a9":[],"f":[]},"vt":{"aH":[],"a9":[],"f":[]},"d7":{"aH":[],"a9":[],"f":[]},"Ce":{"aH":[],"a9":[],"f":[]},"Fr":{"aH":[],"a9":[],"f":[]},"CB":{"aH":[],"a9":[],"f":[]},"kh":{"aH":[],"a9":[],"f":[]},"EI":{"aH":[],"a9":[],"f":[]},"pj":{"aa":[],"f":[]},"e4":{"aa":[],"f":[]},"lS":{"aH":[],"a9":[],"f":[]},"zP":{"v":[],"aj":["v"],"o":[],"a2":[]},"xU":{"dn":[],"a2":[]},"n6":{"a9":[],"f":[]},"kQ":{"b5":[],"at":[],"Q":[]},"Is":{"dn":[],"a2":[]},"u1":{"aH":[],"a9":[],"f":[]},"Df":{"aa":[],"f":[]},"K7":{"T":[]},"kc":{"cB":[],"aS":[],"aG":[],"f":[]},"M7":{"aa":[],"f":[]},"DB":{"aa":[],"f":[]},"DN":{"aa":[],"f":[]},"oN":{"V":[],"f":[]},"yK":{"a3":["oN"]},"oO":{"V":[],"f":[]},"kf":{"a3":["oO"],"fH":[]},"Ae":{"V":[],"f":[]},"ho":{"qN":[],"ex":[]},"Jv":{"aH":[],"a9":[],"f":[]},"N9":{"v":[],"aj":["v"],"o":[],"a2":[]},"xu":{"dV":["c7"],"aw":[],"T":[]},"yL":{"dN":[],"a9":[],"f":[]},"NH":{"a3":["Ae"],"alb":[]},"jB":{"ch":["1"],"aU":["1"],"aU.T":"1","ch.T":"1"},"B6":{"ch":["1"],"aU":["1"],"aU.T":"1","ch.T":"1"},"B7":{"ch":["1"],"aU":["1"],"aU.T":"1","ch.T":"1"},"NP":{"ch":["jh"],"aU":["jh"],"aU.T":"jh","ch.T":"jh"},"JN":{"ch":["hB"],"aU":["hB"],"aU.T":"hB","ch.T":"hB"},"c2":{"aw":[],"T":[]},"mj":{"c2":[],"aw":[],"T":[]},"uu":{"aw":[],"T":[]},"mi":{"V":[],"f":[]},"yX":{"hN":["c2"],"aS":[],"aG":[],"f":[],"hN.T":"c2"},"r8":{"a3":["mi"]},"Ef":{"V":[],"f":[]},"KU":{"a3":["mi"]},"uv":{"V":[],"f":[]},"agl":{"aN":[]},"mQ":{"aN":[]},"n3":{"aN":[]},"afq":{"aN":[]},"yY":{"c2":[],"aw":[],"T":[]},"KV":{"a3":["uv"]},"GM":{"aU":["agl"],"aU.T":"agl"},"FD":{"aU":["mQ"],"aU.T":"mQ"},"G5":{"aU":["n3"],"aU.T":"n3"},"u6":{"aU":["afq"],"aU.T":"afq"},"hL":{"ey":[]},"bg":{"hL":["1"],"ey":[]},"V":{"f":[]},"at":{"Q":[]},"eD":{"at":[],"Q":[]},"e9":{"at":[],"Q":[]},"iL":{"hL":["1"],"ey":[]},"aa":{"f":[]},"aG":{"f":[]},"cU":{"aG":[],"f":[]},"aS":{"aG":[],"f":[]},"a9":{"f":[]},"F0":{"a9":[],"f":[]},"aH":{"a9":[],"f":[]},"dN":{"a9":[],"f":[]},"E0":{"a9":[],"f":[]},"tQ":{"at":[],"Q":[]},"qi":{"at":[],"Q":[]},"vW":{"at":[],"Q":[]},"mT":{"at":[],"Q":[]},"b5":{"at":[],"Q":[]},"F_":{"b5":[],"at":[],"Q":[]},"wX":{"b5":[],"at":[],"Q":[]},"f5":{"b5":[],"at":[],"Q":[]},"M3":{"at":[],"Q":[]},"M8":{"f":[]},"h2":{"V":[],"f":[]},"pR":{"a3":["h2"]},"bw":{"mo":["1"]},"Eq":{"aa":[],"f":[]},"L0":{"aH":[],"a9":[],"f":[]},"mq":{"V":[],"f":[]},"re":{"a3":["mq"]},"p3":{"kE":[]},"e8":{"aa":[],"f":[]},"mu":{"cB":[],"aS":[],"aG":[],"f":[]},"lL":{"ak":["ar"],"a6":["ar"],"ak.T":"ar","a6.T":"ar"},"iB":{"ak":["eU"],"a6":["eU"],"ak.T":"eU","a6.T":"eU"},"iD":{"ak":["bU"],"a6":["bU"],"ak.T":"bU","a6.T":"bU"},"lI":{"ak":["bs?"],"a6":["bs?"],"ak.T":"bs?","a6.T":"bs?"},"mI":{"ak":["aY"],"a6":["aY"],"ak.T":"aY","a6.T":"aY"},"ns":{"ak":["k"],"a6":["k"],"ak.T":"k","a6.T":"k"},"t4":{"V":[],"f":[]},"t7":{"V":[],"f":[]},"t9":{"V":[],"f":[]},"t6":{"V":[],"f":[]},"t5":{"V":[],"f":[]},"t8":{"V":[],"f":[]},"ue":{"ak":["ao"],"a6":["ao"],"ak.T":"ao","a6.T":"ao"},"EG":{"V":[],"f":[]},"p9":{"a3":["1"]},"od":{"a3":["1"]},"IS":{"a3":["t4"]},"IV":{"a3":["t7"]},"IX":{"a3":["t9"]},"IU":{"a3":["t6"]},"IT":{"a3":["t5"]},"IW":{"a3":["t8"]},"hM":{"aS":[],"aG":[],"f":[]},"uK":{"e9":[],"at":[],"Q":[]},"hN":{"aS":[],"aG":[],"f":[]},"rh":{"e9":[],"at":[],"Q":[]},"cB":{"aS":[],"aG":[],"f":[]},"qZ":{"aa":[],"f":[]},"EW":{"aa":[],"f":[]},"zn":{"aS":[],"aG":[],"f":[]},"vc":{"V":[],"f":[]},"PA":{"eA":["xV"],"eA.T":"xV"},"DD":{"xV":[]},"Lz":{"a3":["vc"]},"akb":{"aS":[],"aG":[],"f":[]},"vf":{"fc":[],"eU":[]},"w_":{"aa":[],"f":[]},"LB":{"aa":[],"f":[]},"Ko":{"T":[]},"LA":{"aH":[],"a9":[],"f":[]},"Nj":{"v":[],"aj":["v"],"o":[],"a2":[]},"mK":{"hM":["ds"],"aS":[],"aG":[],"f":[],"hM.T":"ds"},"zt":{"V":[],"f":[]},"LM":{"a3":["zt"],"fH":[]},"qV":{"c3":[],"cj":[]},"Fs":{"aa":[],"f":[]},"Cn":{"V":[],"f":[]},"J3":{"mo":["qV"]},"LQ":{"aa":[],"f":[]},"FB":{"aa":[],"f":[]},"j4":{"fb":[]},"mr":{"aS":[],"aG":[],"f":[]},"vD":{"V":[],"f":[]},"dt":{"jd":[]},"fv":{"a3":["vD"]},"M2":{"bA":["~"]},"rq":{"lm":[]},"rp":{"lm":[]},"zB":{"lm":[]},"zC":{"lm":[]},"L5":{"cV":["aF>?"],"aw":[],"T":[]},"d4":{"aG":[],"f":[]},"zF":{"at":[],"Q":[]},"j3":{"T":[]},"jJ":{"V":[],"f":[]},"zG":{"a3":["jJ"]},"pA":{"V":[],"f":[]},"pC":{"a3":["pA"]},"lq":{"v":[],"a8":["v","dp"],"o":[],"a2":[],"a8.1":"dp","a8.0":"v"},"vK":{"V":[],"f":[]},"ln":{"f3":["ln"],"f3.E":"ln"},"nW":{"aS":[],"aG":[],"f":[]},"lp":{"v":[],"aj":["v"],"o":[],"a2":[],"f3":["lp"],"f3.E":"lp"},"zY":{"v":[],"aj":["v"],"o":[],"a2":[]},"AV":{"dN":[],"a9":[],"f":[]},"OU":{"b5":[],"at":[],"Q":[]},"rI":{"dp":[],"e3":[],"cQ":["v"],"bR":[]},"Mh":{"a3":["vK"]},"rs":{"a9":[],"f":[]},"Mg":{"b5":[],"at":[],"Q":[]},"Kb":{"aH":[],"a9":[],"f":[]},"uA":{"V":[],"f":[]},"xg":{"V":[],"f":[]},"z2":{"a3":["uA"]},"z1":{"aw":[],"T":[]},"L1":{"T":[]},"AK":{"a3":["xg"]},"AJ":{"aw":[],"T":[]},"vL":{"eF":[]},"akC":{"dE":["1"],"iY":[],"ey":[]},"pD":{"aa":[],"f":[]},"h_":{"eC":["1"],"dc":["1"],"bA":["1"]},"pM":{"aS":[],"aG":[],"f":[]},"kR":{"V":[],"f":[]},"xQ":{"aS":[],"aG":[],"f":[]},"wx":{"V":[],"f":[]},"cV":{"aw":[],"T":[]},"Ny":{"a3":["kR"]},"A8":{"a3":["wx"]},"cc":{"cV":["1"],"aw":[],"T":[]},"hn":{"cV":["1"],"aw":[],"T":[]},"A7":{"hn":["1"],"cV":["1"],"aw":[],"T":[]},"wu":{"hn":["1"],"cV":["1"],"aw":[],"T":[],"cc.T":"1","hn.T":"1"},"wt":{"hn":["E"],"cV":["E"],"aw":[],"T":[],"cc.T":"E","hn.T":"E"},"GS":{"V":[],"f":[]},"aCs":{"aDY":["as"]},"rB":{"a3":["GS<1>"]},"ND":{"aS":[],"aG":[],"f":[]},"Nv":{"cV":["nd?"],"aw":[],"T":[],"cc.T":"nd?"},"zw":{"aS":[],"aG":[],"f":[]},"ro":{"V":[],"f":[]},"jI":{"a3":["ro<1>"]},"pB":{"bA":["1"]},"dc":{"bA":["1"]},"Kk":{"aU":["et"],"aU.T":"et"},"eC":{"dc":["1"],"bA":["1"]},"vT":{"eC":["1"],"dc":["1"],"bA":["1"]},"vY":{"eC":["1"],"dc":["1"],"bA":["1"]},"GW":{"aa":[],"f":[]},"wB":{"aS":[],"aG":[],"f":[]},"wC":{"aw":[],"T":[]},"Ar":{"V":[],"f":[]},"NE":{"dE":["ey"],"iY":[],"ey":[],"dE.T":"ey"},"As":{"a3":["Ar"]},"E7":{"je":[]},"ec":{"fr":[],"eF":[]},"h7":{"ec":[],"fr":[],"eF":[]},"wH":{"ec":[],"fr":[],"eF":[]},"hX":{"ec":[],"fr":[],"eF":[]},"kT":{"ec":[],"fr":[],"eF":[]},"Ij":{"ec":[],"fr":[],"eF":[]},"Ag":{"aS":[],"aG":[],"f":[]},"lk":{"f3":["lk"],"f3.E":"lk"},"wE":{"V":[],"f":[]},"wF":{"a3":["wE"]},"jf":{"fi":[],"aw":[],"T":[],"je":[]},"nf":{"eF":[]},"wG":{"jf":[],"fi":[],"aw":[],"T":[],"je":[]},"H4":{"aa":[],"f":[]},"CG":{"aa":[],"f":[]},"F4":{"aa":[],"f":[]},"Eu":{"aa":[],"f":[]},"wI":{"V":[],"f":[]},"Ai":{"aS":[],"aG":[],"f":[]},"Ak":{"V":[],"f":[]},"q1":{"a3":["wI"]},"NK":{"a3":["Ak"]},"Aj":{"aw":[],"T":[]},"NJ":{"aH":[],"a9":[],"f":[]},"Nn":{"v":[],"aj":["v"],"o":[],"a2":[]},"Nw":{"cV":["I?"],"aw":[],"T":[],"cc.T":"I?"},"d8":{"aN":[]},"wA":{"ch":["d8"],"aU":["d8"],"aU.T":"d8","ch.T":"d8"},"pT":{"V":[],"f":[]},"il":{"eB":[],"c3":[],"cj":[]},"im":{"ef":[],"c3":[],"cj":[]},"q2":{"aw":[],"T":[]},"i0":{"a3":["1"]},"pv":{"aw":[],"T":[]},"q3":{"V":[],"f":[]},"q5":{"aS":[],"aG":[],"f":[]},"NS":{"d9":[],"a3":["q3"],"T":[]},"H8":{"T":[]},"wU":{"V":[],"f":[]},"NZ":{"a3":["wU"]},"O_":{"hM":["N"],"aS":[],"aG":[],"f":[],"hM.T":"N"},"aq":{"qb":[]},"no":{"V":[],"f":[]},"wV":{"V":[],"f":[]},"qc":{"aw":[],"T":[]},"Aw":{"a3":["no"]},"wW":{"aw":[],"T":[]},"Av":{"a3":["wV"]},"O2":{"aS":[],"aG":[],"f":[]},"rD":{"aH":[],"a9":[],"f":[]},"Hi":{"aa":[],"f":[]},"O9":{"b5":[],"at":[],"Q":[]},"A5":{"v":[],"aj":["v"],"Gg":[],"o":[],"a2":[]},"Hw":{"a9":[],"f":[]},"l1":{"a9":[],"f":[]},"Hu":{"l1":[],"a9":[],"f":[]},"Hs":{"l1":[],"a9":[],"f":[]},"qg":{"b5":[],"at":[],"Q":[]},"uV":{"cU":["fW"],"aG":[],"f":[],"cU.T":"fW"},"x3":{"ha":["1","2"],"a9":[],"f":[]},"x4":{"b5":[],"at":[],"Q":[]},"x7":{"aw":[],"T":[]},"HA":{"aH":[],"a9":[],"f":[]},"rA":{"v":[],"aj":["v"],"o":[],"a2":[]},"Hz":{"aw":[],"T":[]},"yD":{"aw":[],"T":[]},"i5":{"c3":[],"cj":[]},"i6":{"c3":[],"cj":[]},"tu":{"c3":[],"cj":[]},"wr":{"v":[],"aj":["v"],"o":[],"a2":[]},"pW":{"v":[],"aj":["v"],"o":[],"a2":[]},"HP":{"aH":[],"a9":[],"f":[]},"HO":{"aH":[],"a9":[],"f":[]},"HW":{"aH":[],"a9":[],"f":[]},"kd":{"cB":[],"aS":[],"aG":[],"f":[]},"asN":{"cB":[],"aS":[],"aG":[],"f":[]},"M9":{"aa":[],"f":[]},"jo":{"aa":[],"f":[]},"u9":{"aN":[]},"m2":{"aN":[]},"m4":{"aN":[]},"m3":{"aN":[]},"dI":{"aN":[]},"iF":{"dI":[],"aN":[]},"iH":{"dI":[],"aN":[]},"mf":{"dI":[],"aN":[]},"ma":{"dI":[],"aN":[]},"mb":{"dI":[],"aN":[]},"eW":{"dI":[],"aN":[]},"ki":{"dI":[],"aN":[]},"iI":{"dI":[],"aN":[]},"md":{"dI":[],"aN":[]},"me":{"dI":[],"aN":[]},"iG":{"dI":[],"aN":[]},"jg":{"aN":[]},"VA":{"aN":[]},"jh":{"aN":[]},"hB":{"aN":[]},"kH":{"aN":[]},"kO":{"aN":[]},"h5":{"aN":[]},"la":{"aN":[]},"fF":{"aN":[]},"l8":{"aN":[]},"DL":{"aN":[]},"dU":{"e3":[],"cQ":["v"],"bR":[]},"jL":{"V":[],"f":[]},"Ap":{"V":[],"f":[]},"xC":{"V":[],"f":[]},"At":{"a3":["jL"]},"Aq":{"a3":["Ap"]},"AS":{"a3":["xC"]},"tP":{"dV":["ox"],"aw":[],"T":[],"fH":[]},"qz":{"V":[],"f":[]},"yO":{"aS":[],"aG":[],"f":[]},"OW":{"a3":["qz"]},"yp":{"T":[]},"I6":{"aa":[],"f":[]},"tc":{"V":[],"f":[]},"y6":{"a3":["tc"]},"Hp":{"V":[],"f":[]},"GZ":{"V":[],"f":[]},"GP":{"V":[],"f":[]},"E4":{"aH":[],"a9":[],"f":[]},"Du":{"V":[],"f":[]},"v8":{"V":[],"f":[]},"Cm":{"V":[],"f":[]},"qH":{"V":[],"f":[]},"qI":{"a3":["qH<1>"]},"xP":{"dV":["qJ"],"aw":[],"T":[]},"Bb":{"aS":[],"aG":[],"f":[]},"Im":{"aa":[],"f":[]},"xR":{"dN":[],"a9":[],"f":[]},"Pv":{"b5":[],"at":[],"Q":[]},"qN":{"ex":[]},"Py":{"cU":["fC"],"aG":[],"f":[],"cU.T":"fC"},"Jb":{"aH":[],"a9":[],"f":[]},"A3":{"v":[],"aj":["v"],"o":[],"a2":[]},"l_":{"aa":[],"f":[]},"wY":{"at":[],"Q":[]},"tF":{"pa":["1"],"l_":[],"aa":[],"f":[]},"v9":{"pa":["1"],"l_":[],"aa":[],"f":[]},"EJ":{"Q":[]},"dF":{"aS":[],"aG":[],"f":[]},"pa":{"l_":[],"aa":[],"f":[]},"z9":{"at":[],"Q":[]},"nQ":{"e9":[],"at":[],"EJ":["1"],"Q":[]},"ys":{"hl":["1","r2<1>"],"hl.D":"r2<1>"},"Gb":{"cH":[]},"Ga":{"cH":[]},"Pn":{"k":[]},"PI":{"h0":[]},"PH":{"aa":[],"f":[]},"PT":{"h0":[]},"PS":{"aa":[],"f":[]},"y1":{"V":[],"f":[]},"PQ":{"a3":["y1"]},"PJ":{"cB":[],"aS":[],"aG":[],"f":[]},"Iu":{"aa":[],"f":[]},"PB":{"T":[]},"Iw":{"aa":[],"f":[]},"PC":{"T":[]},"nD":{"V":[],"f":[]},"PD":{"a3":["nD"]},"Ix":{"aa":[],"f":[]},"PE":{"T":[]},"Iz":{"aa":[],"f":[]},"PF":{"T":[]},"IA":{"aa":[],"f":[]},"PG":{"T":[]},"II":{"T":[]},"qP":{"aa":[],"f":[]},"PM":{"T":[]},"IE":{"aw":[],"T":[]},"xX":{"V":[],"f":[]},"Bl":{"a3":["xX"]},"i9":{"cX":["i9"],"cX.T":"i9"},"axc":{"cB":[],"aS":[],"aG":[],"f":[]},"ID":{"aa":[],"f":[]},"nE":{"V":[],"f":[]},"xY":{"aS":[],"aG":[],"f":[]},"PL":{"a3":["nE"]},"IC":{"aa":[],"f":[]},"y_":{"V":[],"f":[]},"y0":{"V":[],"f":[]},"Bm":{"a3":["y_"]},"PN":{"a3":["y0"]},"IG":{"aa":[],"f":[]},"qQ":{"aa":[],"f":[]},"y3":{"aa":[],"f":[]},"IB":{"aa":[],"f":[]},"ie":{"ef":[],"c3":[],"cj":[]},"IJ":{"aa":[],"f":[]},"ia":{"cX":["ia"],"cX.T":"ia"},"axd":{"cB":[],"aS":[],"aG":[],"f":[]},"qR":{"V":[],"f":[]},"PV":{"a3":["qR"]},"PU":{"T":[]},"asy":{"aS":[],"aG":[],"f":[]},"auv":{"V":[],"f":[]},"atj":{"V":[],"f":[]},"atk":{"a3":["atj"]},"ays":{"aS":[],"aG":[],"f":[]},"axv":{"aS":[],"aG":[],"f":[]}}')) +A.ayB(v.typeUniverse,JSON.parse('{"ei":1,"atQ":1,"k1":1,"dz":1,"dk":2,"xS":1,"E1":2,"HN":1,"Hn":1,"Ho":1,"DT":1,"Ei":1,"un":1,"Ig":1,"qL":1,"Bs":2,"rj":1,"tR":1,"v4":1,"pw":1,"o0":1,"Ja":1,"r0":1,"IP":1,"Ok":1,"qY":1,"AI":1,"Kd":1,"nL":1,"rv":1,"yE":1,"Ol":1,"yZ":2,"z_":2,"z4":1,"lg":1,"lj":1,"zl":1,"LC":2,"Pq":2,"vh":2,"Kp":1,"Lw":1,"Oh":2,"Og":2,"Az":2,"AA":1,"AB":1,"B5":2,"CR":1,"Db":2,"tT":2,"KZ":3,"AL":1,"ca":1,"uk":1,"Dy":1,"tg":1,"oC":1,"ym":1,"yn":1,"yo":1,"vP":1,"Bp":1,"yt":1,"dV":1,"u4":1,"vQ":2,"Fi":1,"zr":1,"BD":1,"rN":1,"tS":1,"yq":1,"EY":1,"cQ":1,"dC":1,"w6":1,"tY":1,"rz":1,"A0":1,"pX":1,"lG":1,"p9":1,"od":1,"rg":1,"j4":1,"I8":1,"DC":1,"akC":1,"h_":1,"cV":1,"h6":1,"cc":1,"A7":1,"rO":1,"pB":1,"F7":1,"vT":1,"vY":1,"rn":1,"rx":1,"x3":2,"Ax":2,"fd":1,"cJ":1,"yp":1,"B0":1,"v9":1,"EJ":1,"z9":1,"Ke":1}')) +var u={q:"\x10@\x100@@\xa0\x80 0P`pPP\xb1\x10@\x100@@\xa0\x80 0P`pPP\xb0\x11@\x100@@\xa0\x80 0P`pPP\xb0\x10@\x100@@\xa0\x80 1P`pPP\xb0\x10A\x101AA\xa1\x81 1QaqQQ\xb0\x10@\x100@@\xa0\x80 1Q`pPP\xb0\x10@\x100@@\xa0\x80 1QapQP\xb0\x10@\x100@@\xa0\x80 1PaqQQ\xb0\x10\xe0\x100@@\xa0\x80 1P`pPP\xb0\xb1\xb1\xb1\xb1\x91\xb1\xc1\x81\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\x10@\x100@@\xd0\x80 1P`pPP\xb0\x11A\x111AA\xa1\x81!1QaqQQ\xb1\x10@\x100@@\x90\x80 1P`pPP\xb0",S:" 0\x10000\xa0\x80\x10@P`p`p\xb1 0\x10000\xa0\x80\x10@P`p`p\xb0 0\x10000\xa0\x80\x11@P`p`p\xb0 1\x10011\xa0\x80\x10@P`p`p\xb0 1\x10111\xa1\x81\x10AQaqaq\xb0 1\x10011\xa0\x80\x10@Qapaq\xb0 1\x10011\xa0\x80\x10@Paq`p\xb0 1\x10011\xa0\x80\x10@P`q`p\xb0 \x91\x100\x811\xa0\x80\x10@P`p`p\xb0 1\x10011\xa0\x81\x10@P`p`p\xb0 1\x100111\x80\x10@P`p`p\xb0!1\x11111\xa1\x81\x11AQaqaq\xb1",T:"% of the way to being a CircleBorder that is ",N:"' has been assigned during initialization.",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",p:"SystemChrome.setApplicationSwitcherDescription",s:"TextInputClient.updateEditingStateWithDeltas",l:"TextInputClient.updateEditingStateWithTag",u:"There was a problem trying to load FontManifest.json",y:"handleError callback must take either an Object (the error), or both an Object (the error) and a StackTrace.",R:"\u1ac4\u2bb8\u411f\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u3f4f\u0814\u32b6\u32b6\u32b6\u32b6\u1f81\u32b6\u32b6\u32b6\u1bbb\u2f6f\u3cc2\u051e\u32b6\u11d3\u079b\u2c12\u3967\u1b18\u18aa\u392b\u414f\u07f1\u2eb5\u1880\u1123\u047a\u1909\u08c6\u1909\u11af\u2f32\u1a19\u04d1\u19c3\u2e6b\u209a\u1298\u1259\u0667\u108e\u1160\u3c49\u116f\u1b03\u12a3\u1f7c\u121b\u2023\u1840\u34b0\u088a\u3c13\u04b6\u32b6\u41af\u41cf\u41ef\u4217\u32b6\u32b6\u32b6\u32b6\u32b6\u3927\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u18d8\u1201\u2e2e\u15be\u0553\u32b6\u3be9\u32b6\u416f\u32b6\u32b6\u32b6\u1a68\u10e5\u2a59\u2c0e\u205e\u2ef3\u1019\u04e9\u1a84\u32b6\u32b6\u3d0f\u32b6\u32b6\u32b6\u3f4f\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u104e\u076a\u32b6\u07bb\u15dc\u32b6\u10ba\u32b6\u32b6\u32b6\u32b6\u32b6\u1a3f\u32b6\u0cf2\u1606\u32b6\u32b6\u32b6\u0877\u32b6\u32b6\u073d\u2139\u0dcb\u0bcb\u09b3\u0bcb\u0fd9\u20f7\u03e3\u32b6\u32b6\u32b6\u32b6\u32b6\u0733\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u041d\u0864\u32b6\u32b6\u32b6\u32b6\u32b6\u3915\u32b6\u3477\u32b6\u3193\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u20be\u32b6\u36b1\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u2120\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u2f80\u36ac\u369a\u32b6\u32b6\u32b6\u32b6\u1b8c\u32b6\u1584\u1947\u1ae4\u3c82\u1986\u03b8\u043a\u1b52\u2e77\u19d9\u32b6\u32b6\u32b6\u3cdf\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u093a\u0973\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u3498\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u0834\u32b6\u32b6\u2bb8\u32b6\u32b6\u36ac\u35a6\u32b9\u33d6\u32b6\u32b6\u32b6\u35e5\u24ee\u3847\x00\u0567\u3a12\u2826\u01d4\u2fb3\u29f7\u36f2\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u2bc7\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u1e54\u32b6\u1394\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u2412\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u30b3\u2c62\u3271\u32b6\u32b6\u32b6\u12e3\u32b6\u32b6\u1bf2\u1d44\u2526\u32b6\u2656\u32b6\u32b6\u32b6\u0bcb\u1645\u0a85\u0ddf\u2168\u22af\u09c3\u09c5\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u3f2f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6"} +var t=(function rtii(){var s=A.ab +return{od:s("aU"),pC:s("en"),so:s("bz"),m:s("bz"),Bs:s("bz"),ph:s("th"),s1:s("tm"),vp:s("lF"),S7:s("Cs"),M1:s("Cu"),Al:s("k3"),m_:s("bs"),k:s("ar"),q:s("e3"),pI:s("CJ"),V4:s("bO"),wY:s("c0"),nz:s("c0"),OX:s("c0"),vr:s("c0"),gv:s("c0"),fN:s("c0"),Tx:s("c0
"),fn:s("c0"),sl:s("c0"),j5:s("c0"),_m:s("c0"),ZQ:s("c0"),d0:s("dx?,bA<@>>"),vg:s("aw"),XB:s("tF
"),p1:s("SE"),qo:s("os"),z7:s("CX"),m6:s("CY"),E_:s("tH"),Bn:s("D_"),wW:s("lQ"),S3:s("tI"),BQ:s("tJ"),nR:s("tK"),Hz:s("lR"),n8:s("n"),IC:s("ep"),qO:s("lU"),li:s("bi"),eL:s("bi"),fF:s("eS"),vn:s("oF"),pU:s("a8>"),ho:s("tV"),H5:s("asy"),HY:s("fP"),ip:s("m_"),I7:s("aCx"),Hw:s("eU"),l4:s("asJ"),Uf:s("kc"),uy:s("asN"),yS:s("kd"),Je:s("aCH"),JX:s("DK"),I:s("fn"),ra:s("aCI"),xm:s("et"),Jj:s("at3"),yN:s("DO"),uL:s("hI"),zk:s("hJ"),Tu:s("aM"),A0:s("bU"),Ee:s("ad<@>"),h:s("at"),Lt:s("bm"),VI:s("cH"),IX:s("fS"),bh:s("ma"),oB:s("mb"),_w:s("iF"),HH:s("iG"),OO:s("eW"),cP:s("md"),b5:s("me"),P9:s("iH"),eI:s("mf"),US:s("ev"),N8:s("up"),s4:s("VJ"),OE:s("VK"),mx:s("c2"),l5:s("mj"),zq:s("p_"),ia:s("mk"),VW:s("ml"),FK:s("kl"),jU:s("ux"),_8:s("iK"),Z9:s("as"),xd:s("as(B,aF)"),Ev:s("as()"),L0:s("as<@>"),uz:s("as<~>"),Fp:s("cq"),Ce:s("cq"),b4:s("di"),Lu:s("di"),Ih:s("di

"),o:s("Ep"),cD:s("c3"),uA:s("bw"),C1:s("bw"),Uv:s("bw"),jn:s("bw"),YC:s("bw"),hg:s("bw"),Qm:s("bw"),jl:s("bw"),ok:s("bw"),mF:s("bw"),fe:s("bw"),Bk:s("bw"),xR:s("mo"),yi:s("hL>"),TX:s("iL"),bT:s("iL>"),rQ:s("aCQ"),op:s("p2<~(kk)>"),G7:s("Ew>"),rA:s("mq"),mS:s("mr"),AL:s("eY"),Fn:s("iM"),zE:s("a2"),Lk:s("ajR"),g5:s("uF"),Oh:s("mu"),yF:s("dL"),Bc:s("kr"),IS:s("e9"),og:s("cB"),WB:s("aS"),U1:s("eZ"),JZ:s("XB"),XO:s("XC"),pT:s("XD"),gD:s("kt"),vz:s("aN"),nQ:s("iQ"),Ya:s("pe"),K9:s("mw<@>"),JY:s("t<@>"),VG:s("t"),QP:s("C"),NS:s("C"),sq:s("C"),iW:s("C"),qN:s("C"),AT:s("C"),oR:s("C"),t_:s("C"),KV:s("C"),ZD:s("C"),F:s("C"),vl:s("C"),Up:s("C"),lX:s("C"),bp:s("C"),z8:s("C"),uf:s("C"),no:s("C"),wQ:s("C>"),mo:s("C>"),iQ:s("C"),om:s("C>"),Fa:s("C"),fJ:s("C"),VB:s("C"),VO:s("C"),O_:s("C"),J:s("C"),K0:s("C"),CE:s("C


"),k5:s("C"),s9:s("C"),Y4:s("C"),_f:s("C"),ER:s("C"),X_:s("C>"),i1:s("C>"),zg:s("C>"),Eo:s("C"),ss:s("C"),a9:s("C>"),H7:s("C>"),Xr:s("C"),YE:s("C"),tc:s("C"),Qg:s("C"),R:s("C"),wi:s("C"),jT:s("C"),g8:s("C>"),rb:s("C>"),tZ:s("C"),v:s("C"),Co:s("C<+(B,lc)>"),AO:s("C"),Pc:s("C"),Ik:s("C"),xT:s("C"),TT:s("C"),Ry:s("C"),QT:s("C"),VM:s("C"),Fm:s("C"),ZP:s("C"),D1:s("C"),u1:s("C"),q1:s("C"),W:s("C"),o4:s("C"),Qo:s("C"),kO:s("C"),N_:s("C"),s:s("C"),oU:s("C"),bt:s("C"),y1:s("C"),Lx:s("C
"),sD:s("C"),VS:s("C"),fm:s("C"),Ne:s("C"),FO:s("C>>"),LX:s("C"),E:s("C"),GA:s("C"),yO:s("C"),Na:s("C"),OM:s("C"),TV:s("C"),Kj:s("C"),CZ:s("C"),mz:s("C"),he:s("C"),zj:s("C"),ML:s("C"),m3:s("C"),jE:s("C"),qi:s("C"),uD:s("C
"),s6:s("C"),lb:s("C"),YK:s("C"),Z5:s("C"),cR:s("C"),NM:s("C"),HZ:s("C"),n:s("C"),ee:s("C<@>"),t:s("C

"),L:s("C"),iG:s("C"),ny:s("C?>"),Fi:s("C"),_x:s("C"),Z:s("C"),a0:s("C"),Zt:s("C()>"),iM:s("C()>"),sA:s("C"),sQ:s("C<~(mn)?>"),c:s("C<~()>"),g:s("C<~(aU)>"),G:s("C<~(hx)>"),j1:s("C<~(aM)>"),Jh:s("C<~(P)>"),RP:s("dy<@>"),bz:s("uS"),lT:s("iS"),dC:s("f_<@>"),e:s("aC"),Hf:s("f0"),Cl:s("fW"),D2:s("ey"),SQ:s("pi"),LE:s("mz"),bR:s("bg"),NE:s("bg"),b7:s("bg"),ku:s("bg"),hA:s("bg"),C:s("bg>"),af:s("bg"),L6:s("eb"),h_:s("EZ"),rf:s("v1"),hz:s("fs"),cS:s("f3>"),z_:s("mB"),oM:s("mB"),U9:s("hS"),wO:s("pm<@>"),eT:s("P"),gS:s("P"),qC:s("P"),UX:s("P"),LF:s("P"),I1:s("P"),V1:s("P"),yp:s("P"),Xw:s("P"),Z4:s("P

"),j:s("P<@>"),Dn:s("P"),I_:s("T"),f0:s("iY"),da:s("kB"),r:s("e"),bS:s("akb"),tO:s("b9"),UH:s("b9"),DC:s("b9"),q9:s("b9"),sw:s("b9>"),qE:s("b9>"),Dx:s("vg<@,@>"),kY:s("aF"),GU:s("aF"),a:s("aF"),_P:s("aF"),e3:s("aF"),f:s("aF<@,@>"),xE:s("aF"),pE:s("aF"),rr:s("aF<~(aP),aY?>"),C9:s("dA"),Gf:s("ae"),rB:s("ae"),qn:s("ae"),hv:s("ae"),Tr:s("ae"),iB:s("auw"),c4:s("vm"),dJ:s("j_<@>"),Le:s("mF<@>"),ui:s("bo"),e1:s("aO"),h9:s("aO"),Ak:s("aO"),kU:s("aO"),iL:s("aO"),XL:s("aO"),QL:s("aO"),Il:s("aO"),VY:s("aO"),wG:s("aO"),Ve:s("aO"),Oc:s("mG"),xV:s("aY"),w:s("mK"),O5:s("hT"),xS:s("f4"),Pb:s("c5"),ZA:s("vs"),_h:s("hU"),Wz:s("fu"),Lb:s("dN"),A3:s("f6"),u9:s("mP"),Cm:s("kE"),uK:s("fv"),Jc:s("d4"),Tm:s("d4"),ji:s("d4"),WA:s("d4"),kj:s("d4"),Te:s("K"),P:s("bb"),K:s("N"),xA:s("N(p)"),yw:s("aJ"),fy:s("aJ<~()>"),b:s("aJ<~(aU)>"),O:s("aJ<~(hx)>"),Q:s("i"),gY:s("hV"),Ms:s("j3"),N1:s("pC"),Mf:s("pD"),pw:s("j4<@>"),sd:s("j4"),Q2:s("FQ"),Fw:s("cU"),IL:s("cU
"),ke:s("FU"),v3:s("j"),sv:s("vR"),qa:s("aD3"),ge:s("mU"),Ko:s("mV"),A:s("fw"),d:s("j7"),qL:s("aP"),GG:s("aDa"),XA:s("j8"),n2:s("mW"),WQ:s("mX"),w5:s("j9"),DB:s("mY"),PB:s("mZ"),Mj:s("n_"),xb:s("n0"),ks:s("dP"),oN:s("n1"),bb:s("pM"),yH:s("aG"),jV:s("pT"),pK:s("aDf"),Rp:s("+()"),YT:s("y"),Qz:s("agk"),MY:s("w5"),NW:s("Gg"),x:s("v"),DW:s("n5"),f1:s("wg"),I9:s("o"),Cg:s("n6"),F5:s("a9"),GM:s("aj"),Wx:s("jb"),nl:s("cr"),Ss:s("n8"),Cn:s("pW"),dw:s("wr"),E1:s("ws"),UM:s("h5"),dZ:s("wu

"),yb:s("cV"),z4:s("cw"),k2:s("ww"),MV:s("cx"),o_:s("cx"),oj:s("pZ"),N2:s("jd"),pO:s("bA<@>(Q,N?)"),nY:s("avS"),BL:s("avS"),Np:s("q_"),Cy:s("wB"),FS:s("wF"),gt:s("jf"),sm:s("q2"),NF:s("avX"),qd:s("aDm"),hI:s("aDn"),x9:s("d9"),mb:s("nj"),Wu:s("q5"),_S:s("cd"),ZX:s("h8"),bu:s("bM"),UF:s("nm"),g3:s("h9"),HS:s("kX"),n5:s("qa<@>"),hh:s("b3"),Ro:s("b3<@>"),RY:s("bq"),jH:s("kZ"),Vz:s("qb"),yE:s("aDs"),Mp:s("aH"),k7:s("l_"),FW:s("H"),Ws:s("x_"),p:s("l0"),h5:s("qe"),Gt:s("qg"),D:s("ed"),M0:s("l1"),jB:s("l2"),B:s("dp"),Km:s("fe"),MF:s("eD"),d1:s("V"),Iz:s("aa"),sH:s("xf"),N:s("B"),Vc:s("awu"),u4:s("cE"),re:s("cE>"),az:s("cE"),E8:s("cE"),d9:s("cE"),hr:s("cE"),b6:s("cE<~>"),ZC:s("i3"),lu:s("i4"),_0:s("xr"),if:s("awA"),mi:s("I_"),l:s("fC"),qY:s("hf"),bZ:s("awI"),AS:s("l7"),em:s("k"),we:s("fD"),ZM:s("nu"),ZF:s("cX>"),Ag:s("cX<@>"),qe:s("I5"),U:s("dU"),U2:s("awY"),zW:s("bG"),Ni:s("ak"),Y:s("ak"),u:s("fh"),ns:s("js"),w7:s("a4q"),rd:s("qG"),Po:s("a4r"),H3:s("i7"),pm:s("qH"),kk:s("ju"),lQ:s("xQ"),gU:s("fF"),Xu:s("Ii"),xc:s("dE"),f3:s("dE

"),GY:s("hi"),Dg:s("xR"),rS:s("eF"),X3:s("jv"),Hd:s("aZ"),FI:s("jw"),ZK:s("jw"),ow:s("jw"),Pi:s("qM"),l7:s("f"),a7:s("qN"),X5:s("fH"),Uh:s("xV"),Tp:s("axc"),eQ:s("i9"),_J:s("xY"),al:s("axd"),KL:s("ia"),nE:s("qT"),Uy:s("fj"),L1:s("y4"),BT:s("bk"),yB:s("bk"),F0:s("bk"),gR:s("bk<~>"),BY:s("axv"),ZW:s("nJ"),B6:s("aDX"),JD:s("r2

"),bY:s("yB"),TC:s("nK"),uC:s("dq"),dA:s("jB"),Fb:s("jB"),Uz:s("jB"),UJ:s("Ki"),qr:s("dr"),VA:s("jD"),l3:s("yO"),Wt:s("nN"),Eh:s("yX"),fk:s("r9"),h1:s("ra"),ot:s("am"),LR:s("am<@>"),wJ:s("am

"),gg:s("am"),X6:s("am"),V:s("am<~>"),cK:s("rc"),Qu:s("jG"),U3:s("re"),R9:s("lh"),Fy:s("li"),WD:s("z8"),Nr:s("za"),pp:s("ej"),oc:s("zg"),YL:s("nS"),Sx:s("lk"),pt:s("aE4"),Gk:s("zn"),PJ:s("rk"),h2:s("b0"),Lf:s("b0"),pj:s("b0"),Sq:s("b0"),T:s("b0"),gO:s("b0"),Y6:s("b0"),iJ:s("b0"),F9:s("b0"),Fe:s("zw"),xg:s("LT"),p6:s("lm"),Vl:s("ln"),KJ:s("jJ"),eU:s("rs"),sZ:s("zL"),Sc:s("aE7"),mm:s("rw"),h7:s("ig"),zP:s("cM"),ri:s("zP"),l0:s("nV"),Lj:s("lp"),zd:s("zV"),SN:s("zY"),xL:s("rA"),im:s("lq"),pR:s("nW"),Ez:s("dt"),Pu:s("Aa"),yd:s("Ag"),jF:s("Ai"),kS:s("O4"),S8:s("AF"),c6:s("o_"),bm:s("fJ"),A5:s("fJ"),HE:s("rF"),f2:s("AV"),i9:s("rI"),tH:s("ays"),Wp:s("B7"),_l:s("Bb"),DH:s("Pz"),y:s("E"),i:s("I"),z:s("@"),C_:s("@(N)"),Hg:s("@(N,fe)"),S:s("p"),s5:s("0&*"),ub:s("N*"),ZU:s("k_?"),tX:s("aiy?"),m2:s("tt?"),Vx:s("cu?"),sa:s("dG?"),eJ:s("lI?"),oI:s("ag?"),YY:s("lL?"),CD:s("bO?"),yf:s("os?"),MB:s("afh?"),L5:s("aiO?"),JG:s("tM?"),cW:s("aiQ?"),eG:s("tN?"),GB:s("aiS?"),EM:s("tO?"),VC:s("ow?"),_:s("n?"),YJ:s("ep?"),xG:s("iB?"),V2:s("fn?"),pc:s("bU?"),Om:s("iD?"),Dv:s("at?"),pk:s("c2?"),RC:s("uw?"),uZ:s("as?"),_I:s("mr?"),gx:s("fU?"),lF:s("bj?"),Pr:s("ks?"),Ef:s("eZ?"),EZ:s("P?"),kc:s("P<@>?"),y6:s("e?"),qA:s("eB?"),nA:s("aF?"),Xx:s("aF<@,@>?"),J1:s("aF?"),iD:s("aY?"),ka:s("mI?"),WV:s("c5?"),X:s("N?"),Ff:s("akx?"),sI:s("hV?"),Zr:s("akz?"),KX:s("cC?"),uR:s("f7?"),xO:s("mT?"),Qv:s("v?"),CA:s("n5?"),c_:s("b5?"),NT:s("kQ?"),ym:s("jb?"),IT:s("cr?"),oV:s("jd?"),_N:s("q1?"),LQ:s("bM?"),Zi:s("bq?"),TZ:s("nn?"),pg:s("fc?"),tW:s("H?"),MR:s("ed?"),lE:s("eD?"),ob:s("B?"),zm:s("ef?"),p8:s("k?"),Dh:s("ns?"),qf:s("agG?"),zV:s("qD?"),ir:s("ak?"),nc:s("i7?"),Wn:s("hj?"),lx:s("i9?"),lc:s("ia?"),av:s("zM?"),Kp:s("lp?"),gW:s("lq?"),IA:s("dt?"),JI:s("OA<@>?"),X7:s("E?"),PM:s("I?"),Nw:s("~()?"),Ci:s("co"),H:s("~"),M:s("~()"),Vu:s("~(aM)"),Su:s("~(kk)"),xt:s("~(P)"),mX:s("~(N)"),hK:s("~(N,fe)"),Ld:s("~(aP)"),iS:s("~(h3)"),HT:s("~(N?)")}})();(function constants(){var s=hunkHelpers.makeConstList +B.Pq=J.uN.prototype +B.b=J.C.prototype +B.eu=J.uQ.prototype +B.h=J.pg.prototype +B.c=J.kv.prototype +B.d=J.iR.prototype +B.Px=J.iS.prototype +B.Py=J.aC.prototype +B.ii=A.vw.prototype +B.eQ=A.vx.prototype +B.du=A.vy.prototype +B.aH=A.mP.prototype +B.w5=J.G0.prototype +B.j7=J.ju.prototype +B.a3I=new A.Rz(0,"unknown") +B.jz=new A.eQ(0,1) +B.jA=new A.eQ(0,-1) +B.a3J=new A.eQ(1,0) +B.fT=new A.eQ(-1,-1) +B.Q=new A.d_(0,0) +B.yp=new A.d_(0,1) +B.fU=new A.d_(0,-1) +B.fV=new A.d_(1,0) +B.bJ=new A.d_(-1,0) +B.cT=new A.d_(-1,-1) +B.jB=new A.t3(null) +B.jC=new A.Cl(0,"stretch") +B.jD=new A.Cl(1,"glow") +B.yq=new A.Co(0,"normal") +B.yr=new A.Co(1,"preserve") +B.I=new A.hx(0,"dismissed") +B.aT=new A.hx(1,"forward") +B.aK=new A.hx(2,"reverse") +B.T=new A.hx(3,"completed") +B.ys=new A.of(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.jE=new A.tm(0,"exit") +B.jF=new A.tm(1,"cancel") +B.dZ=new A.hy(0,"detached") +B.fW=new A.hy(1,"resumed") +B.jG=new A.hy(2,"inactive") +B.jH=new A.hy(3,"hidden") +B.fX=new A.hy(4,"paused") +B.yt=new A.tk(null) +B.fY=new A.to(0,"polite") +B.fZ=new A.to(1,"assertive") +B.cB=A.c(s([]),t.s) +B.l=new A.xq(1,"downstream") +B.fu=new A.eh(-1,-1,B.l,!1,-1,-1) +B.b0=new A.br(-1,-1) +B.xv=new A.c7("",B.fu,B.b0) +B.jI=new A.tq(!1,"",B.cB,B.xv,null) +B.N=new A.og(0,"up") +B.ck=new A.og(1,"right") +B.J=new A.og(2,"down") +B.bK=new A.og(3,"left") +B.aU=new A.Cv(0,"horizontal") +B.az=new A.Cv(1,"vertical") +B.yu=new A.oh(null,null,null,null,null,null,null,null) +B.ao=new A.a2F() +B.jJ=new A.k3("flutter/accessibility",B.ao,t.Al) +B.bY=new A.XL() +B.yv=new A.k3("flutter/keyevent",B.bY,t.Al) +B.h3=new A.a2N() +B.yw=new A.k3("flutter/lifecycle",B.h3,A.ab("k3")) +B.yx=new A.k3("flutter/system",B.bY,t.Al) +B.bL=new A.oi(1,"src") +B.yy=new A.oi(13,"modulate") +B.e_=new A.oi(3,"srcOver") +B.h_=new A.oi(8,"dstOut") +B.cU=new A.Sa(0,"normal") +B.u=new A.az(0,0) +B.bn=new A.az(8,8) +B.yz=new A.k4(B.u,B.bn,B.u,B.bn) +B.am=new A.bs(B.u,B.u,B.u,B.u) +B.cb=new A.az(4,4) +B.jM=new A.bs(B.cb,B.cb,B.u,B.u) +B.e0=new A.bs(B.cb,B.cb,B.cb,B.cb) +B.f7=new A.az(6,6) +B.jK=new A.bs(B.f7,B.f7,B.f7,B.f7) +B.f8=new A.az(7,7) +B.jL=new A.bs(B.f8,B.f8,B.f8,B.f8) +B.h0=new A.bs(B.bn,B.bn,B.bn,B.bn) +B.f5=new A.az(40,40) +B.yC=new A.bs(B.f5,B.f5,B.f5,B.f5) +B.f6=new A.az(60,50) +B.yD=new A.bs(B.f6,B.f6,B.f6,B.f6) +B.AZ=new A.n(4293454056) +B.r=new A.CC(1,"solid") +B.yG=new A.ag(B.AZ,1,B.r,-1) +B.j=new A.n(4278190080) +B.cl=new A.CC(0,"none") +B.n=new A.ag(B.j,0,B.cl,-1) +B.jN=new A.ag(B.j,1,B.r,0) +B.jO=new A.cu(B.n,B.n,B.n,B.n) +B.yI=new A.oj(null,null,null,null,null,null,null) +B.yJ=new A.ok(null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.yK=new A.tw(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Vw=new A.H2(0,"normal") +B.ix=new A.Gc(null) +B.yL=new A.tx(B.Vw,B.ix) +B.wm=new A.H2(1,"fast") +B.yM=new A.tx(B.wm,B.ix) +B.jP=new A.ar(40,40,40,40) +B.jQ=new A.ar(56,56,56,56) +B.jR=new A.ar(96,96,96,96) +B.jS=new A.ar(1/0,1/0,1/0,1/0) +B.yO=new A.ar(0,1/0,34,34) +B.yN=new A.ar(50,1/0,34,34) +B.yQ=new A.ar(0,1/0,48,48) +B.yP=new A.ar(0,1/0,56,56) +B.yR=new A.ar(0,34,0,1/0) +B.cV=new A.ar(0,1/0,0,1/0) +B.jU=new A.ar(280,1/0,0,1/0) +B.jT=new A.ar(48,1/0,48,1/0) +B.A9=new A.n(1006632960) +B.TJ=new A.i(0,4) +B.yV=new A.d1(0.5,B.cU,B.A9,B.TJ,10) +B.R8=A.c(s([B.yV]),t.sq) +B.an=new A.CH(0,"rectangle") +B.yS=new A.c_(null,null,null,B.h0,B.R8,null,B.an) +B.cm=new A.CE(0,"tight") +B.jV=new A.CE(5,"strut") +B.jW=new A.CH(1,"circle") +B.bW=new A.Sd(0,"tight") +B.R=new A.om(0,"dark") +B.x=new A.om(1,"light") +B.bX=new A.tz(0,"blink") +B.aA=new A.tz(1,"webkit") +B.cn=new A.tz(2,"firefox") +B.a3K=new A.Sm(1,"padded") +B.yW=new A.tA(null,null,null,null,null,null,null,null,null) +B.lm=new A.ao(16,16,16,16) +B.Ta=new A.aO(B.lm,A.ab("aO")) +B.T5=new A.aO(20,t.Ve) +B.e1=new A.b7(null,null,null,null,null,null,null,B.Ta,null,null,null,null,B.T5,null,null,null,null,null,null,null,null,null) +B.yX=new A.Sn(0,"normal") +B.jX=new A.pd(A.aBL(),A.ab("pd")) +B.yY=new A.RA() +B.z0=new A.S_() +B.z_=new A.RZ() +B.jY=new A.Sh() +B.z1=new A.SI() +B.z2=new A.Tp() +B.k0=new A.Dy() +B.z3=new A.Dw() +B.z4=new A.Dx() +B.z5=new A.Dz() +B.z6=new A.DC() +B.z7=new A.DD() +B.v=new A.u9() +B.z8=new A.U3() +B.z9=new A.V1() +B.za=new A.e6(A.ab("e6")) +B.zc=new A.e6(A.ab("e6")) +B.zb=new A.e6(A.ab("e6")) +B.k2=new A.DT() +B.zd=new A.DU() +B.ah=new A.DU() +B.ze=new A.Vs() +B.bv=new A.a2J() +B.zf=new A.Vu() +B.e2=new A.Eb() +B.a3L=new A.Es() +B.zg=new A.WK() +B.zh=new A.WO() +B.Y=new A.XK() +B.aD=new A.XM() +B.k3=function getTagFallback(o) { + var s = Object.prototype.toString.call(o); + return s.substring(8, s.length - 1); +} +B.zi=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 (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 HTMLElement == "function"; + return { + getTag: getTag, + getUnknownTag: isBrowser ? getUnknownTagGenericBrowser : getUnknownTag, + prototypeForTag: prototypeForTag, + discriminator: discriminator }; +} +B.zn=function(getTagFallback) { + return function(hooks) { + if (typeof navigator != "object") return hooks; + var userAgent = navigator.userAgent; + if (typeof userAgent != "string") return hooks; + if (userAgent.indexOf("DumpRenderTree") >= 0) return hooks; + if (userAgent.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.zj=function(hooks) { + if (typeof dartExperimentalFixupGetTag != "function") return hooks; + hooks.getTag = dartExperimentalFixupGetTag(hooks.getTag); +} +B.zm=function(hooks) { + if (typeof navigator != "object") return hooks; + var userAgent = navigator.userAgent; + if (typeof userAgent != "string") return hooks; + 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.zl=function(hooks) { + if (typeof navigator != "object") return hooks; + var userAgent = navigator.userAgent; + if (typeof userAgent != "string") return hooks; + 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.zk=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.k4=function(hooks) { return hooks; } + +B.cW=new A.XS() +B.zo=new A.Yo() +B.zp=new A.YE() +B.zq=new A.Fu() +B.zr=new A.Zl() +B.zs=new A.Zn() +B.k6=new A.Zp() +B.zt=new A.Zq() +B.h2=new A.N() +B.zu=new A.FP() +B.X=new A.fz(4,"keyboard") +B.k7=new A.kH() +B.zv=new A.ZG() +B.a3M=new A.a_3() +B.zw=new A.a_7() +B.k9=new A.kO() +B.zy=new A.a0J() +B.zz=new A.a0K() +B.zA=new A.H0() +B.zB=new A.a1s() +B.ka=new A.jh() +B.zC=new A.a2_() +B.a=new A.a20() +B.bM=new A.a2E() +B.co=new A.a2I() +B.zD=new A.a3f() +B.zE=new A.a3l() +B.zF=new A.a3m() +B.zG=new A.a3n() +B.zH=new A.a3r() +B.zI=new A.a3t() +B.zJ=new A.a3u() +B.zK=new A.a3v() +B.zL=new A.I4() +B.kb=new A.l8() +B.kc=new A.la() +B.zM=new A.a4y() +B.a3=new A.a4z() +B.cp=new A.a4D() +B.U=new A.y(0,0,0,0) +B.dV=new A.Ip(0,0,0,0) +B.QP=A.c(s([]),A.ab("C")) +B.kd=new A.Io() +B.zN=new A.a4N() +B.ke=new A.IK() +B.cX=new A.IQ() +B.bZ=new A.IR() +B.zO=new A.yp() +B.zP=new A.JT() +B.cq=new A.K5() +B.zQ=new A.a7e() +B.zR=new A.a7i() +B.a3N=new A.yD() +B.bw=new A.Kc() +B.e4=new A.a7s() +B.zS=new A.yR(A.ab("yR")) +B.kf=new A.a7y() +B.kg=new A.a8p() +B.zT=new A.a8q() +B.a0=new A.zk() +B.zU=new A.LF() +B.b3=new A.a9z() +B.zV=new A.a9A() +B.kh=new A.aaA() +B.ap=new A.aaE() +B.zW=new A.aaX() +B.zX=new A.Op() +B.zY=new A.PA() +B.ki=new A.Sp(0,"pixel") +B.A1=new A.tC(null,null,null,null,null,null,null) +B.A2=new A.oq(null,null,null,null,null,null,null,null,null) +B.A3=new A.tG(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.h6=new A.cP(0,B.n) +B.A4=new A.D1(B.ix) +B.VK=new A.wO(2,"clear") +B.A5=new A.tK(B.VK) +B.h7=new A.SR(1,"intersect") +B.C=new A.ot(0,"none") +B.a4=new A.ot(1,"hardEdge") +B.be=new A.ot(2,"antiAlias") +B.cr=new A.ot(3,"antiAliasWithSaveLayer") +B.h8=new A.ox(0,"pasteable") +B.cY=new A.ox(1,"unknown") +B.A6=new A.ox(2,"notPasteable") +B.hi=new A.n(4284960932) +B.i=new A.n(4294967295) +B.kV=new A.n(4293582335) +B.Ap=new A.n(4280352861) +B.AG=new A.n(4284636017) +B.kT=new A.n(4293451512) +B.Ao=new A.n(4280097067) +B.AL=new A.n(4286403168) +B.kZ=new A.n(4294957284) +B.At=new A.n(4281405725) +B.AP=new A.n(4289930782) +B.kX=new A.n(4294565596) +B.Ax=new A.n(4282453515) +B.l_=new A.n(4294966270) +B.e9=new A.n(4280032031) +B.AX=new A.n(4293386476) +B.hh=new A.n(4282991951) +B.AK=new A.n(4286149758) +B.kO=new A.n(4291478736) +B.kC=new A.n(4281413683) +B.B3=new A.n(4294242292) +B.hk=new A.n(4291869951) +B.A7=new A.oy(B.x,B.hi,B.i,B.kV,B.Ap,B.AG,B.i,B.kT,B.Ao,B.AL,B.i,B.kZ,B.At,B.AP,B.i,B.kX,B.Ax,B.l_,B.e9,B.l_,B.e9,B.AX,B.hh,B.AK,B.kO,B.j,B.j,B.kC,B.B3,B.hk,B.hi) +B.Av=new A.n(4281867890) +B.AD=new A.n(4283381643) +B.AS=new A.n(4291609308) +B.Au=new A.n(4281544001) +B.AC=new A.n(4283057240) +B.B1=new A.n(4293900488) +B.AB=new A.n(4282983730) +B.AH=new A.n(4284693320) +B.B2=new A.n(4294097077) +B.AF=new A.n(4284486672) +B.AM=new A.n(4287372568) +B.hl=new A.n(4293321189) +B.AN=new A.n(4287860633) +B.A8=new A.oy(B.R,B.hk,B.Av,B.AD,B.kV,B.AS,B.Au,B.AC,B.kT,B.B1,B.AB,B.AH,B.kZ,B.B2,B.AF,B.AM,B.kX,B.e9,B.hl,B.e9,B.hl,B.hh,B.kO,B.AN,B.hh,B.j,B.j,B.hl,B.kC,B.hi,B.hk) +B.y=new A.n(0) +B.kj=new A.n(1087163596) +B.Aa=new A.n(134217728) +B.Ab=new A.n(144613022) +B.Ac=new A.n(1627389952) +B.Ad=new A.n(1660944383) +B.ko=new A.n(16777215) +B.Ae=new A.n(167772160) +B.ha=new A.n(1723645116) +B.Af=new A.n(1724434632) +B.hb=new A.n(1929379840) +B.Ag=new A.n(2155905152) +B.E=new A.n(2315255808) +B.Ah=new A.n(234881023) +B.Ai=new A.n(2583691263) +B.D=new A.n(3019898879) +B.B=new A.n(3707764736) +B.Ak=new A.n(4039164096) +B.kr=new A.n(4278207658) +B.ks=new A.n(4278216904) +B.kt=new A.n(4278219749) +B.ku=new A.n(4278221249) +B.kv=new A.n(4278230009) +B.kw=new A.n(4278421339) +B.ky=new A.n(4279141408) +B.kz=new A.n(4279858898) +B.he=new A.n(4280191205) +B.Aq=new A.n(4280361249) +B.ea=new A.n(4280391411) +B.d2=new A.n(4280427042) +B.kA=new A.n(4280624421) +B.As=new A.n(4280821800) +B.cs=new A.n(4281019179) +B.hf=new A.n(4281348144) +B.kB=new A.n(4281369216) +B.hg=new A.n(4281545523) +B.Aw=new A.n(4282071867) +B.kE=new A.n(4282466625) +B.c_=new A.n(4282532418) +B.Az=new A.n(4282598211) +B.AA=new A.n(4282664004) +B.kF=new A.n(4283139329) +B.AE=new A.n(4284243036) +B.ec=new A.n(4284572001) +B.kG=new A.n(4284809178) +B.kH=new A.n(4284840809) +B.AJ=new A.n(4285756275) +B.kI=new A.n(4285771609) +B.kJ=new A.n(4286014680) +B.kK=new A.n(4286085209) +B.kL=new A.n(4287628757) +B.hj=new A.n(4287679225) +B.AO=new A.n(4288585374) +B.ee=new A.n(4289636255) +B.kM=new A.n(4289940659) +B.AQ=new A.n(4290062922) +B.kN=new A.n(4290502395) +B.AR=new A.n(4291348423) +B.kP=new A.n(4292030255) +B.AT=new A.n(4292467161) +B.kQ=new A.n(4292490320) +B.AU=new A.n(4292664540) +B.kR=new A.n(4292700202) +B.AV=new A.n(4292730333) +B.AW=new A.n(4292927712) +B.kS=new A.n(4293128957) +B.AY=new A.n(4293420417) +B.kU=new A.n(4293481504) +B.B_=new A.n(4293651435) +B.kW=new A.n(4293783021) +B.B0=new A.n(4293848557) +B.B4=new A.n(4294309365) +B.b4=new A.n(4294638330) +B.kY=new A.n(4294906715) +B.B6=new A.n(436207616) +B.B7=new A.n(452984831) +B.B8=new A.n(520093696) +B.B9=new A.n(536870911) +B.Bb=new A.n(83886080) +B.hm=new A.oD(0,"none") +B.Bc=new A.oD(1,"waiting") +B.l2=new A.oD(2,"active") +B.Bd=new A.oD(3,"done") +B.l3=new A.lW(0,"cut") +B.l4=new A.lW(1,"copy") +B.l5=new A.lW(2,"paste") +B.l6=new A.lW(3,"selectAll") +B.Be=new A.lW(5,"liveTextInput") +B.l7=new A.hB(!1) +B.l8=new A.hB(!0) +B.l9=new A.lX(0,"start") +B.la=new A.lX(1,"end") +B.aE=new A.lX(2,"center") +B.d7=new A.lX(3,"stretch") +B.hn=new A.lX(4,"baseline") +B.lb=new A.cG(0.18,1,0.04,1) +B.Bf=new A.cG(0.19,1,0.22,1) +B.Bg=new A.cG(0.215,0.61,0.355,1) +B.Bh=new A.cG(0.05,0,0.133333,0.06) +B.aF=new A.cG(0.25,0.1,0.25,1) +B.ct=new A.cG(0.42,0,1,1) +B.Bi=new A.cG(0.67,0.03,0.65,0.09) +B.Bj=new A.cG(0.075,0.82,0.165,1) +B.Bk=new A.cG(0.208333,0.82,0.25,1) +B.Bl=new A.cG(0.55,0.085,0.68,0.53) +B.aG=new A.cG(0.4,0,0.2,1) +B.lc=new A.cG(0.35,0.91,0.33,0.97) +B.Bm=new A.cG(0.55,0.055,0.675,0.19) +B.ho=new A.cG(0.645,0.045,0.355,1) +B.hp=new A.cG(0,0,0.58,1) +B.ld=new A.cG(0.42,0,0.58,1) +B.d_=new A.n(268435456) +B.e6=new A.n(285212671) +B.Bo=new A.cb(B.d_,null,null,B.d_,B.e6,B.d_,B.e6,B.d_,B.e6,B.d_,B.e6,0) +B.d4=new A.n(4290295992) +B.eb=new A.n(4284177243) +B.Bp=new A.cb(B.d4,null,null,B.d4,B.eb,B.d4,B.eb,B.d4,B.eb,B.d4,B.eb,0) +B.d6=new A.n(4294375158) +B.Bq=new A.cb(B.d6,null,null,B.d6,B.d2,B.d6,B.d2,B.d6,B.d2,B.d6,B.d2,0) +B.d3=new A.n(4288256409) +B.ed=new A.n(4285887861) +B.cu=new A.cb(B.d3,"inactiveGray",null,B.d3,B.ed,B.d3,B.ed,B.d3,B.ed,B.d3,B.ed,0) +B.ef=new A.cb(B.j,null,null,B.j,B.i,B.j,B.i,B.j,B.i,B.j,B.i,0) +B.d0=new A.n(3003121663) +B.e7=new A.n(2989502512) +B.Br=new A.cb(B.d0,null,null,B.d0,B.e7,B.d0,B.e7,B.d0,B.e7,B.d0,B.e7,0) +B.d5=new A.n(4292269782) +B.Bs=new A.cb(B.d5,null,null,B.d5,B.c_,B.d5,B.c_,B.d5,B.c_,B.d5,B.c_,0) +B.h9=new A.n(1279016003) +B.kl=new A.n(1290529781) +B.km=new A.n(1614560323) +B.kn=new A.n(1626074101) +B.Bt=new A.cb(B.h9,"placeholderText",null,B.h9,B.kl,B.km,B.kn,B.h9,B.kl,B.km,B.kn,0) +B.eg=new A.cb(B.j,"label",null,B.j,B.i,B.j,B.i,B.j,B.i,B.j,B.i,0) +B.hc=new A.n(343176320) +B.l1=new A.n(762738304) +B.l0=new A.n(678720640) +B.kk=new A.n(1115059840) +B.Bv=new A.cb(B.hc,"quaternarySystemFill",null,B.hc,B.l1,B.l0,B.kk,B.hc,B.l1,B.l0,B.kk,0) +B.cZ=new A.n(1493172224) +B.e5=new A.n(2164260863) +B.Bw=new A.cb(B.cZ,null,null,B.cZ,B.e5,B.cZ,B.e5,B.cZ,B.e5,B.cZ,B.e5,0) +B.hd=new A.n(4278221567) +B.kx=new A.n(4278879487) +B.kq=new A.n(4278206685) +B.kD=new A.n(4282424575) +B.Bn=new A.cb(B.hd,"systemBlue",null,B.hd,B.kx,B.kq,B.kD,B.hd,B.kx,B.kq,B.kD,0) +B.An=new A.n(4280032286) +B.Ar=new A.n(4280558630) +B.le=new A.cb(B.i,"systemBackground",null,B.i,B.j,B.i,B.j,B.i,B.An,B.i,B.Ar,0) +B.d1=new A.n(4042914297) +B.e8=new A.n(4028439837) +B.Bu=new A.cb(B.d1,null,null,B.d1,B.e8,B.d1,B.e8,B.d1,B.e8,B.d1,B.e8,0) +B.a2z=new A.JY(B.eg,B.cu) +B.jf=new A.K_(null,B.Bn,B.le,B.Bu,B.le,!1,B.a2z) +B.bN=new A.oJ(B.jf,null,null,null,null,null,null,null) +B.Bx=new A.Tm(1,"latency") +B.By=new A.u_(null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Bz=new A.u0(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.lf=new A.m0(0,"uninitialized") +B.BA=new A.m0(1,"initializingServices") +B.lg=new A.m0(2,"initializedServices") +B.BB=new A.m0(3,"initializingUi") +B.BC=new A.m0(4,"initialized") +B.BD=new A.To(1,"traversalOrder") +B.bx=new A.Dv(0,"background") +B.lh=new A.Dv(1,"foreground") +B.a3r=new A.M7(null) +B.cv=new A.kc(null,null,null,B.a3r,null) +B.dS=new A.k(!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.ce=new A.xB(0,"clip") +B.b1=new A.a3W(0,"parent") +B.a3s=new A.M9(null) +B.hq=new A.kd(B.dS,null,!0,B.ce,null,B.b1,null,B.a3s,null) +B.hr=new A.m2(!1) +B.hs=new A.m2(!0) +B.ht=new A.m3(!1) +B.hu=new A.m3(!0) +B.hv=new A.m4(!1) +B.hw=new A.m4(!0) +B.aB=new A.u3(3,"info") +B.BE=new A.u3(5,"hint") +B.BF=new A.u3(6,"summary") +B.a3O=new A.hF(1,"sparse") +B.BG=new A.hF(10,"shallow") +B.BH=new A.hF(11,"truncateChildren") +B.BI=new A.hF(5,"error") +B.BJ=new A.hF(6,"whitespace") +B.hx=new A.hF(7,"flat") +B.hy=new A.hF(8,"singleLine") +B.by=new A.hF(9,"errorProperty") +B.BK=new A.m5(null,null,null,null,null,null,null,null,null,null) +B.BL=new A.m6(null,null,null,null,null) +B.BM=new A.u7(32,16,16,null) +B.BN=new A.u7(null,null,null,null) +B.li=new A.DQ(0,"down") +B.ai=new A.DQ(1,"start") +B.BO=new A.oL(null,null,null,null,null,null,null,null) +B.BP=new A.oM(null,null,null) +B.t=new A.aM(0) +B.as=new A.aM(1e5) +B.eh=new A.aM(1e6) +B.BQ=new A.aM(12e4) +B.BR=new A.aM(12e5) +B.hz=new A.aM(125e3) +B.BS=new A.aM(14e4) +B.BT=new A.aM(15e3) +B.cw=new A.aM(15e4) +B.BU=new A.aM(15e5) +B.BV=new A.aM(16667) +B.cx=new A.aM(167e3) +B.BW=new A.aM(18e4) +B.Z=new A.aM(2e5) +B.hA=new A.aM(2e6) +B.BX=new A.aM(225e3) +B.ei=new A.aM(25e4) +B.c0=new A.aM(3e5) +B.lj=new A.aM(375e3) +B.BY=new A.aM(4e4) +B.ej=new A.aM(4e5) +B.BZ=new A.aM(45e3) +B.C_=new A.aM(5e4) +B.bO=new A.aM(5e5) +B.c1=new A.aM(6e5) +B.lk=new A.aM(7e4) +B.hB=new A.aM(75e3) +B.C0=new A.aM(75e4) +B.C1=new A.aM(-38e3) +B.at=new A.ao(0,0,0,0) +B.C2=new A.ao(0,12,0,12) +B.C3=new A.ao(0,16,0,16) +B.C4=new A.ao(0,8,0,8) +B.C5=new A.ao(10,0,10,0) +B.C6=new A.ao(10,2,10,2) +B.C7=new A.ao(12,10,12,9) +B.C8=new A.ao(12,12,12,12) +B.C9=new A.ao(12,20,12,12) +B.Ca=new A.ao(12,24,12,16) +B.ll=new A.ao(12,8,12,8) +B.Cb=new A.ao(16,0,16,0) +B.Cc=new A.ao(16,18,16,18) +B.Cd=new A.ao(16,4,16,4) +B.Ce=new A.ao(20,0,20,3) +B.ln=new A.ao(20,20,20,20) +B.Cf=new A.ao(24,0,24,24) +B.Cg=new A.ao(40,24,40,24) +B.Ch=new A.ao(45,0,0,0) +B.Ci=new A.ao(45,10,15,10) +B.Cj=new A.ao(4,0,4,0) +B.a3P=new A.ao(4,4,4,5) +B.Ck=new A.ao(6,6,6,6) +B.Cl=new A.ao(8,0,8,0) +B.Cm=new A.ao(8,2,8,5) +B.Cn=new A.ao(8,3,8,3) +B.Co=new A.ao(8,4,8,4) +B.ek=new A.ao(8,8,8,8) +B.lo=new A.ao(0.5,1,0.5,1) +B.Cp=new A.oR(null) +B.Cq=new A.uh(0,"noOpinion") +B.Cr=new A.uh(1,"enabled") +B.el=new A.uh(2,"disabled") +B.a3Q=new A.oS(0) +B.hC=new A.ma(!1,!1,!1,!1) +B.hD=new A.ma(!1,!1,!1,!0) +B.lp=new A.mb(!1,!1,!1,!1) +B.lq=new A.mb(!1,!1,!1,!0) +B.Cs=new A.um(null,null,null,null,null,null,null,null,null,null,null) +B.hE=new A.iF(!1,!1,!1,!1) +B.hF=new A.iF(!1,!1,!1,!0) +B.d8=new A.iF(!0,!1,!1,!1) +B.d9=new A.iF(!0,!1,!1,!0) +B.lr=new A.iG(!1,!1,!1,!1) +B.ls=new A.iG(!1,!1,!1,!0) +B.em=new A.iG(!0,!1,!1,!1) +B.en=new A.iG(!0,!1,!1,!0) +B.lt=new A.eW(!1,!1,!1,!1) +B.lu=new A.eW(!1,!1,!1,!0) +B.Ct=new A.eW(!1,!1,!0,!1) +B.Cu=new A.eW(!1,!1,!0,!0) +B.c2=new A.eW(!0,!1,!1,!1) +B.c3=new A.eW(!0,!1,!1,!0) +B.Cv=new A.eW(!0,!1,!0,!1) +B.Cw=new A.eW(!0,!1,!0,!0) +B.Cx=new A.md(!1,!1,!1,!1) +B.Cy=new A.md(!1,!1,!1,!0) +B.lv=new A.me(!1,!0,!1,!1) +B.lw=new A.me(!1,!0,!1,!0) +B.Cz=new A.iH(!1,!1,!1,!1) +B.CA=new A.iH(!1,!1,!1,!0) +B.hG=new A.iH(!0,!1,!1,!1) +B.hH=new A.iH(!0,!1,!1,!0) +B.lx=new A.mf(!1,!0,!1,!1) +B.ly=new A.mf(!1,!0,!1,!0) +B.hI=new A.ki(!1,!1,!1,!1) +B.hJ=new A.ki(!1,!1,!1,!0) +B.eo=new A.ki(!0,!1,!1,!1) +B.ep=new A.ki(!0,!1,!1,!0) +B.hK=new A.iI(!1,!1,!1,!1) +B.hL=new A.iI(!1,!1,!1,!0) +B.lz=new A.iI(!0,!1,!1,!1) +B.lA=new A.iI(!0,!1,!1,!0) +B.CB=new A.oU(null) +B.hM=new A.mg(0,"none") +B.CC=new A.mg(1,"low") +B.CD=new A.mg(2,"medium") +B.lB=new A.mg(3,"high") +B.lC=new A.E9(0,"tight") +B.CE=new A.E9(1,"loose") +B.CF=new A.oV(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.lD=new A.uq(0,"Start") +B.hN=new A.uq(1,"Update") +B.hO=new A.uq(2,"End") +B.lE=new A.ur(0,"never") +B.eq=new A.ur(1,"auto") +B.lF=new A.ur(2,"always") +B.hP=new A.kk(0,"touch") +B.er=new A.kk(1,"traditional") +B.a3R=new A.VV(0,"automatic") +B.hR=new A.fo(2) +B.m=new A.fo(3) +B.F=new A.fo(4) +B.lH=new A.kn("Invalid method call",null,null) +B.CJ=new A.kn("Expected envelope, got nothing",null,null) +B.aV=new A.kn("Message corrupted",null,null) +B.CK=new A.kn("Invalid envelope",null,null) +B.bz=new A.Er(0,"accepted") +B.a5=new A.Er(1,"rejected") +B.lI=new A.mn(0,"pointerEvents") +B.cy=new A.mn(1,"browserGestures") +B.bA=new A.uz(0,"ready") +B.es=new A.uz(1,"possible") +B.CL=new A.uz(2,"defunct") +B.lJ=new A.Ev(0,"forward") +B.lK=new A.Ev(1,"reverse") +B.c4=new A.p4(0,"push") +B.c5=new A.p4(1,"pop") +B.bB=new A.uD(0,"deferToChild") +B.aC=new A.uD(1,"opaque") +B.bf=new A.uD(2,"translucent") +B.CM=new A.iN(null) +B.F0=new A.a(57490,"MaterialIcons",null,!0) +B.et=new A.a(58073,"YaruIcons","yaru_icons",!1) +B.Pa=new A.a(58372,"MaterialIcons",null,!1) +B.Pc=new A.bj(null,null,null,null,null,B.B,null,null) +B.Pd=new A.bj(null,null,null,null,null,B.j,null,null) +B.Pe=new A.bj(24,0,400,0,48,B.j,1,null) +B.m3=new A.bj(null,null,null,null,null,B.i,null,null) +B.lP=new A.a(57481,"YaruIcons","yaru_icons",!1) +B.Pf=new A.e8(B.lP,null,null,null,null) +B.lR=new A.a(57504,"YaruIcons","yaru_icons",!1) +B.Pg=new A.e8(B.lR,null,null,null,null) +B.Pb=new A.a(58727,"MaterialIcons",null,!1) +B.Ph=new A.e8(B.Pb,null,null,null,null) +B.lN=new A.a(57405,"YaruIcons","yaru_icons",!1) +B.Pi=new A.e8(B.lN,null,null,null,null) +B.lL=new A.a(57353,"YaruIcons","yaru_icons",!1) +B.Pj=new A.e8(B.lL,null,null,null,null) +B.lS=new A.a(57526,"YaruIcons","yaru_icons",!1) +B.Pk=new A.e8(B.lS,null,null,null,null) +B.lV=new A.a(57621,"YaruIcons","yaru_icons",!1) +B.Pl=new A.e8(B.lV,null,null,null,null) +B.lQ=new A.a(57486,"YaruIcons","yaru_icons",!1) +B.Pm=new A.e8(B.lQ,null,null,null,null) +B.m2=new A.a(58093,"YaruIcons","yaru_icons",!1) +B.Pn=new A.e8(B.m2,null,null,null,null) +B.aq=A.c(s([]),t.oU) +B.Po=new A.iP("\ufffc",null,null,!0,!0,B.aq) +B.Pp=new A.pc(null,null,null,null,null,null,null,B.eq,B.e2,!1,null,!1,null,null,null,null,null,null,!1,null,null,null,null,null,null,null,null,null,null,null,!1,null) +B.Pt=new A.hP(0,0.1,B.a0) +B.Pr=new A.hP(0.125,0.25,B.a0) +B.Ps=new A.hP(0.6,1,B.a0) +B.m4=new A.hP(0.5,1,B.aF) +B.Pu=new A.hP(0.2075,0.4175,B.a0) +B.Pv=new A.hP(0.0825,0.2075,B.a0) +B.m5=new A.uO(0,"grapheme") +B.m6=new A.uO(1,"word") +B.Pw=new A.mw(B.k0,t.K9) +B.m7=new A.XT(null) +B.Pz=new A.XU(null,null) +B.PA=new A.ET(0,"rawKeyData") +B.PB=new A.ET(1,"keyDataThenRawKeyData") +B.bg=new A.uX(0,"down") +B.PC=new A.ez(B.t,B.bg,0,0,null,!1) +B.db=new A.hR(0,"handled") +B.cz=new A.hR(1,"ignored") +B.ev=new A.hR(2,"skipRemainingHandlers") +B.aW=new A.uX(1,"up") +B.PD=new A.uX(2,"repeat") +B.eF=new A.e(4294967562) +B.PE=new A.pi(B.eF,0,"numLock") +B.eG=new A.e(4294967564) +B.PF=new A.pi(B.eG,1,"scrollLock") +B.de=new A.e(4294967556) +B.PG=new A.pi(B.de,2,"capsLock") +B.cA=new A.mz(0,"any") +B.bC=new A.mz(3,"all") +B.m8=new A.v3(0,"opportunity") +B.hS=new A.v3(2,"mandatory") +B.m9=new A.v3(3,"endOfText") +B.PH=new A.v7(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.ma=A.c(s([16,24,32,48,64,128]),t.n) +B.hT=A.c(s([0,0,65498,45055,65535,34815,65534,18431]),t.t) +B.zZ=new A.oo(0,"auto") +B.A_=new A.oo(1,"full") +B.A0=new A.oo(2,"chromium") +B.Q9=A.c(s([B.zZ,B.A_,B.A0]),A.ab("C")) +B.a2S=new A.eG(0,1) +B.a2Y=new A.eG(0.5,1) +B.a2Z=new A.eG(0.5375,0.75) +B.a2X=new A.eG(0.575,0.5) +B.a30=new A.eG(0.6125,0.25) +B.a31=new A.eG(0.65,0) +B.a3_=new A.eG(0.85,0) +B.a2W=new A.eG(0.8875,0.25) +B.a2U=new A.eG(0.925,0.5) +B.a2V=new A.eG(0.9625,0.75) +B.a2T=new A.eG(1,1) +B.Qa=A.c(s([B.a2S,B.a2Y,B.a2Z,B.a2X,B.a30,B.a31,B.a3_,B.a2W,B.a2U,B.a2V,B.a2T]),A.ab("C")) +B.ey=A.c(s([B.dZ,B.fW,B.jG,B.jH,B.fX]),t.QP) +B.Qb=A.c(s([B.dZ]),t.QP) +B.Qc=A.c(s([B.fY,B.fZ]),A.ab("C")) +B.mb=A.c(s([0,4,12,1,5,13,3,7,15]),t.t) +B.Qd=A.c(s(["pointerdown","pointermove","pointerleave","pointerup","pointercancel","touchstart","touchend","touchmove","touchcancel","mousedown","mousemove","mouseleave","mouseup","keyup","keydown"]),t.s) +B.aj=A.c(s([B.j,B.i]),t.t_) +B.Rd=new A.kB("en","US") +B.mc=A.c(s([B.Rd]),t.ss) +B.ez=A.c(s([0,0,24576,1023,65534,34815,65534,18431]),t.t) +B.md=A.c(s([0,0,26624,1023,65534,2047,65534,2047]),t.t) +B.a2G=new A.jE(0,0) +B.a2L=new A.jE(1,0.05) +B.a2K=new A.jE(3,0.08) +B.a2H=new A.jE(6,0.11) +B.a2I=new A.jE(8,0.12) +B.a2J=new A.jE(12,0.14) +B.me=A.c(s([B.a2G,B.a2L,B.a2K,B.a2H,B.a2I,B.a2J]),A.ab("C")) +B.Qs=A.c(s([0,0,32722,12287,65534,34815,65534,18431]),t.t) +B.Qt=A.c(s([0,10,20,30,40,50,60,70,80,90,95,99,100]),t.t) +B.hQ=new A.fo(0) +B.CG=new A.fo(1) +B.CH=new A.fo(5) +B.da=new A.fo(6) +B.CI=new A.fo(7) +B.lG=new A.fo(8) +B.mf=A.c(s([B.hQ,B.CG,B.hR,B.m,B.F,B.CH,B.da,B.CI,B.lG]),A.ab("C")) +B.ae=new A.xq(0,"upstream") +B.QA=A.c(s([B.ae,B.l]),A.ab("C")) +B.bc=new A.nq(0,"rtl") +B.a1=new A.nq(1,"ltr") +B.mg=A.c(s([B.bc,B.a1]),A.ab("C")) +B.y7=new A.r1(0,"topLeft") +B.ya=new A.r1(3,"bottomRight") +B.a2A=new A.jC(B.y7,B.ya) +B.a2D=new A.jC(B.ya,B.y7) +B.y8=new A.r1(1,"topRight") +B.y9=new A.r1(2,"bottomLeft") +B.a2B=new A.jC(B.y8,B.y9) +B.a2C=new A.jC(B.y9,B.y8) +B.QB=A.c(s([B.a2A,B.a2D,B.a2B,B.a2C]),A.ab("C")) +B.yZ=new A.oc() +B.dB=new A.H3(1,"page") +B.fb=new A.d8(B.J,B.dB) +B.QC=A.c(s([B.yZ,B.fb]),A.ab("C")) +B.mh=A.c(s([0,0,65490,12287,65535,34815,65534,18431]),t.t) +B.mi=A.c(s([0,0,32776,33792,1,10240,0,0]),t.t) +B.W=new A.dq(0,"icon") +B.ac=new A.dq(1,"input") +B.M=new A.dq(2,"label") +B.af=new A.dq(3,"hint") +B.a8=new A.dq(4,"prefix") +B.a9=new A.dq(5,"suffix") +B.L=new A.dq(6,"prefixIcon") +B.aa=new A.dq(7,"suffixIcon") +B.ag=new A.dq(8,"helperError") +B.a2=new A.dq(9,"counter") +B.bI=new A.dq(10,"container") +B.QD=A.c(s([B.W,B.ac,B.M,B.af,B.a8,B.a9,B.L,B.aa,B.ag,B.a2,B.bI]),A.ab("C")) +B.QE=A.c(s(["click","scroll"]),t.s) +B.kp=new A.n(419430400) +B.f=new A.i(0,0) +B.yU=new A.d1(0.2,B.cU,B.kp,B.f,11) +B.QF=A.c(s([B.yU]),t.sq) +B.QH=A.c(s([0,0,32754,11263,65534,34815,65534,18431]),t.t) +B.QO=A.c(s([]),t.QP) +B.mk=A.c(s([]),A.ab("C")) +B.QL=A.c(s([]),t.F) +B.QJ=A.c(s([]),t.fJ) +B.QK=A.c(s([]),t.ER) +B.a3S=A.c(s([]),t.ss) +B.ml=A.c(s([]),t.tc) +B.eA=A.c(s([]),t.R) +B.mm=A.c(s([]),t.wi) +B.QN=A.c(s([]),t.jT) +B.QQ=A.c(s([]),t.rb) +B.hU=A.c(s([]),t.AO) +B.QM=A.c(s([]),t.D1) +B.hV=A.c(s([]),t.W) +B.QS=A.c(s([]),t.Lx) +B.QI=A.c(s([]),t.fm) +B.a3T=A.c(s([]),t.E) +B.dc=A.c(s([]),t.t) +B.mj=A.c(s([]),t.ee) +B.QR=A.c(s([]),A.ab("C")) +B.TG=new A.i(0,2) +B.yT=new A.d1(0.75,B.cU,B.kp,B.TG,1.5) +B.QW=A.c(s([B.yT]),t.sq) +B.fq=new A.he(0,"left") +B.iS=new A.he(1,"right") +B.fr=new A.he(2,"center") +B.iT=new A.he(3,"justify") +B.bb=new A.he(4,"start") +B.iU=new A.he(5,"end") +B.R0=A.c(s([B.fq,B.iS,B.fr,B.iT,B.bb,B.iU]),A.ab("C")) +B.eB=A.c(s([0,0,65490,45055,65535,34815,65534,18431]),t.t) +B.dq=new A.f4(0,"controlModifier") +B.dr=new A.f4(1,"shiftModifier") +B.ds=new A.f4(2,"altModifier") +B.dt=new A.f4(3,"metaModifier") +B.rs=new A.f4(4,"capsLockModifier") +B.rt=new A.f4(5,"numLockModifier") +B.ru=new A.f4(6,"scrollLockModifier") +B.rv=new A.f4(7,"functionModifier") +B.Tk=new A.f4(8,"symbolModifier") +B.mn=A.c(s([B.dq,B.dr,B.ds,B.dt,B.rs,B.rt,B.ru,B.rv,B.Tk]),A.ab("C")) +B.mo=A.c(s(["text","multiline","number","phone","datetime","emailAddress","url","visiblePassword","name","address","none"]),t.s) +B.aS=new A.cI(0,"android") +B.cL=new A.cI(1,"fuchsia") +B.ar=new A.cI(2,"iOS") +B.bU=new A.cI(3,"linux") +B.ba=new A.cI(4,"macOS") +B.bV=new A.cI(5,"windows") +B.R7=A.c(s([B.aS,B.cL,B.ar,B.bU,B.ba,B.bV]),A.ab("C")) +B.hW=A.c(s([!0,!1]),t.HZ) +B.jq=new A.A9(0,"named") +B.a3A=new A.A9(1,"anonymous") +B.R9=A.c(s([B.jq,B.a3A]),A.ab("C")) +B.aX=new A.e(4294967304) +B.cC=new A.e(4294967323) +B.aL=new A.e(4294967423) +B.hZ=new A.e(4294967558) +B.dh=new A.e(8589934848) +B.eH=new A.e(8589934849) +B.aY=new A.e(8589934850) +B.b7=new A.e(8589934851) +B.di=new A.e(8589934852) +B.eI=new A.e(8589934853) +B.dj=new A.e(8589934854) +B.eJ=new A.e(8589934855) +B.cg=new A.fG(B.f) +B.SI=new A.po(B.f,B.cg) +B.SJ=new A.Yt("longPress") +B.SK=new A.pp(B.f,B.f) +B.SL=new A.iZ(B.f,B.U,B.U,B.U) +B.au=new A.Fb(0,"start") +B.rg=new A.Fb(2,"center") +B.c8=new A.Fc(0,"min") +B.b8=new A.Fc(1,"max") +B.rE=new A.j(16) +B.rF=new A.j(17) +B.dw=new A.j(18) +B.rG=new A.j(19) +B.rH=new A.j(20) +B.rI=new A.j(21) +B.rJ=new A.j(22) +B.rK=new A.j(23) +B.rL=new A.j(24) +B.vw=new A.j(65666) +B.vx=new A.j(65667) +B.vy=new A.j(65717) +B.rM=new A.j(392961) +B.rN=new A.j(392962) +B.rO=new A.j(392963) +B.rP=new A.j(392964) +B.rQ=new A.j(392965) +B.rR=new A.j(392966) +B.rS=new A.j(392967) +B.rT=new A.j(392968) +B.rU=new A.j(392969) +B.rV=new A.j(392970) +B.rW=new A.j(392971) +B.rX=new A.j(392972) +B.rY=new A.j(392973) +B.rZ=new A.j(392974) +B.t_=new A.j(392975) +B.t0=new A.j(392976) +B.t1=new A.j(392977) +B.t2=new A.j(392978) +B.t3=new A.j(392979) +B.t4=new A.j(392980) +B.t5=new A.j(392981) +B.t6=new A.j(392982) +B.t7=new A.j(392983) +B.t8=new A.j(392984) +B.t9=new A.j(392985) +B.ta=new A.j(392986) +B.tb=new A.j(392987) +B.tc=new A.j(392988) +B.td=new A.j(392989) +B.te=new A.j(392990) +B.tf=new A.j(392991) +B.Us=new A.j(458752) +B.Ut=new A.j(458753) +B.Uu=new A.j(458754) +B.Uv=new A.j(458755) +B.tg=new A.j(458756) +B.th=new A.j(458757) +B.ti=new A.j(458758) +B.tj=new A.j(458759) +B.tk=new A.j(458760) +B.tl=new A.j(458761) +B.tm=new A.j(458762) +B.tn=new A.j(458763) +B.to=new A.j(458764) +B.tp=new A.j(458765) +B.tq=new A.j(458766) +B.tr=new A.j(458767) +B.ts=new A.j(458768) +B.tt=new A.j(458769) +B.tu=new A.j(458770) +B.tv=new A.j(458771) +B.tw=new A.j(458772) +B.tx=new A.j(458773) +B.ty=new A.j(458774) +B.tz=new A.j(458775) +B.tA=new A.j(458776) +B.tB=new A.j(458777) +B.tC=new A.j(458778) +B.tD=new A.j(458779) +B.tE=new A.j(458780) +B.tF=new A.j(458781) +B.tG=new A.j(458782) +B.tH=new A.j(458783) +B.tI=new A.j(458784) +B.tJ=new A.j(458785) +B.tK=new A.j(458786) +B.tL=new A.j(458787) +B.tM=new A.j(458788) +B.tN=new A.j(458789) +B.tO=new A.j(458790) +B.tP=new A.j(458791) +B.tQ=new A.j(458792) +B.io=new A.j(458793) +B.tR=new A.j(458794) +B.tS=new A.j(458795) +B.tT=new A.j(458796) +B.tU=new A.j(458797) +B.tV=new A.j(458798) +B.tW=new A.j(458799) +B.tX=new A.j(458800) +B.tY=new A.j(458801) +B.tZ=new A.j(458803) +B.u_=new A.j(458804) +B.u0=new A.j(458805) +B.u1=new A.j(458806) +B.u2=new A.j(458807) +B.u3=new A.j(458808) +B.c9=new A.j(458809) +B.u4=new A.j(458810) +B.u5=new A.j(458811) +B.u6=new A.j(458812) +B.u7=new A.j(458813) +B.u8=new A.j(458814) +B.u9=new A.j(458815) +B.ua=new A.j(458816) +B.ub=new A.j(458817) +B.uc=new A.j(458818) +B.ud=new A.j(458819) +B.ue=new A.j(458820) +B.uf=new A.j(458821) +B.ug=new A.j(458822) +B.eV=new A.j(458823) +B.uh=new A.j(458824) +B.ui=new A.j(458825) +B.uj=new A.j(458826) +B.uk=new A.j(458827) +B.ul=new A.j(458828) +B.um=new A.j(458829) +B.un=new A.j(458830) +B.uo=new A.j(458831) +B.up=new A.j(458832) +B.uq=new A.j(458833) +B.ur=new A.j(458834) +B.eW=new A.j(458835) +B.us=new A.j(458836) +B.ut=new A.j(458837) +B.uu=new A.j(458838) +B.uv=new A.j(458839) +B.uw=new A.j(458840) +B.ux=new A.j(458841) +B.uy=new A.j(458842) +B.uz=new A.j(458843) +B.uA=new A.j(458844) +B.uB=new A.j(458845) +B.uC=new A.j(458846) +B.uD=new A.j(458847) +B.uE=new A.j(458848) +B.uF=new A.j(458849) +B.uG=new A.j(458850) +B.uH=new A.j(458851) +B.uI=new A.j(458852) +B.uJ=new A.j(458853) +B.uK=new A.j(458854) +B.uL=new A.j(458855) +B.uM=new A.j(458856) +B.uN=new A.j(458857) +B.uO=new A.j(458858) +B.uP=new A.j(458859) +B.uQ=new A.j(458860) +B.uR=new A.j(458861) +B.uS=new A.j(458862) +B.uT=new A.j(458863) +B.uU=new A.j(458864) +B.uV=new A.j(458865) +B.uW=new A.j(458866) +B.uX=new A.j(458867) +B.uY=new A.j(458868) +B.uZ=new A.j(458869) +B.v_=new A.j(458871) +B.v0=new A.j(458873) +B.v1=new A.j(458874) +B.v2=new A.j(458875) +B.v3=new A.j(458876) +B.v4=new A.j(458877) +B.v5=new A.j(458878) +B.v6=new A.j(458879) +B.v7=new A.j(458880) +B.v8=new A.j(458881) +B.v9=new A.j(458885) +B.va=new A.j(458887) +B.vb=new A.j(458888) +B.vc=new A.j(458889) +B.vd=new A.j(458890) +B.ve=new A.j(458891) +B.vf=new A.j(458896) +B.vg=new A.j(458897) +B.vh=new A.j(458898) +B.vi=new A.j(458899) +B.vj=new A.j(458900) +B.vk=new A.j(458907) +B.vl=new A.j(458915) +B.vm=new A.j(458934) +B.vn=new A.j(458935) +B.vo=new A.j(458939) +B.vp=new A.j(458960) +B.vq=new A.j(458961) +B.vr=new A.j(458962) +B.vs=new A.j(458963) +B.vt=new A.j(458964) +B.Uw=new A.j(458967) +B.vu=new A.j(458968) +B.vv=new A.j(458969) +B.cD=new A.j(458976) +B.cE=new A.j(458977) +B.cF=new A.j(458978) +B.cG=new A.j(458979) +B.dx=new A.j(458980) +B.dy=new A.j(458981) +B.cH=new A.j(458982) +B.dz=new A.j(458983) +B.Ux=new A.j(786528) +B.Uy=new A.j(786529) +B.vz=new A.j(786543) +B.vA=new A.j(786544) +B.Uz=new A.j(786546) +B.UA=new A.j(786547) +B.UB=new A.j(786548) +B.UC=new A.j(786549) +B.UD=new A.j(786553) +B.UE=new A.j(786554) +B.UF=new A.j(786563) +B.UG=new A.j(786572) +B.UH=new A.j(786573) +B.UI=new A.j(786580) +B.UJ=new A.j(786588) +B.UK=new A.j(786589) +B.vB=new A.j(786608) +B.vC=new A.j(786609) +B.vD=new A.j(786610) +B.vE=new A.j(786611) +B.vF=new A.j(786612) +B.vG=new A.j(786613) +B.vH=new A.j(786614) +B.vI=new A.j(786615) +B.vJ=new A.j(786616) +B.vK=new A.j(786637) +B.UL=new A.j(786639) +B.UM=new A.j(786661) +B.vL=new A.j(786819) +B.UN=new A.j(786820) +B.UO=new A.j(786822) +B.vM=new A.j(786826) +B.UP=new A.j(786829) +B.UQ=new A.j(786830) +B.vN=new A.j(786834) +B.vO=new A.j(786836) +B.UR=new A.j(786838) +B.US=new A.j(786844) +B.UT=new A.j(786846) +B.vP=new A.j(786847) +B.vQ=new A.j(786850) +B.UU=new A.j(786855) +B.UV=new A.j(786859) +B.UW=new A.j(786862) +B.vR=new A.j(786865) +B.UX=new A.j(786871) +B.vS=new A.j(786891) +B.UY=new A.j(786945) +B.UZ=new A.j(786947) +B.V_=new A.j(786951) +B.V0=new A.j(786952) +B.vT=new A.j(786977) +B.vU=new A.j(786979) +B.vV=new A.j(786980) +B.vW=new A.j(786981) +B.vX=new A.j(786982) +B.vY=new A.j(786983) +B.vZ=new A.j(786986) +B.V1=new A.j(786989) +B.V2=new A.j(786990) +B.w_=new A.j(786994) +B.V3=new A.j(787065) +B.w0=new A.j(787081) +B.w1=new A.j(787083) +B.w2=new A.j(787084) +B.w3=new A.j(787101) +B.w4=new A.j(787103) +B.SN=new A.cq([16,B.rE,17,B.rF,18,B.dw,19,B.rG,20,B.rH,21,B.rI,22,B.rJ,23,B.rK,24,B.rL,65666,B.vw,65667,B.vx,65717,B.vy,392961,B.rM,392962,B.rN,392963,B.rO,392964,B.rP,392965,B.rQ,392966,B.rR,392967,B.rS,392968,B.rT,392969,B.rU,392970,B.rV,392971,B.rW,392972,B.rX,392973,B.rY,392974,B.rZ,392975,B.t_,392976,B.t0,392977,B.t1,392978,B.t2,392979,B.t3,392980,B.t4,392981,B.t5,392982,B.t6,392983,B.t7,392984,B.t8,392985,B.t9,392986,B.ta,392987,B.tb,392988,B.tc,392989,B.td,392990,B.te,392991,B.tf,458752,B.Us,458753,B.Ut,458754,B.Uu,458755,B.Uv,458756,B.tg,458757,B.th,458758,B.ti,458759,B.tj,458760,B.tk,458761,B.tl,458762,B.tm,458763,B.tn,458764,B.to,458765,B.tp,458766,B.tq,458767,B.tr,458768,B.ts,458769,B.tt,458770,B.tu,458771,B.tv,458772,B.tw,458773,B.tx,458774,B.ty,458775,B.tz,458776,B.tA,458777,B.tB,458778,B.tC,458779,B.tD,458780,B.tE,458781,B.tF,458782,B.tG,458783,B.tH,458784,B.tI,458785,B.tJ,458786,B.tK,458787,B.tL,458788,B.tM,458789,B.tN,458790,B.tO,458791,B.tP,458792,B.tQ,458793,B.io,458794,B.tR,458795,B.tS,458796,B.tT,458797,B.tU,458798,B.tV,458799,B.tW,458800,B.tX,458801,B.tY,458803,B.tZ,458804,B.u_,458805,B.u0,458806,B.u1,458807,B.u2,458808,B.u3,458809,B.c9,458810,B.u4,458811,B.u5,458812,B.u6,458813,B.u7,458814,B.u8,458815,B.u9,458816,B.ua,458817,B.ub,458818,B.uc,458819,B.ud,458820,B.ue,458821,B.uf,458822,B.ug,458823,B.eV,458824,B.uh,458825,B.ui,458826,B.uj,458827,B.uk,458828,B.ul,458829,B.um,458830,B.un,458831,B.uo,458832,B.up,458833,B.uq,458834,B.ur,458835,B.eW,458836,B.us,458837,B.ut,458838,B.uu,458839,B.uv,458840,B.uw,458841,B.ux,458842,B.uy,458843,B.uz,458844,B.uA,458845,B.uB,458846,B.uC,458847,B.uD,458848,B.uE,458849,B.uF,458850,B.uG,458851,B.uH,458852,B.uI,458853,B.uJ,458854,B.uK,458855,B.uL,458856,B.uM,458857,B.uN,458858,B.uO,458859,B.uP,458860,B.uQ,458861,B.uR,458862,B.uS,458863,B.uT,458864,B.uU,458865,B.uV,458866,B.uW,458867,B.uX,458868,B.uY,458869,B.uZ,458871,B.v_,458873,B.v0,458874,B.v1,458875,B.v2,458876,B.v3,458877,B.v4,458878,B.v5,458879,B.v6,458880,B.v7,458881,B.v8,458885,B.v9,458887,B.va,458888,B.vb,458889,B.vc,458890,B.vd,458891,B.ve,458896,B.vf,458897,B.vg,458898,B.vh,458899,B.vi,458900,B.vj,458907,B.vk,458915,B.vl,458934,B.vm,458935,B.vn,458939,B.vo,458960,B.vp,458961,B.vq,458962,B.vr,458963,B.vs,458964,B.vt,458967,B.Uw,458968,B.vu,458969,B.vv,458976,B.cD,458977,B.cE,458978,B.cF,458979,B.cG,458980,B.dx,458981,B.dy,458982,B.cH,458983,B.dz,786528,B.Ux,786529,B.Uy,786543,B.vz,786544,B.vA,786546,B.Uz,786547,B.UA,786548,B.UB,786549,B.UC,786553,B.UD,786554,B.UE,786563,B.UF,786572,B.UG,786573,B.UH,786580,B.UI,786588,B.UJ,786589,B.UK,786608,B.vB,786609,B.vC,786610,B.vD,786611,B.vE,786612,B.vF,786613,B.vG,786614,B.vH,786615,B.vI,786616,B.vJ,786637,B.vK,786639,B.UL,786661,B.UM,786819,B.vL,786820,B.UN,786822,B.UO,786826,B.vM,786829,B.UP,786830,B.UQ,786834,B.vN,786836,B.vO,786838,B.UR,786844,B.US,786846,B.UT,786847,B.vP,786850,B.vQ,786855,B.UU,786859,B.UV,786862,B.UW,786865,B.vR,786871,B.UX,786891,B.vS,786945,B.UY,786947,B.UZ,786951,B.V_,786952,B.V0,786977,B.vT,786979,B.vU,786980,B.vV,786981,B.vW,786982,B.vX,786983,B.vY,786986,B.vZ,786989,B.V1,786990,B.V2,786994,B.w_,787065,B.V3,787081,B.w0,787083,B.w1,787084,B.w2,787101,B.w3,787103,B.w4],A.ab("cq")) +B.SO=new A.cq([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.ab("cq")) +B.TD={BU:0,DD:1,FX:2,TP:3,YD:4,ZR:5} +B.bD=new A.bi(B.TD,["MM","DE","FR","TL","YE","CD"],t.li) +B.TB={gears:0,tablet:1,copy:2,shield_warning:3,shield:4,shield_filled:5,rss:6,usb_stick_filled:7,pen:8,minus:9,weather:10,pda:11,pin:12,printer_preview:13,printer_network:14,printer_preview_filled:15,printer_warning:16,printer_printing_filled:17,printer_printing:18,printer:19,printer_filled:20,printer_warning_filled:21,printer_error_filled:22,printer_network_filled:23,printer_error:24,puzzle_piece:25,switchbox:26,switchbox_filled:27,switchbox_checked_filled:28,switchbox_checked:29,computer:30,modem_filled:31,tab_new_filled:32,ok_simple:33,television_filled:34,eject:35,folder_simple_filled:36,folder_open:37,folder_search_filled:38,folder_open_filled:39,folder:40,folder_drag_accept_filled:41,folder_new:42,folder_drag_accept:43,folder_new_filled:44,folder_filled:45,folder_remote_filled:46,folder_remote:47,folder_simple:48,folder_search:49,color_select:50,few_clouds:51,calculator:52,rain_filled:53,insert_image_filled:54,insert_object:55,insert_link:56,insert_image:57,insert_link_filled:58,insert_text:59,insert_object_filled:60,edit_clear:61,desktop_appearance_filled:62,desktop:63,desktop_filled:64,desktop_remote_filled:65,desktop_remote:66,desktop_appearance:67,panel_look_filled:68,server_filled:69,mouse_filled:70,radiobox_mixed:71,radiobox:72,radiobox_filled:73,radiobox_checked_filled:74,radiobox_mixed_filled:75,radiobox_checked:76,star_filled:77,text_direction_ltr:78,game_controller_filled:79,hourglass_filled:80,stopwatch_filled:81,usb_stick:82,star:83,html_filled:84,sidebar_right:85,sidebar_hide_right:86,sidebar_hide_right_filled:87,sidebar_hide:88,sidebar:89,sidebar_filled:90,sidebar_hide_filled:91,sidebar_right_filled:92,outbox_filled:93,audio_card_filled:94,swiss_knife_filled:95,home_filled:96,stopwatch:97,radio:98,appliance:99,target:100,monitor_filled:101,education_filled:102,application_bag:103,application:104,application_bag_filled:105,flip_horizontal:106,redo:107,beaker_filled:108,log_out:109,log_in_filled:110,log_out_filled:111,log_in:112,bold:113,compass_filled:114,sun:115,flip_vertical:116,placeholder_icon:117,cut:118,reply:119,floppy:120,underline:121,shutdown:122,repeat:123,repeat_single_filled:124,repeat_filled:125,repeat_single:126,computer_filled:127,users:128,external_link_filled:129,update_urgent:130,update:131,update_available:132,update_available_filled:133,update_urgent_filled:134,localization:135,few_clouds_night:136,plus:137,image_loading_filled:138,image_loading:139,image_missing:140,image_missing_filled:141,image:142,image_history_filled:143,image_filled:144,image_history:145,chip_filled:146,book_filled:147,important_filled:148,fingerprint_filled:149,tornado:150,pan_down:151,pan_end:152,pan_start:153,pan_up:154,phone:155,phone_old:156,phone_receiver:157,phone_old_filled:158,inbox_filled:159,rule_and_pen:160,floppy_filled:161,showers_night_filled:162,weather_alert:163,trash_full_filled:164,trash:165,trash_filled:166,trash_full:167,multimedia_player_filled:168,information:169,rotate_right:170,menu:171,modem:172,education:173,check_spelling:174,debian:175,skip_backward:176,save_as:177,save_as_filled:178,save:179,save_filled:180,power:181,app_grid:182,touchpad:183,health:184,ok_filled:185,send:186,user:187,user_new:188,user_new_filled:189,user_filled:190,fast_forward:191,wind:192,tablet_filled:193,information_filled:194,power_filled:195,character_map:196,lock:197,globe:198,games:199,no_package_snap:200,no_package_snap_filled:201,no_package_flatpak_filled:202,no_package_flatpak:203,no_package:204,no_package_deb:205,no_package_filled:206,no_package_deb_filled:207,warning:208,sync:209,sync_error:210,screensaver_filled:211,showers_filled:212,bluetooth:213,cloud:214,droplets:215,html:216,playlist_play:217,playlist:218,playlist_filled:219,flatpak:220,kde_logo:221,dictionary:222,notjunk:223,notjunk_filled:224,gear_filled:225,trowel:226,tab_new:227,fog:228,text_editor_filled:229,terminal_filled:230,placeholder_icon_filled:231,dictionary_filled:232,hide:233,ok:234,indent_more:235,familly:236,snow:237,users_filled:238,clear_night_filled:239,overcast_filled:240,book:241,fingerprint:242,home:243,text_editor:244,overcast:245,thunderbolt:246,paste:247,beaker:248,mouse:249,refresh:250,task_list:251,task_important_filled:252,task_warning:253,task_list_filled:254,task_warning_filled:255,task_error_filled:256,task_important:257,task_error:258,tag:259,external_link:260,flag_filled:261,bookmark_filled:262,reboot:263,xfce_logo:264,location:265,camera_photo:266,camera_web:267,camera_web_filled:268,camera_video_filed:269,camera_photo_filed:270,camera_video:271,history_filled:272,rotate_left:273,podcast:274,smartphone:275,unordered_list_remove:276,unordered_list:277,unordered_list_new:278,subtitles:279,library_music:280,library_music_filled:281,library_artists_filled:282,library_artists:283,forward:284,lock_filled:285,arrow_right:286,arrow_left:287,arrow_up_outlined:288,arrow_left_outlined:289,arrow_down:290,arrow_up:291,arrow_down_outlined:292,arrow_right_outlined:293,meter_middle:294,meter_5:295,meter_1_filled:296,meter_7:297,meter_3_filled:298,meter_2:299,meter_0:300,meter_1:301,meter_0_filled:302,meter_3:303,meter_6:304,meter_quarter_filled:305,meter_8:306,meter_4_filled:307,meter_2_filled:308,meter_9:309,meter_7_filled:310,meter_quarter:311,meter_three_quarter_filled:312,meter_three_quarter:313,meter_9_filled:314,meter_8_filled:315,meter_6_filled:316,meter_4:317,meter_middle_filled:318,meter_5_filled:319,rain:320,disk:321,keyboard_filled:322,compass:323,address_book:324,address_book_new:325,address_book_filled:326,address_book_filled_new:327,keyboard_shortcuts:328,keyboard_shortcuts_new:329,keyboard_shortcuts_new_filled:330,keyboard_shortcuts_filled:331,wrench:332,private_mask:333,disk_filled:334,mail_unread_filled:335,mail_open:336,mail_signed:337,mail_signed_filled:338,mail_open_filled:339,mail_forwarded_filled:340,mail_ok_filled:341,mail_replied_filled:342,mail_ok:343,mail:344,mail_new:345,mail_new_filled:346,mail_filled:347,mail_replied:348,mail_unread:349,mail_forwarded:350,undo:351,dialpad:352,weather_alert_filled:353,media_play:354,media_pause:355,media_stop:356,media_record:357,go_jump:358,go_bottom:359,go_down:360,go_last:361,go_up:362,go_first:363,go_next:364,go_top:365,go_previous:366,audio_card:367,zoom_fit_best:368,zoom_out:369,zoom_original:370,zoom_in_filled:371,zoom_original_filled:372,zoom_out_filled:373,zoom_in:374,selection:375,wallpaper_filled:376,scanner_filled:377,fog_filled:378,weather_filled:379,terminal:380,gnome_logo:381,emote_glasses:382,emote_smile_big:383,emote_confused_filled:384,emote_worried_filled:385,emote_surprise_filled:386,emote_smile_big_filled:387,emote_worried:388,emote_sad_filled:389,emote_wink_filled:390,emote_uncertain_filled:391,emote_embarrassed:392,emote_plain_filled:393,emote_monkey:394,emote_yawn:395,emote_sick:396,emote_tired_filled:397,emote_kiss:398,emote_smirk_filled:399,emote_kiss_filled:400,emote_confused:401,emote_shutmouth_filled:402,emote_cool:403,emote_sick_filled:404,emote_smile_filled:405,emote_devilish_filled:406,emote_angry_filled:407,emote_uncertain:408,emote_laugh:409,emote_plain:410,emote_angel_filled:411,emote_monkey_filled:412,emote_yawn_filled:413,emote_crying_filled:414,emote_raspberry_filled:415,emote_wink:416,emote_shutmouth:417,emote_raspberry:418,emote_crying:419,emote_devilish:420,emote_cool_filled:421,emote_sad:422,emote_surprise:423,emote_angry:424,emote_smile:425,emote_embarrassed_filled:426,emote_tired:427,emote_angel:428,emote_laugh_filled:429,emote_smirk:430,emote_glasses_filled:431,heart_filled:432,screen_lock:433,screen:434,screen_lock_filled:435,screen_filled:436,speaker_high:437,speaker_medium_filled:438,speaker:439,speaker_filled:440,speaker_high_filled:441,speaker_muted:442,speaker_low:443,speaker_medium:444,speaker_muted_filled:445,speaker_overamplified_filled:446,speaker_overamplified:447,speaker_low_filled:448,sort_ascending:449,sort_descending:450,download:451,download_history_filled:452,download_filled:453,download_history:454,justify_right:455,justify_left:456,justify_center:457,justify_fill:458,games_filled:459,appliance_filled:460,monitor:461,network_transmit:462,network_wired:463,network_cellular_5g:464,network_cellular_3g:465,network_cellular_acquiring:466,network_cellular_signal_excellent_secure:467,network_cellular_signal_weak_secure:468,network_cellular_signal_none_secure:469,network_cellular_hardware_disabled:470,network_cellular:471,network_cellular_offline:472,network_cellular_signal_none:473,network_cellular_signal_ok_secure:474,network_cellular_connected:475,network_cellular_4g:476,network_cellular_signal_excellent:477,network_cellular_edge:478,network_cellular_signal_good:479,network_cellular_hspa:480,network_cellular_signal_ok:481,network_cellular_signal_weak:482,network_cellular_2g:483,network_cellular_signal_good_secure:484,network_cellular_disabled:485,network_cellular_no_route:486,network_cellular_gprs:487,network_transmit_receive:488,network_wired_filled:489,network_receive:490,network_hotspot:491,network:492,network_offline:493,network_filled:494,network_idle:495,network_error_filled:496,network_wireless_acquiring:497,network_wireless_signal_excellent_secure:498,network_wireless_signal_weak_secure:499,network_wireless_signal_none_secure:500,network_wireless:501,network_wireless_signal_none:502,network_wireless_signal_ok_secure:503,network_wireless_signal_excellent:504,network_wireless_signal_good:505,network_wireless_signal_ok:506,network_wireless_signal_weak:507,network_wireless_signal_good_secure:508,network_wireless_disabled:509,network_wireless_no_route:510,network_offline_filled:511,network_error:512,storm_filled:513,windows_filled:514,call_incoming:515,call_outgoing:516,call_start:517,call_stop:518,drag_handle:519,headphones:520,game_controller:521,gear:522,search_history_filled:523,stop:524,calendar_week_filled:525,calendar_important_filled:526,calendar_warning:527,calendar_month_filled:528,calendar:529,calendar_new:530,calendar_month:531,calendar_new_filled:532,calendar_filled:533,calendar_warning_filled:534,calendar_error_filled:535,calendar_day:536,calendar_important:537,calendar_day_filled:538,calendar_week:539,calendar_error:540,document_open:541,document_open_filled:542,document_template_filled:543,document_template:544,document:545,document_history_filled:546,document_new:547,document_new_filled:548,document_filled:549,document_history:550,microphone_high:551,microphone_medium_filled:552,microphone:553,microphone_filled:554,microphone_high_filled:555,microphone_muted:556,microphone_low:557,microphone_medium:558,microphone_muted_filled:559,microphone_low_filled:560,office_presentation_filled:561,office_drawing:562,office_drawing_filled:563,office_spreadsheet_filled:564,office_presentation:565,office:566,office_filled:567,office_spreadsheet:568,wrench_filled:569,hourglass:570,script:571,graphic_tablet:572,colors:573,question_filled:574,script_filled:575,clock:576,question:577,hide_filled:578,smartphone_filled:579,checkbox_mixed:580,checkbox:581,checkbox_filled:582,checkbox_checked_filled:583,checkbox_mixed_filled:584,checkbox_checked:585,server:586,format_remove:587,multimedia_filled:588,colors_filled:589,health_filled:590,bell:591,warning_filled:592,sun_filled:593,music_artist_filled:594,music_artist:595,music_queue_filled:596,music_history_filled:597,music_single_filled:598,music_note:599,music_single:600,music_history:601,music_queue:602,touchpad_filled:603,television:604,computer_legacy_filled:605,shuffle:606,edit_clear_all:607,wallpaper:608,bell_filled:609,dialpad_filled:610,ubuntu_logo:611,ubuntu_logo_large:612,ubuntu_logo_simple:613,few_clouds_filled:614,multimedia_player:615,clear_night:616,paste_filled:617,heart:618,tag_filled:619,globe_filled:620,view_more_horizontal:621,view_more:622,package_snap:623,package_snap_filled:624,package_flatpak_filled:625,package_flatpak:626,package:627,package_deb:628,package_filled:629,package_deb_filled:630,error_filled:631,keyboard:632,ordered_list_remove:633,ordered_list:634,ordered_list_new:635,rule_and_pen_filled:636,graphic_tablet_filled:637,headset:638,tape_filled:639,display_layout_filled:640,drive_ieee1394:641,drive_harddisk_error:642,drive_harddisk_usb_filled:643,drive_harddisk_disabled:644,drive_harddisk_warning:645,drive_multidisk_filled:646,drive_removable_media_filled:647,drive_harddisk_error_filled:648,drive_harddisk:649,drive_harddisk_warning_filled:650,drive_solidstatedisk_filled:651,drive_optical:652,drive_harddisk_broken:653,drive_harddisk_filled:654,drive_ieee1394_filled:655,drive_harddisk_usb:656,drive_solidstatedisk:657,drive_harddisk_broken_filled:658,drive_optical_filled:659,drive_harddisk_disabled_filled:660,drive_multidisk:661,drive_removable_media:662,gear_dots_filled:663,magnifying_glass_filled:664,puzzle_piece_filled:665,checkmark:666,share:667,thumb_down_filled:668,thumb_down:669,thumb_up:670,thumb_up_filled:671,share_filled:672,important:673,inbox:674,tape:675,find_replace:676,battery_1_charging:677,battery_6_charging:678,battery_5:679,battery_7:680,battery_missing:681,battery_2:682,battery_warning:683,battery_1:684,battery_2_charging:685,battery_3:686,battery_6:687,battery_8:688,battery_9_charging:689,battery_empty:690,battery_4_charging:691,battery_full:692,battery_9:693,battery_empty_charging:694,battery_5_charging:695,battery_full_charging:696,battery_3_charging:697,battery_4:698,battery_7_charging:699,battery_8_charging:700,flash_card_filled:701,edit_clear_filled:702,key:703,key_filled:704,clock_filled:705,computer_legacy:706,history:707,multimedia:708,localization_filled:709,trowel_filled:710,junk:711,junk_filled:712,outbox:713,gear_dots:714,snapcraft_bag:715,snapcraft_warning:716,snapcraft:717,snapcraft_important:718,snapcraft_info:719,snapcraft_bag_filled:720,snapcraft_error:721,subtitles_filled:722,fast_backward:723,strikethrough:724,flash_card:725,send_receive:726,swiss_knife:727,display_layout:728,magnifying_glass:729,text_direction_rtl:730,find_replace_filled:731,gears_filled:732,indent_less:733,bookmark:734,human:735,send_filled:736,copy_filled:737,private_mask_filled:738,showers_night:739,reply_all:740,radio_filled:741,code:742,panel_look:743,eye_filled:744,star_semi_filled:745,target_filled:746,screensaver:747,cloud_filled:748,video:749,video_history_filled:750,video_filled:751,video_history:752,revert:753,font:754,window_maximize:755,window_minimize:756,window_restore_filled:757,window_close:758,window:759,window_maximize_filled:760,window_new:761,window_new_filled:762,window_filled:763,window_restore:764,window_top_bar:765,window_top_bar_filled:766,podcast_filled:767,chat_bubble_filled:768,chat_bubble:769,chat_idle_filled:770,chat_away:771,chat_offline:772,chat_away_filled:773,chat_idle:774,chat_offline_filled:775,chat_text:776,chat_text_filled:777,italic:778,eye:779,fullscreen:780,fullscreen_exit:781,chip:782,tree_fir_filled:783,tree_fir:784,tree:785,tree_filled:786,snow_filled:787,scanner:788,search_history:789,flag:790,few_clouds_night_filled:791,pda_filled:792,skip_forward:793,windows:794,storm:795,showers:796,error:797,paper_clip:798,battery:799,extension:800,extension_filled:801,notification:802,notification_filled:803,parental_control:804,search:805,search_filled:806,settings:807,settings_filled:808,utilities:809,utilities_filled:810} +B.CN=new A.a(57344,"YaruIcons","yaru_icons",!1) +B.CO=new A.a(57345,"YaruIcons","yaru_icons",!1) +B.CP=new A.a(57346,"YaruIcons","yaru_icons",!1) +B.CQ=new A.a(57347,"YaruIcons","yaru_icons",!1) +B.CR=new A.a(57348,"YaruIcons","yaru_icons",!1) +B.CS=new A.a(57349,"YaruIcons","yaru_icons",!1) +B.CT=new A.a(57350,"YaruIcons","yaru_icons",!1) +B.CU=new A.a(57351,"YaruIcons","yaru_icons",!1) +B.CV=new A.a(57352,"YaruIcons","yaru_icons",!1) +B.CW=new A.a(57354,"YaruIcons","yaru_icons",!1) +B.CX=new A.a(57355,"YaruIcons","yaru_icons",!1) +B.CY=new A.a(57356,"YaruIcons","yaru_icons",!1) +B.CZ=new A.a(57357,"YaruIcons","yaru_icons",!1) +B.D_=new A.a(57358,"YaruIcons","yaru_icons",!1) +B.D0=new A.a(57359,"YaruIcons","yaru_icons",!1) +B.D1=new A.a(57360,"YaruIcons","yaru_icons",!1) +B.D2=new A.a(57361,"YaruIcons","yaru_icons",!1) +B.D3=new A.a(57362,"YaruIcons","yaru_icons",!1) +B.D4=new A.a(57363,"YaruIcons","yaru_icons",!1) +B.D5=new A.a(57364,"YaruIcons","yaru_icons",!1) +B.D6=new A.a(57365,"YaruIcons","yaru_icons",!1) +B.D7=new A.a(57366,"YaruIcons","yaru_icons",!1) +B.D8=new A.a(57367,"YaruIcons","yaru_icons",!1) +B.D9=new A.a(57368,"YaruIcons","yaru_icons",!1) +B.lM=new A.a(57369,"YaruIcons","yaru_icons",!1) +B.Da=new A.a(57370,"YaruIcons","yaru_icons",!1) +B.Db=new A.a(57371,"YaruIcons","yaru_icons",!1) +B.Dc=new A.a(57372,"YaruIcons","yaru_icons",!1) +B.Dd=new A.a(57373,"YaruIcons","yaru_icons",!1) +B.De=new A.a(57374,"YaruIcons","yaru_icons",!1) +B.Df=new A.a(57375,"YaruIcons","yaru_icons",!1) +B.Dg=new A.a(57376,"YaruIcons","yaru_icons",!1) +B.Dh=new A.a(57377,"YaruIcons","yaru_icons",!1) +B.Di=new A.a(57378,"YaruIcons","yaru_icons",!1) +B.Dj=new A.a(57379,"YaruIcons","yaru_icons",!1) +B.Dk=new A.a(57380,"YaruIcons","yaru_icons",!1) +B.Dl=new A.a(57381,"YaruIcons","yaru_icons",!1) +B.Dm=new A.a(57382,"YaruIcons","yaru_icons",!1) +B.Dn=new A.a(57383,"YaruIcons","yaru_icons",!1) +B.Do=new A.a(57384,"YaruIcons","yaru_icons",!1) +B.Dp=new A.a(57385,"YaruIcons","yaru_icons",!1) +B.Dq=new A.a(57386,"YaruIcons","yaru_icons",!1) +B.Dr=new A.a(57387,"YaruIcons","yaru_icons",!1) +B.Ds=new A.a(57388,"YaruIcons","yaru_icons",!1) +B.Dt=new A.a(57389,"YaruIcons","yaru_icons",!1) +B.Du=new A.a(57390,"YaruIcons","yaru_icons",!1) +B.Dv=new A.a(57391,"YaruIcons","yaru_icons",!1) +B.Dw=new A.a(57392,"YaruIcons","yaru_icons",!1) +B.Dx=new A.a(57393,"YaruIcons","yaru_icons",!1) +B.Dy=new A.a(57394,"YaruIcons","yaru_icons",!1) +B.Dz=new A.a(57395,"YaruIcons","yaru_icons",!1) +B.DA=new A.a(57396,"YaruIcons","yaru_icons",!1) +B.DB=new A.a(57397,"YaruIcons","yaru_icons",!1) +B.DC=new A.a(57398,"YaruIcons","yaru_icons",!1) +B.DD=new A.a(57399,"YaruIcons","yaru_icons",!1) +B.DE=new A.a(57400,"YaruIcons","yaru_icons",!1) +B.DF=new A.a(57401,"YaruIcons","yaru_icons",!1) +B.DG=new A.a(57402,"YaruIcons","yaru_icons",!1) +B.DH=new A.a(57403,"YaruIcons","yaru_icons",!1) +B.DI=new A.a(57404,"YaruIcons","yaru_icons",!1) +B.DJ=new A.a(57406,"YaruIcons","yaru_icons",!1) +B.DK=new A.a(57407,"YaruIcons","yaru_icons",!1) +B.DL=new A.a(57408,"YaruIcons","yaru_icons",!1) +B.DM=new A.a(57409,"YaruIcons","yaru_icons",!1) +B.DN=new A.a(57410,"YaruIcons","yaru_icons",!1) +B.DO=new A.a(57411,"YaruIcons","yaru_icons",!1) +B.DP=new A.a(57412,"YaruIcons","yaru_icons",!1) +B.DQ=new A.a(57413,"YaruIcons","yaru_icons",!1) +B.DR=new A.a(57414,"YaruIcons","yaru_icons",!1) +B.DS=new A.a(57415,"YaruIcons","yaru_icons",!1) +B.DT=new A.a(57416,"YaruIcons","yaru_icons",!1) +B.DU=new A.a(57417,"YaruIcons","yaru_icons",!1) +B.DV=new A.a(57418,"YaruIcons","yaru_icons",!1) +B.DW=new A.a(57419,"YaruIcons","yaru_icons",!1) +B.DX=new A.a(57420,"YaruIcons","yaru_icons",!1) +B.DY=new A.a(57421,"YaruIcons","yaru_icons",!1) +B.DZ=new A.a(57422,"YaruIcons","yaru_icons",!1) +B.E_=new A.a(57423,"YaruIcons","yaru_icons",!1) +B.E0=new A.a(57424,"YaruIcons","yaru_icons",!1) +B.E1=new A.a(57425,"YaruIcons","yaru_icons",!1) +B.E2=new A.a(57426,"YaruIcons","yaru_icons",!1) +B.E3=new A.a(57427,"YaruIcons","yaru_icons",!1) +B.E4=new A.a(57428,"YaruIcons","yaru_icons",!1) +B.E5=new A.a(57429,"YaruIcons","yaru_icons",!1) +B.E6=new A.a(57430,"YaruIcons","yaru_icons",!1) +B.E7=new A.a(57431,"YaruIcons","yaru_icons",!1) +B.E8=new A.a(57432,"YaruIcons","yaru_icons",!1) +B.E9=new A.a(57433,"YaruIcons","yaru_icons",!1) +B.Ea=new A.a(57434,"YaruIcons","yaru_icons",!1) +B.Eb=new A.a(57435,"YaruIcons","yaru_icons",!1) +B.Ec=new A.a(57436,"YaruIcons","yaru_icons",!1) +B.Ed=new A.a(57437,"YaruIcons","yaru_icons",!1) +B.Ee=new A.a(57438,"YaruIcons","yaru_icons",!1) +B.lO=new A.a(57439,"YaruIcons","yaru_icons",!1) +B.Ef=new A.a(57440,"YaruIcons","yaru_icons",!1) +B.Eg=new A.a(57441,"YaruIcons","yaru_icons",!1) +B.Eh=new A.a(57442,"YaruIcons","yaru_icons",!1) +B.Ei=new A.a(57443,"YaruIcons","yaru_icons",!1) +B.Ej=new A.a(57444,"YaruIcons","yaru_icons",!1) +B.Ek=new A.a(57445,"YaruIcons","yaru_icons",!1) +B.El=new A.a(57446,"YaruIcons","yaru_icons",!1) +B.Em=new A.a(57447,"YaruIcons","yaru_icons",!1) +B.En=new A.a(57448,"YaruIcons","yaru_icons",!1) +B.Eo=new A.a(57449,"YaruIcons","yaru_icons",!1) +B.Ep=new A.a(57450,"YaruIcons","yaru_icons",!1) +B.Eq=new A.a(57451,"YaruIcons","yaru_icons",!1) +B.Er=new A.a(57452,"YaruIcons","yaru_icons",!1) +B.Es=new A.a(57453,"YaruIcons","yaru_icons",!1) +B.Et=new A.a(57454,"YaruIcons","yaru_icons",!1) +B.Eu=new A.a(57455,"YaruIcons","yaru_icons",!1) +B.Ev=new A.a(57456,"YaruIcons","yaru_icons",!1) +B.Ew=new A.a(57457,"YaruIcons","yaru_icons",!1) +B.Ex=new A.a(57458,"YaruIcons","yaru_icons",!1) +B.Ey=new A.a(57459,"YaruIcons","yaru_icons",!1) +B.Ez=new A.a(57460,"YaruIcons","yaru_icons",!1) +B.EA=new A.a(57461,"YaruIcons","yaru_icons",!1) +B.EB=new A.a(57462,"YaruIcons","yaru_icons",!1) +B.EC=new A.a(57463,"YaruIcons","yaru_icons",!1) +B.ED=new A.a(57464,"YaruIcons","yaru_icons",!1) +B.EE=new A.a(57465,"YaruIcons","yaru_icons",!1) +B.EF=new A.a(57466,"YaruIcons","yaru_icons",!1) +B.EG=new A.a(57467,"YaruIcons","yaru_icons",!1) +B.EH=new A.a(57468,"YaruIcons","yaru_icons",!1) +B.EI=new A.a(57469,"YaruIcons","yaru_icons",!1) +B.EJ=new A.a(57470,"YaruIcons","yaru_icons",!1) +B.EK=new A.a(57471,"YaruIcons","yaru_icons",!1) +B.EL=new A.a(57472,"YaruIcons","yaru_icons",!1) +B.EM=new A.a(57473,"YaruIcons","yaru_icons",!1) +B.EN=new A.a(57474,"YaruIcons","yaru_icons",!1) +B.EO=new A.a(57475,"YaruIcons","yaru_icons",!1) +B.EP=new A.a(57476,"YaruIcons","yaru_icons",!1) +B.EQ=new A.a(57477,"YaruIcons","yaru_icons",!1) +B.ER=new A.a(57478,"YaruIcons","yaru_icons",!1) +B.ES=new A.a(57479,"YaruIcons","yaru_icons",!1) +B.ET=new A.a(57480,"YaruIcons","yaru_icons",!1) +B.EU=new A.a(57482,"YaruIcons","yaru_icons",!1) +B.EV=new A.a(57483,"YaruIcons","yaru_icons",!1) +B.EW=new A.a(57484,"YaruIcons","yaru_icons",!1) +B.EX=new A.a(57485,"YaruIcons","yaru_icons",!1) +B.EY=new A.a(57487,"YaruIcons","yaru_icons",!1) +B.EZ=new A.a(57488,"YaruIcons","yaru_icons",!1) +B.F_=new A.a(57489,"YaruIcons","yaru_icons",!1) +B.F1=new A.a(57490,"YaruIcons","yaru_icons",!1) +B.F2=new A.a(57491,"YaruIcons","yaru_icons",!1) +B.F3=new A.a(57492,"YaruIcons","yaru_icons",!1) +B.F4=new A.a(57493,"YaruIcons","yaru_icons",!1) +B.F5=new A.a(57494,"YaruIcons","yaru_icons",!1) +B.F6=new A.a(57495,"YaruIcons","yaru_icons",!1) +B.F7=new A.a(57496,"YaruIcons","yaru_icons",!1) +B.F8=new A.a(57497,"YaruIcons","yaru_icons",!1) +B.F9=new A.a(57498,"YaruIcons","yaru_icons",!1) +B.Fa=new A.a(57499,"YaruIcons","yaru_icons",!1) +B.Fb=new A.a(57500,"YaruIcons","yaru_icons",!1) +B.Fc=new A.a(57501,"YaruIcons","yaru_icons",!1) +B.Fd=new A.a(57502,"YaruIcons","yaru_icons",!1) +B.Fe=new A.a(57503,"YaruIcons","yaru_icons",!1) +B.Ff=new A.a(57505,"YaruIcons","yaru_icons",!1) +B.Fg=new A.a(57506,"YaruIcons","yaru_icons",!1) +B.Fh=new A.a(57507,"YaruIcons","yaru_icons",!1) +B.Fi=new A.a(57508,"YaruIcons","yaru_icons",!1) +B.Fj=new A.a(57509,"YaruIcons","yaru_icons",!1) +B.Fk=new A.a(57510,"YaruIcons","yaru_icons",!1) +B.Fl=new A.a(57511,"YaruIcons","yaru_icons",!1) +B.Fm=new A.a(57512,"YaruIcons","yaru_icons",!1) +B.Fn=new A.a(57513,"YaruIcons","yaru_icons",!1) +B.Fo=new A.a(57514,"YaruIcons","yaru_icons",!1) +B.Fp=new A.a(57515,"YaruIcons","yaru_icons",!1) +B.Fq=new A.a(57516,"YaruIcons","yaru_icons",!1) +B.Fr=new A.a(57517,"YaruIcons","yaru_icons",!1) +B.Fs=new A.a(57518,"YaruIcons","yaru_icons",!1) +B.Ft=new A.a(57519,"YaruIcons","yaru_icons",!1) +B.Fu=new A.a(57520,"YaruIcons","yaru_icons",!1) +B.Fv=new A.a(57521,"YaruIcons","yaru_icons",!1) +B.Fw=new A.a(57522,"YaruIcons","yaru_icons",!1) +B.Fx=new A.a(57523,"YaruIcons","yaru_icons",!1) +B.Fy=new A.a(57524,"YaruIcons","yaru_icons",!1) +B.Fz=new A.a(57525,"YaruIcons","yaru_icons",!1) +B.FA=new A.a(57527,"YaruIcons","yaru_icons",!1) +B.FB=new A.a(57528,"YaruIcons","yaru_icons",!1) +B.FC=new A.a(57529,"YaruIcons","yaru_icons",!1) +B.FD=new A.a(57530,"YaruIcons","yaru_icons",!1) +B.FE=new A.a(57531,"YaruIcons","yaru_icons",!1) +B.FF=new A.a(57532,"YaruIcons","yaru_icons",!1) +B.FG=new A.a(57533,"YaruIcons","yaru_icons",!1) +B.FH=new A.a(57534,"YaruIcons","yaru_icons",!1) +B.FI=new A.a(57535,"YaruIcons","yaru_icons",!1) +B.FJ=new A.a(57536,"YaruIcons","yaru_icons",!1) +B.FK=new A.a(57537,"YaruIcons","yaru_icons",!1) +B.FL=new A.a(57538,"YaruIcons","yaru_icons",!1) +B.FM=new A.a(57539,"YaruIcons","yaru_icons",!1) +B.FN=new A.a(57540,"YaruIcons","yaru_icons",!1) +B.FO=new A.a(57541,"YaruIcons","yaru_icons",!1) +B.FP=new A.a(57542,"YaruIcons","yaru_icons",!1) +B.FQ=new A.a(57543,"YaruIcons","yaru_icons",!1) +B.FR=new A.a(57544,"YaruIcons","yaru_icons",!1) +B.FS=new A.a(57545,"YaruIcons","yaru_icons",!1) +B.FT=new A.a(57546,"YaruIcons","yaru_icons",!1) +B.FU=new A.a(57547,"YaruIcons","yaru_icons",!1) +B.FV=new A.a(57548,"YaruIcons","yaru_icons",!1) +B.FW=new A.a(57549,"YaruIcons","yaru_icons",!1) +B.FX=new A.a(57550,"YaruIcons","yaru_icons",!1) +B.FY=new A.a(57551,"YaruIcons","yaru_icons",!1) +B.FZ=new A.a(57552,"YaruIcons","yaru_icons",!1) +B.G_=new A.a(57553,"YaruIcons","yaru_icons",!1) +B.G0=new A.a(57554,"YaruIcons","yaru_icons",!1) +B.G1=new A.a(57555,"YaruIcons","yaru_icons",!1) +B.G2=new A.a(57556,"YaruIcons","yaru_icons",!1) +B.G3=new A.a(57557,"YaruIcons","yaru_icons",!1) +B.G4=new A.a(57558,"YaruIcons","yaru_icons",!1) +B.G5=new A.a(57559,"YaruIcons","yaru_icons",!1) +B.G6=new A.a(57560,"YaruIcons","yaru_icons",!1) +B.G7=new A.a(57561,"YaruIcons","yaru_icons",!1) +B.G8=new A.a(57562,"YaruIcons","yaru_icons",!1) +B.G9=new A.a(57563,"YaruIcons","yaru_icons",!1) +B.Ga=new A.a(57564,"YaruIcons","yaru_icons",!1) +B.Gb=new A.a(57565,"YaruIcons","yaru_icons",!1) +B.Gc=new A.a(57566,"YaruIcons","yaru_icons",!1) +B.Gd=new A.a(57567,"YaruIcons","yaru_icons",!1) +B.Ge=new A.a(57568,"YaruIcons","yaru_icons",!1) +B.lT=new A.a(57569,"YaruIcons","yaru_icons",!1) +B.Gf=new A.a(57570,"YaruIcons","yaru_icons",!1) +B.Gg=new A.a(57571,"YaruIcons","yaru_icons",!1) +B.Gh=new A.a(57572,"YaruIcons","yaru_icons",!1) +B.Gi=new A.a(57573,"YaruIcons","yaru_icons",!1) +B.Gj=new A.a(57574,"YaruIcons","yaru_icons",!1) +B.Gk=new A.a(57575,"YaruIcons","yaru_icons",!1) +B.Gl=new A.a(57576,"YaruIcons","yaru_icons",!1) +B.Gm=new A.a(57577,"YaruIcons","yaru_icons",!1) +B.Gn=new A.a(57578,"YaruIcons","yaru_icons",!1) +B.Go=new A.a(57579,"YaruIcons","yaru_icons",!1) +B.lU=new A.a(57580,"YaruIcons","yaru_icons",!1) +B.Gp=new A.a(57581,"YaruIcons","yaru_icons",!1) +B.Gq=new A.a(57582,"YaruIcons","yaru_icons",!1) +B.Gr=new A.a(57583,"YaruIcons","yaru_icons",!1) +B.Gs=new A.a(57584,"YaruIcons","yaru_icons",!1) +B.Gt=new A.a(57585,"YaruIcons","yaru_icons",!1) +B.Gu=new A.a(57586,"YaruIcons","yaru_icons",!1) +B.Gv=new A.a(57587,"YaruIcons","yaru_icons",!1) +B.Gw=new A.a(57588,"YaruIcons","yaru_icons",!1) +B.Gx=new A.a(57589,"YaruIcons","yaru_icons",!1) +B.Gy=new A.a(57590,"YaruIcons","yaru_icons",!1) +B.Gz=new A.a(57591,"YaruIcons","yaru_icons",!1) +B.GA=new A.a(57592,"YaruIcons","yaru_icons",!1) +B.GB=new A.a(57593,"YaruIcons","yaru_icons",!1) +B.GC=new A.a(57594,"YaruIcons","yaru_icons",!1) +B.GD=new A.a(57595,"YaruIcons","yaru_icons",!1) +B.GE=new A.a(57596,"YaruIcons","yaru_icons",!1) +B.GF=new A.a(57597,"YaruIcons","yaru_icons",!1) +B.GG=new A.a(57598,"YaruIcons","yaru_icons",!1) +B.GH=new A.a(57599,"YaruIcons","yaru_icons",!1) +B.GI=new A.a(57600,"YaruIcons","yaru_icons",!1) +B.GJ=new A.a(57601,"YaruIcons","yaru_icons",!1) +B.GK=new A.a(57602,"YaruIcons","yaru_icons",!1) +B.GL=new A.a(57603,"YaruIcons","yaru_icons",!1) +B.GM=new A.a(57604,"YaruIcons","yaru_icons",!1) +B.GN=new A.a(57605,"YaruIcons","yaru_icons",!1) +B.GO=new A.a(57606,"YaruIcons","yaru_icons",!1) +B.GP=new A.a(57607,"YaruIcons","yaru_icons",!1) +B.GQ=new A.a(57608,"YaruIcons","yaru_icons",!1) +B.GR=new A.a(57609,"YaruIcons","yaru_icons",!1) +B.GS=new A.a(57610,"YaruIcons","yaru_icons",!1) +B.GT=new A.a(57611,"YaruIcons","yaru_icons",!1) +B.GU=new A.a(57612,"YaruIcons","yaru_icons",!1) +B.GV=new A.a(57613,"YaruIcons","yaru_icons",!1) +B.GW=new A.a(57614,"YaruIcons","yaru_icons",!1) +B.GX=new A.a(57615,"YaruIcons","yaru_icons",!1) +B.GY=new A.a(57616,"YaruIcons","yaru_icons",!1) +B.GZ=new A.a(57617,"YaruIcons","yaru_icons",!1) +B.H_=new A.a(57618,"YaruIcons","yaru_icons",!1) +B.H0=new A.a(57619,"YaruIcons","yaru_icons",!1) +B.H1=new A.a(57620,"YaruIcons","yaru_icons",!1) +B.H2=new A.a(57622,"YaruIcons","yaru_icons",!1) +B.H3=new A.a(57623,"YaruIcons","yaru_icons",!1) +B.H4=new A.a(57624,"YaruIcons","yaru_icons",!1) +B.H5=new A.a(57625,"YaruIcons","yaru_icons",!1) +B.H6=new A.a(57626,"YaruIcons","yaru_icons",!1) +B.H7=new A.a(57627,"YaruIcons","yaru_icons",!1) +B.H8=new A.a(57628,"YaruIcons","yaru_icons",!1) +B.H9=new A.a(57629,"YaruIcons","yaru_icons",!1) +B.Ha=new A.a(57630,"YaruIcons","yaru_icons",!1) +B.Hb=new A.a(57631,"YaruIcons","yaru_icons",!1) +B.Hc=new A.a(57632,"YaruIcons","yaru_icons",!1) +B.Hd=new A.a(57633,"YaruIcons","yaru_icons",!1) +B.He=new A.a(57634,"YaruIcons","yaru_icons",!1) +B.Hf=new A.a(57635,"YaruIcons","yaru_icons",!1) +B.Hg=new A.a(57636,"YaruIcons","yaru_icons",!1) +B.Hh=new A.a(57637,"YaruIcons","yaru_icons",!1) +B.Hi=new A.a(57638,"YaruIcons","yaru_icons",!1) +B.Hj=new A.a(57639,"YaruIcons","yaru_icons",!1) +B.Hk=new A.a(57640,"YaruIcons","yaru_icons",!1) +B.Hl=new A.a(57641,"YaruIcons","yaru_icons",!1) +B.Hm=new A.a(57642,"YaruIcons","yaru_icons",!1) +B.Hn=new A.a(57643,"YaruIcons","yaru_icons",!1) +B.Ho=new A.a(57644,"YaruIcons","yaru_icons",!1) +B.Hp=new A.a(57645,"YaruIcons","yaru_icons",!1) +B.Hq=new A.a(57646,"YaruIcons","yaru_icons",!1) +B.Hr=new A.a(57647,"YaruIcons","yaru_icons",!1) +B.Hs=new A.a(57648,"YaruIcons","yaru_icons",!1) +B.Ht=new A.a(57649,"YaruIcons","yaru_icons",!1) +B.Hu=new A.a(57650,"YaruIcons","yaru_icons",!1) +B.Hv=new A.a(57651,"YaruIcons","yaru_icons",!1) +B.Hw=new A.a(57652,"YaruIcons","yaru_icons",!1) +B.Hx=new A.a(57653,"YaruIcons","yaru_icons",!1) +B.Hy=new A.a(57654,"YaruIcons","yaru_icons",!1) +B.Hz=new A.a(57655,"YaruIcons","yaru_icons",!1) +B.HA=new A.a(57656,"YaruIcons","yaru_icons",!1) +B.HB=new A.a(57657,"YaruIcons","yaru_icons",!1) +B.HC=new A.a(57658,"YaruIcons","yaru_icons",!1) +B.HD=new A.a(57659,"YaruIcons","yaru_icons",!1) +B.HE=new A.a(57660,"YaruIcons","yaru_icons",!1) +B.HF=new A.a(57661,"YaruIcons","yaru_icons",!1) +B.HG=new A.a(57662,"YaruIcons","yaru_icons",!1) +B.HH=new A.a(57663,"YaruIcons","yaru_icons",!1) +B.HI=new A.a(57664,"YaruIcons","yaru_icons",!1) +B.HJ=new A.a(57665,"YaruIcons","yaru_icons",!1) +B.HK=new A.a(57666,"YaruIcons","yaru_icons",!1) +B.HL=new A.a(57667,"YaruIcons","yaru_icons",!1) +B.HM=new A.a(57668,"YaruIcons","yaru_icons",!1) +B.HN=new A.a(57669,"YaruIcons","yaru_icons",!1) +B.HO=new A.a(57670,"YaruIcons","yaru_icons",!1) +B.HP=new A.a(57671,"YaruIcons","yaru_icons",!1) +B.HQ=new A.a(57672,"YaruIcons","yaru_icons",!1) +B.HR=new A.a(57673,"YaruIcons","yaru_icons",!1) +B.HS=new A.a(57674,"YaruIcons","yaru_icons",!1) +B.HT=new A.a(57675,"YaruIcons","yaru_icons",!1) +B.HU=new A.a(57676,"YaruIcons","yaru_icons",!1) +B.HV=new A.a(57677,"YaruIcons","yaru_icons",!1) +B.HW=new A.a(57678,"YaruIcons","yaru_icons",!1) +B.HX=new A.a(57679,"YaruIcons","yaru_icons",!1) +B.HY=new A.a(57680,"YaruIcons","yaru_icons",!1) +B.HZ=new A.a(57681,"YaruIcons","yaru_icons",!1) +B.I_=new A.a(57682,"YaruIcons","yaru_icons",!1) +B.I0=new A.a(57683,"YaruIcons","yaru_icons",!1) +B.I1=new A.a(57684,"YaruIcons","yaru_icons",!1) +B.I2=new A.a(57685,"YaruIcons","yaru_icons",!1) +B.I3=new A.a(57686,"YaruIcons","yaru_icons",!1) +B.I4=new A.a(57687,"YaruIcons","yaru_icons",!1) +B.I5=new A.a(57688,"YaruIcons","yaru_icons",!1) +B.I6=new A.a(57689,"YaruIcons","yaru_icons",!1) +B.I7=new A.a(57690,"YaruIcons","yaru_icons",!1) +B.I8=new A.a(57691,"YaruIcons","yaru_icons",!1) +B.I9=new A.a(57692,"YaruIcons","yaru_icons",!1) +B.Ia=new A.a(57693,"YaruIcons","yaru_icons",!1) +B.Ib=new A.a(57694,"YaruIcons","yaru_icons",!1) +B.Ic=new A.a(57695,"YaruIcons","yaru_icons",!1) +B.Id=new A.a(57696,"YaruIcons","yaru_icons",!1) +B.Ie=new A.a(57697,"YaruIcons","yaru_icons",!1) +B.If=new A.a(57698,"YaruIcons","yaru_icons",!1) +B.Ig=new A.a(57699,"YaruIcons","yaru_icons",!1) +B.Ih=new A.a(57700,"YaruIcons","yaru_icons",!1) +B.Ii=new A.a(57701,"YaruIcons","yaru_icons",!1) +B.Ij=new A.a(57702,"YaruIcons","yaru_icons",!1) +B.Ik=new A.a(57703,"YaruIcons","yaru_icons",!1) +B.Il=new A.a(57704,"YaruIcons","yaru_icons",!1) +B.Im=new A.a(57705,"YaruIcons","yaru_icons",!1) +B.In=new A.a(57706,"YaruIcons","yaru_icons",!1) +B.Io=new A.a(57707,"YaruIcons","yaru_icons",!1) +B.Ip=new A.a(57708,"YaruIcons","yaru_icons",!1) +B.Iq=new A.a(57709,"YaruIcons","yaru_icons",!1) +B.Ir=new A.a(57710,"YaruIcons","yaru_icons",!1) +B.Is=new A.a(57711,"YaruIcons","yaru_icons",!1) +B.It=new A.a(57712,"YaruIcons","yaru_icons",!1) +B.Iu=new A.a(57713,"YaruIcons","yaru_icons",!1) +B.Iv=new A.a(57714,"YaruIcons","yaru_icons",!1) +B.Iw=new A.a(57715,"YaruIcons","yaru_icons",!1) +B.Ix=new A.a(57716,"YaruIcons","yaru_icons",!1) +B.Iy=new A.a(57717,"YaruIcons","yaru_icons",!1) +B.Iz=new A.a(57718,"YaruIcons","yaru_icons",!1) +B.IA=new A.a(57719,"YaruIcons","yaru_icons",!1) +B.IB=new A.a(57720,"YaruIcons","yaru_icons",!1) +B.IC=new A.a(57721,"YaruIcons","yaru_icons",!1) +B.ID=new A.a(57722,"YaruIcons","yaru_icons",!1) +B.IE=new A.a(57723,"YaruIcons","yaru_icons",!1) +B.IF=new A.a(57724,"YaruIcons","yaru_icons",!1) +B.IG=new A.a(57725,"YaruIcons","yaru_icons",!1) +B.IH=new A.a(57726,"YaruIcons","yaru_icons",!1) +B.II=new A.a(57727,"YaruIcons","yaru_icons",!1) +B.IJ=new A.a(57728,"YaruIcons","yaru_icons",!1) +B.IK=new A.a(57729,"YaruIcons","yaru_icons",!1) +B.IL=new A.a(57730,"YaruIcons","yaru_icons",!1) +B.IM=new A.a(57731,"YaruIcons","yaru_icons",!1) +B.IN=new A.a(57732,"YaruIcons","yaru_icons",!1) +B.IO=new A.a(57733,"YaruIcons","yaru_icons",!1) +B.IP=new A.a(57734,"YaruIcons","yaru_icons",!1) +B.IQ=new A.a(57735,"YaruIcons","yaru_icons",!1) +B.IR=new A.a(57736,"YaruIcons","yaru_icons",!1) +B.IS=new A.a(57737,"YaruIcons","yaru_icons",!1) +B.IT=new A.a(57738,"YaruIcons","yaru_icons",!1) +B.IU=new A.a(57739,"YaruIcons","yaru_icons",!1) +B.IV=new A.a(57740,"YaruIcons","yaru_icons",!1) +B.IW=new A.a(57741,"YaruIcons","yaru_icons",!1) +B.IX=new A.a(57742,"YaruIcons","yaru_icons",!1) +B.IY=new A.a(57743,"YaruIcons","yaru_icons",!1) +B.IZ=new A.a(57744,"YaruIcons","yaru_icons",!1) +B.J_=new A.a(57745,"YaruIcons","yaru_icons",!1) +B.J0=new A.a(57746,"YaruIcons","yaru_icons",!1) +B.J1=new A.a(57747,"YaruIcons","yaru_icons",!1) +B.J2=new A.a(57748,"YaruIcons","yaru_icons",!1) +B.J3=new A.a(57749,"YaruIcons","yaru_icons",!1) +B.J4=new A.a(57750,"YaruIcons","yaru_icons",!1) +B.J5=new A.a(57751,"YaruIcons","yaru_icons",!1) +B.J6=new A.a(57752,"YaruIcons","yaru_icons",!1) +B.J7=new A.a(57753,"YaruIcons","yaru_icons",!1) +B.J8=new A.a(57754,"YaruIcons","yaru_icons",!1) +B.J9=new A.a(57755,"YaruIcons","yaru_icons",!1) +B.Ja=new A.a(57756,"YaruIcons","yaru_icons",!1) +B.Jb=new A.a(57757,"YaruIcons","yaru_icons",!1) +B.Jc=new A.a(57758,"YaruIcons","yaru_icons",!1) +B.Jd=new A.a(57759,"YaruIcons","yaru_icons",!1) +B.Je=new A.a(57760,"YaruIcons","yaru_icons",!1) +B.Jf=new A.a(57761,"YaruIcons","yaru_icons",!1) +B.Jg=new A.a(57762,"YaruIcons","yaru_icons",!1) +B.Jh=new A.a(57763,"YaruIcons","yaru_icons",!1) +B.Ji=new A.a(57764,"YaruIcons","yaru_icons",!1) +B.Jj=new A.a(57765,"YaruIcons","yaru_icons",!1) +B.Jk=new A.a(57766,"YaruIcons","yaru_icons",!1) +B.Jl=new A.a(57767,"YaruIcons","yaru_icons",!1) +B.Jm=new A.a(57768,"YaruIcons","yaru_icons",!1) +B.Jn=new A.a(57769,"YaruIcons","yaru_icons",!1) +B.Jo=new A.a(57770,"YaruIcons","yaru_icons",!1) +B.Jp=new A.a(57771,"YaruIcons","yaru_icons",!1) +B.Jq=new A.a(57772,"YaruIcons","yaru_icons",!1) +B.Jr=new A.a(57773,"YaruIcons","yaru_icons",!1) +B.Js=new A.a(57774,"YaruIcons","yaru_icons",!1) +B.Jt=new A.a(57775,"YaruIcons","yaru_icons",!1) +B.Ju=new A.a(57776,"YaruIcons","yaru_icons",!1) +B.Jv=new A.a(57777,"YaruIcons","yaru_icons",!1) +B.Jw=new A.a(57778,"YaruIcons","yaru_icons",!1) +B.Jx=new A.a(57779,"YaruIcons","yaru_icons",!1) +B.Jy=new A.a(57780,"YaruIcons","yaru_icons",!1) +B.Jz=new A.a(57781,"YaruIcons","yaru_icons",!1) +B.JA=new A.a(57782,"YaruIcons","yaru_icons",!1) +B.JB=new A.a(57783,"YaruIcons","yaru_icons",!1) +B.JC=new A.a(57784,"YaruIcons","yaru_icons",!1) +B.JD=new A.a(57785,"YaruIcons","yaru_icons",!1) +B.JE=new A.a(57786,"YaruIcons","yaru_icons",!1) +B.JF=new A.a(57787,"YaruIcons","yaru_icons",!1) +B.JG=new A.a(57788,"YaruIcons","yaru_icons",!1) +B.JH=new A.a(57789,"YaruIcons","yaru_icons",!1) +B.JI=new A.a(57790,"YaruIcons","yaru_icons",!1) +B.JJ=new A.a(57791,"YaruIcons","yaru_icons",!1) +B.JK=new A.a(57792,"YaruIcons","yaru_icons",!1) +B.JL=new A.a(57793,"YaruIcons","yaru_icons",!1) +B.JM=new A.a(57794,"YaruIcons","yaru_icons",!1) +B.JN=new A.a(57795,"YaruIcons","yaru_icons",!1) +B.JO=new A.a(57796,"YaruIcons","yaru_icons",!1) +B.JP=new A.a(57797,"YaruIcons","yaru_icons",!1) +B.JQ=new A.a(57798,"YaruIcons","yaru_icons",!1) +B.JR=new A.a(57799,"YaruIcons","yaru_icons",!1) +B.JS=new A.a(57800,"YaruIcons","yaru_icons",!1) +B.JT=new A.a(57801,"YaruIcons","yaru_icons",!1) +B.JU=new A.a(57802,"YaruIcons","yaru_icons",!1) +B.JV=new A.a(57803,"YaruIcons","yaru_icons",!1) +B.JW=new A.a(57804,"YaruIcons","yaru_icons",!1) +B.JX=new A.a(57805,"YaruIcons","yaru_icons",!1) +B.JY=new A.a(57806,"YaruIcons","yaru_icons",!1) +B.JZ=new A.a(57807,"YaruIcons","yaru_icons",!1) +B.K_=new A.a(57808,"YaruIcons","yaru_icons",!1) +B.K0=new A.a(57809,"YaruIcons","yaru_icons",!1) +B.K1=new A.a(57810,"YaruIcons","yaru_icons",!1) +B.K2=new A.a(57811,"YaruIcons","yaru_icons",!1) +B.K3=new A.a(57812,"YaruIcons","yaru_icons",!1) +B.K4=new A.a(57813,"YaruIcons","yaru_icons",!1) +B.K5=new A.a(57814,"YaruIcons","yaru_icons",!1) +B.K6=new A.a(57815,"YaruIcons","yaru_icons",!1) +B.K7=new A.a(57816,"YaruIcons","yaru_icons",!1) +B.K8=new A.a(57817,"YaruIcons","yaru_icons",!1) +B.K9=new A.a(57818,"YaruIcons","yaru_icons",!1) +B.Ka=new A.a(57819,"YaruIcons","yaru_icons",!1) +B.Kb=new A.a(57820,"YaruIcons","yaru_icons",!1) +B.Kc=new A.a(57821,"YaruIcons","yaru_icons",!1) +B.Kd=new A.a(57822,"YaruIcons","yaru_icons",!1) +B.Ke=new A.a(57823,"YaruIcons","yaru_icons",!1) +B.Kf=new A.a(57824,"YaruIcons","yaru_icons",!1) +B.Kg=new A.a(57825,"YaruIcons","yaru_icons",!1) +B.Kh=new A.a(57826,"YaruIcons","yaru_icons",!1) +B.Ki=new A.a(57827,"YaruIcons","yaru_icons",!1) +B.Kj=new A.a(57828,"YaruIcons","yaru_icons",!1) +B.Kk=new A.a(57829,"YaruIcons","yaru_icons",!1) +B.Kl=new A.a(57830,"YaruIcons","yaru_icons",!1) +B.Km=new A.a(57831,"YaruIcons","yaru_icons",!1) +B.Kn=new A.a(57832,"YaruIcons","yaru_icons",!1) +B.Ko=new A.a(57833,"YaruIcons","yaru_icons",!1) +B.Kp=new A.a(57834,"YaruIcons","yaru_icons",!1) +B.Kq=new A.a(57835,"YaruIcons","yaru_icons",!1) +B.Kr=new A.a(57836,"YaruIcons","yaru_icons",!1) +B.Ks=new A.a(57837,"YaruIcons","yaru_icons",!1) +B.Kt=new A.a(57838,"YaruIcons","yaru_icons",!1) +B.Ku=new A.a(57839,"YaruIcons","yaru_icons",!1) +B.Kv=new A.a(57840,"YaruIcons","yaru_icons",!1) +B.Kw=new A.a(57841,"YaruIcons","yaru_icons",!1) +B.Kx=new A.a(57842,"YaruIcons","yaru_icons",!1) +B.Ky=new A.a(57843,"YaruIcons","yaru_icons",!1) +B.Kz=new A.a(57844,"YaruIcons","yaru_icons",!1) +B.KA=new A.a(57845,"YaruIcons","yaru_icons",!1) +B.KB=new A.a(57846,"YaruIcons","yaru_icons",!1) +B.KC=new A.a(57847,"YaruIcons","yaru_icons",!1) +B.KD=new A.a(57848,"YaruIcons","yaru_icons",!1) +B.KE=new A.a(57849,"YaruIcons","yaru_icons",!1) +B.KF=new A.a(57850,"YaruIcons","yaru_icons",!1) +B.KG=new A.a(57851,"YaruIcons","yaru_icons",!1) +B.KH=new A.a(57852,"YaruIcons","yaru_icons",!1) +B.KI=new A.a(57853,"YaruIcons","yaru_icons",!1) +B.KJ=new A.a(57854,"YaruIcons","yaru_icons",!1) +B.KK=new A.a(57855,"YaruIcons","yaru_icons",!1) +B.KL=new A.a(57856,"YaruIcons","yaru_icons",!1) +B.KM=new A.a(57857,"YaruIcons","yaru_icons",!1) +B.KN=new A.a(57858,"YaruIcons","yaru_icons",!1) +B.KO=new A.a(57859,"YaruIcons","yaru_icons",!1) +B.KP=new A.a(57860,"YaruIcons","yaru_icons",!1) +B.KQ=new A.a(57861,"YaruIcons","yaru_icons",!1) +B.KR=new A.a(57862,"YaruIcons","yaru_icons",!1) +B.KS=new A.a(57863,"YaruIcons","yaru_icons",!1) +B.KT=new A.a(57864,"YaruIcons","yaru_icons",!1) +B.KU=new A.a(57865,"YaruIcons","yaru_icons",!1) +B.lW=new A.a(57866,"YaruIcons","yaru_icons",!1) +B.KV=new A.a(57867,"YaruIcons","yaru_icons",!1) +B.KW=new A.a(57868,"YaruIcons","yaru_icons",!1) +B.KX=new A.a(57869,"YaruIcons","yaru_icons",!1) +B.KY=new A.a(57870,"YaruIcons","yaru_icons",!1) +B.KZ=new A.a(57871,"YaruIcons","yaru_icons",!1) +B.L_=new A.a(57872,"YaruIcons","yaru_icons",!1) +B.L0=new A.a(57873,"YaruIcons","yaru_icons",!1) +B.L1=new A.a(57874,"YaruIcons","yaru_icons",!1) +B.L2=new A.a(57875,"YaruIcons","yaru_icons",!1) +B.L3=new A.a(57876,"YaruIcons","yaru_icons",!1) +B.L4=new A.a(57877,"YaruIcons","yaru_icons",!1) +B.L5=new A.a(57878,"YaruIcons","yaru_icons",!1) +B.L6=new A.a(57879,"YaruIcons","yaru_icons",!1) +B.L7=new A.a(57880,"YaruIcons","yaru_icons",!1) +B.L8=new A.a(57881,"YaruIcons","yaru_icons",!1) +B.L9=new A.a(57882,"YaruIcons","yaru_icons",!1) +B.La=new A.a(57883,"YaruIcons","yaru_icons",!1) +B.Lb=new A.a(57884,"YaruIcons","yaru_icons",!1) +B.Lc=new A.a(57885,"YaruIcons","yaru_icons",!1) +B.Ld=new A.a(57886,"YaruIcons","yaru_icons",!1) +B.Le=new A.a(57887,"YaruIcons","yaru_icons",!1) +B.Lf=new A.a(57888,"YaruIcons","yaru_icons",!1) +B.Lg=new A.a(57889,"YaruIcons","yaru_icons",!1) +B.Lh=new A.a(57890,"YaruIcons","yaru_icons",!1) +B.Li=new A.a(57891,"YaruIcons","yaru_icons",!1) +B.Lj=new A.a(57892,"YaruIcons","yaru_icons",!1) +B.Lk=new A.a(57893,"YaruIcons","yaru_icons",!1) +B.Ll=new A.a(57894,"YaruIcons","yaru_icons",!1) +B.Lm=new A.a(57895,"YaruIcons","yaru_icons",!1) +B.Ln=new A.a(57896,"YaruIcons","yaru_icons",!1) +B.Lo=new A.a(57897,"YaruIcons","yaru_icons",!1) +B.Lp=new A.a(57898,"YaruIcons","yaru_icons",!1) +B.Lq=new A.a(57899,"YaruIcons","yaru_icons",!1) +B.Lr=new A.a(57900,"YaruIcons","yaru_icons",!1) +B.Ls=new A.a(57901,"YaruIcons","yaru_icons",!1) +B.Lt=new A.a(57902,"YaruIcons","yaru_icons",!1) +B.Lu=new A.a(57903,"YaruIcons","yaru_icons",!1) +B.Lv=new A.a(57904,"YaruIcons","yaru_icons",!1) +B.Lw=new A.a(57905,"YaruIcons","yaru_icons",!1) +B.Lx=new A.a(57906,"YaruIcons","yaru_icons",!1) +B.Ly=new A.a(57907,"YaruIcons","yaru_icons",!1) +B.Lz=new A.a(57908,"YaruIcons","yaru_icons",!1) +B.LA=new A.a(57909,"YaruIcons","yaru_icons",!1) +B.LB=new A.a(57910,"YaruIcons","yaru_icons",!1) +B.LC=new A.a(57911,"YaruIcons","yaru_icons",!1) +B.LD=new A.a(57912,"YaruIcons","yaru_icons",!1) +B.LE=new A.a(57913,"YaruIcons","yaru_icons",!1) +B.LF=new A.a(57914,"YaruIcons","yaru_icons",!1) +B.LG=new A.a(57915,"YaruIcons","yaru_icons",!1) +B.LH=new A.a(57916,"YaruIcons","yaru_icons",!1) +B.LI=new A.a(57917,"YaruIcons","yaru_icons",!1) +B.LJ=new A.a(57918,"YaruIcons","yaru_icons",!1) +B.LK=new A.a(57919,"YaruIcons","yaru_icons",!1) +B.LL=new A.a(57920,"YaruIcons","yaru_icons",!1) +B.LM=new A.a(57921,"YaruIcons","yaru_icons",!1) +B.LN=new A.a(57922,"YaruIcons","yaru_icons",!1) +B.LO=new A.a(57923,"YaruIcons","yaru_icons",!1) +B.LP=new A.a(57924,"YaruIcons","yaru_icons",!1) +B.LQ=new A.a(57925,"YaruIcons","yaru_icons",!1) +B.LR=new A.a(57926,"YaruIcons","yaru_icons",!1) +B.LS=new A.a(57927,"YaruIcons","yaru_icons",!1) +B.LT=new A.a(57928,"YaruIcons","yaru_icons",!1) +B.LU=new A.a(57929,"YaruIcons","yaru_icons",!1) +B.LV=new A.a(57930,"YaruIcons","yaru_icons",!1) +B.LW=new A.a(57931,"YaruIcons","yaru_icons",!1) +B.LX=new A.a(57932,"YaruIcons","yaru_icons",!1) +B.LY=new A.a(57933,"YaruIcons","yaru_icons",!1) +B.LZ=new A.a(57934,"YaruIcons","yaru_icons",!1) +B.lX=new A.a(57935,"YaruIcons","yaru_icons",!1) +B.M_=new A.a(57936,"YaruIcons","yaru_icons",!1) +B.M0=new A.a(57937,"YaruIcons","yaru_icons",!1) +B.M1=new A.a(57938,"YaruIcons","yaru_icons",!1) +B.M2=new A.a(57939,"YaruIcons","yaru_icons",!1) +B.M3=new A.a(57940,"YaruIcons","yaru_icons",!1) +B.M4=new A.a(57941,"YaruIcons","yaru_icons",!1) +B.M5=new A.a(57942,"YaruIcons","yaru_icons",!1) +B.M6=new A.a(57943,"YaruIcons","yaru_icons",!1) +B.M7=new A.a(57944,"YaruIcons","yaru_icons",!1) +B.M8=new A.a(57945,"YaruIcons","yaru_icons",!1) +B.M9=new A.a(57946,"YaruIcons","yaru_icons",!1) +B.Ma=new A.a(57947,"YaruIcons","yaru_icons",!1) +B.Mb=new A.a(57948,"YaruIcons","yaru_icons",!1) +B.Mc=new A.a(57949,"YaruIcons","yaru_icons",!1) +B.Md=new A.a(57950,"YaruIcons","yaru_icons",!1) +B.Me=new A.a(57951,"YaruIcons","yaru_icons",!1) +B.Mf=new A.a(57952,"YaruIcons","yaru_icons",!1) +B.lY=new A.a(57953,"YaruIcons","yaru_icons",!1) +B.Mg=new A.a(57954,"YaruIcons","yaru_icons",!1) +B.Mh=new A.a(57955,"YaruIcons","yaru_icons",!1) +B.Mi=new A.a(57956,"YaruIcons","yaru_icons",!1) +B.Mj=new A.a(57957,"YaruIcons","yaru_icons",!1) +B.Mk=new A.a(57958,"YaruIcons","yaru_icons",!1) +B.Ml=new A.a(57959,"YaruIcons","yaru_icons",!1) +B.Mm=new A.a(57960,"YaruIcons","yaru_icons",!1) +B.Mn=new A.a(57961,"YaruIcons","yaru_icons",!1) +B.Mo=new A.a(57962,"YaruIcons","yaru_icons",!1) +B.Mp=new A.a(57963,"YaruIcons","yaru_icons",!1) +B.Mq=new A.a(57964,"YaruIcons","yaru_icons",!1) +B.Mr=new A.a(57965,"YaruIcons","yaru_icons",!1) +B.Ms=new A.a(57966,"YaruIcons","yaru_icons",!1) +B.Mt=new A.a(57967,"YaruIcons","yaru_icons",!1) +B.Mu=new A.a(57968,"YaruIcons","yaru_icons",!1) +B.Mv=new A.a(57969,"YaruIcons","yaru_icons",!1) +B.Mw=new A.a(57970,"YaruIcons","yaru_icons",!1) +B.Mx=new A.a(57971,"YaruIcons","yaru_icons",!1) +B.My=new A.a(57972,"YaruIcons","yaru_icons",!1) +B.Mz=new A.a(57973,"YaruIcons","yaru_icons",!1) +B.MA=new A.a(57974,"YaruIcons","yaru_icons",!1) +B.MB=new A.a(57975,"YaruIcons","yaru_icons",!1) +B.MC=new A.a(57976,"YaruIcons","yaru_icons",!1) +B.MD=new A.a(57977,"YaruIcons","yaru_icons",!1) +B.ME=new A.a(57978,"YaruIcons","yaru_icons",!1) +B.MF=new A.a(57979,"YaruIcons","yaru_icons",!1) +B.MG=new A.a(57980,"YaruIcons","yaru_icons",!1) +B.MH=new A.a(57981,"YaruIcons","yaru_icons",!1) +B.MI=new A.a(57982,"YaruIcons","yaru_icons",!1) +B.MJ=new A.a(57983,"YaruIcons","yaru_icons",!1) +B.MK=new A.a(57984,"YaruIcons","yaru_icons",!1) +B.ML=new A.a(57985,"YaruIcons","yaru_icons",!1) +B.MM=new A.a(57986,"YaruIcons","yaru_icons",!1) +B.MN=new A.a(57987,"YaruIcons","yaru_icons",!1) +B.MO=new A.a(57988,"YaruIcons","yaru_icons",!1) +B.MP=new A.a(57989,"YaruIcons","yaru_icons",!1) +B.MQ=new A.a(57990,"YaruIcons","yaru_icons",!1) +B.MR=new A.a(57991,"YaruIcons","yaru_icons",!1) +B.MS=new A.a(57992,"YaruIcons","yaru_icons",!1) +B.MT=new A.a(57993,"YaruIcons","yaru_icons",!1) +B.MU=new A.a(57994,"YaruIcons","yaru_icons",!1) +B.MV=new A.a(57995,"YaruIcons","yaru_icons",!1) +B.MW=new A.a(57996,"YaruIcons","yaru_icons",!1) +B.MX=new A.a(57997,"YaruIcons","yaru_icons",!1) +B.MY=new A.a(57998,"YaruIcons","yaru_icons",!1) +B.MZ=new A.a(57999,"YaruIcons","yaru_icons",!1) +B.N_=new A.a(58e3,"YaruIcons","yaru_icons",!1) +B.N0=new A.a(58001,"YaruIcons","yaru_icons",!1) +B.N1=new A.a(58002,"YaruIcons","yaru_icons",!1) +B.N2=new A.a(58003,"YaruIcons","yaru_icons",!1) +B.N3=new A.a(58004,"YaruIcons","yaru_icons",!1) +B.N4=new A.a(58005,"YaruIcons","yaru_icons",!1) +B.N5=new A.a(58006,"YaruIcons","yaru_icons",!1) +B.N6=new A.a(58007,"YaruIcons","yaru_icons",!1) +B.lZ=new A.a(58008,"YaruIcons","yaru_icons",!1) +B.m_=new A.a(58009,"YaruIcons","yaru_icons",!1) +B.N7=new A.a(58010,"YaruIcons","yaru_icons",!1) +B.N8=new A.a(58011,"YaruIcons","yaru_icons",!1) +B.N9=new A.a(58012,"YaruIcons","yaru_icons",!1) +B.Na=new A.a(58013,"YaruIcons","yaru_icons",!1) +B.Nb=new A.a(58014,"YaruIcons","yaru_icons",!1) +B.Nc=new A.a(58015,"YaruIcons","yaru_icons",!1) +B.Nd=new A.a(58016,"YaruIcons","yaru_icons",!1) +B.Ne=new A.a(58017,"YaruIcons","yaru_icons",!1) +B.Nf=new A.a(58018,"YaruIcons","yaru_icons",!1) +B.Ng=new A.a(58019,"YaruIcons","yaru_icons",!1) +B.Nh=new A.a(58020,"YaruIcons","yaru_icons",!1) +B.Ni=new A.a(58021,"YaruIcons","yaru_icons",!1) +B.Nj=new A.a(58022,"YaruIcons","yaru_icons",!1) +B.Nk=new A.a(58023,"YaruIcons","yaru_icons",!1) +B.Nl=new A.a(58024,"YaruIcons","yaru_icons",!1) +B.Nm=new A.a(58025,"YaruIcons","yaru_icons",!1) +B.Nn=new A.a(58026,"YaruIcons","yaru_icons",!1) +B.No=new A.a(58027,"YaruIcons","yaru_icons",!1) +B.Np=new A.a(58028,"YaruIcons","yaru_icons",!1) +B.Nq=new A.a(58029,"YaruIcons","yaru_icons",!1) +B.Nr=new A.a(58030,"YaruIcons","yaru_icons",!1) +B.Ns=new A.a(58031,"YaruIcons","yaru_icons",!1) +B.Nt=new A.a(58032,"YaruIcons","yaru_icons",!1) +B.Nu=new A.a(58033,"YaruIcons","yaru_icons",!1) +B.Nv=new A.a(58034,"YaruIcons","yaru_icons",!1) +B.Nw=new A.a(58035,"YaruIcons","yaru_icons",!1) +B.m0=new A.a(58036,"YaruIcons","yaru_icons",!1) +B.Nx=new A.a(58037,"YaruIcons","yaru_icons",!1) +B.Ny=new A.a(58038,"YaruIcons","yaru_icons",!1) +B.Nz=new A.a(58039,"YaruIcons","yaru_icons",!1) +B.NA=new A.a(58040,"YaruIcons","yaru_icons",!1) +B.NB=new A.a(58041,"YaruIcons","yaru_icons",!1) +B.NC=new A.a(58042,"YaruIcons","yaru_icons",!1) +B.ND=new A.a(58043,"YaruIcons","yaru_icons",!1) +B.NE=new A.a(58044,"YaruIcons","yaru_icons",!1) +B.NF=new A.a(58045,"YaruIcons","yaru_icons",!1) +B.NG=new A.a(58046,"YaruIcons","yaru_icons",!1) +B.NH=new A.a(58047,"YaruIcons","yaru_icons",!1) +B.NI=new A.a(58048,"YaruIcons","yaru_icons",!1) +B.NJ=new A.a(58049,"YaruIcons","yaru_icons",!1) +B.NK=new A.a(58050,"YaruIcons","yaru_icons",!1) +B.NL=new A.a(58051,"YaruIcons","yaru_icons",!1) +B.NM=new A.a(58052,"YaruIcons","yaru_icons",!1) +B.NN=new A.a(58053,"YaruIcons","yaru_icons",!1) +B.NO=new A.a(58054,"YaruIcons","yaru_icons",!1) +B.NP=new A.a(58055,"YaruIcons","yaru_icons",!1) +B.NQ=new A.a(58056,"YaruIcons","yaru_icons",!1) +B.NR=new A.a(58057,"YaruIcons","yaru_icons",!1) +B.NS=new A.a(58058,"YaruIcons","yaru_icons",!1) +B.NT=new A.a(58059,"YaruIcons","yaru_icons",!1) +B.NU=new A.a(58060,"YaruIcons","yaru_icons",!1) +B.NV=new A.a(58061,"YaruIcons","yaru_icons",!1) +B.NW=new A.a(58062,"YaruIcons","yaru_icons",!1) +B.NX=new A.a(58063,"YaruIcons","yaru_icons",!1) +B.NY=new A.a(58064,"YaruIcons","yaru_icons",!1) +B.NZ=new A.a(58065,"YaruIcons","yaru_icons",!1) +B.O_=new A.a(58066,"YaruIcons","yaru_icons",!1) +B.O0=new A.a(58067,"YaruIcons","yaru_icons",!1) +B.O1=new A.a(58068,"YaruIcons","yaru_icons",!1) +B.O2=new A.a(58069,"YaruIcons","yaru_icons",!1) +B.O3=new A.a(58070,"YaruIcons","yaru_icons",!1) +B.m1=new A.a(58071,"YaruIcons","yaru_icons",!1) +B.O4=new A.a(58072,"YaruIcons","yaru_icons",!1) +B.O5=new A.a(58074,"YaruIcons","yaru_icons",!1) +B.O6=new A.a(58075,"YaruIcons","yaru_icons",!1) +B.O7=new A.a(58076,"YaruIcons","yaru_icons",!1) +B.O8=new A.a(58077,"YaruIcons","yaru_icons",!1) +B.O9=new A.a(58078,"YaruIcons","yaru_icons",!1) +B.Oa=new A.a(58079,"YaruIcons","yaru_icons",!1) +B.Ob=new A.a(58080,"YaruIcons","yaru_icons",!1) +B.Oc=new A.a(58081,"YaruIcons","yaru_icons",!1) +B.Od=new A.a(58082,"YaruIcons","yaru_icons",!1) +B.Oe=new A.a(58083,"YaruIcons","yaru_icons",!1) +B.Of=new A.a(58084,"YaruIcons","yaru_icons",!1) +B.Og=new A.a(58085,"YaruIcons","yaru_icons",!1) +B.Oh=new A.a(58086,"YaruIcons","yaru_icons",!1) +B.Oi=new A.a(58087,"YaruIcons","yaru_icons",!1) +B.Oj=new A.a(58088,"YaruIcons","yaru_icons",!1) +B.Ok=new A.a(58089,"YaruIcons","yaru_icons",!1) +B.Ol=new A.a(58090,"YaruIcons","yaru_icons",!1) +B.Om=new A.a(58091,"YaruIcons","yaru_icons",!1) +B.On=new A.a(58092,"YaruIcons","yaru_icons",!1) +B.Oo=new A.a(58094,"YaruIcons","yaru_icons",!1) +B.Op=new A.a(58095,"YaruIcons","yaru_icons",!1) +B.Oq=new A.a(58096,"YaruIcons","yaru_icons",!1) +B.Or=new A.a(58097,"YaruIcons","yaru_icons",!1) +B.Os=new A.a(58098,"YaruIcons","yaru_icons",!1) +B.Ot=new A.a(58099,"YaruIcons","yaru_icons",!1) +B.Ou=new A.a(58100,"YaruIcons","yaru_icons",!1) +B.Ov=new A.a(58101,"YaruIcons","yaru_icons",!1) +B.Ow=new A.a(58102,"YaruIcons","yaru_icons",!1) +B.Ox=new A.a(58103,"YaruIcons","yaru_icons",!1) +B.Oy=new A.a(58104,"YaruIcons","yaru_icons",!1) +B.Oz=new A.a(58105,"YaruIcons","yaru_icons",!1) +B.OA=new A.a(58106,"YaruIcons","yaru_icons",!1) +B.OB=new A.a(58107,"YaruIcons","yaru_icons",!1) +B.OC=new A.a(58108,"YaruIcons","yaru_icons",!1) +B.OD=new A.a(58109,"YaruIcons","yaru_icons",!1) +B.OE=new A.a(58110,"YaruIcons","yaru_icons",!1) +B.OF=new A.a(58111,"YaruIcons","yaru_icons",!1) +B.OG=new A.a(58112,"YaruIcons","yaru_icons",!1) +B.OH=new A.a(58113,"YaruIcons","yaru_icons",!1) +B.OI=new A.a(58114,"YaruIcons","yaru_icons",!1) +B.OJ=new A.a(58115,"YaruIcons","yaru_icons",!1) +B.OK=new A.a(58116,"YaruIcons","yaru_icons",!1) +B.OL=new A.a(58117,"YaruIcons","yaru_icons",!1) +B.OM=new A.a(58118,"YaruIcons","yaru_icons",!1) +B.ON=new A.a(58119,"YaruIcons","yaru_icons",!1) +B.OO=new A.a(58120,"YaruIcons","yaru_icons",!1) +B.OP=new A.a(58121,"YaruIcons","yaru_icons",!1) +B.OQ=new A.a(58122,"YaruIcons","yaru_icons",!1) +B.OR=new A.a(58123,"YaruIcons","yaru_icons",!1) +B.OS=new A.a(58124,"YaruIcons","yaru_icons",!1) +B.OT=new A.a(58125,"YaruIcons","yaru_icons",!1) +B.OU=new A.a(58126,"YaruIcons","yaru_icons",!1) +B.OV=new A.a(58127,"YaruIcons","yaru_icons",!1) +B.OW=new A.a(58128,"YaruIcons","yaru_icons",!1) +B.OX=new A.a(58129,"YaruIcons","yaru_icons",!1) +B.OY=new A.a(58130,"YaruIcons","yaru_icons",!1) +B.OZ=new A.a(58131,"YaruIcons","yaru_icons",!1) +B.P_=new A.a(58132,"YaruIcons","yaru_icons",!1) +B.P0=new A.a(58133,"YaruIcons","yaru_icons",!1) +B.P1=new A.a(58134,"YaruIcons","yaru_icons",!1) +B.P2=new A.a(58135,"YaruIcons","yaru_icons",!1) +B.P3=new A.a(58136,"YaruIcons","yaru_icons",!1) +B.P4=new A.a(58137,"YaruIcons","yaru_icons",!1) +B.P5=new A.a(58138,"YaruIcons","yaru_icons",!1) +B.P6=new A.a(58139,"YaruIcons","yaru_icons",!1) +B.P7=new A.a(58140,"YaruIcons","yaru_icons",!1) +B.P8=new A.a(58141,"YaruIcons","yaru_icons",!1) +B.P9=new A.a(58142,"YaruIcons","yaru_icons",!1) +B.rh=new A.bi(B.TB,[B.CN,B.CO,B.CP,B.CQ,B.CR,B.CS,B.CT,B.CU,B.CV,B.lL,B.CW,B.CX,B.CY,B.CZ,B.D_,B.D0,B.D1,B.D2,B.D3,B.D4,B.D5,B.D6,B.D7,B.D8,B.D9,B.lM,B.Da,B.Db,B.Dc,B.Dd,B.De,B.Df,B.Dg,B.Dh,B.Di,B.Dj,B.Dk,B.Dl,B.Dm,B.Dn,B.Do,B.Dp,B.Dq,B.Dr,B.Ds,B.Dt,B.Du,B.Dv,B.Dw,B.Dx,B.Dy,B.Dz,B.DA,B.DB,B.DC,B.DD,B.DE,B.DF,B.DG,B.DH,B.DI,B.lN,B.DJ,B.DK,B.DL,B.DM,B.DN,B.DO,B.DP,B.DQ,B.DR,B.DS,B.DT,B.DU,B.DV,B.DW,B.DX,B.DY,B.DZ,B.E_,B.E0,B.E1,B.E2,B.E3,B.E4,B.E5,B.E6,B.E7,B.E8,B.E9,B.Ea,B.Eb,B.Ec,B.Ed,B.Ee,B.lO,B.Ef,B.Eg,B.Eh,B.Ei,B.Ej,B.Ek,B.El,B.Em,B.En,B.Eo,B.Ep,B.Eq,B.Er,B.Es,B.Et,B.Eu,B.Ev,B.Ew,B.Ex,B.Ey,B.Ez,B.EA,B.EB,B.EC,B.ED,B.EE,B.EF,B.EG,B.EH,B.EI,B.EJ,B.EK,B.EL,B.EM,B.EN,B.EO,B.EP,B.EQ,B.ER,B.ES,B.ET,B.lP,B.EU,B.EV,B.EW,B.EX,B.lQ,B.EY,B.EZ,B.F_,B.F1,B.F2,B.F3,B.F4,B.F5,B.F6,B.F7,B.F8,B.F9,B.Fa,B.Fb,B.Fc,B.Fd,B.Fe,B.lR,B.Ff,B.Fg,B.Fh,B.Fi,B.Fj,B.Fk,B.Fl,B.Fm,B.Fn,B.Fo,B.Fp,B.Fq,B.Fr,B.Fs,B.Ft,B.Fu,B.Fv,B.Fw,B.Fx,B.Fy,B.Fz,B.lS,B.FA,B.FB,B.FC,B.FD,B.FE,B.FF,B.FG,B.FH,B.FI,B.FJ,B.FK,B.FL,B.FM,B.FN,B.FO,B.FP,B.FQ,B.FR,B.FS,B.FT,B.FU,B.FV,B.FW,B.FX,B.FY,B.FZ,B.G_,B.G0,B.G1,B.G2,B.G3,B.G4,B.G5,B.G6,B.G7,B.G8,B.G9,B.Ga,B.Gb,B.Gc,B.Gd,B.Ge,B.lT,B.Gf,B.Gg,B.Gh,B.Gi,B.Gj,B.Gk,B.Gl,B.Gm,B.Gn,B.Go,B.lU,B.Gp,B.Gq,B.Gr,B.Gs,B.Gt,B.Gu,B.Gv,B.Gw,B.Gx,B.Gy,B.Gz,B.GA,B.GB,B.GC,B.GD,B.GE,B.GF,B.GG,B.GH,B.GI,B.GJ,B.GK,B.GL,B.GM,B.GN,B.GO,B.GP,B.GQ,B.GR,B.GS,B.GT,B.GU,B.GV,B.GW,B.GX,B.GY,B.GZ,B.H_,B.H0,B.H1,B.lV,B.H2,B.H3,B.H4,B.H5,B.H6,B.H7,B.H8,B.H9,B.Ha,B.Hb,B.Hc,B.Hd,B.He,B.Hf,B.Hg,B.Hh,B.Hi,B.Hj,B.Hk,B.Hl,B.Hm,B.Hn,B.Ho,B.Hp,B.Hq,B.Hr,B.Hs,B.Ht,B.Hu,B.Hv,B.Hw,B.Hx,B.Hy,B.Hz,B.HA,B.HB,B.HC,B.HD,B.HE,B.HF,B.HG,B.HH,B.HI,B.HJ,B.HK,B.HL,B.HM,B.HN,B.HO,B.HP,B.HQ,B.HR,B.HS,B.HT,B.HU,B.HV,B.HW,B.HX,B.HY,B.HZ,B.I_,B.I0,B.I1,B.I2,B.I3,B.I4,B.I5,B.I6,B.I7,B.I8,B.I9,B.Ia,B.Ib,B.Ic,B.Id,B.Ie,B.If,B.Ig,B.Ih,B.Ii,B.Ij,B.Ik,B.Il,B.Im,B.In,B.Io,B.Ip,B.Iq,B.Ir,B.Is,B.It,B.Iu,B.Iv,B.Iw,B.Ix,B.Iy,B.Iz,B.IA,B.IB,B.IC,B.ID,B.IE,B.IF,B.IG,B.IH,B.II,B.IJ,B.IK,B.IL,B.IM,B.IN,B.IO,B.IP,B.IQ,B.IR,B.IS,B.IT,B.IU,B.IV,B.IW,B.IX,B.IY,B.IZ,B.J_,B.J0,B.J1,B.J2,B.J3,B.J4,B.J5,B.J6,B.J7,B.J8,B.J9,B.Ja,B.Jb,B.Jc,B.Jd,B.Je,B.Jf,B.Jg,B.Jh,B.Ji,B.Jj,B.Jk,B.Jl,B.Jm,B.Jn,B.Jo,B.Jp,B.Jq,B.Jr,B.Js,B.Jt,B.Ju,B.Jv,B.Jw,B.Jx,B.Jy,B.Jz,B.JA,B.JB,B.JC,B.JD,B.JE,B.JF,B.JG,B.JH,B.JI,B.JJ,B.JK,B.JL,B.JM,B.JN,B.JO,B.JP,B.JQ,B.JR,B.JS,B.JT,B.JU,B.JV,B.JW,B.JX,B.JY,B.JZ,B.K_,B.K0,B.K1,B.K2,B.K3,B.K4,B.K5,B.K6,B.K7,B.K8,B.K9,B.Ka,B.Kb,B.Kc,B.Kd,B.Ke,B.Kf,B.Kg,B.Kh,B.Ki,B.Kj,B.Kk,B.Kl,B.Km,B.Kn,B.Ko,B.Kp,B.Kq,B.Kr,B.Ks,B.Kt,B.Ku,B.Kv,B.Kw,B.Kx,B.Ky,B.Kz,B.KA,B.KB,B.KC,B.KD,B.KE,B.KF,B.KG,B.KH,B.KI,B.KJ,B.KK,B.KL,B.KM,B.KN,B.KO,B.KP,B.KQ,B.KR,B.KS,B.KT,B.KU,B.lW,B.KV,B.KW,B.KX,B.KY,B.KZ,B.L_,B.L0,B.L1,B.L2,B.L3,B.L4,B.L5,B.L6,B.L7,B.L8,B.L9,B.La,B.Lb,B.Lc,B.Ld,B.Le,B.Lf,B.Lg,B.Lh,B.Li,B.Lj,B.Lk,B.Ll,B.Lm,B.Ln,B.Lo,B.Lp,B.Lq,B.Lr,B.Ls,B.Lt,B.Lu,B.Lv,B.Lw,B.Lx,B.Ly,B.Lz,B.LA,B.LB,B.LC,B.LD,B.LE,B.LF,B.LG,B.LH,B.LI,B.LJ,B.LK,B.LL,B.LM,B.LN,B.LO,B.LP,B.LQ,B.LR,B.LS,B.LT,B.LU,B.LV,B.LW,B.LX,B.LY,B.LZ,B.lX,B.M_,B.M0,B.M1,B.M2,B.M3,B.M4,B.M5,B.M6,B.M7,B.M8,B.M9,B.Ma,B.Mb,B.Mc,B.Md,B.Me,B.Mf,B.lY,B.Mg,B.Mh,B.Mi,B.Mj,B.Mk,B.Ml,B.Mm,B.Mn,B.Mo,B.Mp,B.Mq,B.Mr,B.Ms,B.Mt,B.Mu,B.Mv,B.Mw,B.Mx,B.My,B.Mz,B.MA,B.MB,B.MC,B.MD,B.ME,B.MF,B.MG,B.MH,B.MI,B.MJ,B.MK,B.ML,B.MM,B.MN,B.MO,B.MP,B.MQ,B.MR,B.MS,B.MT,B.MU,B.MV,B.MW,B.MX,B.MY,B.MZ,B.N_,B.N0,B.N1,B.N2,B.N3,B.N4,B.N5,B.N6,B.lZ,B.m_,B.N7,B.N8,B.N9,B.Na,B.Nb,B.Nc,B.Nd,B.Ne,B.Nf,B.Ng,B.Nh,B.Ni,B.Nj,B.Nk,B.Nl,B.Nm,B.Nn,B.No,B.Np,B.Nq,B.Nr,B.Ns,B.Nt,B.Nu,B.Nv,B.Nw,B.m0,B.Nx,B.Ny,B.Nz,B.NA,B.NB,B.NC,B.ND,B.NE,B.NF,B.NG,B.NH,B.NI,B.NJ,B.NK,B.NL,B.NM,B.NN,B.NO,B.NP,B.NQ,B.NR,B.NS,B.NT,B.NU,B.NV,B.NW,B.NX,B.NY,B.NZ,B.O_,B.O0,B.O1,B.O2,B.O3,B.m1,B.O4,B.et,B.O5,B.O6,B.O7,B.O8,B.O9,B.Oa,B.Ob,B.Oc,B.Od,B.Oe,B.Of,B.Og,B.Oh,B.Oi,B.Oj,B.Ok,B.Ol,B.Om,B.On,B.m2,B.Oo,B.Op,B.Oq,B.Or,B.Os,B.Ot,B.Ou,B.Ov,B.Ow,B.Ox,B.Oy,B.Oz,B.OA,B.OB,B.OC,B.OD,B.OE,B.OF,B.OG,B.OH,B.OI,B.OJ,B.OK,B.OL,B.OM,B.ON,B.OO,B.OP,B.OQ,B.OR,B.OS,B.OT,B.OU,B.OV,B.OW,B.OX,B.OY,B.OZ,B.P_,B.P0,B.P1,B.P2,B.P3,B.P4,B.P5,B.P6,B.P7,B.P8,B.P9,B.m0,B.lM,B.m_,B.lX,B.lY,B.lU,B.et,B.lZ,B.lW,B.lT,B.m1,B.lO],A.ab("bi")) +B.Tt={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.SQ=new A.bi(B.Tt,["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.TC={type:0} +B.SR=new A.bi(B.TC,["line"],t.li) +B.rw={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.oR=new A.e(4294970632) +B.oS=new A.e(4294970633) +B.mx=new A.e(4294967553) +B.mM=new A.e(4294968577) +B.mN=new A.e(4294968578) +B.na=new A.e(4294969089) +B.nb=new A.e(4294969090) +B.eE=new A.e(4294967555) +B.qk=new A.e(4294971393) +B.bh=new A.e(4294968065) +B.b5=new A.e(4294968066) +B.b6=new A.e(4294968067) +B.bi=new A.e(4294968068) +B.mO=new A.e(4294968579) +B.oK=new A.e(4294970625) +B.oL=new A.e(4294970626) +B.oM=new A.e(4294970627) +B.qb=new A.e(4294970882) +B.oN=new A.e(4294970628) +B.oO=new A.e(4294970629) +B.oP=new A.e(4294970630) +B.oQ=new A.e(4294970631) +B.qc=new A.e(4294970884) +B.qd=new A.e(4294970885) +B.ol=new A.e(4294969871) +B.on=new A.e(4294969873) +B.om=new A.e(4294969872) +B.n_=new A.e(4294968833) +B.n0=new A.e(4294968834) +B.oD=new A.e(4294970369) +B.oE=new A.e(4294970370) +B.oF=new A.e(4294970371) +B.oG=new A.e(4294970372) +B.oH=new A.e(4294970373) +B.oI=new A.e(4294970374) +B.oJ=new A.e(4294970375) +B.ql=new A.e(4294971394) +B.n1=new A.e(4294968835) +B.qm=new A.e(4294971395) +B.mP=new A.e(4294968580) +B.oT=new A.e(4294970634) +B.oU=new A.e(4294970635) +B.i_=new A.e(4294968321) +B.o8=new A.e(4294969857) +B.p0=new A.e(4294970642) +B.nc=new A.e(4294969091) +B.oV=new A.e(4294970636) +B.oW=new A.e(4294970637) +B.oX=new A.e(4294970638) +B.oY=new A.e(4294970639) +B.oZ=new A.e(4294970640) +B.p_=new A.e(4294970641) +B.nd=new A.e(4294969092) +B.mQ=new A.e(4294968581) +B.ne=new A.e(4294969093) +B.mE=new A.e(4294968322) +B.mF=new A.e(4294968323) +B.mG=new A.e(4294968324) +B.pZ=new A.e(4294970703) +B.p1=new A.e(4294970643) +B.p2=new A.e(4294970644) +B.nt=new A.e(4294969108) +B.n2=new A.e(4294968836) +B.c6=new A.e(4294968069) +B.qn=new A.e(4294971396) +B.eD=new A.e(4294967309) +B.mH=new A.e(4294968325) +B.mI=new A.e(4294968326) +B.mR=new A.e(4294968582) +B.p3=new A.e(4294970645) +B.nD=new A.e(4294969345) +B.nM=new A.e(4294969354) +B.nN=new A.e(4294969355) +B.nO=new A.e(4294969356) +B.nP=new A.e(4294969357) +B.nQ=new A.e(4294969358) +B.nR=new A.e(4294969359) +B.nS=new A.e(4294969360) +B.nT=new A.e(4294969361) +B.nU=new A.e(4294969362) +B.nV=new A.e(4294969363) +B.nE=new A.e(4294969346) +B.nW=new A.e(4294969364) +B.nX=new A.e(4294969365) +B.nY=new A.e(4294969366) +B.nZ=new A.e(4294969367) +B.o_=new A.e(4294969368) +B.nF=new A.e(4294969347) +B.nG=new A.e(4294969348) +B.nH=new A.e(4294969349) +B.nI=new A.e(4294969350) +B.nJ=new A.e(4294969351) +B.nK=new A.e(4294969352) +B.nL=new A.e(4294969353) +B.p4=new A.e(4294970646) +B.p5=new A.e(4294970647) +B.p6=new A.e(4294970648) +B.p7=new A.e(4294970649) +B.p8=new A.e(4294970650) +B.p9=new A.e(4294970651) +B.pa=new A.e(4294970652) +B.pb=new A.e(4294970653) +B.pc=new A.e(4294970654) +B.pd=new A.e(4294970655) +B.pe=new A.e(4294970656) +B.pf=new A.e(4294970657) +B.nf=new A.e(4294969094) +B.mS=new A.e(4294968583) +B.my=new A.e(4294967559) +B.qo=new A.e(4294971397) +B.qp=new A.e(4294971398) +B.ng=new A.e(4294969095) +B.nh=new A.e(4294969096) +B.ni=new A.e(4294969097) +B.nj=new A.e(4294969098) +B.pg=new A.e(4294970658) +B.ph=new A.e(4294970659) +B.pi=new A.e(4294970660) +B.nq=new A.e(4294969105) +B.nr=new A.e(4294969106) +B.nu=new A.e(4294969109) +B.qq=new A.e(4294971399) +B.mT=new A.e(4294968584) +B.n7=new A.e(4294968841) +B.nv=new A.e(4294969110) +B.nw=new A.e(4294969111) +B.c7=new A.e(4294968070) +B.mz=new A.e(4294967560) +B.pj=new A.e(4294970661) +B.i0=new A.e(4294968327) +B.pk=new A.e(4294970662) +B.ns=new A.e(4294969107) +B.nx=new A.e(4294969112) +B.ny=new A.e(4294969113) +B.nz=new A.e(4294969114) +B.qW=new A.e(4294971905) +B.qX=new A.e(4294971906) +B.qr=new A.e(4294971400) +B.ot=new A.e(4294970118) +B.oo=new A.e(4294970113) +B.oB=new A.e(4294970126) +B.op=new A.e(4294970114) +B.oz=new A.e(4294970124) +B.oC=new A.e(4294970127) +B.oq=new A.e(4294970115) +B.or=new A.e(4294970116) +B.os=new A.e(4294970117) +B.oA=new A.e(4294970125) +B.ou=new A.e(4294970119) +B.ov=new A.e(4294970120) +B.ow=new A.e(4294970121) +B.ox=new A.e(4294970122) +B.oy=new A.e(4294970123) +B.pl=new A.e(4294970663) +B.pm=new A.e(4294970664) +B.pn=new A.e(4294970665) +B.po=new A.e(4294970666) +B.n3=new A.e(4294968837) +B.o9=new A.e(4294969858) +B.oa=new A.e(4294969859) +B.ob=new A.e(4294969860) +B.qt=new A.e(4294971402) +B.pp=new A.e(4294970667) +B.q_=new A.e(4294970704) +B.qa=new A.e(4294970715) +B.pq=new A.e(4294970668) +B.pr=new A.e(4294970669) +B.ps=new A.e(4294970670) +B.pt=new A.e(4294970671) +B.oc=new A.e(4294969861) +B.pu=new A.e(4294970672) +B.pv=new A.e(4294970673) +B.pw=new A.e(4294970674) +B.q0=new A.e(4294970705) +B.q1=new A.e(4294970706) +B.q2=new A.e(4294970707) +B.q3=new A.e(4294970708) +B.od=new A.e(4294969863) +B.q4=new A.e(4294970709) +B.oe=new A.e(4294969864) +B.of=new A.e(4294969865) +B.qe=new A.e(4294970886) +B.qf=new A.e(4294970887) +B.qh=new A.e(4294970889) +B.qg=new A.e(4294970888) +B.nk=new A.e(4294969099) +B.q5=new A.e(4294970710) +B.q6=new A.e(4294970711) +B.q7=new A.e(4294970712) +B.q8=new A.e(4294970713) +B.og=new A.e(4294969866) +B.nl=new A.e(4294969100) +B.px=new A.e(4294970675) +B.py=new A.e(4294970676) +B.nm=new A.e(4294969101) +B.qs=new A.e(4294971401) +B.pz=new A.e(4294970677) +B.oh=new A.e(4294969867) +B.df=new A.e(4294968071) +B.dg=new A.e(4294968072) +B.q9=new A.e(4294970714) +B.mJ=new A.e(4294968328) +B.mU=new A.e(4294968585) +B.pA=new A.e(4294970678) +B.pB=new A.e(4294970679) +B.pC=new A.e(4294970680) +B.pD=new A.e(4294970681) +B.mV=new A.e(4294968586) +B.pE=new A.e(4294970682) +B.pF=new A.e(4294970683) +B.pG=new A.e(4294970684) +B.n4=new A.e(4294968838) +B.n5=new A.e(4294968839) +B.nn=new A.e(4294969102) +B.oi=new A.e(4294969868) +B.n6=new A.e(4294968840) +B.no=new A.e(4294969103) +B.mW=new A.e(4294968587) +B.pH=new A.e(4294970685) +B.pI=new A.e(4294970686) +B.pJ=new A.e(4294970687) +B.mK=new A.e(4294968329) +B.pK=new A.e(4294970688) +B.nA=new A.e(4294969115) +B.pP=new A.e(4294970693) +B.pQ=new A.e(4294970694) +B.oj=new A.e(4294969869) +B.pL=new A.e(4294970689) +B.pM=new A.e(4294970690) +B.mX=new A.e(4294968588) +B.pN=new A.e(4294970691) +B.mD=new A.e(4294967569) +B.np=new A.e(4294969104) +B.o0=new A.e(4294969601) +B.o1=new A.e(4294969602) +B.o2=new A.e(4294969603) +B.o3=new A.e(4294969604) +B.o4=new A.e(4294969605) +B.o5=new A.e(4294969606) +B.o6=new A.e(4294969607) +B.o7=new A.e(4294969608) +B.qi=new A.e(4294971137) +B.qj=new A.e(4294971138) +B.ok=new A.e(4294969870) +B.pO=new A.e(4294970692) +B.n8=new A.e(4294968842) +B.pR=new A.e(4294970695) +B.mA=new A.e(4294967566) +B.mB=new A.e(4294967567) +B.mC=new A.e(4294967568) +B.pT=new A.e(4294970697) +B.qv=new A.e(4294971649) +B.qw=new A.e(4294971650) +B.qx=new A.e(4294971651) +B.qy=new A.e(4294971652) +B.qz=new A.e(4294971653) +B.qA=new A.e(4294971654) +B.qB=new A.e(4294971655) +B.pU=new A.e(4294970698) +B.qC=new A.e(4294971656) +B.qD=new A.e(4294971657) +B.qE=new A.e(4294971658) +B.qF=new A.e(4294971659) +B.qG=new A.e(4294971660) +B.qH=new A.e(4294971661) +B.qI=new A.e(4294971662) +B.qJ=new A.e(4294971663) +B.qK=new A.e(4294971664) +B.qL=new A.e(4294971665) +B.qM=new A.e(4294971666) +B.qN=new A.e(4294971667) +B.pV=new A.e(4294970699) +B.qO=new A.e(4294971668) +B.qP=new A.e(4294971669) +B.qQ=new A.e(4294971670) +B.qR=new A.e(4294971671) +B.qS=new A.e(4294971672) +B.qT=new A.e(4294971673) +B.qU=new A.e(4294971674) +B.qV=new A.e(4294971675) +B.eC=new A.e(4294967305) +B.pS=new A.e(4294970696) +B.mL=new A.e(4294968330) +B.mw=new A.e(4294967297) +B.pW=new A.e(4294970700) +B.qu=new A.e(4294971403) +B.n9=new A.e(4294968843) +B.pX=new A.e(4294970701) +B.nB=new A.e(4294969116) +B.nC=new A.e(4294969117) +B.mY=new A.e(4294968589) +B.mZ=new A.e(4294968590) +B.pY=new A.e(4294970702) +B.SS=new A.bi(B.rw,[B.oR,B.oS,B.mx,B.mM,B.mN,B.na,B.nb,B.eE,B.qk,B.bh,B.b5,B.b6,B.bi,B.mO,B.oK,B.oL,B.oM,B.qb,B.oN,B.oO,B.oP,B.oQ,B.qc,B.qd,B.ol,B.on,B.om,B.aX,B.n_,B.n0,B.oD,B.oE,B.oF,B.oG,B.oH,B.oI,B.oJ,B.ql,B.n1,B.qm,B.mP,B.de,B.oT,B.oU,B.i_,B.o8,B.p0,B.nc,B.oV,B.oW,B.oX,B.oY,B.oZ,B.p_,B.nd,B.mQ,B.ne,B.mE,B.mF,B.mG,B.pZ,B.aL,B.p1,B.p2,B.nt,B.n2,B.c6,B.qn,B.eD,B.mH,B.cC,B.cC,B.mI,B.mR,B.p3,B.nD,B.nM,B.nN,B.nO,B.nP,B.nQ,B.nR,B.nS,B.nT,B.nU,B.nV,B.nE,B.nW,B.nX,B.nY,B.nZ,B.o_,B.nF,B.nG,B.nH,B.nI,B.nJ,B.nK,B.nL,B.p4,B.p5,B.p6,B.p7,B.p8,B.p9,B.pa,B.pb,B.pc,B.pd,B.pe,B.pf,B.nf,B.mS,B.hZ,B.my,B.qo,B.qp,B.ng,B.nh,B.ni,B.nj,B.pg,B.ph,B.pi,B.nq,B.nr,B.nu,B.qq,B.mT,B.n7,B.nv,B.nw,B.c7,B.mz,B.pj,B.i0,B.pk,B.ns,B.nx,B.ny,B.nz,B.qW,B.qX,B.qr,B.ot,B.oo,B.oB,B.op,B.oz,B.oC,B.oq,B.or,B.os,B.oA,B.ou,B.ov,B.ow,B.ox,B.oy,B.pl,B.pm,B.pn,B.po,B.n3,B.o9,B.oa,B.ob,B.qt,B.pp,B.q_,B.qa,B.pq,B.pr,B.ps,B.pt,B.oc,B.pu,B.pv,B.pw,B.q0,B.q1,B.q2,B.q3,B.od,B.q4,B.oe,B.of,B.qe,B.qf,B.qh,B.qg,B.nk,B.q5,B.q6,B.q7,B.q8,B.og,B.nl,B.px,B.py,B.nm,B.qs,B.eF,B.pz,B.oh,B.df,B.dg,B.q9,B.mJ,B.mU,B.pA,B.pB,B.pC,B.pD,B.mV,B.pE,B.pF,B.pG,B.n4,B.n5,B.nn,B.oi,B.n6,B.no,B.mW,B.pH,B.pI,B.pJ,B.mK,B.pK,B.nA,B.pP,B.pQ,B.oj,B.pL,B.pM,B.eG,B.mX,B.pN,B.mD,B.np,B.o0,B.o1,B.o2,B.o3,B.o4,B.o5,B.o6,B.o7,B.qi,B.qj,B.ok,B.pO,B.n8,B.pR,B.mA,B.mB,B.mC,B.pT,B.qv,B.qw,B.qx,B.qy,B.qz,B.qA,B.qB,B.pU,B.qC,B.qD,B.qE,B.qF,B.qG,B.qH,B.qI,B.qJ,B.qK,B.qL,B.qM,B.qN,B.pV,B.qO,B.qP,B.qQ,B.qR,B.qS,B.qT,B.qU,B.qV,B.eC,B.pS,B.mL,B.mw,B.pW,B.qu,B.n9,B.pX,B.nB,B.nC,B.mY,B.mZ,B.pY],A.ab("bi")) +B.ST=new A.bi(B.rw,[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.TE={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.SU=new A.bi(B.TE,[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.Tz={"deleteBackward:":0,"deleteWordBackward:":1,"deleteToBeginningOfLine:":2,"deleteForward:":3,"deleteWordForward:":4,"deleteToEndOfLine:":5,"moveLeft:":6,"moveRight:":7,"moveForward:":8,"moveBackward:":9,"moveUp:":10,"moveDown:":11,"moveLeftAndModifySelection:":12,"moveRightAndModifySelection:":13,"moveUpAndModifySelection:":14,"moveDownAndModifySelection:":15,"moveWordLeft:":16,"moveWordRight:":17,"moveToBeginningOfParagraph:":18,"moveToEndOfParagraph:":19,"moveWordLeftAndModifySelection:":20,"moveWordRightAndModifySelection:":21,"moveParagraphBackwardAndModifySelection:":22,"moveParagraphForwardAndModifySelection:":23,"moveToLeftEndOfLine:":24,"moveToRightEndOfLine:":25,"moveToBeginningOfDocument:":26,"moveToEndOfDocument:":27,"moveToLeftEndOfLineAndModifySelection:":28,"moveToRightEndOfLineAndModifySelection:":29,"moveToBeginningOfDocumentAndModifySelection:":30,"moveToEndOfDocumentAndModifySelection:":31,"transpose:":32,"scrollToBeginningOfDocument:":33,"scrollToEndOfDocument:":34,"scrollPageUp:":35,"scrollPageDown:":36,"pageUpAndModifySelection:":37,"pageDownAndModifySelection:":38,"cancelOperation:":39,"insertTab:":40,"insertBacktab:":41} +B.wn=new A.jg(!1) +B.wo=new A.jg(!0) +B.iF=new A.d8(B.N,B.dB) +B.k1=new A.et() +B.k5=new A.mQ() +B.k8=new A.n3() +B.SV=new A.bi(B.Tz,[B.hr,B.hv,B.ht,B.hs,B.hw,B.hu,B.d8,B.d9,B.d9,B.d8,B.eo,B.ep,B.hE,B.hF,B.hI,B.hJ,B.hG,B.hH,B.c2,B.c3,B.lx,B.ly,B.lv,B.lw,B.c2,B.c3,B.em,B.en,B.lp,B.lq,B.hC,B.hD,B.kb,B.wn,B.wo,B.iF,B.fb,B.hK,B.hL,B.k1,B.k5,B.k8],A.ab("bi")) +B.mu=new A.e(32) +B.fp=new A.aq(B.mu,!1,!1,!1,!1) +B.fg=new A.aq(B.eD,!1,!1,!1,!1) +B.i1=new A.e(8589935117) +B.WK=new A.aq(B.i1,!1,!1,!1,!1) +B.Wp=new A.aq(B.cC,!1,!1,!1,!1) +B.Wq=new A.aq(B.eC,!1,!1,!1,!1) +B.Wr=new A.aq(B.eC,!1,!0,!1,!1) +B.fj=new A.aq(B.bi,!1,!1,!1,!1) +B.fk=new A.aq(B.bh,!1,!1,!1,!1) +B.fn=new A.aq(B.b5,!1,!1,!1,!1) +B.fo=new A.aq(B.b6,!1,!1,!1,!1) +B.dM=new A.aq(B.dg,!1,!1,!1,!1) +B.dN=new A.aq(B.df,!1,!1,!1,!1) +B.zx=new A.ja() +B.jZ=new A.on() +B.fa=new A.H3(0,"line") +B.Vz=new A.d8(B.N,B.fa) +B.Vx=new A.d8(B.J,B.fa) +B.Vy=new A.d8(B.bK,B.fa) +B.VA=new A.d8(B.ck,B.fa) +B.SW=new A.cq([B.fp,B.zx,B.fg,B.jZ,B.WK,B.jZ,B.Wp,B.k1,B.Wq,B.k5,B.Wr,B.k8,B.fj,B.Vz,B.fk,B.Vx,B.fn,B.Vy,B.fo,B.VA,B.dM,B.iF,B.dN,B.fb],t.Fp) +B.Rx=new A.e(33) +B.Ry=new A.e(34) +B.Rz=new A.e(35) +B.RA=new A.e(36) +B.RB=new A.e(37) +B.RC=new A.e(38) +B.RD=new A.e(39) +B.RE=new A.e(40) +B.RF=new A.e(41) +B.mv=new A.e(42) +B.qY=new A.e(43) +B.RG=new A.e(44) +B.qZ=new A.e(45) +B.r_=new A.e(46) +B.r0=new A.e(47) +B.r1=new A.e(48) +B.r2=new A.e(49) +B.r3=new A.e(50) +B.r4=new A.e(51) +B.r5=new A.e(52) +B.r6=new A.e(53) +B.r7=new A.e(54) +B.r8=new A.e(55) +B.r9=new A.e(56) +B.ra=new A.e(57) +B.RH=new A.e(58) +B.RI=new A.e(59) +B.RJ=new A.e(60) +B.RK=new A.e(61) +B.RL=new A.e(62) +B.RM=new A.e(63) +B.RN=new A.e(64) +B.SC=new A.e(91) +B.SD=new A.e(92) +B.SE=new A.e(93) +B.SF=new A.e(94) +B.SG=new A.e(95) +B.SH=new A.e(96) +B.id=new A.e(97) +B.rf=new A.e(98) +B.ie=new A.e(99) +B.Re=new A.e(100) +B.mp=new A.e(101) +B.mq=new A.e(102) +B.Rf=new A.e(103) +B.Rg=new A.e(104) +B.Rh=new A.e(105) +B.Ri=new A.e(106) +B.Rj=new A.e(107) +B.Rk=new A.e(108) +B.Rl=new A.e(109) +B.mr=new A.e(110) +B.Rm=new A.e(111) +B.ms=new A.e(112) +B.Rn=new A.e(113) +B.Ro=new A.e(114) +B.Rp=new A.e(115) +B.mt=new A.e(116) +B.Rq=new A.e(117) +B.hX=new A.e(118) +B.Rr=new A.e(119) +B.hY=new A.e(120) +B.Rs=new A.e(121) +B.dd=new A.e(122) +B.Rt=new A.e(123) +B.Ru=new A.e(124) +B.Rv=new A.e(125) +B.Rw=new A.e(126) +B.RO=new A.e(8589934592) +B.RP=new A.e(8589934593) +B.RQ=new A.e(8589934594) +B.RR=new A.e(8589934595) +B.RS=new A.e(8589934608) +B.RT=new A.e(8589934609) +B.RU=new A.e(8589934610) +B.RV=new A.e(8589934611) +B.RW=new A.e(8589934612) +B.RX=new A.e(8589934624) +B.RY=new A.e(8589934625) +B.RZ=new A.e(8589934626) +B.S_=new A.e(8589935088) +B.S0=new A.e(8589935090) +B.S1=new A.e(8589935092) +B.S2=new A.e(8589935094) +B.S3=new A.e(8589935144) +B.S4=new A.e(8589935145) +B.rb=new A.e(8589935146) +B.rc=new A.e(8589935147) +B.S5=new A.e(8589935148) +B.rd=new A.e(8589935149) +B.i2=new A.e(8589935150) +B.re=new A.e(8589935151) +B.i3=new A.e(8589935152) +B.i4=new A.e(8589935153) +B.i5=new A.e(8589935154) +B.i6=new A.e(8589935155) +B.i7=new A.e(8589935156) +B.i8=new A.e(8589935157) +B.i9=new A.e(8589935158) +B.ia=new A.e(8589935159) +B.ib=new A.e(8589935160) +B.ic=new A.e(8589935161) +B.S6=new A.e(8589935165) +B.S7=new A.e(8589935361) +B.S8=new A.e(8589935362) +B.S9=new A.e(8589935363) +B.Sa=new A.e(8589935364) +B.Sb=new A.e(8589935365) +B.Sc=new A.e(8589935366) +B.Sd=new A.e(8589935367) +B.Se=new A.e(8589935368) +B.Sf=new A.e(8589935369) +B.Sg=new A.e(8589935370) +B.Sh=new A.e(8589935371) +B.Si=new A.e(8589935372) +B.Sj=new A.e(8589935373) +B.Sk=new A.e(8589935374) +B.Sl=new A.e(8589935375) +B.Sm=new A.e(8589935376) +B.Sn=new A.e(8589935377) +B.So=new A.e(8589935378) +B.Sp=new A.e(8589935379) +B.Sq=new A.e(8589935380) +B.Sr=new A.e(8589935381) +B.Ss=new A.e(8589935382) +B.St=new A.e(8589935383) +B.Su=new A.e(8589935384) +B.Sv=new A.e(8589935385) +B.Sw=new A.e(8589935386) +B.Sx=new A.e(8589935387) +B.Sy=new A.e(8589935388) +B.Sz=new A.e(8589935389) +B.SA=new A.e(8589935390) +B.SB=new A.e(8589935391) +B.SX=new A.cq([32,B.mu,33,B.Rx,34,B.Ry,35,B.Rz,36,B.RA,37,B.RB,38,B.RC,39,B.RD,40,B.RE,41,B.RF,42,B.mv,43,B.qY,44,B.RG,45,B.qZ,46,B.r_,47,B.r0,48,B.r1,49,B.r2,50,B.r3,51,B.r4,52,B.r5,53,B.r6,54,B.r7,55,B.r8,56,B.r9,57,B.ra,58,B.RH,59,B.RI,60,B.RJ,61,B.RK,62,B.RL,63,B.RM,64,B.RN,91,B.SC,92,B.SD,93,B.SE,94,B.SF,95,B.SG,96,B.SH,97,B.id,98,B.rf,99,B.ie,100,B.Re,101,B.mp,102,B.mq,103,B.Rf,104,B.Rg,105,B.Rh,106,B.Ri,107,B.Rj,108,B.Rk,109,B.Rl,110,B.mr,111,B.Rm,112,B.ms,113,B.Rn,114,B.Ro,115,B.Rp,116,B.mt,117,B.Rq,118,B.hX,119,B.Rr,120,B.hY,121,B.Rs,122,B.dd,123,B.Rt,124,B.Ru,125,B.Rv,126,B.Rw,4294967297,B.mw,4294967304,B.aX,4294967305,B.eC,4294967309,B.eD,4294967323,B.cC,4294967423,B.aL,4294967553,B.mx,4294967555,B.eE,4294967556,B.de,4294967558,B.hZ,4294967559,B.my,4294967560,B.mz,4294967562,B.eF,4294967564,B.eG,4294967566,B.mA,4294967567,B.mB,4294967568,B.mC,4294967569,B.mD,4294968065,B.bh,4294968066,B.b5,4294968067,B.b6,4294968068,B.bi,4294968069,B.c6,4294968070,B.c7,4294968071,B.df,4294968072,B.dg,4294968321,B.i_,4294968322,B.mE,4294968323,B.mF,4294968324,B.mG,4294968325,B.mH,4294968326,B.mI,4294968327,B.i0,4294968328,B.mJ,4294968329,B.mK,4294968330,B.mL,4294968577,B.mM,4294968578,B.mN,4294968579,B.mO,4294968580,B.mP,4294968581,B.mQ,4294968582,B.mR,4294968583,B.mS,4294968584,B.mT,4294968585,B.mU,4294968586,B.mV,4294968587,B.mW,4294968588,B.mX,4294968589,B.mY,4294968590,B.mZ,4294968833,B.n_,4294968834,B.n0,4294968835,B.n1,4294968836,B.n2,4294968837,B.n3,4294968838,B.n4,4294968839,B.n5,4294968840,B.n6,4294968841,B.n7,4294968842,B.n8,4294968843,B.n9,4294969089,B.na,4294969090,B.nb,4294969091,B.nc,4294969092,B.nd,4294969093,B.ne,4294969094,B.nf,4294969095,B.ng,4294969096,B.nh,4294969097,B.ni,4294969098,B.nj,4294969099,B.nk,4294969100,B.nl,4294969101,B.nm,4294969102,B.nn,4294969103,B.no,4294969104,B.np,4294969105,B.nq,4294969106,B.nr,4294969107,B.ns,4294969108,B.nt,4294969109,B.nu,4294969110,B.nv,4294969111,B.nw,4294969112,B.nx,4294969113,B.ny,4294969114,B.nz,4294969115,B.nA,4294969116,B.nB,4294969117,B.nC,4294969345,B.nD,4294969346,B.nE,4294969347,B.nF,4294969348,B.nG,4294969349,B.nH,4294969350,B.nI,4294969351,B.nJ,4294969352,B.nK,4294969353,B.nL,4294969354,B.nM,4294969355,B.nN,4294969356,B.nO,4294969357,B.nP,4294969358,B.nQ,4294969359,B.nR,4294969360,B.nS,4294969361,B.nT,4294969362,B.nU,4294969363,B.nV,4294969364,B.nW,4294969365,B.nX,4294969366,B.nY,4294969367,B.nZ,4294969368,B.o_,4294969601,B.o0,4294969602,B.o1,4294969603,B.o2,4294969604,B.o3,4294969605,B.o4,4294969606,B.o5,4294969607,B.o6,4294969608,B.o7,4294969857,B.o8,4294969858,B.o9,4294969859,B.oa,4294969860,B.ob,4294969861,B.oc,4294969863,B.od,4294969864,B.oe,4294969865,B.of,4294969866,B.og,4294969867,B.oh,4294969868,B.oi,4294969869,B.oj,4294969870,B.ok,4294969871,B.ol,4294969872,B.om,4294969873,B.on,4294970113,B.oo,4294970114,B.op,4294970115,B.oq,4294970116,B.or,4294970117,B.os,4294970118,B.ot,4294970119,B.ou,4294970120,B.ov,4294970121,B.ow,4294970122,B.ox,4294970123,B.oy,4294970124,B.oz,4294970125,B.oA,4294970126,B.oB,4294970127,B.oC,4294970369,B.oD,4294970370,B.oE,4294970371,B.oF,4294970372,B.oG,4294970373,B.oH,4294970374,B.oI,4294970375,B.oJ,4294970625,B.oK,4294970626,B.oL,4294970627,B.oM,4294970628,B.oN,4294970629,B.oO,4294970630,B.oP,4294970631,B.oQ,4294970632,B.oR,4294970633,B.oS,4294970634,B.oT,4294970635,B.oU,4294970636,B.oV,4294970637,B.oW,4294970638,B.oX,4294970639,B.oY,4294970640,B.oZ,4294970641,B.p_,4294970642,B.p0,4294970643,B.p1,4294970644,B.p2,4294970645,B.p3,4294970646,B.p4,4294970647,B.p5,4294970648,B.p6,4294970649,B.p7,4294970650,B.p8,4294970651,B.p9,4294970652,B.pa,4294970653,B.pb,4294970654,B.pc,4294970655,B.pd,4294970656,B.pe,4294970657,B.pf,4294970658,B.pg,4294970659,B.ph,4294970660,B.pi,4294970661,B.pj,4294970662,B.pk,4294970663,B.pl,4294970664,B.pm,4294970665,B.pn,4294970666,B.po,4294970667,B.pp,4294970668,B.pq,4294970669,B.pr,4294970670,B.ps,4294970671,B.pt,4294970672,B.pu,4294970673,B.pv,4294970674,B.pw,4294970675,B.px,4294970676,B.py,4294970677,B.pz,4294970678,B.pA,4294970679,B.pB,4294970680,B.pC,4294970681,B.pD,4294970682,B.pE,4294970683,B.pF,4294970684,B.pG,4294970685,B.pH,4294970686,B.pI,4294970687,B.pJ,4294970688,B.pK,4294970689,B.pL,4294970690,B.pM,4294970691,B.pN,4294970692,B.pO,4294970693,B.pP,4294970694,B.pQ,4294970695,B.pR,4294970696,B.pS,4294970697,B.pT,4294970698,B.pU,4294970699,B.pV,4294970700,B.pW,4294970701,B.pX,4294970702,B.pY,4294970703,B.pZ,4294970704,B.q_,4294970705,B.q0,4294970706,B.q1,4294970707,B.q2,4294970708,B.q3,4294970709,B.q4,4294970710,B.q5,4294970711,B.q6,4294970712,B.q7,4294970713,B.q8,4294970714,B.q9,4294970715,B.qa,4294970882,B.qb,4294970884,B.qc,4294970885,B.qd,4294970886,B.qe,4294970887,B.qf,4294970888,B.qg,4294970889,B.qh,4294971137,B.qi,4294971138,B.qj,4294971393,B.qk,4294971394,B.ql,4294971395,B.qm,4294971396,B.qn,4294971397,B.qo,4294971398,B.qp,4294971399,B.qq,4294971400,B.qr,4294971401,B.qs,4294971402,B.qt,4294971403,B.qu,4294971649,B.qv,4294971650,B.qw,4294971651,B.qx,4294971652,B.qy,4294971653,B.qz,4294971654,B.qA,4294971655,B.qB,4294971656,B.qC,4294971657,B.qD,4294971658,B.qE,4294971659,B.qF,4294971660,B.qG,4294971661,B.qH,4294971662,B.qI,4294971663,B.qJ,4294971664,B.qK,4294971665,B.qL,4294971666,B.qM,4294971667,B.qN,4294971668,B.qO,4294971669,B.qP,4294971670,B.qQ,4294971671,B.qR,4294971672,B.qS,4294971673,B.qT,4294971674,B.qU,4294971675,B.qV,4294971905,B.qW,4294971906,B.qX,8589934592,B.RO,8589934593,B.RP,8589934594,B.RQ,8589934595,B.RR,8589934608,B.RS,8589934609,B.RT,8589934610,B.RU,8589934611,B.RV,8589934612,B.RW,8589934624,B.RX,8589934625,B.RY,8589934626,B.RZ,8589934848,B.dh,8589934849,B.eH,8589934850,B.aY,8589934851,B.b7,8589934852,B.di,8589934853,B.eI,8589934854,B.dj,8589934855,B.eJ,8589935088,B.S_,8589935090,B.S0,8589935092,B.S1,8589935094,B.S2,8589935117,B.i1,8589935144,B.S3,8589935145,B.S4,8589935146,B.rb,8589935147,B.rc,8589935148,B.S5,8589935149,B.rd,8589935150,B.i2,8589935151,B.re,8589935152,B.i3,8589935153,B.i4,8589935154,B.i5,8589935155,B.i6,8589935156,B.i7,8589935157,B.i8,8589935158,B.i9,8589935159,B.ia,8589935160,B.ib,8589935161,B.ic,8589935165,B.S6,8589935361,B.S7,8589935362,B.S8,8589935363,B.S9,8589935364,B.Sa,8589935365,B.Sb,8589935366,B.Sc,8589935367,B.Sd,8589935368,B.Se,8589935369,B.Sf,8589935370,B.Sg,8589935371,B.Sh,8589935372,B.Si,8589935373,B.Sj,8589935374,B.Sk,8589935375,B.Sl,8589935376,B.Sm,8589935377,B.Sn,8589935378,B.So,8589935379,B.Sp,8589935380,B.Sq,8589935381,B.Sr,8589935382,B.Ss,8589935383,B.St,8589935384,B.Su,8589935385,B.Sv,8589935386,B.Sw,8589935387,B.Sx,8589935388,B.Sy,8589935389,B.Sz,8589935390,B.SA,8589935391,B.SB],A.ab("cq")) +B.dn=new A.kD(0,"canvas") +B.dp=new A.kD(1,"card") +B.Tc=new A.kD(2,"circle") +B.ih=new A.kD(3,"button") +B.eP=new A.kD(4,"transparency") +B.bS=new A.az(2,2) +B.h1=new A.bs(B.bS,B.bS,B.bS,B.bS) +B.SY=new A.cq([B.dn,null,B.dp,B.h1,B.Tc,null,B.ih,B.h1,B.eP,null],A.ab("cq")) +B.bk={} +B.rk=new A.bi(B.bk,[],A.ab("bi")) +B.eK=new A.bi(B.bk,[],A.ab("bi")) +B.SZ=new A.bi(B.bk,[],A.ab("bi")) +B.rj=new A.bi(B.bk,[],A.ab("bi>")) +B.rl=new A.bi(B.bk,[],A.ab("bi")) +B.ri=new A.bi(B.bk,[],A.ab("bi")) +B.T_=new A.bi(B.bk,[],A.ab("bi")) +B.rm=new A.bi(B.bk,[],A.ab("bi>")) +B.iN=new A.aq(B.bh,!1,!1,!0,!1) +B.iK=new A.aq(B.b5,!1,!1,!0,!1) +B.iL=new A.aq(B.b6,!1,!1,!0,!1) +B.iM=new A.aq(B.bi,!1,!1,!0,!1) +B.x4=new A.aq(B.bh,!1,!1,!1,!0) +B.x1=new A.aq(B.b5,!1,!1,!1,!0) +B.x2=new A.aq(B.b6,!1,!1,!1,!0) +B.x3=new A.aq(B.bi,!1,!1,!1,!0) +B.iJ=new A.aq(B.dg,!1,!0,!1,!1) +B.iO=new A.aq(B.df,!1,!0,!1,!1) +B.fm=new A.aq(B.c6,!1,!0,!1,!1) +B.fl=new A.aq(B.c7,!1,!0,!1,!1) +B.wY=new A.aq(B.b5,!0,!1,!1,!1) +B.wZ=new A.aq(B.b6,!0,!1,!1,!1) +B.x_=new A.aq(B.b5,!0,!0,!1,!1) +B.x0=new A.aq(B.b6,!0,!0,!1,!1) +B.fi=new A.aq(B.c6,!1,!1,!1,!1) +B.fh=new A.aq(B.c7,!1,!1,!1,!1) +B.x6=new A.aq(B.c6,!0,!1,!1,!1) +B.x5=new A.aq(B.c7,!0,!1,!1,!1) +B.T2=new A.cq([B.iN,B.v,B.iK,B.v,B.iL,B.v,B.iM,B.v,B.x4,B.v,B.x1,B.v,B.x2,B.v,B.x3,B.v,B.iJ,B.v,B.iO,B.v,B.fm,B.v,B.fl,B.v,B.fk,B.v,B.fn,B.v,B.fo,B.v,B.fj,B.v,B.wY,B.v,B.wZ,B.v,B.x_,B.v,B.x0,B.v,B.dM,B.v,B.dN,B.v,B.fi,B.v,B.fh,B.v,B.x6,B.v,B.x5,B.v,B.fp,B.v,B.fg,B.v],t.Fp) +B.TA={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.bj=new A.bi(B.TA,["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.Tw={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.rn=new A.bi(B.Tw,[B.vk,B.v0,B.cF,B.cH,B.uq,B.up,B.uo,B.ur,B.v8,B.v6,B.v7,B.u0,B.tY,B.tR,B.tW,B.tX,B.vA,B.vz,B.vV,B.vZ,B.vW,B.vU,B.vY,B.vT,B.vX,B.c9,B.u1,B.uJ,B.cD,B.dx,B.vd,B.v3,B.v2,B.ul,B.tP,B.tG,B.tH,B.tI,B.tJ,B.tK,B.tL,B.tM,B.tN,B.tO,B.vy,B.vJ,B.um,B.tQ,B.tV,B.io,B.io,B.u4,B.ud,B.ue,B.uf,B.uM,B.uN,B.uO,B.uP,B.uQ,B.uR,B.uS,B.u5,B.uT,B.uU,B.uV,B.uW,B.uX,B.u6,B.u7,B.u8,B.u9,B.ua,B.ub,B.uc,B.v5,B.dw,B.rG,B.rM,B.rV,B.rW,B.rX,B.rY,B.rZ,B.t_,B.t0,B.rN,B.rO,B.rP,B.rQ,B.rR,B.rS,B.rT,B.rU,B.t1,B.t2,B.t3,B.t4,B.t5,B.t6,B.t7,B.t8,B.t9,B.ta,B.tb,B.tc,B.td,B.te,B.tf,B.uZ,B.uj,B.rE,B.ui,B.uI,B.va,B.vc,B.vb,B.tg,B.th,B.ti,B.tj,B.tk,B.tl,B.tm,B.tn,B.to,B.tp,B.tq,B.tr,B.ts,B.tt,B.tu,B.tv,B.tw,B.tx,B.ty,B.tz,B.tA,B.tB,B.tC,B.tD,B.tE,B.tF,B.w3,B.vf,B.vg,B.vh,B.vi,B.vj,B.vO,B.vN,B.vS,B.vP,B.vM,B.vR,B.w1,B.w0,B.w2,B.vE,B.vC,B.vB,B.vK,B.vD,B.vF,B.vL,B.vI,B.vG,B.vH,B.cG,B.dz,B.rL,B.tU,B.ve,B.eW,B.uG,B.ux,B.uy,B.uz,B.uA,B.uB,B.uC,B.uD,B.uE,B.uF,B.uv,B.vo,B.vu,B.vv,B.v9,B.uH,B.us,B.uw,B.uL,B.vs,B.vr,B.vq,B.vp,B.vt,B.ut,B.vm,B.vn,B.uu,B.uY,B.un,B.uk,B.v4,B.uh,B.u2,B.uK,B.ug,B.rK,B.vl,B.u_,B.rI,B.eV,B.v_,B.vQ,B.tZ,B.cE,B.dy,B.w4,B.u3,B.vw,B.tT,B.rF,B.rH,B.tS,B.rJ,B.v1,B.vx,B.w_],A.ab("bi")) +B.Tx={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.ro=new A.bi(B.Tx,["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.PV=A.c(s([42,null,null,8589935146]),t.Z) +B.PW=A.c(s([43,null,null,8589935147]),t.Z) +B.PX=A.c(s([45,null,null,8589935149]),t.Z) +B.PY=A.c(s([46,null,null,8589935150]),t.Z) +B.PZ=A.c(s([47,null,null,8589935151]),t.Z) +B.Q_=A.c(s([48,null,null,8589935152]),t.Z) +B.Q0=A.c(s([49,null,null,8589935153]),t.Z) +B.Q1=A.c(s([50,null,null,8589935154]),t.Z) +B.Q2=A.c(s([51,null,null,8589935155]),t.Z) +B.Q3=A.c(s([52,null,null,8589935156]),t.Z) +B.Q4=A.c(s([53,null,null,8589935157]),t.Z) +B.Q5=A.c(s([54,null,null,8589935158]),t.Z) +B.Q6=A.c(s([55,null,null,8589935159]),t.Z) +B.Q7=A.c(s([56,null,null,8589935160]),t.Z) +B.Q8=A.c(s([57,null,null,8589935161]),t.Z) +B.Qf=A.c(s([8589934852,8589934852,8589934853,null]),t.Z) +B.PK=A.c(s([4294967555,null,4294967555,null]),t.Z) +B.PL=A.c(s([4294968065,null,null,8589935154]),t.Z) +B.PM=A.c(s([4294968066,null,null,8589935156]),t.Z) +B.PN=A.c(s([4294968067,null,null,8589935158]),t.Z) +B.PO=A.c(s([4294968068,null,null,8589935160]),t.Z) +B.PT=A.c(s([4294968321,null,null,8589935157]),t.Z) +B.Qg=A.c(s([8589934848,8589934848,8589934849,null]),t.Z) +B.PJ=A.c(s([4294967423,null,null,8589935150]),t.Z) +B.PP=A.c(s([4294968069,null,null,8589935153]),t.Z) +B.PI=A.c(s([4294967309,null,null,8589935117]),t.Z) +B.PQ=A.c(s([4294968070,null,null,8589935159]),t.Z) +B.PU=A.c(s([4294968327,null,null,8589935152]),t.Z) +B.Qh=A.c(s([8589934854,8589934854,8589934855,null]),t.Z) +B.PR=A.c(s([4294968071,null,null,8589935155]),t.Z) +B.PS=A.c(s([4294968072,null,null,8589935161]),t.Z) +B.Qi=A.c(s([8589934850,8589934850,8589934851,null]),t.Z) +B.rp=new A.cq(["*",B.PV,"+",B.PW,"-",B.PX,".",B.PY,"/",B.PZ,"0",B.Q_,"1",B.Q0,"2",B.Q1,"3",B.Q2,"4",B.Q3,"5",B.Q4,"6",B.Q5,"7",B.Q6,"8",B.Q7,"9",B.Q8,"Alt",B.Qf,"AltGraph",B.PK,"ArrowDown",B.PL,"ArrowLeft",B.PM,"ArrowRight",B.PN,"ArrowUp",B.PO,"Clear",B.PT,"Control",B.Qg,"Delete",B.PJ,"End",B.PP,"Enter",B.PI,"Home",B.PQ,"Insert",B.PU,"Meta",B.Qh,"PageDown",B.PR,"PageUp",B.PS,"Shift",B.Qi],A.ab("cq>")) +B.R1=A.c(s([B.mv,null,null,B.rb]),t.L) +B.R2=A.c(s([B.qY,null,null,B.rc]),t.L) +B.R3=A.c(s([B.qZ,null,null,B.rd]),t.L) +B.R4=A.c(s([B.r_,null,null,B.i2]),t.L) +B.R5=A.c(s([B.r0,null,null,B.re]),t.L) +B.Qk=A.c(s([B.r1,null,null,B.i3]),t.L) +B.Ql=A.c(s([B.r2,null,null,B.i4]),t.L) +B.Qm=A.c(s([B.r3,null,null,B.i5]),t.L) +B.Qn=A.c(s([B.r4,null,null,B.i6]),t.L) +B.Qo=A.c(s([B.r5,null,null,B.i7]),t.L) +B.Qp=A.c(s([B.r6,null,null,B.i8]),t.L) +B.Qq=A.c(s([B.r7,null,null,B.i9]),t.L) +B.Qr=A.c(s([B.r8,null,null,B.ia]),t.L) +B.Ra=A.c(s([B.r9,null,null,B.ib]),t.L) +B.Rb=A.c(s([B.ra,null,null,B.ic]),t.L) +B.QX=A.c(s([B.di,B.di,B.eI,null]),t.L) +B.Rc=A.c(s([B.eE,null,B.eE,null]),t.L) +B.Qu=A.c(s([B.bh,null,null,B.i5]),t.L) +B.Qv=A.c(s([B.b5,null,null,B.i7]),t.L) +B.Qw=A.c(s([B.b6,null,null,B.i9]),t.L) +B.QG=A.c(s([B.bi,null,null,B.ib]),t.L) +B.QT=A.c(s([B.i_,null,null,B.i8]),t.L) +B.QY=A.c(s([B.dh,B.dh,B.eH,null]),t.L) +B.Qj=A.c(s([B.aL,null,null,B.i2]),t.L) +B.Qx=A.c(s([B.c6,null,null,B.i4]),t.L) +B.R6=A.c(s([B.eD,null,null,B.i1]),t.L) +B.Qy=A.c(s([B.c7,null,null,B.ia]),t.L) +B.QU=A.c(s([B.i0,null,null,B.i3]),t.L) +B.QZ=A.c(s([B.dj,B.dj,B.eJ,null]),t.L) +B.Qz=A.c(s([B.df,null,null,B.i6]),t.L) +B.QV=A.c(s([B.dg,null,null,B.ic]),t.L) +B.R_=A.c(s([B.aY,B.aY,B.b7,null]),t.L) +B.T3=new A.cq(["*",B.R1,"+",B.R2,"-",B.R3,".",B.R4,"/",B.R5,"0",B.Qk,"1",B.Ql,"2",B.Qm,"3",B.Qn,"4",B.Qo,"5",B.Qp,"6",B.Qq,"7",B.Qr,"8",B.Ra,"9",B.Rb,"Alt",B.QX,"AltGraph",B.Rc,"ArrowDown",B.Qu,"ArrowLeft",B.Qv,"ArrowRight",B.Qw,"ArrowUp",B.QG,"Clear",B.QT,"Control",B.QY,"Delete",B.Qj,"End",B.Qx,"Enter",B.R6,"Home",B.Qy,"Insert",B.QU,"Meta",B.QZ,"PageDown",B.Qz,"PageUp",B.QV,"Shift",B.R_],A.ab("cq>")) +B.T4=new A.vl(null,null,null,null,null,null,null,null) +B.AI=new A.n(4284790262) +B.Ay=new A.n(4282557941) +B.Am=new A.n(4279592384) +B.Al=new A.n(4279060385) +B.SP=new A.cq([50,B.kS,100,B.kN,200,B.hj,300,B.AI,400,B.Ay,500,B.ea,600,B.he,700,B.kz,800,B.Am,900,B.Al],A.ab("cq")) +B.eL=new A.Ff(B.SP,4280391411) +B.dk=new A.aO(0,t.QL) +B.eM=new A.aO(24,t.QL) +B.b9=new A.aO(B.y,t.h9) +B.T6=new A.aO(B.y,t.Il) +B.WO=new A.H(20,44) +B.T7=new A.aO(B.WO,t.VY) +B.WQ=new A.H(40,40) +B.eN=new A.aO(B.WQ,t.iL) +B.WV=new A.H(64,40) +B.T8=new A.aO(B.WV,t.iL) +B.WX=new A.H(999,44) +B.T9=new A.aO(B.WX,t.VY) +B.xk=new A.ee(B.n) +B.dl=new A.aO(B.xk,t.kU) +B.eO=new A.aO(B.ek,t.Ak) +B.xe=new A.H(1/0,1/0) +B.dm=new A.aO(B.xe,t.iL) +B.A=new A.bo(0,"hovered") +B.z=new A.bo(1,"focused") +B.K=new A.bo(2,"pressed") +B.rq=new A.bo(3,"dragged") +B.O=new A.bo(4,"selected") +B.rr=new A.bo(5,"scrolledUnder") +B.q=new A.bo(6,"disabled") +B.bP=new A.bo(7,"error") +B.Tb=new A.mG(0,"padded") +B.ig=new A.mG(1,"shrinkWrap") +B.Td=new A.Fp(0,"none") +B.Te=new A.Fp(2,"truncateAfterCompositionEnds") +B.Tf=new A.Fq(null) +B.Tg=new A.pu(null) +B.Th=new A.mL(null) +B.Ti=new A.ft("popRoute",null) +B.Tj=new A.mM("flutter/service_worker",B.bv) +B.bE=new A.mM("yaru_window",B.bv) +B.Tl=new A.mN(0,"clipRect") +B.Tm=new A.mN(1,"clipRRect") +B.Tn=new A.mN(2,"clipPath") +B.To=new A.mN(3,"transform") +B.Tp=new A.mN(4,"opacity") +B.Tq=new A.px(null,null,null,null,null,null,null,null,null,null) +B.Tr=new A.vC(null,null,null,null,null,null,null,null,null,null) +B.eR=new A.Zc(0,"traditional") +B.Ts=new A.py(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.rx=new A.dO(B.f,B.f) +B.eS=new A.i(0,1) +B.TH=new A.i(0,20) +B.TI=new A.i(0,26) +B.TK=new A.i(0,8) +B.TL=new A.i(0,-1) +B.TM=new A.i(11,-4) +B.dv=new A.i(1,0) +B.TN=new A.i(1,3) +B.TO=new A.i(22,0) +B.TP=new A.i(3,0) +B.TQ=new A.i(3,-3) +B.TR=new A.i(6,6) +B.TS=new A.i(5,10.5) +B.TT=new A.i(0.2,0) +B.TX=new A.i(17976931348623157e292,0) +B.TY=new A.i(0,-0.25) +B.a3U=new A.i(0,-0.005) +B.U_=new A.i(-0.3333333333333333,0) +B.U1=new A.i(1/0,1/0) +B.U2=new A.i(0,0.1) +B.U6=new A.i(1/0,0) +B.U8=new A.i(-1,0) +B.U9=new A.i(-3,0) +B.Ua=new A.i(-3,3) +B.Ub=new A.i(-3,-3) +B.Ud=new A.i(-0.2,0) +B.av=new A.j2(0,"iOs") +B.eT=new A.j2(1,"android") +B.ij=new A.j2(2,"linux") +B.ry=new A.j2(3,"windows") +B.bl=new A.j2(4,"macOs") +B.Ue=new A.j2(5,"unknown") +B.Uf=new A.fZ("flutter/spellcheck",B.bv) +B.e3=new A.XN() +B.rz=new A.fZ("flutter/textinput",B.e3) +B.Ug=new A.fZ("flutter/keyboard",B.bv) +B.rA=new A.fZ("flutter/menu",B.bv) +B.aZ=new A.fZ("flutter/platform",B.e3) +B.ik=new A.fZ("flutter/restoration",B.bv) +B.Uh=new A.fZ("flutter/mousecursor",B.bv) +B.Ui=new A.fZ("flutter/undomanager",B.e3) +B.eU=new A.fZ("flutter/navigation",B.e3) +B.Uj=new A.mR(0,null) +B.rB=new A.mR(1,null) +B.il=new A.FO(0,"portrait") +B.im=new A.FO(1,"landscape") +B.Uk=new A.pz(null) +B.k_=new A.Dn() +B.SM=new A.cq([B.aS,B.ke,B.ar,B.k_,B.ba,B.k_],t.Ce) +B.Ul=new A.vN(B.SM) +B.aM=new A.FT(0,"fill") +B.aw=new A.FT(1,"stroke") +B.Um=new A.kG(1/0) +B.rC=new A.FV(0,"nonZero") +B.rD=new A.FV(1,"evenOdd") +B.Un=new A.pF(0,"difference") +B.Uo=new A.pF(1,"intersect") +B.Up=new A.pF(2,"union") +B.Uq=new A.pF(3,"xor") +B.Ur=new A.vQ(null) +B.eX=new A.kI(0,"baseline") +B.eY=new A.kI(1,"aboveBaseline") +B.eZ=new A.kI(2,"belowBaseline") +B.f_=new A.kI(3,"top") +B.bQ=new A.kI(4,"bottom") +B.f0=new A.kI(5,"middle") +B.o=new A.H(0,0) +B.V4=new A.pG(B.o,B.bQ,null,null) +B.ip=new A.j6(0,"cancel") +B.iq=new A.j6(1,"add") +B.V5=new A.j6(2,"remove") +B.ca=new A.j6(3,"hover") +B.w6=new A.j6(4,"down") +B.dA=new A.j6(5,"move") +B.ir=new A.j6(6,"up") +B.ak=new A.fw(0,"touch") +B.aN=new A.fw(1,"mouse") +B.b_=new A.fw(2,"stylus") +B.bR=new A.fw(3,"invertedStylus") +B.aI=new A.fw(4,"trackpad") +B.bm=new A.fw(5,"unknown") +B.cI=new A.pJ(0,"none") +B.V6=new A.pJ(1,"scroll") +B.V7=new A.pJ(3,"scale") +B.V8=new A.pJ(4,"unknown") +B.V9=new A.pK(null,null,null,null,null,null,null,null,null,null) +B.is=new A.hZ(0,"generic") +B.w7=new A.hZ(1,"incrementable") +B.it=new A.hZ(2,"scrollable") +B.iu=new A.hZ(3,"button") +B.w8=new A.hZ(4,"textField") +B.iv=new A.hZ(5,"checkable") +B.w9=new A.hZ(6,"image") +B.f1=new A.hZ(7,"dialog") +B.Va=new A.pN(null,null,null,null,null) +B.Vb=new A.pP(null,null,null,null,null,null) +B.wa=new A.az(1,1) +B.iw=new A.az(34,34) +B.Vc=new A.az(1.5,1.5) +B.wb=new A.ry(1e5,10) +B.wc=new A.ry(1e4,100) +B.wd=new A.ry(20,5e4) +B.Vd=new A.ih(!1,null) +B.Ve=new A.y(-1/0,-1/0,1/0,1/0) +B.iy=new A.y(-1e9,-1e9,1e9,1e9) +B.we=new A.pV(0,"start") +B.iz=new A.pV(1,"stable") +B.Vf=new A.pV(2,"changed") +B.Vg=new A.pV(3,"unstable") +B.bF=new A.w9(0,"identical") +B.Vh=new A.w9(2,"paint") +B.aO=new A.w9(3,"layout") +B.Vi=new A.nc(0,"focusable") +B.Vj=new A.nc(1,"tappable") +B.Vk=new A.nc(2,"labelAndValue") +B.Vl=new A.nc(3,"liveRegion") +B.Vm=new A.nc(4,"routeName") +B.iA=new A.bd(B.am,B.n) +B.yE=new A.bs(B.bn,B.bn,B.u,B.u) +B.Vp=new A.bd(B.yE,B.n) +B.Vn=new A.bd(B.h1,B.n) +B.wh=new A.bd(B.e0,B.n) +B.f2=new A.az(12,12) +B.yF=new A.bs(B.f2,B.f2,B.f2,B.f2) +B.Vo=new A.bd(B.yF,B.n) +B.f3=new A.az(16,16) +B.yA=new A.bs(B.f3,B.f3,B.f3,B.f3) +B.wf=new A.bd(B.yA,B.n) +B.f4=new A.az(28,28) +B.yB=new A.bs(B.f4,B.f4,B.f4,B.f4) +B.wg=new A.bd(B.yB,B.n) +B.iB=new A.GQ(0,"none") +B.Vq=new A.GQ(1,"neglect") +B.wi=new A.pZ(0,"pop") +B.Vr=new A.pZ(1,"doNotPop") +B.Vs=new A.pZ(2,"bubble") +B.wj=new A.fb(null,null) +B.Vt=new A.GX(null,null) +B.cJ=new A.ne(0,"idle") +B.Vu=new A.ne(1,"transientCallbacks") +B.Vv=new A.ne(2,"midFrameMicrotasks") +B.iC=new A.ne(3,"persistentCallbacks") +B.wk=new A.ne(4,"postFrameCallbacks") +B.wl=new A.a14(0,"englishLike") +B.f9=new A.wD(0,"idle") +B.iD=new A.wD(1,"forward") +B.iE=new A.wD(2,"reverse") +B.a3V=new A.ng(0,"explicit") +B.cc=new A.ng(1,"keepVisibleAtEnd") +B.cd=new A.ng(2,"keepVisibleAtStart") +B.wp=new A.H5(0,"manual") +B.VB=new A.H5(1,"onDrag") +B.VC=new A.wJ(0,"left") +B.VD=new A.wJ(1,"right") +B.VE=new A.wJ(3,"bottom") +B.VG=new A.ni(null,null,null,null,null,null,null,null,null,null,null,null) +B.VF=new A.ni(null,null,null,null,null,null,null,null,null,3,3,null) +B.VH=new A.wK(null,null,null,null,null,null,null,null,null,null,null) +B.VI=new A.wL(null,null,null,null,null,null,null,null,null) +B.VJ=new A.wM(null,null) +B.a6=new A.fz(0,"tap") +B.wq=new A.fz(1,"doubleTap") +B.ax=new A.fz(2,"longPress") +B.dC=new A.fz(3,"forcePress") +B.ad=new A.fz(5,"toolbar") +B.V=new A.fz(6,"drag") +B.fc=new A.fz(7,"scribble") +B.wr=new A.wO(0,"startEdgeUpdate") +B.dD=new A.wO(1,"endEdgeUpdate") +B.fd=new A.q4(0,"previousLine") +B.fe=new A.q4(1,"nextLine") +B.dE=new A.q4(2,"forward") +B.dF=new A.q4(3,"backward") +B.cK=new A.wP(2,"none") +B.VL=new A.kV(null,null,B.cK,B.hU,!1) +B.ws=new A.kV(null,null,B.cK,B.hU,!0) +B.aP=new A.kW(0,"next") +B.aQ=new A.kW(1,"previous") +B.ay=new A.kW(2,"end") +B.iG=new A.kW(3,"pending") +B.dG=new A.kW(4,"none") +B.iH=new A.wP(0,"uncollapsed") +B.VM=new A.wP(1,"collapsed") +B.VN=new A.cd(1048576,"moveCursorBackwardByWord") +B.wt=new A.cd(128,"decrease") +B.VO=new A.cd(16384,"paste") +B.dH=new A.cd(16,"scrollUp") +B.dI=new A.cd(1,"tap") +B.VP=new A.cd(2048,"setSelection") +B.VQ=new A.cd(2097152,"setText") +B.VR=new A.cd(256,"showOnScreen") +B.VS=new A.cd(262144,"dismiss") +B.wu=new A.cd(2,"longPress") +B.wv=new A.cd(32768,"didGainAccessibilityFocus") +B.dJ=new A.cd(32,"scrollDown") +B.VT=new A.cd(4096,"copy") +B.dK=new A.cd(4,"scrollLeft") +B.VU=new A.cd(512,"moveCursorForwardByCharacter") +B.VV=new A.cd(524288,"moveCursorForwardByWord") +B.ww=new A.cd(64,"increase") +B.wx=new A.cd(65536,"didLoseAccessibilityFocus") +B.VW=new A.cd(8192,"cut") +B.dL=new A.cd(8,"scrollRight") +B.VX=new A.cd(1024,"moveCursorBackwardByCharacter") +B.wy=new A.bV(1024,"isObscured") +B.wz=new A.bV(1048576,"isReadOnly") +B.wA=new A.bV(128,"isEnabled") +B.VY=new A.bV(131072,"isToggled") +B.VZ=new A.bV(16384,"isImage") +B.W_=new A.bV(16777216,"isKeyboardKey") +B.wB=new A.bV(16,"isTextField") +B.wC=new A.bV(1,"hasCheckedState") +B.wD=new A.bV(2048,"scopesRoute") +B.wE=new A.bV(2097152,"isFocusable") +B.W0=new A.bV(256,"isInMutuallyExclusiveGroup") +B.W1=new A.bV(262144,"hasImplicitScrolling") +B.W2=new A.bV(2,"isChecked") +B.wF=new A.bV(32768,"isLiveRegion") +B.iI=new A.bV(32,"isFocused") +B.W3=new A.bV(33554432,"isCheckStateMixed") +B.wG=new A.bV(4096,"namesRoute") +B.W4=new A.bV(4194304,"isLink") +B.wH=new A.bV(4,"isSelected") +B.wI=new A.bV(512,"isHeader") +B.wJ=new A.bV(524288,"isMultiline") +B.wK=new A.bV(64,"hasEnabledState") +B.W5=new A.bV(65536,"hasToggledState") +B.ff=new A.bV(8192,"isHidden") +B.W6=new A.bV(8388608,"isSlider") +B.wL=new A.bV(8,"isButton") +B.wM=new A.h9("RenderViewport.twoPane") +B.W7=new A.h9("RenderViewport.excludeFromScrolling") +B.W8=new A.h9("_InputDecoratorState.prefix") +B.W9=new A.h9("_InputDecoratorState.suffix") +B.wN=new A.wT(0,"idle") +B.Wa=new A.wT(1,"updating") +B.Wb=new A.wT(2,"postUpdate") +B.Wc=new A.di([B.aS,B.ar,B.cL],A.ab("di")) +B.wO=new A.di([B.ak,B.b_,B.bR,B.aI,B.bm],t.Lu) +B.Wd=new A.di([B.A],t.b4) +B.Ty={click:0,keyup:1,keydown:2,mouseup:3,mousedown:4,pointerdown:5,pointerup:6} +B.We=new A.eS(B.Ty,7,t.fF) +B.Wf=new A.di([32,8203],t.Ih) +B.Tu={click:0,touchstart:1,touchend:2,pointerdown:3,pointermove:4,pointerup:5} +B.Wg=new A.eS(B.Tu,6,t.fF) +B.Wh=new A.di([B.bR,B.b_,B.ak,B.bm,B.aI],t.Lu) +B.Wi=new A.di([B.z],t.b4) +B.Tv={"canvaskit.js":0} +B.Wj=new A.eS(B.Tv,1,t.fF) +B.Wk=new A.di([10,11,12,13,133,8232,8233],t.Ih) +B.Wl=new A.eS(B.bk,0,A.ab("eS")) +B.Wm=new A.eS(B.bk,0,A.ab("eS")) +B.Wn=new A.di([B.K],t.b4) +B.TF={serif:0,"sans-serif":1,monospace:2,cursive:3,fantasy:4,"system-ui":5,math:6,emoji:7,fangsong:8} +B.Wo=new A.eS(B.TF,9,t.fF) +B.wP=new A.di([B.bl,B.ij,B.ry],A.ab("di")) +B.wT=new A.aq(B.bh,!1,!0,!1,!1) +B.wQ=new A.aq(B.b5,!1,!0,!1,!1) +B.wR=new A.aq(B.b6,!1,!0,!1,!1) +B.wS=new A.aq(B.bi,!1,!0,!1,!1) +B.Wx=new A.aq(B.bh,!1,!0,!1,!0) +B.Wu=new A.aq(B.b5,!1,!0,!1,!0) +B.Wv=new A.aq(B.b6,!1,!0,!1,!0) +B.Ww=new A.aq(B.bi,!1,!0,!1,!0) +B.Wt=new A.aq(B.bh,!0,!0,!1,!1) +B.Ws=new A.aq(B.bi,!0,!0,!1,!1) +B.Wz=new A.aq(B.c6,!0,!0,!1,!1) +B.Wy=new A.aq(B.c7,!0,!0,!1,!1) +B.wX=new A.aq(B.bh,!1,!0,!0,!1) +B.wU=new A.aq(B.b5,!1,!0,!0,!1) +B.wV=new A.aq(B.b6,!1,!0,!0,!1) +B.wW=new A.aq(B.bi,!1,!0,!0,!1) +B.xa=new A.aq(B.id,!1,!1,!1,!0) +B.xc=new A.aq(B.ie,!1,!1,!1,!0) +B.xd=new A.aq(B.hX,!1,!1,!1,!0) +B.xb=new A.aq(B.hY,!1,!1,!1,!0) +B.WA=new A.aq(B.dd,!1,!1,!1,!0) +B.WB=new A.aq(B.dd,!1,!0,!1,!0) +B.iP=new A.aq(B.id,!0,!1,!1,!1) +B.WE=new A.aq(B.rf,!0,!1,!1,!1) +B.x8=new A.aq(B.ie,!0,!1,!1,!1) +B.WC=new A.aq(B.mp,!0,!1,!1,!1) +B.WD=new A.aq(B.mq,!0,!1,!1,!1) +B.WF=new A.aq(B.mr,!0,!1,!1,!1) +B.WG=new A.aq(B.ms,!0,!1,!1,!1) +B.WJ=new A.aq(B.mt,!0,!1,!1,!1) +B.x9=new A.aq(B.hX,!0,!1,!1,!1) +B.x7=new A.aq(B.hY,!0,!1,!1,!1) +B.WH=new A.aq(B.dd,!0,!1,!1,!1) +B.WI=new A.aq(B.dd,!0,!0,!1,!1) +B.WL=new A.H(1e5,1e5) +B.WN=new A.H(10,10) +B.WP=new A.H(22,22) +B.iQ=new A.H(34,34) +B.WR=new A.H(44,28) +B.WS=new A.H(48,36) +B.WT=new A.H(48,48) +B.WU=new A.H(64,36) +B.WW=new A.H(80,47.5) +B.WY=new A.H(77.37,37.9) +B.a7=new A.fB(0,0,null,null) +B.WZ=new A.fB(10,null,null,null) +B.X_=new A.fB(16,null,null,null) +B.X0=new A.fB(8,null,null,null) +B.X1=new A.fB(null,5,null,null) +B.X2=new A.fB(null,6,null,null) +B.X3=new A.x1(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.xf=new A.Hr(0,0,0,0,0,0,!1,!1,null,0) +B.xg=new A.a2x(1,"enabled") +B.xh=new A.a2y(1,"enabled") +B.X4=new A.Hx(0,"fixed") +B.xi=new A.Hx(1,"floating") +B.a3W=new A.x5(3,"hide") +B.X5=new A.x5(5,"timeout") +B.X6=new A.x6(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.xj=new A.Hy(0,"permissive") +B.a3X=new A.Hy(1,"normal") +B.dO=new A.x8(null,null,null,null,!1) +B.X7=new A.xb(0,"criticallyDamped") +B.X8=new A.xb(1,"underDamped") +B.X9=new A.xb(2,"overDamped") +B.dP=new A.HG(0,"loose") +B.Xa=new A.HG(2,"passthrough") +B.Xb=new A.hb("...",-1,"","","",-1,-1,"","...") +B.Xc=new A.hb("",-1,"","","",-1,-1,"","asynchronous suspension") +B.bT=new A.dS("") +B.Xd=new A.xi(0,"butt") +B.xl=new A.xi(1,"round") +B.Xe=new A.xi(2,"square") +B.Xf=new A.HJ(0,"miter") +B.xm=new A.HJ(1,"round") +B.Xg=new A.qk(null,null,null,null,null,null,0.2,null,null) +B.Xh=new A.qk(null,null,null,null,null,null,null,null,null) +B.Xi=new A.ql(null,null,null,null,null,null,null,null,null) +B.Xj=new A.jn("call") +B.aR=new A.i3("basic") +B.bG=new A.i3("click") +B.iR=new A.i3("text") +B.Xk=new A.HL(0,"click") +B.Xl=new A.HL(1,"alert") +B.xn=new A.i4(B.j,null,B.x,null,null,B.R,B.x,null) +B.xo=new A.i4(B.j,null,B.x,null,null,B.x,B.R,null) +B.Xm=new A.qn(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Xn=new A.a2Z("tap") +B.Xo=new A.a30(0) +B.p=new A.xr(0,"alphabetic") +B.Xp=new A.qq(null) +B.iV=new A.qr(3,"none") +B.xp=new A.xs(B.iV) +B.xq=new A.qr(0,"words") +B.xr=new A.qr(1,"sentences") +B.xs=new A.qr(2,"characters") +B.xt=new A.a32(3,"none") +B.iY=new A.eh(0,0,B.l,!1,0,0) +B.Xr=new A.c7("",B.iY,B.b0) +B.Xs=new A.qu(0,"character") +B.Xt=new A.qu(1,"word") +B.Xu=new A.qu(2,"line") +B.Xv=new A.qu(3,"document") +B.iX=new A.HY(0,"proportional") +B.xw=new A.xx(B.iX) +B.Xw=new A.eg(0,"none") +B.Xx=new A.eg(1,"unspecified") +B.Xy=new A.eg(10,"route") +B.Xz=new A.eg(11,"emergencyCall") +B.xx=new A.eg(12,"newline") +B.iW=new A.eg(2,"done") +B.XA=new A.eg(3,"go") +B.XB=new A.eg(4,"search") +B.XC=new A.eg(5,"send") +B.XD=new A.eg(6,"next") +B.XE=new A.eg(7,"previous") +B.XF=new A.eg(8,"continueAction") +B.XG=new A.eg(9,"join") +B.xy=new A.xz(0,null,null) +B.xz=new A.xz(1,null,null) +B.w=new A.HY(1,"even") +B.a3Y=new A.HZ(null,!0) +B.bd=new A.xB(2,"ellipsis") +B.XH=new A.xB(3,"visible") +B.dQ=new A.aW(0,B.l) +B.fs=new A.xE(0,"left") +B.ft=new A.xE(1,"right") +B.dR=new A.xE(2,"collapsed") +B.XI=new A.qw(null,null,null) +B.XJ=new A.xF(B.f,null) +B.Aj=new A.n(3506372608) +B.xu=new A.xt(1) +B.B5=new A.n(4294967040) +B.Xq=new A.a33(1,"double") +B.Yi=new A.k(!0,B.Aj,null,"monospace",null,null,48,B.lG,null,null,null,null,null,null,null,null,null,B.xu,B.B5,B.Xq,null,"fallback style; consider putting your text in a Material",null,null,null,null) +B.xA=new A.k(!0,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,B.xu,null,null,null,null,null,null,null,null) +B.xB=new A.k(!1,null,null,null,null,null,14,B.m,null,-0.15,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.ZS=new A.k(!1,null,null,null,null,null,15,B.m,null,-0.15,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.e=new A.xt(0) +B.xC=new A.k(!1,B.eg,null,".SF Pro Text",null,null,17,null,null,-0.41,null,null,null,null,null,null,null,B.e,null,null,null,null,null,null,null,null) +B.a_j=new A.k(!0,B.i,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.iZ=new A.k(!0,null,null,null,null,null,null,B.da,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.dT=new A.k(!0,null,null,null,null,null,14,B.m,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Y9=new A.k(!0,B.E,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.YH=new A.k(!0,B.E,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.Ya=new A.k(!0,B.E,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.Y6=new A.k(!0,B.E,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.Zt=new A.k(!0,B.E,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.ZP=new A.k(!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.a_U=new A.k(!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.a_P=new A.k(!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.a0l=new A.k(!0,B.j,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.a0e=new A.k(!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.ZO=new A.k(!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.a_O=new A.k(!0,B.E,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.ZV=new A.k(!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.Zw=new A.k(!0,B.j,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.a05=new A.k(!0,B.j,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.a0B=new A.cs(B.Y9,B.YH,B.Ya,B.Y6,B.Zt,B.ZP,B.a_U,B.a_P,B.a0l,B.a0e,B.ZO,B.a_O,B.ZV,B.Zw,B.a05) +B.H=new A.xr(1,"ideographic") +B.ZT=new A.k(!1,null,null,null,null,null,112,B.hQ,null,null,null,B.H,null,null,null,null,null,null,null,null,null,"dense displayLarge 2014",null,null,null,null) +B.Yq=new A.k(!1,null,null,null,null,null,56,B.m,null,null,null,B.H,null,null,null,null,null,null,null,null,null,"dense displayMedium 2014",null,null,null,null) +B.a_p=new A.k(!1,null,null,null,null,null,45,B.m,null,null,null,B.H,null,null,null,null,null,null,null,null,null,"dense displaySmall 2014",null,null,null,null) +B.Ym=new A.k(!1,null,null,null,null,null,40,B.m,null,null,null,B.H,null,null,null,null,null,null,null,null,null,"dense headlineLarge 2014",null,null,null,null) +B.a_J=new A.k(!1,null,null,null,null,null,34,B.m,null,null,null,B.H,null,null,null,null,null,null,null,null,null,"dense headlineMedium 2014",null,null,null,null) +B.Yy=new A.k(!1,null,null,null,null,null,24,B.m,null,null,null,B.H,null,null,null,null,null,null,null,null,null,"dense headlineSmall 2014",null,null,null,null) +B.a0d=new A.k(!1,null,null,null,null,null,21,B.F,null,null,null,B.H,null,null,null,null,null,null,null,null,null,"dense titleLarge 2014",null,null,null,null) +B.Y1=new A.k(!1,null,null,null,null,null,17,B.m,null,null,null,B.H,null,null,null,null,null,null,null,null,null,"dense titleMedium 2014",null,null,null,null) +B.Y3=new A.k(!1,null,null,null,null,null,15,B.F,null,null,null,B.H,null,null,null,null,null,null,null,null,null,"dense titleSmall 2014",null,null,null,null) +B.Zq=new A.k(!1,null,null,null,null,null,15,B.F,null,null,null,B.H,null,null,null,null,null,null,null,null,null,"dense bodyLarge 2014",null,null,null,null) +B.Z8=new A.k(!1,null,null,null,null,null,15,B.m,null,null,null,B.H,null,null,null,null,null,null,null,null,null,"dense bodyMedium 2014",null,null,null,null) +B.YN=new A.k(!1,null,null,null,null,null,13,B.m,null,null,null,B.H,null,null,null,null,null,null,null,null,null,"dense bodySmall 2014",null,null,null,null) +B.YU=new A.k(!1,null,null,null,null,null,15,B.F,null,null,null,B.H,null,null,null,null,null,null,null,null,null,"dense labelLarge 2014",null,null,null,null) +B.a_6=new A.k(!1,null,null,null,null,null,12,B.m,null,null,null,B.H,null,null,null,null,null,null,null,null,null,"dense labelMedium 2014",null,null,null,null) +B.XS=new A.k(!1,null,null,null,null,null,11,B.m,null,null,null,B.H,null,null,null,null,null,null,null,null,null,"dense labelSmall 2014",null,null,null,null) +B.a0C=new A.cs(B.ZT,B.Yq,B.a_p,B.Ym,B.a_J,B.Yy,B.a0d,B.Y1,B.Y3,B.Zq,B.Z8,B.YN,B.YU,B.a_6,B.XS) +B.XX=new A.k(!0,B.E,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.Yu=new A.k(!0,B.E,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.YZ=new A.k(!0,B.E,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.a01=new A.k(!0,B.E,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.a0j=new A.k(!0,B.E,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.a0g=new A.k(!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.YQ=new A.k(!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.a_V=new A.k(!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.YD=new A.k(!0,B.j,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.YM=new A.k(!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.Yj=new A.k(!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.YY=new A.k(!0,B.E,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.a0s=new A.k(!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.a_o=new A.k(!0,B.j,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.ZZ=new A.k(!0,B.j,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.a0D=new A.cs(B.XX,B.Yu,B.YZ,B.a01,B.a0j,B.a0g,B.YQ,B.a_V,B.YD,B.YM,B.Yj,B.YY,B.a0s,B.a_o,B.ZZ) +B.XT=new A.k(!0,B.D,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.YT=new A.k(!0,B.D,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.XU=new A.k(!0,B.D,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.Y8=new A.k(!0,B.D,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.Yd=new A.k(!0,B.D,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.a_M=new A.k(!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.Z5=new A.k(!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.Zg=new A.k(!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.ZF=new A.k(!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.a_e=new A.k(!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.Zn=new A.k(!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.a_R=new A.k(!0,B.D,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.a_K=new A.k(!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.Z7=new A.k(!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.a_g=new A.k(!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.a0E=new A.cs(B.XT,B.YT,B.XU,B.Y8,B.Yd,B.a_M,B.Z5,B.Zg,B.ZF,B.a_e,B.Zn,B.a_R,B.a_K,B.Z7,B.a_g) +B.G=A.c(s(["Ubuntu","Cantarell","DejaVu Sans","Liberation Sans","Arial"]),t.s) +B.ZX=new A.k(!0,B.E,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki displayLarge",null,null,null,null) +B.a_n=new A.k(!0,B.E,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki displayMedium",null,null,null,null) +B.ZJ=new A.k(!0,B.E,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki displaySmall",null,null,null,null) +B.Yx=new A.k(!0,B.E,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki headlineLarge",null,null,null,null) +B.Z6=new A.k(!0,B.E,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki headlineMedium",null,null,null,null) +B.Zh=new A.k(!0,B.B,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki headlineSmall",null,null,null,null) +B.a_F=new A.k(!0,B.B,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki titleLarge",null,null,null,null) +B.YA=new A.k(!0,B.B,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki titleMedium",null,null,null,null) +B.XQ=new A.k(!0,B.j,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki titleSmall",null,null,null,null) +B.a09=new A.k(!0,B.B,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki bodyLarge",null,null,null,null) +B.XK=new A.k(!0,B.B,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki bodyMedium",null,null,null,null) +B.a_b=new A.k(!0,B.E,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki bodySmall",null,null,null,null) +B.YO=new A.k(!0,B.B,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki labelLarge",null,null,null,null) +B.a_0=new A.k(!0,B.j,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki labelMedium",null,null,null,null) +B.a0n=new A.k(!0,B.j,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki labelSmall",null,null,null,null) +B.a0F=new A.cs(B.ZX,B.a_n,B.ZJ,B.Yx,B.Z6,B.Zh,B.a_F,B.YA,B.XQ,B.a09,B.XK,B.a_b,B.YO,B.a_0,B.a0n) +B.Yf=new A.k(!1,null,null,null,null,null,112,B.hQ,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"englishLike displayLarge 2014",null,null,null,null) +B.a0m=new A.k(!1,null,null,null,null,null,56,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"englishLike displayMedium 2014",null,null,null,null) +B.ZI=new A.k(!1,null,null,null,null,null,45,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"englishLike displaySmall 2014",null,null,null,null) +B.a_z=new A.k(!1,null,null,null,null,null,40,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"englishLike headlineLarge 2014",null,null,null,null) +B.a_f=new A.k(!1,null,null,null,null,null,34,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"englishLike headlineMedium 2014",null,null,null,null) +B.XY=new A.k(!1,null,null,null,null,null,24,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"englishLike headlineSmall 2014",null,null,null,null) +B.Z0=new A.k(!1,null,null,null,null,null,20,B.F,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"englishLike titleLarge 2014",null,null,null,null) +B.Yk=new A.k(!1,null,null,null,null,null,16,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"englishLike titleMedium 2014",null,null,null,null) +B.a_l=new A.k(!1,null,null,null,null,null,14,B.F,null,0.1,null,B.p,null,null,null,null,null,null,null,null,null,"englishLike titleSmall 2014",null,null,null,null) +B.ZY=new A.k(!1,null,null,null,null,null,14,B.F,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"englishLike bodyLarge 2014",null,null,null,null) +B.a_2=new A.k(!1,null,null,null,null,null,14,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"englishLike bodyMedium 2014",null,null,null,null) +B.Zr=new A.k(!1,null,null,null,null,null,12,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"englishLike bodySmall 2014",null,null,null,null) +B.Zu=new A.k(!1,null,null,null,null,null,14,B.F,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"englishLike labelLarge 2014",null,null,null,null) +B.Zb=new A.k(!1,null,null,null,null,null,12,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"englishLike labelMedium 2014",null,null,null,null) +B.a_x=new A.k(!1,null,null,null,null,null,10,B.m,null,1.5,null,B.p,null,null,null,null,null,null,null,null,null,"englishLike labelSmall 2014",null,null,null,null) +B.a0G=new A.cs(B.Yf,B.a0m,B.ZI,B.a_z,B.a_f,B.XY,B.Z0,B.Yk,B.a_l,B.ZY,B.a_2,B.Zr,B.Zu,B.Zb,B.a_x) +B.a0h=new A.k(!1,null,null,null,null,null,57,B.m,null,-0.25,null,B.p,1.12,B.w,null,null,null,null,null,null,null,"tall displayLarge 2021",null,null,null,null) +B.a_8=new A.k(!1,null,null,null,null,null,45,B.m,null,0,null,B.p,1.16,B.w,null,null,null,null,null,null,null,"tall displayMedium 2021",null,null,null,null) +B.Zo=new A.k(!1,null,null,null,null,null,36,B.m,null,0,null,B.p,1.22,B.w,null,null,null,null,null,null,null,"tall displaySmall 2021",null,null,null,null) +B.a0A=new A.k(!1,null,null,null,null,null,32,B.m,null,0,null,B.p,1.25,B.w,null,null,null,null,null,null,null,"tall headlineLarge 2021",null,null,null,null) +B.a0t=new A.k(!1,null,null,null,null,null,28,B.m,null,0,null,B.p,1.29,B.w,null,null,null,null,null,null,null,"tall headlineMedium 2021",null,null,null,null) +B.a_y=new A.k(!1,null,null,null,null,null,24,B.m,null,0,null,B.p,1.33,B.w,null,null,null,null,null,null,null,"tall headlineSmall 2021",null,null,null,null) +B.XO=new A.k(!1,null,null,null,null,null,22,B.m,null,0,null,B.p,1.27,B.w,null,null,null,null,null,null,null,"tall titleLarge 2021",null,null,null,null) +B.a0i=new A.k(!1,null,null,null,null,null,16,B.F,null,0.15,null,B.p,1.5,B.w,null,null,null,null,null,null,null,"tall titleMedium 2021",null,null,null,null) +B.Yz=new A.k(!1,null,null,null,null,null,14,B.F,null,0.1,null,B.p,1.43,B.w,null,null,null,null,null,null,null,"tall titleSmall 2021",null,null,null,null) +B.XL=new A.k(!1,null,null,null,null,null,16,B.m,null,0.5,null,B.p,1.5,B.w,null,null,null,null,null,null,null,"tall bodyLarge 2021",null,null,null,null) +B.a_d=new A.k(!1,null,null,null,null,null,14,B.m,null,0.25,null,B.p,1.43,B.w,null,null,null,null,null,null,null,"tall bodyMedium 2021",null,null,null,null) +B.ZR=new A.k(!1,null,null,null,null,null,12,B.m,null,0.4,null,B.p,1.33,B.w,null,null,null,null,null,null,null,"tall bodySmall 2021",null,null,null,null) +B.a_w=new A.k(!1,null,null,null,null,null,14,B.F,null,0.1,null,B.p,1.43,B.w,null,null,null,null,null,null,null,"tall labelLarge 2021",null,null,null,null) +B.a_c=new A.k(!1,null,null,null,null,null,12,B.F,null,0.5,null,B.p,1.33,B.w,null,null,null,null,null,null,null,"tall labelMedium 2021",null,null,null,null) +B.YC=new A.k(!1,null,null,null,null,null,11,B.F,null,0.5,null,B.p,1.45,B.w,null,null,null,null,null,null,null,"tall labelSmall 2021",null,null,null,null) +B.a0H=new A.cs(B.a0h,B.a_8,B.Zo,B.a0A,B.a0t,B.a_y,B.XO,B.a0i,B.Yz,B.XL,B.a_d,B.ZR,B.a_w,B.a_c,B.YC) +B.a_q=new A.k(!0,B.D,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.Zx=new A.k(!0,B.D,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.Z4=new A.k(!0,B.D,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.a0f=new A.k(!0,B.D,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.Yl=new A.k(!0,B.D,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.Y2=new A.k(!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.Ze=new A.k(!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.ZU=new A.k(!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.Zl=new A.k(!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.ZB=new A.k(!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.a_H=new A.k(!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.Y4=new A.k(!0,B.D,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.a_a=new A.k(!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.Zp=new A.k(!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.a_Y=new A.k(!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.a0I=new A.cs(B.a_q,B.Zx,B.Z4,B.a0f,B.Yl,B.Y2,B.Ze,B.ZU,B.Zl,B.ZB,B.a_H,B.Y4,B.a_a,B.Zp,B.a_Y) +B.Z3=new A.k(!1,null,null,null,null,null,112,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"tall displayLarge 2014",null,null,null,null) +B.Yr=new A.k(!1,null,null,null,null,null,56,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"tall displayMedium 2014",null,null,null,null) +B.a0v=new A.k(!1,null,null,null,null,null,45,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"tall displaySmall 2014",null,null,null,null) +B.a_s=new A.k(!1,null,null,null,null,null,40,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"tall headlineLarge 2014",null,null,null,null) +B.YP=new A.k(!1,null,null,null,null,null,34,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"tall headlineMedium 2014",null,null,null,null) +B.YK=new A.k(!1,null,null,null,null,null,24,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"tall headlineSmall 2014",null,null,null,null) +B.a0r=new A.k(!1,null,null,null,null,null,21,B.da,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"tall titleLarge 2014",null,null,null,null) +B.YW=new A.k(!1,null,null,null,null,null,17,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"tall titleMedium 2014",null,null,null,null) +B.a0w=new A.k(!1,null,null,null,null,null,15,B.F,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"tall titleSmall 2014",null,null,null,null) +B.a0k=new A.k(!1,null,null,null,null,null,15,B.da,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"tall bodyLarge 2014",null,null,null,null) +B.Zd=new A.k(!1,null,null,null,null,null,15,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"tall bodyMedium 2014",null,null,null,null) +B.a_u=new A.k(!1,null,null,null,null,null,13,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"tall bodySmall 2014",null,null,null,null) +B.a_5=new A.k(!1,null,null,null,null,null,15,B.da,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"tall labelLarge 2014",null,null,null,null) +B.a_A=new A.k(!1,null,null,null,null,null,12,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"tall labelMedium 2014",null,null,null,null) +B.a_3=new A.k(!1,null,null,null,null,null,11,B.m,null,null,null,B.p,null,null,null,null,null,null,null,null,null,"tall labelSmall 2014",null,null,null,null) +B.a0J=new A.cs(B.Z3,B.Yr,B.a0v,B.a_s,B.YP,B.YK,B.a0r,B.YW,B.a0w,B.a0k,B.Zd,B.a_u,B.a_5,B.a_A,B.a_3) +B.ZN=new A.k(!0,B.D,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.a_G=new A.k(!0,B.D,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.Zf=new A.k(!0,B.D,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.ZA=new A.k(!0,B.D,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.YG=new A.k(!0,B.D,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.Zz=new A.k(!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.YR=new A.k(!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.a_r=new A.k(!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.Z2=new A.k(!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.Zi=new A.k(!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.Zy=new A.k(!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.Yc=new A.k(!0,B.D,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.a_D=new A.k(!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.ZD=new A.k(!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.a_m=new A.k(!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.a0K=new A.cs(B.ZN,B.a_G,B.Zf,B.ZA,B.YG,B.Zz,B.YR,B.a_r,B.Z2,B.Zi,B.Zy,B.Yc,B.a_D,B.ZD,B.a_m) +B.a06=new A.k(!1,null,null,null,null,null,57,B.m,null,-0.25,null,B.H,1.12,B.w,null,null,null,null,null,null,null,"dense displayLarge 2021",null,null,null,null) +B.a07=new A.k(!1,null,null,null,null,null,45,B.m,null,0,null,B.H,1.16,B.w,null,null,null,null,null,null,null,"dense displayMedium 2021",null,null,null,null) +B.a02=new A.k(!1,null,null,null,null,null,36,B.m,null,0,null,B.H,1.22,B.w,null,null,null,null,null,null,null,"dense displaySmall 2021",null,null,null,null) +B.a_I=new A.k(!1,null,null,null,null,null,32,B.m,null,0,null,B.H,1.25,B.w,null,null,null,null,null,null,null,"dense headlineLarge 2021",null,null,null,null) +B.Ye=new A.k(!1,null,null,null,null,null,28,B.m,null,0,null,B.H,1.29,B.w,null,null,null,null,null,null,null,"dense headlineMedium 2021",null,null,null,null) +B.ZQ=new A.k(!1,null,null,null,null,null,24,B.m,null,0,null,B.H,1.33,B.w,null,null,null,null,null,null,null,"dense headlineSmall 2021",null,null,null,null) +B.Y5=new A.k(!1,null,null,null,null,null,22,B.m,null,0,null,B.H,1.27,B.w,null,null,null,null,null,null,null,"dense titleLarge 2021",null,null,null,null) +B.Yb=new A.k(!1,null,null,null,null,null,16,B.F,null,0.15,null,B.H,1.5,B.w,null,null,null,null,null,null,null,"dense titleMedium 2021",null,null,null,null) +B.Z1=new A.k(!1,null,null,null,null,null,14,B.F,null,0.1,null,B.H,1.43,B.w,null,null,null,null,null,null,null,"dense titleSmall 2021",null,null,null,null) +B.a0z=new A.k(!1,null,null,null,null,null,16,B.m,null,0.5,null,B.H,1.5,B.w,null,null,null,null,null,null,null,"dense bodyLarge 2021",null,null,null,null) +B.a_W=new A.k(!1,null,null,null,null,null,14,B.m,null,0.25,null,B.H,1.43,B.w,null,null,null,null,null,null,null,"dense bodyMedium 2021",null,null,null,null) +B.YJ=new A.k(!1,null,null,null,null,null,12,B.m,null,0.4,null,B.H,1.33,B.w,null,null,null,null,null,null,null,"dense bodySmall 2021",null,null,null,null) +B.a_k=new A.k(!1,null,null,null,null,null,14,B.F,null,0.1,null,B.H,1.43,B.w,null,null,null,null,null,null,null,"dense labelLarge 2021",null,null,null,null) +B.Yn=new A.k(!1,null,null,null,null,null,12,B.F,null,0.5,null,B.H,1.33,B.w,null,null,null,null,null,null,null,"dense labelMedium 2021",null,null,null,null) +B.a0q=new A.k(!1,null,null,null,null,null,11,B.F,null,0.5,null,B.H,1.45,B.w,null,null,null,null,null,null,null,"dense labelSmall 2021",null,null,null,null) +B.a0L=new A.cs(B.a06,B.a07,B.a02,B.a_I,B.Ye,B.ZQ,B.Y5,B.Yb,B.Z1,B.a0z,B.a_W,B.YJ,B.a_k,B.Yn,B.a0q) +B.Yp=new A.k(!1,null,null,null,null,null,57,B.m,null,-0.25,null,B.p,1.12,B.w,null,null,null,null,null,null,null,"englishLike displayLarge 2021",null,null,null,null) +B.YX=new A.k(!1,null,null,null,null,null,45,B.m,null,0,null,B.p,1.16,B.w,null,null,null,null,null,null,null,"englishLike displayMedium 2021",null,null,null,null) +B.a08=new A.k(!1,null,null,null,null,null,36,B.m,null,0,null,B.p,1.22,B.w,null,null,null,null,null,null,null,"englishLike displaySmall 2021",null,null,null,null) +B.Z9=new A.k(!1,null,null,null,null,null,32,B.m,null,0,null,B.p,1.25,B.w,null,null,null,null,null,null,null,"englishLike headlineLarge 2021",null,null,null,null) +B.Zk=new A.k(!1,null,null,null,null,null,28,B.m,null,0,null,B.p,1.29,B.w,null,null,null,null,null,null,null,"englishLike headlineMedium 2021",null,null,null,null) +B.a_L=new A.k(!1,null,null,null,null,null,24,B.m,null,0,null,B.p,1.33,B.w,null,null,null,null,null,null,null,"englishLike headlineSmall 2021",null,null,null,null) +B.a_C=new A.k(!1,null,null,null,null,null,22,B.m,null,0,null,B.p,1.27,B.w,null,null,null,null,null,null,null,"englishLike titleLarge 2021",null,null,null,null) +B.XZ=new A.k(!1,null,null,null,null,null,16,B.F,null,0.15,null,B.p,1.5,B.w,null,null,null,null,null,null,null,"englishLike titleMedium 2021",null,null,null,null) +B.Yt=new A.k(!1,null,null,null,null,null,14,B.F,null,0.1,null,B.p,1.43,B.w,null,null,null,null,null,null,null,"englishLike titleSmall 2021",null,null,null,null) +B.XP=new A.k(!1,null,null,null,null,null,16,B.m,null,0.5,null,B.p,1.5,B.w,null,null,null,null,null,null,null,"englishLike bodyLarge 2021",null,null,null,null) +B.XM=new A.k(!1,null,null,null,null,null,14,B.m,null,0.25,null,B.p,1.43,B.w,null,null,null,null,null,null,null,"englishLike bodyMedium 2021",null,null,null,null) +B.a_h=new A.k(!1,null,null,null,null,null,12,B.m,null,0.4,null,B.p,1.33,B.w,null,null,null,null,null,null,null,"englishLike bodySmall 2021",null,null,null,null) +B.YS=new A.k(!1,null,null,null,null,null,14,B.F,null,0.1,null,B.p,1.43,B.w,null,null,null,null,null,null,null,"englishLike labelLarge 2021",null,null,null,null) +B.a_Z=new A.k(!1,null,null,null,null,null,12,B.F,null,0.5,null,B.p,1.33,B.w,null,null,null,null,null,null,null,"englishLike labelMedium 2021",null,null,null,null) +B.Zc=new A.k(!1,null,null,null,null,null,11,B.F,null,0.5,null,B.p,1.45,B.w,null,null,null,null,null,null,null,"englishLike labelSmall 2021",null,null,null,null) +B.a0M=new A.cs(B.Yp,B.YX,B.a08,B.Z9,B.Zk,B.a_L,B.a_C,B.XZ,B.Yt,B.XP,B.XM,B.a_h,B.YS,B.a_Z,B.Zc) +B.ZK=new A.k(!0,B.E,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.Z_=new A.k(!0,B.E,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.a0a=new A.k(!0,B.E,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.Yg=new A.k(!0,B.E,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.a_S=new A.k(!0,B.E,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.XV=new A.k(!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.Zm=new A.k(!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.ZC=new A.k(!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.XN=new A.k(!0,B.j,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.a_v=new A.k(!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.Yh=new A.k(!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.a0o=new A.k(!0,B.E,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.ZE=new A.k(!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.Y7=new A.k(!0,B.j,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.Yo=new A.k(!0,B.j,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.a0N=new A.cs(B.ZK,B.Z_,B.a0a,B.Yg,B.a_S,B.XV,B.Zm,B.ZC,B.XN,B.a_v,B.Yh,B.a0o,B.ZE,B.Y7,B.Yo) +B.Zv=new A.k(!0,B.D,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki displayLarge",null,null,null,null) +B.ZG=new A.k(!0,B.D,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki displayMedium",null,null,null,null) +B.a0_=new A.k(!0,B.D,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki displaySmall",null,null,null,null) +B.a_B=new A.k(!0,B.D,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki headlineLarge",null,null,null,null) +B.a0p=new A.k(!0,B.D,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki headlineMedium",null,null,null,null) +B.ZM=new A.k(!0,B.i,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki headlineSmall",null,null,null,null) +B.YE=new A.k(!0,B.i,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki titleLarge",null,null,null,null) +B.a0x=new A.k(!0,B.i,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki titleMedium",null,null,null,null) +B.Yv=new A.k(!0,B.i,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki titleSmall",null,null,null,null) +B.XR=new A.k(!0,B.i,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki bodyLarge",null,null,null,null) +B.Zj=new A.k(!0,B.i,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki bodyMedium",null,null,null,null) +B.YV=new A.k(!0,B.D,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki bodySmall",null,null,null,null) +B.Y_=new A.k(!0,B.i,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki labelLarge",null,null,null,null) +B.ZL=new A.k(!0,B.i,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki labelMedium",null,null,null,null) +B.Y0=new A.k(!0,B.i,null,"Roboto",B.G,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki labelSmall",null,null,null,null) +B.a0O=new A.cs(B.Zv,B.ZG,B.a0_,B.a_B,B.a0p,B.ZM,B.YE,B.a0x,B.Yv,B.XR,B.Zj,B.YV,B.Y_,B.ZL,B.Y0) +B.Zs=new A.k(!0,B.E,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.a_E=new A.k(!0,B.E,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.a_9=new A.k(!0,B.E,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.a_i=new A.k(!0,B.E,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.XW=new A.k(!0,B.E,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.a__=new A.k(!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.YL=new A.k(!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.a_4=new A.k(!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.Ys=new A.k(!0,B.j,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.a04=new A.k(!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.a_Q=new A.k(!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.ZW=new A.k(!0,B.E,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.YI=new A.k(!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.YB=new A.k(!0,B.j,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.a_N=new A.k(!0,B.j,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.a0P=new A.cs(B.Zs,B.a_E,B.a_9,B.a_i,B.XW,B.a__,B.YL,B.a_4,B.Ys,B.a04,B.a_Q,B.ZW,B.YI,B.YB,B.a_N) +B.a_7=new A.k(!0,B.D,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.a0u=new A.k(!0,B.D,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.a0b=new A.k(!0,B.D,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.YF=new A.k(!0,B.D,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.a03=new A.k(!0,B.D,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.a_1=new A.k(!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.a0y=new A.k(!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.Za=new A.k(!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.ZH=new A.k(!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.a_X=new A.k(!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.Yw=new A.k(!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.a0c=new A.k(!0,B.D,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.a00=new A.k(!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.a_T=new A.k(!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.a_t=new A.k(!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.a0Q=new A.cs(B.a_7,B.a0u,B.a0b,B.YF,B.a03,B.a_1,B.a0y,B.Za,B.ZH,B.a_X,B.Yw,B.a0c,B.a00,B.a_T,B.a_t) +B.a0R=new A.jo("Static icons",null,null,null,null,null,null,null,null) +B.a0S=new A.jo("Widget icons",null,null,null,null,null,null,null,null) +B.a0T=new A.jo("Flutter Yaru Icons Demo",null,null,null,null,null,null,null,null) +B.a0U=new A.jo("Animated icons",null,null,null,null,null,null,null,null) +B.a3Z=new A.xG(0,"system") +B.a0V=new A.xG(1,"light") +B.xD=new A.xG(2,"dark") +B.U7=new A.i(0.056,0.024) +B.TW=new A.i(0.108,0.3085) +B.Uc=new A.i(0.198,0.541) +B.U0=new A.i(0.3655,1) +B.U5=new A.i(0.5465,0.989) +B.xE=new A.xH(B.U7,B.TW,B.Uc,B.U0,B.U5) +B.TV=new A.i(0.05,0) +B.U4=new A.i(0.133333,0.06) +B.TU=new A.i(0.166666,0.4) +B.TZ=new A.i(0.208333,0.82) +B.U3=new A.i(0.25,1) +B.a0W=new A.xH(B.TV,B.U4,B.TU,B.TZ,B.U3) +B.a0X=new A.xI(null) +B.j_=new A.a40(0,"clamp") +B.a0Y=new A.xJ(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.a0Z=new A.xK(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.bH=new A.I7(0.001,0.001) +B.xF=new A.xL(!1,!1,!1,!1) +B.a1_=new A.xL(!0,!1,!1,!0) +B.a10=new A.xL(!0,!0,!0,!0) +B.a11=new A.qC(null,null,null,null,null,null,null,null,null,null) +B.a12=new A.qC(null,null,null,null,null,null,null,null,null,B.bO) +B.xG=new A.xN(0,"identity") +B.xH=new A.xN(1,"transform2d") +B.xI=new A.xN(2,"complex") +B.bo=new A.l9(0,"up") +B.bp=new A.l9(1,"right") +B.bq=new A.l9(2,"down") +B.br=new A.l9(3,"left") +B.xJ=new A.I9(0,"closedLoop") +B.a13=new A.I9(1,"leaveFlutterView") +B.a15=A.ap("iG") +B.a14=A.ap("iH") +B.a16=A.ap("eW") +B.a17=A.ap("i5") +B.a18=A.ap("iF") +B.a19=A.ap("jg") +B.a1a=A.ap("md") +B.a1b=A.ap("oc") +B.a1c=A.ap("on") +B.a1d=A.ap("CJ") +B.a1e=A.ap("bO") +B.a1f=A.ap("hB") +B.a1g=A.ap("tV") +B.a1h=A.ap("m2") +B.a1i=A.ap("m3") +B.xK=A.ap("afq") +B.j0=A.ap("et") +B.a1j=A.ap("at6") +B.a1k=A.ap("fR") +B.a1l=A.ap("oO") +B.a1m=A.ap("VA") +B.a1n=A.ap("VJ") +B.a1o=A.ap("VK") +B.xL=A.ap("fT") +B.a1p=A.ap("j5") +B.a1q=A.ap("XB") +B.a1r=A.ap("XC") +B.a1s=A.ap("XD") +B.a1t=A.ap("aCY") +B.a1u=A.ap("bg>") +B.j1=A.ap("eB") +B.j2=A.ap("akb") +B.cM=A.ap("vm") +B.a1v=A.ap("mQ") +B.a1w=A.ap("N") +B.a1x=A.ap("pA") +B.dU=A.ap("f7") +B.a1y=A.ap("kH") +B.a1z=A.ap("n3") +B.a1A=A.ap("ja") +B.a1B=A.ap("kO") +B.a1C=A.ap("h5") +B.a1D=A.ap("agl") +B.j3=A.ap("d8") +B.a1E=A.ap("jh") +B.a1F=A.ap("kZ") +B.a1G=A.ap("no") +B.a1H=A.ap("B") +B.a1I=A.ap("i6") +B.j4=A.ap("ef") +B.a1J=A.ap("l8") +B.a1K=A.ap("a4q") +B.a1L=A.ap("qG") +B.a1M=A.ap("a4r") +B.a1N=A.ap("i7") +B.a1O=A.ap("la") +B.a1P=A.ap("fF") +B.a1Q=A.ap("agH") +B.j5=A.ap("fU") +B.a1R=A.ap("xV") +B.a1S=A.ap("qV") +B.a1T=A.ap("jI<@>") +B.a1U=A.ap("ie") +B.a1V=A.ap("il") +B.a1W=A.ap("im") +B.a1X=A.ap("ki") +B.a1Y=A.ap("iI") +B.a1Z=A.ap("ma") +B.j6=A.ap("hj") +B.a2_=A.ap("u9") +B.a20=A.ap("mf") +B.a21=A.ap("mb") +B.a22=A.ap("me") +B.a23=A.ap("at5") +B.a24=A.ap("m4") +B.yH=new A.ag(B.j,1,B.r,-1) +B.a25=new A.hg(B.jM,B.yH) +B.a26=new A.Ib(0,"undo") +B.a27=new A.Ib(1,"redo") +B.a28=new A.qJ(!1,!1) +B.a29=new A.Id(0,"scope") +B.xM=new A.Id(1,"previouslyFocusedChild") +B.cf=new A.a4A(!1) +B.xN=new A.nC(B.f,0,B.t,B.f) +B.a2a=new A.Ik(0,"up") +B.j8=new A.Ik(1,"down") +B.a2b=new A.Il(null) +B.cN=new A.jv(0,0) +B.a2c=new A.jv(-2,-2) +B.a2d=new A.It(null) +B.a2e=new A.It(!0) +B.a2f=new A.Iv(null) +B.a2g=new A.Iv(!0) +B.a2h=new A.Iy(!1) +B.a2i=new A.Iy(!0) +B.a2j=new A.xW(!0,0.5) +B.a2k=new A.xW(null,null) +B.a2l=new A.xW(!0,null) +B.bs=new A.a4O(0,"once") +B.a2m=new A.xZ(0,"compact") +B.j9=new A.xZ(1,"labelled") +B.bt=new A.xZ(2,"labelledExtended") +B.h4=new A.PI() +B.T0=new A.cq([B.bU,B.h4,B.ba,B.h4,B.bV,B.h4],t.Ce) +B.a2n=new A.IF(B.T0) +B.h5=new A.PT() +B.T1=new A.cq([B.bU,B.h5,B.ba,B.h5,B.bV,B.h5],t.Ce) +B.a2o=new A.IF(B.T1) +B.a2p=new A.IH(0,"outlined") +B.fv=new A.IH(1,"filled") +B.a4_=new A.nF(null,null,null,null,null,null,null) +B.ja=new A.y2(0,"hidden") +B.a2q=new A.y2(1,"undecorated") +B.xO=new A.y2(2,"normal") +B.a2r=new A.ia(0,!0,null,null,null,null,null,null,null,null,null) +B.jb=new A.cy(0,"orange") +B.xP=new A.cy(10,"kubuntuBlue") +B.xQ=new A.cy(11,"lubuntuBlue") +B.xR=new A.cy(12,"ubuntuBudgieBlue") +B.xS=new A.cy(13,"ubuntuButterflyPink") +B.xT=new A.cy(14,"ubuntuCinnamonBrown") +B.xU=new A.cy(15,"ubuntuMateGreen") +B.xV=new A.cy(16,"ubuntuStudioBlue") +B.xW=new A.cy(17,"ubuntuUnityPurple") +B.xX=new A.cy(18,"xubuntuBlue") +B.xY=new A.cy(1,"bark") +B.xZ=new A.cy(2,"sage") +B.y_=new A.cy(3,"olive") +B.y0=new A.cy(4,"viridian") +B.y1=new A.cy(5,"prussianGreen") +B.y2=new A.cy(6,"blue") +B.y3=new A.cy(7,"purple") +B.y4=new A.cy(8,"magenta") +B.y5=new A.cy(9,"red") +B.fw=new A.a5c(0,"yaru") +B.y6=new A.qS(0,"close") +B.dW=new A.qS(1,"maximize") +B.fx=new A.qS(2,"restore") +B.a2s=new A.qS(3,"minimize") +B.a2t=new A.fj(null,!1,null,!1,null,!1,null,!1,!1,null,null) +B.al=new A.qU(0,"forward") +B.jc=new A.qU(1,"reverse") +B.a2u=new A.yj(0,"checkbox") +B.a2v=new A.yj(1,"radio") +B.a2w=new A.yj(2,"toggle") +B.Ba=new A.n(67108864) +B.Qe=A.c(s([B.Ba,B.y]),t.t_) +B.a2x=new A.hk(B.Qe) +B.a2y=new A.hk(null) +B.jd=new A.nK(0,"backButton") +B.je=new A.nK(1,"nextButton") +B.ch=new A.yI(0,"ready") +B.dX=new A.yJ(0,"ready") +B.a2E=new A.yI(1,"possible") +B.jg=new A.yJ(1,"possible") +B.fy=new A.yI(2,"accepted") +B.fz=new A.yJ(2,"accepted") +B.P=new A.r7(0,"initial") +B.ci=new A.r7(1,"active") +B.a2F=new A.r7(2,"inactive") +B.yb=new A.r7(3,"defunct") +B.yc=new A.nN(0) +B.yd=new A.yS(B.bG,"clickable") +B.a2M=new A.yS(B.iR,"textable") +B.a2N=new A.yW(1,"small") +B.a2O=new A.yW(2,"large") +B.jh=new A.yW(3,"extended") +B.ji=new A.nO(0,"ready") +B.fA=new A.nO(1,"possible") +B.ye=new A.nO(2,"accepted") +B.fB=new A.nO(3,"started") +B.a2P=new A.nO(4,"peaked") +B.fC=new A.rd(0,"idle") +B.a2Q=new A.rd(1,"absorb") +B.fD=new A.rd(2,"pull") +B.yf=new A.rd(3,"recede") +B.cO=new A.lh(0,"pressed") +B.cP=new A.lh(1,"hover") +B.yg=new A.lh(2,"focus") +B.a2R=new A.a8e(0,"standard") +B.S=new A.ri(0,"minWidth") +B.a_=new A.ri(1,"maxWidth") +B.ab=new A.ri(2,"minHeight") +B.aJ=new A.ri(3,"maxHeight") +B.fE=new A.ds(0,"size") +B.a32=new A.ds(1,"orientation") +B.yh=new A.ds(10,"accessibleNavigation") +B.jj=new A.ds(12,"highContrast") +B.jk=new A.ds(14,"boldText") +B.jl=new A.ds(15,"navigationMode") +B.yi=new A.ds(16,"gestureSettings") +B.bu=new A.ds(2,"devicePixelRatio") +B.cQ=new A.ds(3,"textScaleFactor") +B.fF=new A.ds(4,"platformBrightness") +B.b2=new A.ds(5,"padding") +B.fG=new A.ds(6,"viewInsets") +B.a33=new A.ds(8,"viewPadding") +B.jm=new A.ll(1/0,1/0,1/0,1/0,1/0,1/0) +B.a34=new A.cf(B.dq,B.cA) +B.ew=new A.mz(1,"left") +B.a35=new A.cf(B.dq,B.ew) +B.ex=new A.mz(2,"right") +B.a36=new A.cf(B.dq,B.ex) +B.a37=new A.cf(B.dq,B.bC) +B.a38=new A.cf(B.dr,B.cA) +B.a39=new A.cf(B.dr,B.ew) +B.a3a=new A.cf(B.dr,B.ex) +B.a3b=new A.cf(B.dr,B.bC) +B.a3c=new A.cf(B.ds,B.cA) +B.a3d=new A.cf(B.ds,B.ew) +B.a3e=new A.cf(B.ds,B.ex) +B.a3f=new A.cf(B.ds,B.bC) +B.a3g=new A.cf(B.dt,B.cA) +B.a3h=new A.cf(B.dt,B.ew) +B.a3i=new A.cf(B.dt,B.ex) +B.a3j=new A.cf(B.dt,B.bC) +B.a3k=new A.cf(B.rs,B.bC) +B.a3l=new A.cf(B.rt,B.bC) +B.a3m=new A.cf(B.ru,B.bC) +B.a3n=new A.cf(B.rv,B.bC) +B.jn=new A.M1(B.n) +B.a3q=new A.M5(null) +B.a3p=new A.M6(null) +B.a3o=new A.M8(null) +B.yj=new A.du(0,"staging") +B.fH=new A.du(1,"add") +B.a3t=new A.du(10,"remove") +B.a3u=new A.du(11,"popping") +B.a3v=new A.du(12,"removing") +B.jo=new A.du(13,"dispose") +B.a3w=new A.du(14,"disposing") +B.fI=new A.du(15,"disposed") +B.a3x=new A.du(2,"adding") +B.jp=new A.du(3,"push") +B.yk=new A.du(4,"pushReplace") +B.yl=new A.du(5,"pushing") +B.a3y=new A.du(6,"replace") +B.cR=new A.du(7,"idle") +B.dY=new A.du(8,"pop") +B.a3z=new A.du(9,"complete") +B.fJ=new A.eJ(0,"body") +B.fK=new A.eJ(1,"appBar") +B.jr=new A.eJ(10,"endDrawer") +B.fL=new A.eJ(11,"statusBar") +B.fM=new A.eJ(2,"bodyScrim") +B.fN=new A.eJ(3,"bottomSheet") +B.cS=new A.eJ(4,"snackBar") +B.fO=new A.eJ(5,"materialBanner") +B.js=new A.eJ(6,"persistentFooter") +B.jt=new A.eJ(7,"bottomNavigationBar") +B.fP=new A.eJ(8,"floatingActionButton") +B.ju=new A.eJ(9,"drawer") +B.a3B=new A.ho(B.o,B.a7,B.bQ,null,null) +B.WM=new A.H(100,0) +B.a3C=new A.ho(B.WM,B.a7,B.bQ,null,null) +B.k=new A.abk(0,"created") +B.cj=new A.Om(0,"trailing") +B.ym=new A.Om(1,"leading") +B.jv=new A.rE(0,"idle") +B.a3D=new A.rE(1,"absorb") +B.jw=new A.rE(2,"pull") +B.jx=new A.rE(3,"recede") +B.yn=new A.rH(0,"first") +B.a3E=new A.rH(1,"middle") +B.yo=new A.rH(2,"last") +B.jy=new A.rH(3,"only") +B.a3F=new A.AU(B.eg,B.cu) +B.fQ=new A.AX(0,"leading") +B.fR=new A.AX(1,"middle") +B.fS=new A.AX(2,"trailing") +B.a3G=new A.P3(0,"minimize") +B.a3H=new A.P3(1,"maximize")})();(function staticFields(){$.o2=null +$.bY=A.aX("canvasKit") +$.cF=A.aX("_instance") +$.as2=A.A(t.N,A.ab("as")) +$.alz=!1 +$.aly=null +$.bS=null +$.anR=0 +$.eL=null +$.ahe=!1 +$.aBf=A.c([],A.ab("C>")) +$.lx=A.c([],t.c) +$.BT=B.lf +$.BQ=null +$.Y_=null +$.ag4=null +$.aoh=null +$.aoe=null +$.akH=null +$.amY=null +$.amo=0 +$.ahf=A.c([],t.no) +$.ahp=-1 +$.aha=-1 +$.ah9=-1 +$.ahl=-1 +$.ano=-1 +$.agh=null +$.d3=null +$.wS=null +$.Re=A.A(t.N,t.e) +$.a8O=null +$.oa=A.c([],t.R) +$.akN=null +$.a_c=0 +$.G8=A.azS() +$.aiD=null +$.aiC=null +$.anZ=null +$.anB=null +$.aog=null +$.aea=null +$.aex=null +$.ahC=null +$.aa4=A.c([],A.ab("C?>")) +$.rQ=null +$.BV=null +$.BW=null +$.ahk=!1 +$.ac=B.ap +$.anb=A.A(t.N,t.xd) +$.axS=null +$.ann=A.A(t.C_,t.e) +$.atM=A.aAo() +$.afA=0 +$.Ec=A.c([],A.ab("C")) +$.ak6=null +$.R2=0 +$.adt=null +$.ahc=!1 +$.e7=null +$.ah0=!0 +$.ah_=!1 +$.nx=A.c([],A.ab("C")) +$.FS=null +$.GL=null +$.ak5=0 +$.bx=null +$.agp=null +$.aj6=0 +$.aj4=A.A(t.S,t.I7) +$.aj5=A.A(t.I7,t.S) +$.a1O=0 +$.dQ=null +$.qm=null +$.agy=null +$.alG=1 +$.af=null +$.iz=null +$.oG=null +$.amt=1 +$.ag7=-9007199254740992 +$.au2=function(){var s=t.n +return A.c([A.c([0.001200833568784504,0.002389694492170889,0.0002795742885861124],s),A.c([0.0005891086651375999,0.0029785502573438758,0.0003270666104008398],s),A.c([0.00010146692491640572,0.0005364214359186694,0.0032979401770712076],s)],t.zg)}() +$.au0=function(){var s=t.n +return A.c([A.c([1373.2198709594231,-1100.4251190754821,-7.278681089101213],s),A.c([-271.815969077903,559.6580465940733,-32.46047482791194],s),A.c([1.9622899599665666,-57.173814538844006,308.7233197812385],s)],t.zg)}() +$.uC=A.c([0.2126,0.7152,0.0722],t.n) +$.atZ=A.c([0.015176349177441876,0.045529047532325624,0.07588174588720938,0.10623444424209313,0.13658714259697685,0.16693984095186062,0.19729253930674434,0.2276452376616281,0.2579979360165119,0.28835063437139563,0.3188300904430532,0.350925934958123,0.3848314933096426,0.42057480301049466,0.458183274052838,0.4976837250274023,0.5391024159806381,0.5824650784040898,0.6277969426914107,0.6751227633498623,0.7244668422128921,0.775853049866786,0.829304845476233,0.8848452951698498,0.942497089126609,1.0022825574869039,1.0642236851973577,1.1283421258858297,1.1946592148522128,1.2631959812511864,1.3339731595349034,1.407011200216447,1.4823302800086415,1.5599503113873272,1.6398909516233677,1.7221716113234105,1.8068114625156377,1.8938294463134073,1.9832442801866852,2.075074464868551,2.1693382909216234,2.2660538449872063,2.36523901573795,2.4669114995532007,2.5710888059345764,2.6777882626779785,2.7870270208169257,2.898822059350997,3.0131901897720907,3.1301480604002863,3.2497121605402226,3.3718988244681087,3.4967242352587946,3.624204428461639,3.754355295633311,3.887192587735158,4.022731918402185,4.160988767090289,4.301978482107941,4.445716283538092,4.592217266055746,4.741496401646282,4.893568542229298,5.048448422192488,5.20615066083972,5.3666897647573375,5.5300801301023865,5.696336044816294,5.865471690767354,6.037501145825082,6.212438385869475,6.390297286737924,6.571091626112461,6.7548350853498045,6.941541251256611,7.131223617812143,7.323895587840543,7.5195704746346665,7.7182615035334345,7.919981813454504,8.124744458384042,8.332562408825165,8.543448553206703,8.757415699253682,8.974476575321063,9.194643831691977,9.417930041841839,9.644347703669503,9.873909240696694,10.106627003236781,10.342513269534024,10.58158024687427,10.8238400726681,11.069304815507364,11.317986476196008,11.569896988756009,11.825048221409341,12.083451977536606,12.345119996613247,12.610063955123938,12.878295467455942,13.149826086772048,13.42466730586372,13.702830557985108,13.984327217668513,14.269168601521828,14.55736596900856,14.848930523210871,15.143873411576273,15.44220572664832,15.743938506781891,16.04908273684337,16.35764934889634,16.66964922287304,16.985093187232053,17.30399201960269,17.62635644741625,17.95219714852476,18.281524751807332,18.614349837764564,18.95068293910138,19.290534541298456,19.633915083172692,19.98083495742689,20.331304511189067,20.685334046541502,21.042933821039977,21.404114048223256,21.76888489811322,22.137256497705877,22.50923893145328,22.884842241736916,23.264076429332462,23.6469514538663,24.033477234264016,24.42366364919083,24.817520537484558,25.21505769858089,25.61628489293138,26.021211842414342,26.429848230738664,26.842203703840827,27.258287870275353,27.678110301598522,28.10168053274597,28.529008062403893,28.96010235337422,29.39497283293396,29.83362889318845,30.276079891419332,30.722335150426627,31.172403958865512,31.62629557157785,32.08401920991837,32.54558406207592,33.010999283389665,33.4802739966603,33.953417292456834,34.430438229418264,34.911345834551085,35.39614910352207,35.88485700094671,36.37747846067349,36.87402238606382,37.37449765026789,37.87891309649659,38.38727753828926,38.89959975977785,39.41588851594697,39.93615253289054,40.460400508064545,40.98864111053629,41.520882981230194,42.05713473317016,42.597404951718396,43.141702194811224,43.6900349931913,44.24241185063697,44.798841244188324,45.35933162437017,45.92389141541209,46.49252901546552,47.065252796817916,47.64207110610409,48.22299226451468,48.808024568002054,49.3971762874833,49.9904556690408,50.587870934119984,51.189430279724725,51.79514187861014,52.40501387947288,53.0190544071392,53.637271562750364,54.259673423945976,54.88626804504493,55.517063457223934,56.15206766869424,56.79128866487574,57.43473440856916,58.08241284012621,58.734331877617365,59.39049941699807,60.05092333227251,60.715611475655585,61.38457167773311,62.057811747619894,62.7353394731159,63.417162620860914,64.10328893648692,64.79372614476921,65.48848194977529,66.18756403501224,66.89098006357258,67.59873767827808,68.31084450182222,69.02730813691093,69.74813616640164,70.47333615344107,71.20291564160104,71.93688215501312,72.67524319850172,73.41800625771542,74.16517879925733,74.9167682708136,75.67278210128072,76.43322770089146,77.1981124613393,77.96744375590167,78.74122893956174,79.51947534912904,80.30219030335869,81.08938110306934,81.88105503125999,82.67721935322541,83.4778813166706,84.28304815182372,85.09272707154808,85.90692527145302,86.72564993000343,87.54890820862819,88.3767072518277,89.2090541872801,90.04595612594655,90.88742016217518,91.73345337380438,92.58406282226491,93.43925555268066,94.29903859396902,95.16341895893969,96.03240364439274,96.9059996312159,97.78421388448044,98.6670533535366,99.55452497210776],t.n) +$.asm=function(){var s=t.n +return A.c([A.c([0.41233895,0.35762064,0.18051042],s),A.c([0.2126,0.7152,0.0722],s),A.c([0.01932141,0.11916382,0.95034478],s)],t.zg)}() +$.T3=A.c([95.047,100,108.883],t.n) +$.aki=null +$.akg=null +$.akh=null +$.agL=A.A(t.nE,t.Uy) +$.am8=A.A(t.K,t.nE)})();(function lazyInitializers(){var s=hunkHelpers.lazyFinal,r=hunkHelpers.lazy +s($,"aEF","eO",()=>{var q="navigator" +return A.aAX(A.auf(A.w(A.w(self.window,q),"vendor")),B.d.acQ(A.atd(A.w(self.window,q))))}) +s($,"aFk","cO",()=>A.aAY()) +s($,"aEJ","Rl",()=>A.w(A.w(A.a0(),"ClipOp"),"Intersect")) +s($,"aFt","aqk",()=>{var q="FontWeight" +return A.c([A.w(A.w(A.a0(),q),"Thin"),A.w(A.w(A.a0(),q),"ExtraLight"),A.w(A.w(A.a0(),q),"Light"),A.w(A.w(A.a0(),q),"Normal"),A.w(A.w(A.a0(),q),"Medium"),A.w(A.w(A.a0(),q),"SemiBold"),A.w(A.w(A.a0(),q),"Bold"),A.w(A.w(A.a0(),q),"ExtraBold"),A.w(A.w(A.a0(),q),"ExtraBlack")],t.J)}) +s($,"aFE","aqu",()=>{var q="TextDirection" +return A.c([A.w(A.w(A.a0(),q),"RTL"),A.w(A.w(A.a0(),q),"LTR")],t.J)}) +s($,"aFB","aqs",()=>{var q="TextAlign" +return A.c([A.w(A.w(A.a0(),q),"Left"),A.w(A.w(A.a0(),q),"Right"),A.w(A.w(A.a0(),q),"Center"),A.w(A.w(A.a0(),q),"Justify"),A.w(A.w(A.a0(),q),"Start"),A.w(A.w(A.a0(),q),"End")],t.J)}) +s($,"aFF","aqv",()=>{var q="TextHeightBehavior" +return A.c([A.w(A.w(A.a0(),q),"All"),A.w(A.w(A.a0(),q),"DisableFirstAscent"),A.w(A.w(A.a0(),q),"DisableLastDescent"),A.w(A.w(A.a0(),q),"DisableAll")],t.J)}) +s($,"aFx","aqo",()=>{var q="RectHeightStyle" +return A.c([A.w(A.w(A.a0(),q),"Tight"),A.w(A.w(A.a0(),q),"Max"),A.w(A.w(A.a0(),q),"IncludeLineSpacingMiddle"),A.w(A.w(A.a0(),q),"IncludeLineSpacingTop"),A.w(A.w(A.a0(),q),"IncludeLineSpacingBottom"),A.w(A.w(A.a0(),q),"Strut")],t.J)}) +s($,"aFy","aqp",()=>{var q="RectWidthStyle" +return A.c([A.w(A.w(A.a0(),q),"Tight"),A.w(A.w(A.a0(),q),"Max")],t.J)}) +s($,"aFr","ai9",()=>A.c([A.w(A.w(A.a0(),"ClipOp"),"Difference"),A.w(A.w(A.a0(),"ClipOp"),"Intersect")],t.J)) +s($,"aFs","Cb",()=>{var q="FillType" +return A.c([A.w(A.w(A.a0(),q),"Winding"),A.w(A.w(A.a0(),q),"EvenOdd")],t.J)}) +s($,"aFv","aqm",()=>{var q="PathOp" +return A.c([A.w(A.w(A.a0(),q),"Difference"),A.w(A.w(A.a0(),q),"Intersect"),A.w(A.w(A.a0(),q),"Union"),A.w(A.w(A.a0(),q),"XOR"),A.w(A.w(A.a0(),q),"ReverseDifference")],t.J)}) +s($,"aFq","aqj",()=>{var q="BlurStyle" +return A.c([A.w(A.w(A.a0(),q),"Normal"),A.w(A.w(A.a0(),q),"Solid"),A.w(A.w(A.a0(),q),"Outer"),A.w(A.w(A.a0(),q),"Inner")],t.J)}) +s($,"aFz","aqq",()=>{var q="StrokeCap" +return A.c([A.w(A.w(A.a0(),q),"Butt"),A.w(A.w(A.a0(),q),"Round"),A.w(A.w(A.a0(),q),"Square")],t.J)}) +s($,"aFu","aql",()=>{var q="PaintStyle" +return A.c([A.w(A.w(A.a0(),q),"Fill"),A.w(A.w(A.a0(),q),"Stroke")],t.J)}) +s($,"aFp","aqi",()=>{var q="BlendMode" +return A.c([A.w(A.w(A.a0(),q),"Clear"),A.w(A.w(A.a0(),q),"Src"),A.w(A.w(A.a0(),q),"Dst"),A.w(A.w(A.a0(),q),"SrcOver"),A.w(A.w(A.a0(),q),"DstOver"),A.w(A.w(A.a0(),q),"SrcIn"),A.w(A.w(A.a0(),q),"DstIn"),A.w(A.w(A.a0(),q),"SrcOut"),A.w(A.w(A.a0(),q),"DstOut"),A.w(A.w(A.a0(),q),"SrcATop"),A.w(A.w(A.a0(),q),"DstATop"),A.w(A.w(A.a0(),q),"Xor"),A.w(A.w(A.a0(),q),"Plus"),A.w(A.w(A.a0(),q),"Modulate"),A.w(A.w(A.a0(),q),"Screen"),A.w(A.w(A.a0(),q),"Overlay"),A.w(A.w(A.a0(),q),"Darken"),A.w(A.w(A.a0(),q),"Lighten"),A.w(A.w(A.a0(),q),"ColorDodge"),A.w(A.w(A.a0(),q),"ColorBurn"),A.w(A.w(A.a0(),q),"HardLight"),A.w(A.w(A.a0(),q),"SoftLight"),A.w(A.w(A.a0(),q),"Difference"),A.w(A.w(A.a0(),q),"Exclusion"),A.w(A.w(A.a0(),q),"Multiply"),A.w(A.w(A.a0(),q),"Hue"),A.w(A.w(A.a0(),q),"Saturation"),A.w(A.w(A.a0(),q),"Color"),A.w(A.w(A.a0(),q),"Luminosity")],t.J)}) +s($,"aFA","aqr",()=>{var q="StrokeJoin" +return A.c([A.w(A.w(A.a0(),q),"Miter"),A.w(A.w(A.a0(),q),"Round"),A.w(A.w(A.a0(),q),"Bevel")],t.J)}) +s($,"aFG","aib",()=>{var q="TileMode" +return A.c([A.w(A.w(A.a0(),q),"Clamp"),A.w(A.w(A.a0(),q),"Repeat"),A.w(A.w(A.a0(),q),"Mirror"),A.w(A.w(A.a0(),q),"Decal")],t.J)}) +s($,"aEM","ai4",()=>{var q="FilterMode",p="MipmapMode",o="Linear",n=t.e +return A.aD([B.hM,n.a({filter:A.w(A.w(A.a0(),q),"Nearest"),mipmap:A.w(A.w(A.a0(),p),"None")}),B.CC,n.a({filter:A.w(A.w(A.a0(),q),o),mipmap:A.w(A.w(A.a0(),p),"None")}),B.CD,n.a({filter:A.w(A.w(A.a0(),q),o),mipmap:A.w(A.w(A.a0(),p),o)}),B.lB,n.a({B:A.ajt(0.3333333333333333),C:A.ajt(0.3333333333333333)})],A.ab("mg"),n)}) +s($,"aEW","apX",()=>{var q=A.ag5(2) +q[0]=0 +q[1]=1 +return q}) +s($,"aFo","aqh",()=>A.aBK(4)) +s($,"aFD","aqt",()=>{var q="DecorationStyle" +return A.c([A.w(A.w(A.a0(),q),"Solid"),A.w(A.w(A.a0(),q),"Double"),A.w(A.w(A.a0(),q),"Dotted"),A.w(A.w(A.a0(),q),"Dashed"),A.w(A.w(A.a0(),q),"Wavy")],t.J)}) +s($,"aFC","aia",()=>{var q="TextBaseline" +return A.c([A.w(A.w(A.a0(),q),"Alphabetic"),A.w(A.w(A.a0(),q),"Ideographic")],t.J)}) +s($,"aFw","aqn",()=>{var q="PlaceholderAlignment" +return A.c([A.w(A.w(A.a0(),q),"Baseline"),A.w(A.w(A.a0(),q),"AboveBaseline"),A.w(A.w(A.a0(),q),"BelowBaseline"),A.w(A.w(A.a0(),q),"Top"),A.w(A.w(A.a0(),q),"Bottom"),A.w(A.w(A.a0(),q),"Middle")],t.J)}) +r($,"aCS","aeS",()=>{var q=t.S,p=t.t +return new A.Ey(A.atw(),A.A(q,A.ab("aCJ")),A.A(q,A.ab("aDO")),A.A(q,A.ab("jl")),A.ax(q),A.c([],p),A.c([],p),$.ct().gnW(),A.A(q,A.ab("b3")))}) +r($,"aEN","apO",()=>{var q=A.ajL(new A.ady()),p=self.window.FinalizationRegistry +p.toString +return A.ayW(p,q)}) +r($,"aG4","aqH",()=>new A.Zb()) +s($,"aEI","apN",()=>A.alk(A.w(A.a0(),"ParagraphBuilder"))) +s($,"aCu","aov",()=>A.an5(A.BS(A.BS(A.BS(A.ao_(),"window"),"flutterCanvasKit"),"Paint"))) +s($,"aCt","aou",()=>{var q=A.an5(A.BS(A.BS(A.BS(A.ao_(),"window"),"flutterCanvasKit"),"Paint")) +A.awh(q,0) +return q}) +s($,"aGa","aqJ",()=>{var q=t.N,p=A.ab("+breaks,graphemes,words(qG,qG,qG)"),o=A.afX(B.wb.a,q,p),n=A.afX(B.wc.a,q,p) +return new A.N5(A.afX(B.wd.a,q,p),n,o)}) +s($,"aER","apS",()=>A.aD([B.m5,A.anN("grapheme"),B.m6,A.anN("word")],A.ab("uO"),t.e)) +s($,"aFQ","aqE",()=>A.aAT()) +s($,"aFP","aqD",()=>{var q=A.w(self.window,"trustedTypes") +q.toString +return A.ayZ(q,"createPolicy",A.awv("flutter-engine"),t.e.a({createScriptURL:A.ajL(new A.adZ())}))}) +r($,"aFU","aqG",()=>self.window.FinalizationRegistry!=null) +s($,"aEO","apP",()=>B.Y.c_(A.aD(["type","fontsChange"],t.N,t.z))) +s($,"aG6","aik",()=>{var q=t.N,p=t.S +return new A.ZR(A.A(q,t._8),A.A(p,t.e),A.ax(q),A.A(p,q))}) +s($,"aEX","ai5",()=>8589934852) +s($,"aEY","apY",()=>8589934853) +s($,"aEZ","ai6",()=>8589934848) +s($,"aF_","apZ",()=>8589934849) +s($,"aF3","ai8",()=>8589934850) +s($,"aF4","aq1",()=>8589934851) +s($,"aF1","ai7",()=>8589934854) +s($,"aF2","aq0",()=>8589934855) +s($,"aF9","aq6",()=>458978) +s($,"aFa","aq7",()=>458982) +s($,"aG1","aih",()=>458976) +s($,"aG2","aii",()=>458980) +s($,"aFd","aqa",()=>458977) +s($,"aFe","aqb",()=>458981) +s($,"aFb","aq8",()=>458979) +s($,"aFc","aq9",()=>458983) +s($,"aF0","aq_",()=>A.aD([$.ai5(),new A.adE(),$.apY(),new A.adF(),$.ai6(),new A.adG(),$.apZ(),new A.adH(),$.ai8(),new A.adI(),$.aq1(),new A.adJ(),$.ai7(),new A.adK(),$.aq0(),new A.adL()],t.S,A.ab("E(hK)"))) +s($,"aEU","apV",()=>124) +s($,"aEV","apW",()=>59) +r($,"aCR","aeR",()=>new A.Ex(A.c([],A.ab("C<~(E)>")),A.ajr(self.window,"(forced-colors: active)"))) +s($,"aCL","aL",()=>{var q,p=A.afx(),o=A.aB7(),n=A.aty(0) +if(A.atb($.aeR().b))n.sa9H(!0) +p=A.auZ(n.eM(),!1,"/",p,B.x,!1,null,o) +o=A.ajr(self.window,"(prefers-color-scheme: dark)") +A.aAR() +o=new A.DW(p,A.A(t.S,A.ab("mh")),A.A(t.K,A.ab("Io")),o,B.ap) +o.Ul() +p=$.aeR() +q=p.a +if(B.b.ga6(q))A.ayY(p.b,"addListener",p.gHX()) +q.push(o.gK_()) +o.Up() +o.Ut() +A.aBY(o.gdc()) +o.PF("flutter/lifecycle",B.ii.a5q(A.auP(B.a3.qi(B.fW.H())).buffer),null) +return o}) +r($,"aDk","aoU",()=>new A.a0Q()) +r($,"azo","apQ",()=>A.BX()) +s($,"aFm","S",()=>new A.CM()) +s($,"aCp","aot",()=>{var q=t.N +return new A.Se(A.aD(["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($,"aGb","Rp",()=>new A.X6()) +s($,"aFM","aqA",()=>A.ag5(4)) +s($,"aFK","aic",()=>A.ag5(16)) +s($,"aFL","aqz",()=>A.auA($.aic())) +r($,"aG7","df",()=>A.at8(A.w(self.window,"console"))) +s($,"aGd","ct",()=>A.atB(0,$.aL())) +s($,"aCy","ahV",()=>A.aBq("_$dart_dartClosure")) +s($,"aG5","aqI",()=>B.ap.f5(new A.aeI())) +s($,"aDB","ap1",()=>A.jt(A.a4p({ +toString:function(){return"$receiver$"}}))) +s($,"aDC","ap2",()=>A.jt(A.a4p({$method$:null, +toString:function(){return"$receiver$"}}))) +s($,"aDD","ap3",()=>A.jt(A.a4p(null))) +s($,"aDE","ap4",()=>A.jt(function(){var $argumentsExpr$="$arguments$" +try{null.$method$($argumentsExpr$)}catch(q){return q.message}}())) +s($,"aDH","ap7",()=>A.jt(A.a4p(void 0))) +s($,"aDI","ap8",()=>A.jt(function(){var $argumentsExpr$="$arguments$" +try{(void 0).$method$($argumentsExpr$)}catch(q){return q.message}}())) +s($,"aDG","ap6",()=>A.jt(A.alW(null))) +s($,"aDF","ap5",()=>A.jt(function(){try{null.$method$}catch(q){return q.message}}())) +s($,"aDK","apa",()=>A.jt(A.alW(void 0))) +s($,"aDJ","ap9",()=>A.jt(function(){try{(void 0).$method$}catch(q){return q.message}}())) +s($,"aFj","aqf",()=>A.alx(254)) +s($,"aF5","aq2",()=>97) +s($,"aFh","aqd",()=>65) +s($,"aF6","aq3",()=>122) +s($,"aFi","aqe",()=>90) +s($,"aF7","aq4",()=>48) +s($,"aDV","ai1",()=>A.axq()) +s($,"aCP","C9",()=>A.ab("am").a($.aqI())) +s($,"aDM","apb",()=>new A.a4C().$0()) +s($,"aDN","apc",()=>new A.a4B().$0()) +s($,"aDW","apg",()=>A.auM(A.rP(A.c([-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)))) +s($,"aEf","aps",()=>A.w4("^[\\-\\.0-9A-Z_a-z~]*$",!0,!1)) +r($,"aEP","apR",()=>new Error().stack!=void 0) +s($,"aEQ","cZ",()=>A.o8(B.a1w)) +s($,"aDv","Rg",()=>{A.avz() +return $.a_c}) +s($,"aFn","aqg",()=>A.azd()) +s($,"aES","apT",()=>new A.N()) +s($,"aD5","aoJ",()=>A.ay6()) +s($,"aD8","aoM",()=>A.ay9()) +s($,"aD6","aoK",()=>A.ay7()) +s($,"aD7","aoL",()=>A.ay8()) +s($,"aD4","aoI",()=>A.ay4()) +s($,"aD9","aoN",()=>A.ayb()) +r($,"aE9","apn",()=>A.axT()) +r($,"aEa","apo",()=>A.ay0()) +s($,"aFI","aqx",()=>A.ayn(0)) +s($,"aFJ","aqy",()=>A.ayo(1)) +s($,"aCK","cN",()=>A.mO(A.auN(A.c([1],t.t)).buffer,0,null).getInt8(0)===1?B.ah:B.zd) +s($,"aFV","Ro",()=>new A.Sy(A.A(t.N,A.ab("jA")))) +r($,"aFl","aeX",()=>B.zh) +s($,"aFH","aqw",()=>{var q,p,o,n,m=A.c([],A.ab("C")) +for(q=B.rh.gbN().fs(0),p=q.length,o=0;oA.c([A.fV(new A.acU(),"Ok","YaruAnimatedOkIcon()"),A.fV(new A.acV(),"Ok filled","YaruAnimatedOkIcon(filled: true)"),A.fV(new A.acW(),"No network","YaruAnimatedNoNetworkIcon()"),A.fV(new A.acX(),"Compass","YaruAnimatedCompassIcon()"),A.fV(new A.acY(),"Compass filled","YaruAnimatedCompassIcon(filled: true)"),A.fV(new A.acZ(),"Heart","YaruAnimatedHeartIcon()"),A.fV(new A.ad_(),"Heart filled","YaruAnimatedHeartIcon(filled: true)"),A.fV(new A.ad0(),"Star","YaruAnimatedStarIcon()"),A.fV(new A.ad1(),"Star semi filled","YaruAnimatedStarIcon(filled: true, fillSize: .5)"),A.fV(new A.ad2(),"Star filled","YaruAnimatedStarIcon(filled: true)")],A.ab("C"))) +s($,"aFR","aqF",()=>A.c([A.fV(new A.ae_(),"Placeholder","YaruPlaceholderIcon()")],A.ab("C"))) +r($,"aCU","aoD",()=>$.aqw()) +r($,"aCT","aoC",()=>$.apK()) +r($,"aCV","aoE",()=>$.aqF()) +s($,"aFX","aif",()=>new A.JQ()) +s($,"aFf","aqc",()=>A.dD(B.dv,B.f,t.Q)) +s($,"aF8","aq5",()=>A.dD(B.f,B.U_,t.Q)) +r($,"aE0","api",()=>A.asI(B.a2y,B.a2x)) +s($,"aFY","aig",()=>new A.Do()) +r($,"aE5","apm",()=>new A.M4(B.a3q,B.P)) +s($,"aFN","aqB",()=>new A.adW().$0()) +s($,"aEG","apL",()=>new A.ad7().$0()) +r($,"aCN","hu",()=>$.atM) +s($,"aCr","au",()=>A.b4(0,null,!1,t.Nw)) +s($,"aE_","Ca",()=>new A.ld(0,$.aph())) +s($,"aDZ","aph",()=>A.azX(0)) +s($,"aEK","Rm",()=>A.kz(null,t.N)) +s($,"aEL","ai3",()=>A.aws()) +s($,"aDS","apf",()=>A.auO(8)) +s($,"aDu","aoZ",()=>A.w4("^\\s*at ([^\\s]+).*$",!0,!1)) +s($,"aG_","aeY",()=>new A.Kf()) +s($,"aEc","app",()=>A.dD(0.75,1,t.i)) +s($,"aEd","apq",()=>A.eT(B.zL)) +s($,"aCW","aoF",()=>A.eT(B.aF)) +s($,"aCX","aoG",()=>A.eT(B.Ps)) +r($,"aDy","ahZ",()=>new A.HZ(new A.a3C(),A.b6()===B.ar)) +s($,"aEx","apJ",()=>{var q=t.i +return A.c([A.alV(A.dD(0,0.4,q).iF(A.eT(B.Bh)),0.166666,q),A.alV(A.dD(0.4,1,q).iF(A.eT(B.Bk)),0.833334,q)],A.ab("C>"))}) +s($,"aEw","Rk",()=>A.ax1($.apJ(),t.i)) +s($,"aEp","apC",()=>A.dD(0,1,t.i).iF(A.eT(B.Pr))) +s($,"aEq","apD",()=>A.dD(1.1,1,t.i).iF($.Rk())) +s($,"aEr","apE",()=>A.dD(0.85,1,t.i).iF($.Rk())) +s($,"aEs","apF",()=>A.dD(0,0.6,t.PM).iF(A.eT(B.Pu))) +s($,"aEt","apG",()=>A.dD(1,0,t.i).iF(A.eT(B.Pv))) +s($,"aEv","apI",()=>A.dD(1,1.05,t.i).iF($.Rk())) +s($,"aEu","apH",()=>A.dD(1,0.9,t.i).iF($.Rk())) +s($,"aE1","apj",()=>A.dD(0.875,1,t.i).iF(A.eT(B.ct))) +s($,"aG3","aij",()=>new A.Fm()) +s($,"aDA","ap0",()=>A.awR()) +s($,"aDz","ap_",()=>new A.KF(A.A(A.ab("rf"),t.we),5,A.ab("KF"))) +s($,"aD0","aeT",()=>A.auL(4)) +r($,"aDg","aoQ",()=>B.Ak) +r($,"aDi","aoS",()=>{var q=null +return A.alK(q,B.hf,q,q,q,q,"sans-serif",q,q,18,q,q,q,q,q,q,q,q,q,q,q)}) +r($,"aDh","aoR",()=>{var q=null +return A.ag9(q,q,q,q,q,q,q,q,q,B.fq,B.a1,q)}) +s($,"aEe","apr",()=>A.auB()) +s($,"aDj","aoT",()=>A.alx(65532)) +s($,"aFO","aqC",()=>{var q=A.auW() +q.saj(B.y) +return q}) +s($,"aFg","Rn",()=>98304) +s($,"aDp","aeW",()=>A.i1()) +s($,"aDo","aoW",()=>A.akq(0)) +s($,"aDq","aoX",()=>A.akq(0)) +s($,"aDr","aoY",()=>A.auC().a) +s($,"aG8","aeZ",()=>{var q=t.N,p=t.L0 +return new A.ZM(A.A(q,A.ab("as")),A.A(q,p),A.A(q,p))}) +s($,"aCq","ahU",()=>new A.Sf()) +s($,"aCZ","aoH",()=>A.aD([4294967562,B.PE,4294967564,B.PF,4294967556,B.PG],t.S,t.SQ)) +s($,"aDe","aeV",()=>new A.a_l(A.c([],A.ab("C<~(h3)>")),A.A(t.v3,t.r))) +s($,"aDd","aoP",()=>{var q=t.v3 +return A.aD([B.a3d,A.bQ([B.cF],q),B.a3e,A.bQ([B.cH],q),B.a3f,A.bQ([B.cF,B.cH],q),B.a3c,A.bQ([B.cF],q),B.a39,A.bQ([B.cE],q),B.a3a,A.bQ([B.dy],q),B.a3b,A.bQ([B.cE,B.dy],q),B.a38,A.bQ([B.cE],q),B.a35,A.bQ([B.cD],q),B.a36,A.bQ([B.dx],q),B.a37,A.bQ([B.cD,B.dx],q),B.a34,A.bQ([B.cD],q),B.a3h,A.bQ([B.cG],q),B.a3i,A.bQ([B.dz],q),B.a3j,A.bQ([B.cG,B.dz],q),B.a3g,A.bQ([B.cG],q),B.a3k,A.bQ([B.c9],q),B.a3l,A.bQ([B.eW],q),B.a3m,A.bQ([B.eV],q),B.a3n,A.bQ([B.dw],q)],A.ab("cf"),A.ab("b3"))}) +s($,"aDc","ahY",()=>A.aD([B.cF,B.di,B.cH,B.eI,B.cE,B.aY,B.dy,B.b7,B.cD,B.dh,B.dx,B.eH,B.cG,B.dj,B.dz,B.eJ,B.c9,B.de,B.eW,B.eF,B.eV,B.eG],t.v3,t.r)) +s($,"aDb","aoO",()=>{var q=A.A(t.v3,t.r) +q.p(0,B.dw,B.hZ) +q.P(0,$.ahY()) +return q}) +s($,"aCM","aoB",()=>new A.E6("\n",!1,"")) +s($,"aDx","by",()=>{var q=$.Ri() +q=new A.HX(q,A.bQ([q],A.ab("xy")),A.A(t.N,A.ab("alb"))) +q.c=B.rz +q.gVi().md(q.ga_Y()) +return q}) +s($,"aE8","Ri",()=>new A.Mk()) +s($,"aDL","ai_",()=>{var q=new A.Ic() +q.a=B.Ui +q.ga4d().md(q.ga_d()) +return q}) +r($,"aDR","ape",()=>{var q=A.ab("~(aU)") +return A.aD([B.a1j,A.ajb(!0),B.a23,A.ajb(!1),B.a1D,new A.GM(A.vH(q)),B.a1v,new A.FD(A.vH(q)),B.a1z,new A.G5(A.vH(q)),B.xK,new A.u6(!1,A.vH(q)),B.j3,A.avU(),B.a1A,new A.G9(A.vH(q)),B.a1Q,new A.Ir(A.vH(q))],t.u,t.od)}) +s($,"aCA","aeQ",()=>{var q,p,o,n=t.vz,m=A.A(t.Vz,n) +for(q=A.ab("aq"),p=0;p<2;++p){o=B.hW[p] +m.P(0,A.aD([A.da(B.aX,!1,!1,!1,o),B.hr,A.da(B.aX,!1,!0,!1,o),B.hv,A.da(B.aX,!0,!1,!1,o),B.ht,A.da(B.aL,!1,!1,!1,o),B.hs,A.da(B.aL,!1,!0,!1,o),B.hw,A.da(B.aL,!0,!1,!1,o),B.hu],q,n))}m.p(0,B.fn,B.d8) +m.p(0,B.fo,B.d9) +m.p(0,B.fj,B.eo) +m.p(0,B.fk,B.ep) +m.p(0,B.wQ,B.hE) +m.p(0,B.wR,B.hF) +m.p(0,B.wS,B.hI) +m.p(0,B.wT,B.hJ) +m.p(0,B.iK,B.c2) +m.p(0,B.iL,B.c3) +m.p(0,B.iM,B.em) +m.p(0,B.iN,B.en) +m.p(0,B.wU,B.lt) +m.p(0,B.wV,B.lu) +m.p(0,B.wW,B.lr) +m.p(0,B.wX,B.ls) +m.p(0,B.wY,B.hG) +m.p(0,B.wZ,B.hH) +m.p(0,B.x_,B.Cz) +m.p(0,B.x0,B.CA) +m.p(0,B.Ws,B.Cx) +m.p(0,B.Wt,B.Cy) +m.p(0,B.dM,B.lz) +m.p(0,B.dN,B.lA) +m.p(0,B.iJ,B.hK) +m.p(0,B.iO,B.hL) +m.p(0,B.x7,B.l8) +m.p(0,B.x8,B.l7) +m.p(0,B.x9,B.k7) +m.p(0,B.iP,B.ka) +m.p(0,B.WH,B.kc) +m.p(0,B.WI,B.k9) +m.p(0,B.fp,B.v) +m.p(0,B.fg,B.v) +return m}) +s($,"aCz","ahW",()=>$.aeQ()) +s($,"aCB","aow",()=>$.ahW()) +s($,"aCD","aoy",()=>{var q=A.pl($.aeQ(),t.Vz,t.vz) +q.p(0,B.fh,B.c2) +q.p(0,B.fi,B.c3) +q.p(0,B.fl,B.lt) +q.p(0,B.fm,B.lu) +return q}) +s($,"aCE","ahX",()=>{var q,p,o,n=t.vz,m=A.A(t.Vz,n) +for(q=A.ab("aq"),p=0;p<2;++p){o=B.hW[p] +m.P(0,A.aD([A.da(B.aX,!1,!1,!1,o),B.hr,A.da(B.aX,!0,!1,!1,o),B.hv,A.da(B.aX,!1,!1,!0,o),B.ht,A.da(B.aL,!1,!1,!1,o),B.hs,A.da(B.aL,!0,!1,!1,o),B.hw,A.da(B.aL,!1,!1,!0,o),B.hu],q,n))}m.p(0,B.fn,B.d8) +m.p(0,B.fo,B.d9) +m.p(0,B.fj,B.eo) +m.p(0,B.fk,B.ep) +m.p(0,B.wQ,B.hE) +m.p(0,B.wR,B.hF) +m.p(0,B.wS,B.hI) +m.p(0,B.wT,B.hJ) +m.p(0,B.iK,B.hG) +m.p(0,B.iL,B.hH) +m.p(0,B.iM,B.c2) +m.p(0,B.iN,B.c3) +m.p(0,B.wU,B.lx) +m.p(0,B.wV,B.ly) +m.p(0,B.wW,B.lv) +m.p(0,B.wX,B.lw) +m.p(0,B.x1,B.c2) +m.p(0,B.x2,B.c3) +m.p(0,B.x3,B.em) +m.p(0,B.x4,B.en) +m.p(0,B.Wu,B.lp) +m.p(0,B.Wv,B.lq) +m.p(0,B.Ww,B.hC) +m.p(0,B.Wx,B.hD) +m.p(0,B.WJ,B.kb) +m.p(0,B.fh,B.wn) +m.p(0,B.fi,B.wo) +m.p(0,B.fl,B.hC) +m.p(0,B.fm,B.hD) +m.p(0,B.dM,B.iF) +m.p(0,B.dN,B.fb) +m.p(0,B.iJ,B.hK) +m.p(0,B.iO,B.hL) +m.p(0,B.xb,B.l8) +m.p(0,B.xc,B.l7) +m.p(0,B.xd,B.k7) +m.p(0,B.xa,B.ka) +m.p(0,B.WA,B.kc) +m.p(0,B.WB,B.k9) +m.p(0,B.WC,B.c3) +m.p(0,B.iP,B.c2) +m.p(0,B.WD,B.d9) +m.p(0,B.WE,B.d8) +m.p(0,B.WF,B.ep) +m.p(0,B.WG,B.eo) +m.p(0,B.fp,B.v) +m.p(0,B.fg,B.v) +return m}) +s($,"aCC","aox",()=>$.ahX()) +s($,"aCG","aoA",()=>{var q=A.pl($.aeQ(),t.Vz,t.vz) +q.p(0,B.dM,B.lz) +q.p(0,B.dN,B.lA) +q.p(0,B.fh,B.Cv) +q.p(0,B.fi,B.Cw) +q.p(0,B.fl,B.Ct) +q.p(0,B.fm,B.Cu) +q.p(0,B.x5,B.em) +q.p(0,B.x6,B.en) +q.p(0,B.Wy,B.lr) +q.p(0,B.Wz,B.ls) +return q}) +s($,"aCF","aoz",()=>{var q,p,o,n=t.vz,m=A.A(t.Vz,n) +for(q=A.ab("aq"),p=0;p<2;++p){o=B.hW[p] +m.P(0,A.aD([A.da(B.aX,!1,!1,!1,o),B.v,A.da(B.aL,!1,!1,!1,o),B.v,A.da(B.aX,!0,!1,!1,o),B.v,A.da(B.aL,!0,!1,!1,o),B.v,A.da(B.aX,!1,!0,!1,o),B.v,A.da(B.aL,!1,!0,!1,o),B.v,A.da(B.aX,!1,!1,!0,o),B.v,A.da(B.aL,!1,!1,!0,o),B.v],q,n))}m.P(0,B.T2) +m.p(0,B.x7,B.v) +m.p(0,B.xb,B.v) +m.p(0,B.x8,B.v) +m.p(0,B.xc,B.v) +m.p(0,B.x9,B.v) +m.p(0,B.xd,B.v) +m.p(0,B.iP,B.v) +m.p(0,B.xa,B.v) +return m}) +r($,"aE6","ai2",()=>new A.M3(B.a3o,B.P)) +s($,"aE3","apl",()=>A.dD(1,0,t.i)) +s($,"aD1","hv",()=>A.ajB()) +r($,"aEb","Rj",()=>{var q=A.dW(null),p=A.asp(t.H) +return new A.M2(B.wj,q,p)}) +s($,"aE2","apk",()=>A.cv(16667,0)) +s($,"aDl","aoV",()=>A.alv(0.5,1.1,100)) +s($,"aCv","aeP",()=>A.ao3(0.78)/A.ao3(0.9)) +s($,"aGc","aqK",()=>new A.ZU(A.A(t.N,A.ab("as?(bO?)")))) +s($,"aDQ","apd",()=>$.Rh()) +s($,"aDP","Rh",()=>{var q,p,o,n,m,l,k,j,i,h,g=63.66197723675813*A.T4(50)/100,f=A.ahH(0.1,50),e=$.T3[0],d=$.T3[1],c=$.T3[2],b=e*0.401288+d*0.650173+c*-0.051461,a=e*-0.250268+d*1.204414+c*0.045854,a0=e*-0.002079+d*0.048952+c*0.953127,a1=A.auz(0.59,0.69,0.9999999999999998),a2=1-0.2777777777777778*A.aB4((-g-42)/92) +if(a2>1)a2=1 +else if(a2<0)a2=0 +q=A.c([a2*(100/b)+1-a2,a2*(100/a)+1-a2,a2*(100/a0)+1-a2],t.n) +e=5*g +p=1/(e+1) +o=p*p*p*p +n=1-o +m=o*g+0.1*n*n*A.C3(e,0.3333333333333333) +l=A.T4(f)/$.T3[1] +e=A.aC0(l) +k=0.725/A.C3(l,0.2) +j=[A.C3(m*q[0]*b/100,0.42),A.C3(m*q[1]*a/100,0.42),A.C3(m*q[2]*a0/100,0.42)] +d=j[0] +c=j[1] +i=j[2] +h=[400*d/(d+27.13),400*c/(c+27.13),400*i/(i+27.13)] +return new A.a4G(l,(40*h[0]+20*h[1]+h[2])/20*k,k,k,a1,1,q,m,A.C3(m,0.25),1.48+e)}) +s($,"aD2","aeU",()=>A.ajB()) +s($,"aET","apU",()=>!A.ab("P

").b(A.c([],t.Z))) +s($,"aEH","apM",()=>{var q=null +return A.aiM(q,q,q,q,q,q,q,A.avQ(A.e2(6),B.n),q)}) +s($,"aGk","aqQ",()=>A.de(null,B.j)) +s($,"aGj","aqP",()=>A.dd(null,B.j,!0,B.i)) +s($,"aGm","aqS",()=>A.de(null,B.ku)) +s($,"aGl","aqR",()=>A.dd(null,null,!1,B.ku)) +s($,"aGp","aqU",()=>A.de(null,B.ks)) +s($,"aGo","aqT",()=>A.dd(null,null,!1,B.ks)) +s($,"aEj","apw",()=>A.dD(B.TT,B.f,t.Q)) +s($,"aEi","apv",()=>A.dD(B.f,B.Ud,t.Q)) +s($,"aEh","apu",()=>A.eT(B.aG)) +s($,"aEg","apt",()=>A.eT(B.ct)) +s($,"aEo","apB",()=>A.dD(B.U2,B.f,t.Q)) +s($,"aEn","apA",()=>A.dD(B.f,B.f,t.Q)) +s($,"aEm","apz",()=>A.eT(B.aG)) +s($,"aEk","apx",()=>A.eT(B.ct)) +s($,"aEl","apy",()=>A.eT(B.Bf)) +s($,"aGD","ar7",()=>A.de(null,B.ea)) +s($,"aGC","ar6",()=>A.dd(null,null,!1,B.ea)) +s($,"aGF","ar9",()=>A.de(null,B.kY)) +s($,"aGE","ar8",()=>A.dd(null,null,!1,B.kY)) +s($,"aGH","arb",()=>A.de(null,B.kR)) +s($,"aGG","ara",()=>A.dd(null,null,!1,B.kR)) +s($,"aGJ","ard",()=>A.de(null,B.kI)) +s($,"aGI","arc",()=>A.dd(null,null,!1,B.kI)) +s($,"aGL","arf",()=>A.de(null,B.kv)) +s($,"aGK","are",()=>A.dd(null,null,!1,B.kv)) +s($,"aGN","arh",()=>A.de(null,B.kL)) +s($,"aGM","arg",()=>A.dd(null,null,!1,B.kL)) +s($,"aFT","aie",()=>A.aD([B.jb,$.aim(),B.xY,$.aqM(),B.xZ,$.ar5(),B.y_,$.aqY(),B.y0,$.arj(),B.y1,$.ar_(),B.y2,$.aqO(),B.y3,$.ar1(),B.y4,$.aqW(),B.y5,$.ar3(),B.xP,$.aqS(),B.xQ,$.aqU(),B.xR,$.ar7(),B.xS,$.ar9(),B.xT,$.arb(),B.xU,$.ard(),B.xV,$.arf(),B.xW,$.arh(),B.xX,$.arl()],A.ab("cy"),t.we)) +s($,"aFS","aid",()=>A.aD([B.jb,$.ail(),B.xY,$.aqL(),B.xZ,$.ar4(),B.y_,$.aqX(),B.y0,$.ari(),B.y1,$.aqZ(),B.y2,$.aqN(),B.y3,$.ar0(),B.y4,$.aqV(),B.y5,$.ar2(),B.xP,$.aqR(),B.xQ,$.aqT(),B.xR,$.ar6(),B.xS,$.ar8(),B.xT,$.ara(),B.xU,$.arc(),B.xV,$.are(),B.xW,$.arg(),B.xX,$.ark()],A.ab("cy"),t.we)) +s($,"aGR","arl",()=>A.de(null,B.kr)) +s($,"aGQ","ark",()=>A.dd(null,null,!1,B.kr)) +s($,"aGn","aim",()=>A.de(B.ky,B.kU)) +s($,"aGi","ail",()=>A.dd(B.ky,null,!1,B.kU)) +s($,"aGB","ar5",()=>A.de(null,B.kH)) +s($,"aGA","ar4",()=>A.dd(null,null,!1,B.kH)) +s($,"aGv","ar_",()=>A.de(null,B.kB)) +s($,"aGu","aqZ",()=>A.dd(null,null,!1,B.kB)) +s($,"aGt","aqY",()=>A.de(null,B.kF)) +s($,"aGs","aqX",()=>A.dd(null,null,!1,B.kF)) +s($,"aGf","aqM",()=>A.de(null,B.kK)) +s($,"aGe","aqL",()=>A.dd(null,null,!1,B.kK)) +s($,"aGP","arj",()=>A.de(null,B.kw)) +s($,"aGO","ari",()=>A.dd(null,null,!1,B.kw)) +s($,"aGx","ar1",()=>A.de(null,B.kJ)) +s($,"aGw","ar0",()=>A.dd(null,null,!1,B.kJ)) +s($,"aGz","ar3",()=>A.de(null,B.kQ)) +s($,"aGy","ar2",()=>A.dd(null,null,!1,B.kQ)) +s($,"aGh","aqO",()=>A.de(null,B.kt)) +s($,"aGg","aqN",()=>A.dd(null,null,!1,B.kt)) +s($,"aGr","aqW",()=>A.de(null,B.kM)) +s($,"aGq","aqV",()=>A.dd(null,null,!1,B.kM)) +s($,"aDT","ai0",()=>new A.N()) +r($,"axf","it",()=>{var q=new A.a5d() +q.U6($.ai0()) +return q})})();(function nativeSupport(){!function(){var s=function(a){var m={} +m[a]=1 +return Object.keys(hunkHelpers.convertToFastObject(m))[0]} +v.getIsolateTag=function(a){return s("___dart_"+a+v.isolateTag)} +var r="___dart_isolate_tags_" +var q=Object[r]||(Object[r]=Object.create(null)) +var p="_ZxYxX" +for(var o=0;;o++){var n=s(p+"_"+o+"_") +if(!(n in q)){q[n]=1 +v.isolateTag=n +break}}v.dispatchPropertyName=v.getIsolateTag("dispatch_record")}() +hunkHelpers.setOrUpdateInterceptorsByTag({ArrayBuffer:A.vw,ArrayBufferView:A.vA,DataView:A.vx,Float32Array:A.Fv,Float64Array:A.Fw,Int16Array:A.Fx,Int32Array:A.vy,Int8Array:A.Fy,Uint16Array:A.Fz,Uint32Array:A.FA,Uint8ClampedArray:A.vB,CanvasPixelArray:A.vB,Uint8Array:A.mP}) +hunkHelpers.setOrUpdateLeafTags({ArrayBuffer:true,ArrayBufferView:false,DataView:true,Float32Array:true,Float64Array:true,Int16Array:true,Int32Array:true,Int8Array:true,Uint16Array:true,Uint32Array:true,Uint8ClampedArray:true,CanvasPixelArray:true,Uint8Array:false}) +A.pw.$nativeSuperclassTag="ArrayBufferView" +A.zx.$nativeSuperclassTag="ArrayBufferView" +A.zy.$nativeSuperclassTag="ArrayBufferView" +A.vz.$nativeSuperclassTag="ArrayBufferView" +A.zz.$nativeSuperclassTag="ArrayBufferView" +A.zA.$nativeSuperclassTag="ArrayBufferView" +A.f6.$nativeSuperclassTag="ArrayBufferView"})() +Function.prototype.$0=function(){return this()} +Function.prototype.$1=function(a){return this(a)} +Function.prototype.$2=function(a,b){return this(a,b)} +Function.prototype.$3=function(a,b,c){return this(a,b,c)} +Function.prototype.$4=function(a,b,c,d){return this(a,b,c,d)} +Function.prototype.$1$1=function(a){return this(a)} +Function.prototype.$1$0=function(){return this()} +Function.prototype.$2$1=function(a){return this(a)} +Function.prototype.$1$5=function(a,b,c,d,e){return this(a,b,c,d,e)} +Function.prototype.$5=function(a,b,c,d,e){return this(a,b,c,d,e)} +Function.prototype.$1$2=function(a,b){return this(a,b)} +Function.prototype.$2$0=function(){return this()} +Function.prototype.$6=function(a,b,c,d,e,f){return this(a,b,c,d,e,f)} +convertAllToFastObject(w) +convertToFastObject($);(function(a){if(typeof document==="undefined"){a(null) +return}if(typeof document.currentScript!="undefined"){a(document.currentScript) +return}var s=document.scripts +function onLoad(b){for(var q=0;q=2.17.0 <4.0.0" - flutter: ">=2.2.0" - -dependencies: - flutter: - sdk: flutter - -flutter: - fonts: - - family: YaruIcons - fonts: - - asset: assets/yaru_icons.otf - -dev_dependencies: - flutter_lints: ">=2.0.1 <4.0.0" - -icon_font: - input_svg_dir: "assets/icons/" - output_font_file: "assets/yaru_icons.otf" - - output_class_file: "lib/src/yaru_icons.dart" - symlink_map_file: "assets/symlinks.json" - class_name: "YaruIcons" - package: yaru_icons - format: false - naming_strategy: "snake" - - font_name: "YaruIcons" - normalize: false - ignore_shapes: false - - recursive: true - verbose: true diff --git a/snap/gui/icon.svg b/snap/gui/icon.svg deleted file mode 100644 index 9923412..0000000 --- a/snap/gui/icon.svg +++ /dev/null @@ -1 +0,0 @@ -YaruFinal \ No newline at end of file diff --git a/snap/gui/yaru-icons-example.desktop b/snap/gui/yaru-icons-example.desktop deleted file mode 100644 index 131188d..0000000 --- a/snap/gui/yaru-icons-example.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Type=Application -Version=1.0 -Name=Yaru Icons Example -Comment=Yaru Icons Example -Exec=bin/yaru_icons_example -Icon=${SNAP}/meta/gui/icon.svg -Terminal=false diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml deleted file mode 100644 index a9d9875..0000000 --- a/snap/snapcraft.yaml +++ /dev/null @@ -1,56 +0,0 @@ -name: yaru-icons-example -version: git -summary: Yaru Icons -description: Yaru Icons Example -confinement: strict -base: core22 -grade: stable -icon: snap/gui/icon.svg -architectures: - - build-on: amd64 - - build-on: arm64 - -parts: - flutter-git: - source: https://github.com/flutter/flutter.git - source-branch: stable - source-depth: 1 - plugin: nil - override-build: | - mkdir -p $CRAFT_PART_INSTALL/usr/bin - mkdir -p $CRAFT_PART_INSTALL/usr/libexec - cp -r $CRAFT_PART_SRC $CRAFT_PART_INSTALL/usr/libexec/flutter - ln -s $CRAFT_PART_INSTALL/usr/libexec/flutter/bin/flutter $CRAFT_PART_INSTALL/usr/bin/flutter - ln -s $CRAFT_PART_INSTALL/usr/libexec/flutter/bin/dart $CRAFT_PART_INSTALL/usr/bin/dart - build-packages: - - clang - - cmake - - curl - - ninja-build - - unzip - - xz-utils - - zip - override-prime: "" - - yaru-icons-example: - after: [flutter-git] - plugin: nil - source: . - override-build: | - set -eux - cd example - flutter channel stable - flutter upgrade - flutter doctor - dart pub get - flutter build linux --release -v - mkdir -p $CRAFT_PART_INSTALL/bin/ - cp -r build/linux/*/release/bundle/* $CRAFT_PART_INSTALL/bin/ - -apps: - yaru-icons-example: - command: bin/yaru_icons_example - desktop: snap/gui/yaru-icons-example.desktop - extensions: [gnome] - plugs: - - gsettings diff --git a/version.json b/version.json new file mode 100644 index 0000000..f112dc0 --- /dev/null +++ b/version.json @@ -0,0 +1 @@ +{"app_name":"example","version":"1.0.0","build_number":"1","package_name":"example"} \ No newline at end of file